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
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.2k
Star
74.4k
Code
Issues
5k+
Pull requests
2.5k
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
extending
on
2.7
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 24, 2017
Extending Python Doc minor updates (GH-4518) (GH-4536)
Show description for 66cdc84
miss-islington
authored and
Mariatta
committed
66cdc84
View commit details
Copy full SHA for 66cdc84
View code at this point
Browse repository at this point
Commits on Sep 4, 2017
bpo-31095: Fix potential crash during GC (GH-3197)
Show description for 4cde4bd
methane
authored
4cde4bd
View commit details
Copy full SHA for 4cde4bd
View code at this point
Browse repository at this point
Commits on May 4, 2017
[2.7] bpo-28315: Improve code examples in docs (GH-1372) (#1447)
Show description for e1b02ff
Mariatta
authored
e1b02ff
View commit details
Copy full SHA for e1b02ff
View code at this point
Browse repository at this point
Commits on Feb 21, 2017
bpo-29165: doc: make extending/newtypes more Python 3 friendly (GH-211)
Show description for 9436bbd
methane
authored
9436bbd
View commit details
Copy full SHA for 9436bbd
View code at this point
Browse repository at this point
Commits on Nov 21, 2016
Fixed the documentation of the structure PyMethodDef.
Show description for e4a147b
serhiy-storchaka
committed
e4a147b
View commit details
Copy full SHA for e4a147b
View code at this point
Browse repository at this point
Commits on Oct 30, 2016
Issue #26638: Mask undefined CLI options to defeat new Sphinx warnings
vadmium
committed
e3e362e
View commit details
Copy full SHA for e3e362e
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 0ea51b1
serhiy-storchaka
committed
0ea51b1
View commit details
Copy full SHA for 0ea51b1
View code at this point
Browse repository at this point
Commits on Jul 26, 2016
Issue #26462: Doc: avoid literal_block warnings, fix syntax highlighting.
Show description for 8f1dd22
vadmium
committed
8f1dd22
View commit details
Copy full SHA for 8f1dd22
View code at this point
Browse repository at this point
Commits on Feb 26, 2016
Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch.
birkenfeld
committed
6e0b44e
View commit details
Copy full SHA for 6e0b44e
View code at this point
Browse repository at this point
Commits on Sep 27, 2015
Fix broken link in Doc/extending/index.rst
berkerpeksag
committed
9fa7e2e
View commit details
Copy full SHA for 9fa7e2e
View code at this point
Browse repository at this point
Commits on Sep 10, 2015
Issue #25022: Add NEWS, fix docs to not mention the old example.
zware
committed
677688b
View commit details
Copy full SHA for 677688b
View code at this point
Browse repository at this point
Commits on Jul 22, 2015
Issue #24680: Remove random backslash. Patch by cdz.
zware
committed
c6fe4db
View commit details
Copy full SHA for c6fe4db
View code at this point
Browse repository at this point
Commits on Jan 5, 2015
emphasize that cffi is better than extension modules for portability
benjaminp
committed
0258c5d
View commit details
Copy full SHA for 0258c5d
View code at this point
Browse repository at this point
Commits on Oct 29, 2014
Use https:// URLs when referring to python.org hosts.
birkenfeld
committed
06f3b3b
View commit details
Copy full SHA for 06f3b3b
View code at this point
Browse repository at this point
Commits on Oct 6, 2014
Closes #19071: "self" argument is not the module for module functions in 2.x.
birkenfeld
committed
7788dba
View commit details
Copy full SHA for 7788dba
View code at this point
Browse repository at this point
Commits on Dec 10, 2013
Issue #19407: add Python Packaging User Guide notes
Show description for 73188fb
ncoghlan
committed
73188fb
View commit details
Copy full SHA for 73188fb
View code at this point
Browse repository at this point
Commits on Oct 9, 2013
Issue 19195: Improved cross-references in C API documentation.
serhiy-storchaka
committed
99a196f
View commit details
Copy full SHA for 99a196f
View code at this point
Browse repository at this point
Commits on Oct 6, 2013
Closes #17725: small grammar fix.
birkenfeld
committed
4bfc96b
View commit details
Copy full SHA for 4bfc96b
View code at this point
Browse repository at this point
Minor improvement: add indication that the main function goes on.
birkenfeld
committed
e8c52e1
View commit details
Copy full SHA for e8c52e1
View code at this point
Browse repository at this point
Small clarification in extending docs.
birkenfeld
committed
b2efdee
View commit details
Copy full SHA for b2efdee
View code at this point
Browse repository at this point
Commits on Aug 1, 2013
Issue #18589: fix hyperlinking of type slots (tp_*)
pitrou
committed
92fae55
View commit details
Copy full SHA for 92fae55
View code at this point
Browse repository at this point
Commits on Jun 24, 2013
Issue #18164: Backport the more detailed embedding compile-and-link section
Show description for 7dc9bd8
ned-deily
committed
7dc9bd8
View commit details
Copy full SHA for 7dc9bd8
View code at this point
Browse repository at this point
Commits on Feb 22, 2013
Fix the highlight in another example.
ezio-melotti
committed
43b09d4
View commit details
Copy full SHA for 43b09d4
View code at this point
Browse repository at this point
#17256: fix syntax highlight in embedding example. Patch by Kushal Das.
ezio-melotti
committed
986f71c
View commit details
Copy full SHA for 986f71c
View code at this point
Browse repository at this point
Commits on Nov 2, 2012
Grammar touchup.
birkenfeld
committed
d7bae5e
View commit details
Copy full SHA for d7bae5e
View code at this point
Browse repository at this point
Commits on Oct 31, 2012
Issue #16370: Mention Py_SetProgramName in example for very high level embedding.
asvetlov
committed
6e96e5e
View commit details
Copy full SHA for 6e96e5e
View code at this point
Browse repository at this point
Commits on Oct 28, 2012
Backport from 3.2: remove "Release" and "Date" markers from index pages.
cjerdonek
committed
64c0b2c
View commit details
Copy full SHA for 64c0b2c
View code at this point
Browse repository at this point
Commits on Sep 28, 2012
Closes #15953: Incorrect some fields declaration in the PyTypeObject documentation
jcea
committed
9662b84
View commit details
Copy full SHA for 9662b84
View code at this point
Browse repository at this point
Commits on Jun 15, 2012
Issue #14933: fix misleading doc about weakref support in extension types.
pitrou
committed
5ec84cd
View commit details
Copy full SHA for 5ec84cd
View code at this point
Browse repository at this point
Commits on Jan 14, 2012
update to new C roles and directives
sandrotosi
committed
98ed08f
View commit details
Copy full SHA for 98ed08f
View code at this point
Browse repository at this point
Commits on Aug 19, 2011
Issue #12672: remove confusing part of sentence in documentation
eliben
committed
7ceef09
View commit details
Copy full SHA for 7ceef09
View code at this point
Browse repository at this point
Commits on Feb 25, 2011
Merged revisions 87050,87101,87146,87156,87172,87175,87371,87378,87522-87524,87526,87530-87535 via svnmerge from
Show description for 28dadd9
birkenfeld
committed
28dadd9
View commit details
Copy full SHA for 28dadd9
View code at this point
Browse repository at this point
Commits on Nov 12, 2010
#10398: manual backport of r73943.
birkenfeld
committed
749930f
View commit details
Copy full SHA for 749930f
View code at this point
Browse repository at this point
Commits on Sep 14, 2010
Merged revisions 84810 via svnmerge from
Show description for 93db23e
DanielStutzbach
committed
93db23e
View commit details
Copy full SHA for 93db23e
View code at this point
Browse repository at this point
Commits on Aug 2, 2010
Merged revisions 83536,83546-83548,83550,83554-83555,83558,83563,83565,83571,83574-83575 via svnmerge from
Show description for 7d4bfb3
birkenfeld
committed
7d4bfb3
View commit details
Copy full SHA for 7d4bfb3
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.