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
.
pythoncapi
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
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
includes
on
pythoncapi
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 5, 2018
Removed unused import from tzinfo_examples.py. (GH-7994)
sir-sigurd
authored and
Mariatta
committed
3a9bb5f
View commit details
Copy full SHA for 3a9bb5f
View code at this point
Browse repository at this point
Commits on Jun 28, 2018
bpo-33958: Doc: Remove unused variable in example (GH-7927)
srinivasreddy
authored and
methane
committed
62b6cea
View commit details
Copy full SHA for 62b6cea
View code at this point
Browse repository at this point
Commits on Apr 7, 2018
bpo-33201: Modernize "Extension types" doc (GH-6337)
Show description for 1d80a56
pitrou
authored
1d80a56
View commit details
Copy full SHA for 1d80a56
View code at this point
Browse repository at this point
Commits on Dec 14, 2017
bpo-32297: Few misspellings found in Python source code comments. (#4803)
Show description for 53f7a7c
mehanig
authored and
asvetlov
committed
53f7a7c
View commit details
Copy full SHA for 53f7a7c
View code at this point
Browse repository at this point
Commits on Nov 28, 2017
bpo-32150: Expand tabs to spaces in C files. (#4583)
serhiy-storchaka
authored
598ceae
View commit details
Copy full SHA for 598ceae
View code at this point
Browse repository at this point
Commits on Nov 4, 2017
bpo-31923: Fix spelling in sqlite3 docs (GH-4227)
wybiral
authored and
berkerpeksag
committed
aafece7
View commit details
Copy full SHA for aafece7
View code at this point
Browse repository at this point
Commits on Sep 24, 2017
Update Email library documentation example (GH-3720)
Show description for 8337239
cryvate
authored and
Mariatta
committed
8337239
View commit details
Copy full SHA for 8337239
View code at this point
Browse repository at this point
Commits on Sep 22, 2017
bpo-31443: Update included code. (#3697)
skrah
authored
b1558a0
View commit details
Copy full SHA for b1558a0
View code at this point
Browse repository at this point
Commits on Aug 24, 2017
bpo-31095: fix potential crash during GC (GH-2974)
methane
authored
a6296d3
View commit details
Copy full SHA for a6296d3
View code at this point
Browse repository at this point
Commits on Mar 18, 2017
bpo-27200: Fix doctests in programming.rst and datetime.rst (#401)
marco-buttu
authored and
berkerpeksag
committed
909a6f6
View commit details
Copy full SHA for 909a6f6
View code at this point
Browse repository at this point
Commits on Feb 21, 2017
doc: fix compile error on "shoddy" example extension (GH-215)
methane
authored
fb8fe72
View commit details
Copy full SHA for fb8fe72
View code at this point
Browse repository at this point
Commits on Sep 8, 2016
#24277: Fix some incorrect backslashes in email example.
bitdancer
committed
1ba3e6d
View commit details
Copy full SHA for 1ba3e6d
View code at this point
Browse repository at this point
#24277: The new email API is no longer provisional.
Show description for 29d1bc0
bitdancer
committed
29d1bc0
View commit details
Copy full SHA for 29d1bc0
View code at this point
Browse repository at this point
Commits on Aug 24, 2016
Closes #27595: Document PEP 495 (Local Time Disambiguation) features.
abalkin
committed
53868aa
View commit details
Copy full SHA for 53868aa
View code at this point
Browse repository at this point
Commits on Jul 10, 2016
Merge: #26176: fix usage of Address constructor in email examples.
bitdancer
committed
a7425c5
View commit details
Copy full SHA for a7425c5
View code at this point
Browse repository at this point
#26176: fix usage of Address constructor in email examples.
Show description for 7a139c5
bitdancer
committed
7a139c5
View commit details
Copy full SHA for 7a139c5
View code at this point
Browse repository at this point
Commits on Feb 11, 2016
Issue #25985: sys.version_info is now used instead of sys.version
Show description for 885bdc4
serhiy-storchaka
committed
885bdc4
View commit details
Copy full SHA for 885bdc4
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 Aug 26, 2015
docs: Better comment for tp_as_async slot
Yury Selivanov
committed
beaa509
View commit details
Copy full SHA for beaa509
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 May 12, 2015
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
Yury Selivanov
committed
7544508
View commit details
Copy full SHA for 7544508
View code at this point
Browse repository at this point
Commits on Mar 18, 2015
Removed unintentional trailing spaces in non-external and non-generated C files.
serhiy-storchaka
committed
009b811
View commit details
Copy full SHA for 009b811
View code at this point
Browse repository at this point
Commits on Feb 25, 2015
Issue #23511: Port email-simple.py to Python 3.
Show description for a1780bc
berkerpeksag
committed
a1780bc
View commit details
Copy full SHA for a1780bc
View code at this point
Browse repository at this point
Issue #23511: Port email-simple.py to Python 3.
Show description for f9e3cf1
berkerpeksag
committed
f9e3cf1
View commit details
Copy full SHA for f9e3cf1
View code at this point
Browse repository at this point
Commits on Oct 29, 2014
Merge with 3.4
birkenfeld
committed
cadc3fd
View commit details
Copy full SHA for cadc3fd
View code at this point
Browse repository at this point
Use https:// URLs when referring to python.org hosts.
birkenfeld
committed
e73778c
View commit details
Copy full SHA for e73778c
View code at this point
Browse repository at this point
Commits on Aug 1, 2014
Issue #18395, #22108: Update embedded Python examples to decode correctly
Show description for 25e014b
vstinner
committed
25e014b
View commit details
Copy full SHA for 25e014b
View code at this point
Browse repository at this point
Commits on Mar 16, 2014
Merge in all documentation changes since branching 3.4.0rc1.
larryhastings
committed
3732ed2
View commit details
Copy full SHA for 3732ed2
View code at this point
Browse repository at this point
Commits on Mar 14, 2014
whatsnew: final edit pass.
bitdancer
committed
b69c0c1
View commit details
Copy full SHA for b69c0c1
View code at this point
Browse repository at this point
Commits on Feb 7, 2014
#20477: add examples of using the new contentmanager API.
bitdancer
committed
02384bf
View commit details
Copy full SHA for 02384bf
View code at this point
Browse repository at this point
Commits on Oct 6, 2013
Issue #18972: Modernize email examples and use the argparse module in them.
serhiy-storchaka
committed
992cf1d
View commit details
Copy full SHA for 992cf1d
View code at this point
Browse repository at this point
Commits on Aug 14, 2013
Issue #8713: Support alternative start methods in multiprocessing on Unix.
Show description for 84ed9a6
shibturn
committed
84ed9a6
View commit details
Copy full SHA for 84ed9a6
View code at this point
Browse repository at this point
Commits on Jul 30, 2013
Issue #18112: PEP 442 implementation (safe object finalization).
pitrou
committed
796564c
View commit details
Copy full SHA for 796564c
View code at this point
Browse repository at this point
Commits on Apr 29, 2012
Issue #14428: Use the new time.perf_counter() and time.process_time() functions
Show description for fe98e2f
vstinner
committed
fe98e2f
View commit details
Copy full SHA for fe98e2f
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.