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 }}
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
Doc
extending
on
master
User selector
All users
All time
Commit history
Commits on May 3, 2017
bpo-28315: Improve code examples in docs (GH-1372)
Show description for 8856940
ultimatecoder
authored and
Mariatta
committed
8856940
View commit details
Copy full SHA for 8856940
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
Commits on Nov 22, 2016
Issue #28761: The fields name and doc of structures PyMemberDef, PyGetSetDef,
Show description for 007d7ff
serhiy-storchaka
committed
007d7ff
View commit details
Copy full SHA for 007d7ff
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 bb8fd5b
serhiy-storchaka
committed
bb8fd5b
View commit details
Copy full SHA for bb8fd5b
View code at this point
Browse repository at this point
Fixed the documentation of the structure PyMethodDef.
Show description for 06a8dea
serhiy-storchaka
committed
06a8dea
View commit details
Copy full SHA for 06a8dea
View code at this point
Browse repository at this point
Commits on Oct 30, 2016
Issue #26638: Merge option warning fixes from 3.5 into 3.6
vadmium
committed
9440787
View commit details
Copy full SHA for 9440787
View code at this point
Browse repository at this point
Issue #26638: Mask undefined CLI options to defeat new Sphinx warnings
vadmium
committed
5c67933
View commit details
Copy full SHA for 5c67933
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 e45b7c0
serhiy-storchaka
committed
e45b7c0
View commit details
Copy full SHA for e45b7c0
View code at this point
Browse repository at this point
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 Aug 3, 2016
Issue #23710: Merge from 3.5
berkerpeksag
committed
9f4712a
View commit details
Copy full SHA for 9f4712a
View code at this point
Browse repository at this point
Issue #23710: Update PyObject_HEAD documentation
Show description for bed6891
berkerpeksag
committed
bed6891
View commit details
Copy full SHA for bed6891
View code at this point
Browse repository at this point
Commits on Jul 29, 2016
Issue #26462: Merge code block fixes from 3.5
vadmium
committed
6a09315
View commit details
Copy full SHA for 6a09315
View code at this point
Browse repository at this point
Commits on Jul 26, 2016
Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.
Show description for 1050d2d
vadmium
committed
1050d2d
View commit details
Copy full SHA for 1050d2d
View code at this point
Browse repository at this point
Commits on Apr 9, 2016
Issue #17264: Fix cross refs and a markup error in extending/building.rst
berkerpeksag
committed
d7e44b6
View commit details
Copy full SHA for d7e44b6
View code at this point
Browse repository at this point
Issue #17264: Fix cross refs and a markup error in extending/building.rst
berkerpeksag
committed
705c0e3
View commit details
Copy full SHA for 705c0e3
View code at this point
Browse repository at this point
Commits on Feb 26, 2016
merge with 3.5
birkenfeld
committed
3902d62
View commit details
Copy full SHA for 3902d62
View code at this point
Browse repository at this point
Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch.
birkenfeld
committed
5d94134
View commit details
Copy full SHA for 5d94134
View code at this point
Browse repository at this point
Commits on Jan 9, 2016
Merge with 3.5
terryjreedy
committed
c0a732e
View commit details
Copy full SHA for c0a732e
View code at this point
Browse repository at this point
Issue #26029: Finish correction.
terryjreedy
committed
6401e79
View commit details
Copy full SHA for 6401e79
View code at this point
Browse repository at this point
Merge with 3.5
terryjreedy
committed
3acf170
View commit details
Copy full SHA for 3acf170
View code at this point
Browse repository at this point
Issue #26029: Remove extraneous word. Patch by Upendra Kumar.
terryjreedy
committed
2a97f8a
View commit details
Copy full SHA for 2a97f8a
View code at this point
Browse repository at this point
Commits on Nov 30, 2015
Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure
vadmium
committed
b4ce1fc
View commit details
Copy full SHA for b4ce1fc
View code at this point
Browse repository at this point
Commits on Sep 10, 2015
Issue #25022: Merge with 3.4
zware
committed
31ce9ac
View commit details
Copy full SHA for 31ce9ac
View code at this point
Browse repository at this point
Issue #25022: Add NEWS, fix docs to not mention the old example.
zware
committed
3d9a9d4
View commit details
Copy full SHA for 3d9a9d4
View code at this point
Browse repository at this point
Commits on Aug 25, 2015
Issue #24808: Merge 3.4 into 3.5; adjust new tp_as_async field
Martin Panter
committed
36f22a2
View commit details
Copy full SHA for 36f22a2
View code at this point
Browse repository at this point
Issue #24808: Update the documentation of some PyTypeObject fields
Show description for 78d5033
Martin Panter
committed
78d5033
View commit details
Copy full SHA for 78d5033
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
c75e2dd
View commit details
Copy full SHA for c75e2dd
View code at this point
Browse repository at this point
Issue #24680: Merge with 3.4
zware
committed
c8115b8
View commit details
Copy full SHA for c8115b8
View code at this point
Browse repository at this point
Commits on Jul 3, 2015
Close #24458: PEP 489 documentation
Show description for 2ab5b09
ncoghlan
committed
2ab5b09
View commit details
Copy full SHA for 2ab5b09
View code at this point
Browse repository at this point
Commits on Jun 21, 2015
Fixed documentation of functions with const char* arguments.
serhiy-storchaka
committed
cd881b8
View commit details
Copy full SHA for cd881b8
View code at this point
Browse repository at this point
Fixed documentation of functions with const char* arguments.
serhiy-storchaka
committed
03863d2
View commit details
Copy full SHA for 03863d2
View code at this point
Browse repository at this point
Commits on May 21, 2015
Issue 24180: Documentation for PEP 492 changes.
Yury Selivanov
committed
f3e40fa
View commit details
Copy full SHA for f3e40fa
View code at this point
Browse repository at this point
Commits on Apr 13, 2015
Merge: #17380: Document tp_init return value in extending docs.
bitdancer
committed
e6d3abd
View commit details
Copy full SHA for e6d3abd
View code at this point
Browse repository at this point
#17380: Document tp_init return value in extending docs.
Show description for 354c740
bitdancer
committed
354c740
View commit details
Copy full SHA for 354c740
View code at this point
Browse repository at this point
Commits on Feb 17, 2015
Issue #22883: Update PyInt to PyLong in C API example.
serhiy-storchaka
committed
8391b72
View commit details
Copy full SHA for 8391b72
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.