Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
xiaolanpython
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Modules
cjkcodecs
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on May 9, 2017
bpo-29990: Fix range checking in GB18030 decoder (#1495)
Show description for 9da408d
zhangyangyu
authored
9da408d
View commit details
Copy full SHA for 9da408d
View code at this point
Browse repository at this point
Commits on Apr 19, 2017
bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096)
Show description for bf623ae
serhiy-storchaka
authored
bf623ae
View commit details
Copy full SHA for bf623ae
View code at this point
Browse repository at this point
Commits on Mar 12, 2017
bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485)
serhiy-storchaka
authored
202fda5
View commit details
Copy full SHA for 202fda5
View code at this point
Browse repository at this point
Commits on Jan 17, 2017
Run Argument Clinic: METH_VARARGS=>METH_FASTCALL
Show description for 0c4a828
vstinner
committed
0c4a828
View commit details
Copy full SHA for 0c4a828
View code at this point
Browse repository at this point
Run Argument Clinic: METH_VARARGS=>METH_FASTCALL
Show description for 259f0e4
vstinner
committed
259f0e4
View commit details
Copy full SHA for 259f0e4
View code at this point
Browse repository at this point
Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywords
Show description for 3e1fad6
vstinner
committed
3e1fad6
View commit details
Copy full SHA for 3e1fad6
View code at this point
Browse repository at this point
Commits on Dec 9, 2016
Use _PyObject_CallMethodIdObjArgs()
Show description for 55ba38a
vstinner
committed
55ba38a
View commit details
Copy full SHA for 55ba38a
View code at this point
Browse repository at this point
Commits on Nov 20, 2016
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
Show description for 0651583
serhiy-storchaka
committed
0651583
View commit details
Copy full SHA for 0651583
View code at this point
Browse repository at this point
Commits on Sep 11, 2016
Issue #27810: Regenerate Argument Clinic.
serhiy-storchaka
committed
ec406fe
View commit details
Copy full SHA for ec406fe
View code at this point
Browse repository at this point
Commits on Aug 14, 2016
Issue #27574: Decreased an overhead of parsing keyword arguments in functions
Show description for 9171a8b
serhiy-storchaka
committed
9171a8b
View commit details
Copy full SHA for 9171a8b
View code at this point
Browse repository at this point
Commits on Jul 7, 2016
- Issue #27332: Fixed the type of the first argument of module-level functions
Show description for 2954f83
serhiy-storchaka
committed
2954f83
View commit details
Copy full SHA for 2954f83
View code at this point
Browse repository at this point
Issue #27332: Fixed the type of the first argument of module-level functions
Show description for 1a2b24f
serhiy-storchaka
committed
1a2b24f
View commit details
Copy full SHA for 1a2b24f
View code at this point
Browse repository at this point
Commits on Jun 9, 2016
Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7.
serhiy-storchaka
committed
5dee655
View commit details
Copy full SHA for 5dee655
View code at this point
Browse repository at this point
Commits on May 24, 2016
fix indentation and add curlies (closes #27093)
benjaminp
committed
5a093c1
View commit details
Copy full SHA for 5a093c1
View code at this point
Browse repository at this point
Commits on Apr 6, 2016
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
serhiy-storchaka
committed
4884271
View commit details
Copy full SHA for 4884271
View code at this point
Browse repository at this point
Commits on Dec 27, 2015
Issue #20440: Applied yet one patch for using Py_SETREF.
Show description for 4a1e70f
serhiy-storchaka
committed
4a1e70f
View commit details
Copy full SHA for 4a1e70f
View code at this point
Browse repository at this point
Commits on Jul 16, 2015
Merge 3.4
vstinner
committed
8cc80f1
View commit details
Copy full SHA for 8cc80f1
View code at this point
Browse repository at this point
Closes #23247: Fix a crash in the StreamWriter.reset() of CJK codecs
vstinner
committed
579db16
View commit details
Copy full SHA for 579db16
View code at this point
Browse repository at this point
Commits on May 30, 2015
Specify default values of semantic booleans in Argument Clinic generated signatures as booleans.
serhiy-storchaka
committed
8b2e8b6
View commit details
Copy full SHA for 8b2e8b6
View code at this point
Browse repository at this point
Commits on May 4, 2015
Issue #24001: Argument Clinic converters now use accept={type}
Show description for dbfdc38
larryhastings
committed
dbfdc38
View commit details
Copy full SHA for dbfdc38
View code at this point
Browse repository at this point
Commits on Apr 23, 2015
Issue #24007: Argument Clinic now writes the format of PyArg_Parse*() at the
Show description for 247789c
serhiy-storchaka
committed
247789c
View commit details
Copy full SHA for 247789c
View code at this point
Browse repository at this point
Commits on Apr 14, 2015
Issue #23944: Argument Clinic now wraps long impl prototypes at column 78.
larryhastings
committed
89964c4
View commit details
Copy full SHA for 89964c4
View code at this point
Browse repository at this point
Commits on Apr 13, 2015
Issue #20586: Argument Clinic now ensures signatures on functions without docstrings.
zware
committed
8ef887c
View commit details
Copy full SHA for 8ef887c
View code at this point
Browse repository at this point
Commits on Apr 3, 2015
Issue #23501: Argumen Clinic now generates code into separate files by default.
serhiy-storchaka
committed
1009bf1
View commit details
Copy full SHA for 1009bf1
View code at this point
Browse repository at this point
Commits on Mar 17, 2015
Issue #23685: Fix usage of PyMODINIT_FUNC in _json, _scproxy, nis, pyexpat
Show description for f024d26
vstinner
committed
f024d26
View commit details
Copy full SHA for f024d26
View code at this point
Browse repository at this point
Commits on Feb 20, 2015
Issue #23215: Multibyte codecs with custom error handlers that ignores errors
Show description for df80706
serhiy-storchaka
committed
df80706
View commit details
Copy full SHA for df80706
View code at this point
Browse repository at this point
Issue #23215: Multibyte codecs with custom error handlers that ignores errors
Show description for a1543cd
serhiy-storchaka
committed
a1543cd
View commit details
Copy full SHA for a1543cd
View code at this point
Browse repository at this point
Commits on Feb 16, 2015
Fixed few compiler warnings.
serhiy-storchaka
committed
53fa8b2
View commit details
Copy full SHA for 53fa8b2
View code at this point
Browse repository at this point
Commits on Jan 18, 2015
Issue #23181: More "codepoint" -> "code point".
serhiy-storchaka
committed
82e07b9
View commit details
Copy full SHA for 82e07b9
View code at this point
Browse repository at this point
Issue #23181: More "codepoint" -> "code point".
serhiy-storchaka
committed
d3faf43
View commit details
Copy full SHA for d3faf43
View code at this point
Browse repository at this point
Commits on Sep 28, 2014
Removed redundant casts to `char *`.
Show description for 20b39b2
serhiy-storchaka
committed
20b39b2
View commit details
Copy full SHA for 20b39b2
View code at this point
Browse repository at this point
Commits on Aug 22, 2014
Issue #20152: Convert _multibytecodecs to Argument Clinic.
brettcannon
committed
f2de1fc
View commit details
Copy full SHA for f2de1fc
View code at this point
Browse repository at this point
Commits on Nov 12, 2013
Issue #19515: Remove identifiers duplicated in the same file.
Show description for 3f36a57
vstinner
committed
3f36a57
View commit details
Copy full SHA for 3f36a57
View code at this point
Browse repository at this point
Commits on Oct 28, 2013
CJK codecs: less magical macros, semicolon is now explicit
vstinner
committed
28c63f7
View commit details
Copy full SHA for 28c63f7
View code at this point
Browse repository at this point
CJK codecs: less magic macros, require explicit semicolon
vstinner
committed
14c9fea
View commit details
Copy full SHA for 14c9fea
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.