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 }}
bob1de
/
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
Doc
c-api
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 27, 2017
bpo-30708: Check for null characters in PyUnicode_AsWideCharString(). (#2285)
Show description for e613e6a
serhiy-storchaka
authored
e613e6a
View commit details
Copy full SHA for e613e6a
View code at this point
Browse repository at this point
Commits on Jun 20, 2017
bpo-30054: Expose tracemalloc C API (#1236)
Show description for 5ea4c06
vstinner
authored
5ea4c06
View commit details
Copy full SHA for 5ea4c06
View code at this point
Browse repository at this point
Commits on Jun 13, 2017
bpo-30656: Fix Python C API Module Objects documentation (GH-2170)
Show description for 2d0afef
emilyemorehouse
authored and
Mariatta
committed
2d0afef
View commit details
Copy full SHA for 2d0afef
View code at this point
Browse repository at this point
Commits on May 29, 2017
bpo-16500: Don't use string constants for os.register_at_fork() behavior (#1834)
Show description for 163468a
gpshead
authored
163468a
View commit details
Copy full SHA for 163468a
View code at this point
Browse repository at this point
Commits on May 28, 2017
Doc nits for bpo-16500 (#1841)
Show description for f7ecfac
pitrou
authored
f7ecfac
View commit details
Copy full SHA for f7ecfac
View code at this point
Browse repository at this point
Commits on May 27, 2017
bpo-16500: Allow registering at-fork handlers (#1715)
Show description for 346cbd3
pitrou
authored
346cbd3
View commit details
Copy full SHA for 346cbd3
View code at this point
Browse repository at this point
Commits on May 23, 2017
bpo-29102: Add a unique ID to PyInterpreterState. (#1639)
ericsnowcurrently
authored
e377416
View commit details
Copy full SHA for e377416
View code at this point
Browse repository at this point
Commits on May 19, 2017
Fix typos in multiple `.rst` files (#1668)
delirious-lettuce
authored and
serhiy-storchaka
committed
3378b20
View commit details
Copy full SHA for 3378b20
View code at this point
Browse repository at this point
Commits on May 10, 2017
bpo-30281: Fix the default value for stop in PySlice_Unpack() (#1480)
zhangyangyu
authored
2ddf5a1
View commit details
Copy full SHA for 2ddf5a1
View code at this point
Browse repository at this point
Commits on Apr 27, 2017
bpo-28415: Note 0 conversion different between Python and C (#885)
louisom
authored and
zhangyangyu
committed
88c38b3
View commit details
Copy full SHA for 88c38b3
View code at this point
Browse repository at this point
Commits on Apr 24, 2017
bpo-29751: Improve PyLong_FromString documentation (GH-915)
csabella
authored and
Mariatta
committed
26896f2
View commit details
Copy full SHA for 26896f2
View code at this point
Browse repository at this point
Commits on Apr 15, 2017
bpo-19225: Remove duplicated description for standard warning categories (GH-1068)
cocoatomo
authored and
berkerpeksag
committed
eaeda64
View commit details
Copy full SHA for eaeda64
View code at this point
Browse repository at this point
Commits on Apr 14, 2017
bpo-30059: Include Py_Ellipsis in C API documentation (#1018)
MSeifert04
authored and
serhiy-storchaka
committed
0dc5c31
View commit details
Copy full SHA for 0dc5c31
View code at this point
Browse repository at this point
Commits on Apr 2, 2017
bpo-19225: Add a table of warning names and missed exception names in C API doc (#881)
Show description for e8c7631
cocoatomo
authored and
serhiy-storchaka
committed
e8c7631
View commit details
Copy full SHA for e8c7631
View code at this point
Browse repository at this point
Commits on Mar 30, 2017
bpo-29918: Add missed "const" modifiers in C API documentation. (#846)
serhiy-storchaka
authored
84b8e92
View commit details
Copy full SHA for 84b8e92
View code at this point
Browse repository at this point
bpo-29917: DOC: Remove link from PyMethodDef (#890)
csabella
authored and
orsenthil
committed
c3c7ef0
View commit details
Copy full SHA for c3c7ef0
View code at this point
Browse repository at this point
Commits on Mar 23, 2017
bpo-6532: Make the thread id an unsigned integer. (#781)
Show description for aefa7eb
serhiy-storchaka
authored and
vstinner
committed
aefa7eb
View commit details
Copy full SHA for aefa7eb
View code at this point
Browse repository at this point
Commits on Mar 19, 2017
bpo-28749: Fixed the documentation of the mapping codec APIs. (#487)
Show description for c85a266
serhiy-storchaka
authored
c85a266
View commit details
Copy full SHA for c85a266
View code at this point
Browse repository at this point
Commits on Mar 12, 2017
bpo-29746: Update marshal docs to Python 3. (#547)
serhiy-storchaka
authored
c611a5b
View commit details
Copy full SHA for c611a5b
View code at this point
Browse repository at this point
Commits on Feb 27, 2017
fix minor bug in pymalloc. (#335)
Show description for f669fff
methane
authored and
vstinner
committed
f669fff
View commit details
Copy full SHA for f669fff
View code at this point
Browse repository at this point
Commits on Jan 25, 2017
Issue #27867: Function PySlice_GetIndicesEx() is deprecated and replaced with
Show description for 6e08baf
serhiy-storchaka
committed
6e08baf
View commit details
Copy full SHA for 6e08baf
View code at this point
Browse repository at this point
Commits on Jan 22, 2017
Issue #28769: The result of PyUnicode_AsUTF8AndSize() and PyUnicode_AsUTF8()
Show description for 2a404b6
serhiy-storchaka
committed
2a404b6
View commit details
Copy full SHA for 2a404b6
View code at this point
Browse repository at this point
Commits on Jan 20, 2017
Issue #29292: Merge 3.6.
zhangyangyu
committed
f816023
View commit details
Copy full SHA for f816023
View code at this point
Browse repository at this point
Issue #29292: Merge 3.5.
zhangyangyu
committed
346454c
View commit details
Copy full SHA for 346454c
View code at this point
Browse repository at this point
Issue #29292: Update outdated doc of PyEval_EvalCodeEx.
Show description for 6ad85bf
zhangyangyu
committed
6ad85bf
View commit details
Copy full SHA for 6ad85bf
View code at this point
Browse repository at this point
Commits on Jan 11, 2017
Issue #15657: Merge METH_KEYWORDS doc from 3.6
vadmium
committed
849b6bd
View commit details
Copy full SHA for 849b6bd
View code at this point
Browse repository at this point
Issue #15657: Merge other doc fix from 3.5
vadmium
committed
a27b3b3
View commit details
Copy full SHA for a27b3b3
View code at this point
Browse repository at this point
Issue #15657: Delete incorrect statement from PyMethodDef documentation
Show description for 5b66723
vadmium
committed
5b66723
View commit details
Copy full SHA for 5b66723
View code at this point
Browse repository at this point
Issue #15657: METH_KEYWORDS cannot be used alone in Python 3
vadmium
committed
9da31f7
View commit details
Copy full SHA for 9da31f7
View code at this point
Browse repository at this point
Commits on Dec 28, 2016
Issue #29087: Removed the documentation of non-existing UCS4 support functions.
serhiy-storchaka
committed
fc60083
View commit details
Copy full SHA for fc60083
View code at this point
Browse repository at this point
Issue #29087: Removed the documentation of non-existing UCS4 support functions.
serhiy-storchaka
committed
44223e9
View commit details
Copy full SHA for 44223e9
View code at this point
Browse repository at this point
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
Merge from 3.6.
serhiy-storchaka
committed
fc3723b
View commit details
Copy full SHA for fc3723b
View code at this point
Browse repository at this point
Merge from 3.5.
serhiy-storchaka
committed
a8803d2
View commit details
Copy full SHA for a8803d2
View code at this point
Browse repository at this point
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
Previous
Next
You can’t perform that action at this time.