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
Accelerator
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
Type
/
to 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 }}
pythonicca
/
cpython
Public
forked from
idobatter/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
All time
Commit history
Commits on Jan 17, 2017
Run Argument Clinic: METH_VARARGS=>METH_FASTCALL
Show description for 6c00466
vstinner
committed
6c00466
View commit details
Copy full SHA for 6c00466
View code at this point
Browse repository at this point
Run Argument Clinic: METH_VARARGS=>METH_FASTCALL
Show description for ea82eb9
vstinner
committed
ea82eb9
View commit details
Copy full SHA for ea82eb9
View code at this point
Browse repository at this point
Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywords
Show description for 24e9a60
vstinner
committed
24e9a60
View commit details
Copy full SHA for 24e9a60
View code at this point
Browse repository at this point
Commits on Dec 9, 2016
Use _PyObject_CallMethodIdObjArgs()
Show description for c5565ce
vstinner
committed
c5565ce
View commit details
Copy full SHA for c5565ce
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 81ea51e
serhiy-storchaka
committed
81ea51e
View commit details
Copy full SHA for 81ea51e
View code at this point
Browse repository at this point
Commits on Sep 11, 2016
Issue #27810: Regenerate Argument Clinic.
serhiy-storchaka
committed
00cc4ca
View commit details
Copy full SHA for 00cc4ca
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 0e59d24
serhiy-storchaka
committed
0e59d24
View commit details
Copy full SHA for 0e59d24
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 eb8294f
serhiy-storchaka
committed
eb8294f
View commit details
Copy full SHA for eb8294f
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 296aeae
serhiy-storchaka
committed
296aeae
View commit details
Copy full SHA for 296aeae
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
3d34df6
View commit details
Copy full SHA for 3d34df6
View code at this point
Browse repository at this point
Commits on May 24, 2016
fix indentation and add curlies (closes #27093)
benjaminp
committed
e17e374
View commit details
Copy full SHA for e17e374
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
e1534c3
View commit details
Copy full SHA for e1534c3
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 adc085b
serhiy-storchaka
committed
adc085b
View commit details
Copy full SHA for adc085b
View code at this point
Browse repository at this point
Commits on Jul 16, 2015
Merge 3.4
vstinner
committed
259004a
View commit details
Copy full SHA for 259004a
View code at this point
Browse repository at this point
Closes #23247: Fix a crash in the StreamWriter.reset() of CJK codecs
vstinner
committed
0d3abe2
View commit details
Copy full SHA for 0d3abe2
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
95dfb6a
View commit details
Copy full SHA for 95dfb6a
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 bf86a6d
larryhastings
committed
bf86a6d
View commit details
Copy full SHA for bf86a6d
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 445b4fd
serhiy-storchaka
committed
445b4fd
View commit details
Copy full SHA for 445b4fd
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
f76d0aa
View commit details
Copy full SHA for f76d0aa
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
3ff7422
View commit details
Copy full SHA for 3ff7422
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
4adc9d2
View commit details
Copy full SHA for 4adc9d2
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 dc317ac
vstinner
committed
dc317ac
View commit details
Copy full SHA for dc317ac
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 0098ad0
serhiy-storchaka
committed
0098ad0
View commit details
Copy full SHA for 0098ad0
View code at this point
Browse repository at this point
Issue #23215: Multibyte codecs with custom error handlers that ignores errors
Show description for b465be2
serhiy-storchaka
committed
b465be2
View commit details
Copy full SHA for b465be2
View code at this point
Browse repository at this point
Commits on Feb 16, 2015
Fixed few compiler warnings.
serhiy-storchaka
committed
9bfd07b
View commit details
Copy full SHA for 9bfd07b
View code at this point
Browse repository at this point
Commits on Jan 18, 2015
Issue #23181: More "codepoint" -> "code point".
serhiy-storchaka
committed
fa2e11f
View commit details
Copy full SHA for fa2e11f
View code at this point
Browse repository at this point
Issue #23181: More "codepoint" -> "code point".
serhiy-storchaka
committed
d310670
View commit details
Copy full SHA for d310670
View code at this point
Browse repository at this point
Commits on Sep 28, 2014
Removed redundant casts to `char *`.
Show description for 499bede
serhiy-storchaka
committed
499bede
View commit details
Copy full SHA for 499bede
View code at this point
Browse repository at this point
Commits on Aug 22, 2014
Issue #20152: Convert _multibytecodecs to Argument Clinic.
brettcannon
committed
d141115
View commit details
Copy full SHA for d141115
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 c5ce850
vstinner
committed
c5ce850
View commit details
Copy full SHA for c5ce850
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
f0a8f38
View commit details
Copy full SHA for f0a8f38
View code at this point
Browse repository at this point
CJK codecs: less magic macros, require explicit semicolon
vstinner
committed
25984dd
View commit details
Copy full SHA for 25984dd
View code at this point
Browse repository at this point
CJK codecs: add newlines for readability
vstinner
committed
417574c
View commit details
Copy full SHA for 417574c
View code at this point
Browse repository at this point
CJK codecs: use less magic and more readable macros, write explicit if
vstinner
committed
edc6137
View commit details
Copy full SHA for edc6137
View code at this point
Browse repository at this point
CJK codecs: remove unused TRYMAP_ENC_MPLANE macro
vstinner
committed
92274c6
View commit details
Copy full SHA for 92274c6
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.