Home
About
Blog
Products
Forum
Support
Contact
Sunbelt Computer Software
PL/B Language Development and Support
Home
About
Blog
Products
Forum
Support
Contact
History for Doc/c-api - python/cpython · GitHub
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.5k
Star
77.2k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Doc
c-api
on
v3.5.3
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 28, 2016
Issue #29087: Removed the documentation of non-existing UCS4 support functions.
serhiy-storchaka
committed
af9181a
View commit details
Copy full SHA for af9181a
View code at this point
Browse repository at this point
Commits on Dec 25, 2016
Issue #29068: Fixed a typo in PyErr_Fetch example.
Show description for 4398c12
serhiy-storchaka
committed
4398c12
View commit details
Copy full SHA for 4398c12
View code at this point
Browse repository at this point
Commits on Dec 19, 2016
Issue #29009: Remove outdated doc of PyUnicode_RichCompare.
zhangyangyu
committed
bfbc29c
View commit details
Copy full SHA for bfbc29c
View code at this point
Browse repository at this point
Commits on Dec 10, 2016
Issue #28771: Update tp_get/setattr signature documentation
vadmium
committed
7a44783
View commit details
Copy full SHA for 7a44783
View code at this point
Browse repository at this point
Commits on Dec 5, 2016
Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.
serhiy-storchaka
committed
419967b
View commit details
Copy full SHA for 419967b
View code at this point
Browse repository at this point
Commits on Nov 20, 2016
Issue #28750: Fixed docs of of unicode-escape an raw-unicode-escape C API.
Show description for cf36835
serhiy-storchaka
committed
cf36835
View commit details
Copy full SHA for cf36835
View code at this point
Browse repository at this point
Issue #19569: Suggested more appropriate replacements for deprecated Unicode
Show description for f675a37
serhiy-storchaka
committed
f675a37
View commit details
Copy full SHA for f675a37
View code at this point
Browse repository at this point
Commits on Nov 16, 2016
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
Show description for f4934ea
serhiy-storchaka
committed
f4934ea
View commit details
Copy full SHA for f4934ea
View code at this point
Browse repository at this point
Commits on Oct 27, 2016
Issue #28496: Mark up constants 0, 1 and -1 that denote return values or
Show description for 1ecf7d2
serhiy-storchaka
committed
1ecf7d2
View commit details
Copy full SHA for 1ecf7d2
View code at this point
Browse repository at this point
Commits on Oct 19, 2016
Issue #19795: Improved more markups of True/False.
serhiy-storchaka
committed
4adf01c
View commit details
Copy full SHA for 4adf01c
View code at this point
Browse repository at this point
Issue #19795: Mark up None as literal text.
serhiy-storchaka
committed
ecf41da
View commit details
Copy full SHA for ecf41da
View code at this point
Browse repository at this point
Commits on Oct 16, 2016
Issue #28432: Fix first parameter name in PyUnicode_EncodeLocale documentation
Show description for 90e0289
berkerpeksag
committed
90e0289
View commit details
Copy full SHA for 90e0289
View code at this point
Browse repository at this point
Commits on Oct 8, 2016
Issue #28379: Added sanity checks and tests for PyUnicode_CopyCharacters().
Show description for 9c0e1f8
serhiy-storchaka
committed
9c0e1f8
View commit details
Copy full SHA for 9c0e1f8
View code at this point
Browse repository at this point
Commits on Oct 7, 2016
Issue #18287: PyType_Ready() now checks that tp_name is not NULL.
Show description for de0574b
serhiy-storchaka
committed
de0574b
View commit details
Copy full SHA for de0574b
View code at this point
Browse repository at this point
Commits on Oct 2, 2016
Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4().
Show description for cc16423
serhiy-storchaka
committed
cc16423
View commit details
Copy full SHA for cc16423
View code at this point
Browse repository at this point
Commits on Sep 28, 2016
Issue #27740: Fix typo in Py_CompileStringExFlags
berkerpeksag
committed
ab39b09
View commit details
Copy full SHA for ab39b09
View code at this point
Browse repository at this point
Commits on Sep 26, 2016
Issues #25909, #28211: Restored correct documentation of PyMapping_Items,
Show description for 1d480be
serhiy-storchaka
committed
1d480be
View commit details
Copy full SHA for 1d480be
View code at this point
Browse repository at this point
Commits on Sep 16, 2016
Issue #25270: Prevent codecs.escape_encode() from raising SystemError when an empty bytestring is passed
berkerpeksag
committed
4a72a7b
View commit details
Copy full SHA for 4a72a7b
View code at this point
Browse repository at this point
Commits on Sep 9, 2016
Closes #22731: Documents change of console mode.
zooba
committed
de02b08
View commit details
Copy full SHA for de02b08
View code at this point
Browse repository at this point
Commits on Sep 7, 2016
[backport to 3.5] - issue26896 - Disambiguate uses of "importer" with "finder".
orsenthil
committed
32d3742
View commit details
Copy full SHA for 32d3742
View code at this point
Browse repository at this point
Commits on Aug 21, 2016
Issue #27782: Fix m_methods handling in multiphase init
Show description for 8682f57
ncoghlan
committed
8682f57
View commit details
Copy full SHA for 8682f57
View code at this point
Browse repository at this point
Commits on Aug 19, 2016
Issue #12946: Document that PyModule_GetDict can fail in some cases
berkerpeksag
committed
c01e766
View commit details
Copy full SHA for c01e766
View code at this point
Browse repository at this point
Commits on Aug 13, 2016
Issue #24637: Document that locals can be any mapping object
Show description for bd66435
berkerpeksag
committed
bd66435
View commit details
Copy full SHA for bd66435
View code at this point
Browse repository at this point
Commits on Aug 3, 2016
Issue #24278: Explain how argument parsing output buffers are managed
vadmium
committed
6c7d5a2
View commit details
Copy full SHA for 6c7d5a2
View code at this point
Browse repository at this point
Commits on Jul 12, 2016
Issue #27481: Docummented that ValueError is now raised instead of TypeError
Show description for 6f379f4
serhiy-storchaka
committed
6f379f4
View commit details
Copy full SHA for 6f379f4
View code at this point
Browse repository at this point
Commits on Jul 5, 2016
Add versionadded to PyDict_SetDefault documentation
Show description for e75ffa9
berkerpeksag
committed
e75ffa9
View commit details
Copy full SHA for e75ffa9
View code at this point
Browse repository at this point
Commits on Jun 18, 2016
Issue #24314: Fix doc links for general attributes like __name__, __dict__
vadmium
committed
bae5d81
View commit details
Copy full SHA for bae5d81
View code at this point
Browse repository at this point
Commits on Jun 12, 2016
Issue #15657: Delete incorrect statement from PyMethodDef documentation
berkerpeksag
committed
8f95e65
View commit details
Copy full SHA for 8f95e65
View code at this point
Browse repository at this point
Commits on Jun 2, 2016
[Issue 15476] Make "code object" its own entry in the index
tbeadle
committed
e9b8403
View commit details
Copy full SHA for e9b8403
View code at this point
Browse repository at this point
note that Py_VISIT handles NULL (closes #27183)
benjaminp
committed
a49ccf2
View commit details
Copy full SHA for a49ccf2
View code at this point
Browse repository at this point
Commits on May 30, 2016
Issue #27125: Remove duplicated words from documentation and comments
vadmium
committed
a90a4a9
View commit details
Copy full SHA for a90a4a9
View code at this point
Browse repository at this point
Commits on May 15, 2016
Issue #25533: Update documentation regarding the frozen modules table
Show description for f47a400
vadmium
committed
f47a400
View commit details
Copy full SHA for f47a400
View code at this point
Browse repository at this point
Commits on May 10, 2016
improve PyFunction_New docs (closes #26986)
Show description for 3872350
benjaminp
committed
3872350
View commit details
Copy full SHA for 3872350
View code at this point
Browse repository at this point
Commits on May 7, 2016
Issue #26736: Used HTTPS for external links in the documentation if possible.
serhiy-storchaka
committed
6dff020
View commit details
Copy full SHA for 6dff020
View code at this point
Browse repository at this point
Commits on Apr 24, 2016
Issue #18353: Remove PyUnicode_WRITE_CHAR macro link from c-api/unicode.rst
Show description for 544ae59
berkerpeksag
committed
544ae59
View commit details
Copy full SHA for 544ae59
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.