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
howto
on
pythoncapi
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 12, 2018
Fix misindented yaml in logging how to example (GH-8604)
Natim
authored and
Mariatta
committed
10b59f1
View commit details
Copy full SHA for 10b59f1
View code at this point
Browse repository at this point
Commits on Aug 7, 2018
Make code examples in Functional Programming HOWTO to be PEP 8 compliant. (GH-8646)
sir-sigurd
authored and
Mariatta
committed
db8707c
View commit details
Copy full SHA for db8707c
View code at this point
Browse repository at this point
Commits on Jul 26, 2018
bpo-20260: Implement non-bitwise unsigned int converters for Argument Clinic. (GH-8434)
serhiy-storchaka
authored
7cb7bcf
View commit details
Copy full SHA for 7cb7bcf
View code at this point
Browse repository at this point
Commits on Jul 11, 2018
bpo-34083: Update dict order in Functional HOWTO (GH-8230)
Stigjb
authored and
methane
committed
5e5bbbe
View commit details
Copy full SHA for 5e5bbbe
View code at this point
Browse repository at this point
Commits on Jul 1, 2018
bpo-30660: Doc: Optimize PNG files by optipng (GH-8032)
Show description for c6cd164
methane
authored
c6cd164
View commit details
Copy full SHA for c6cd164
View code at this point
Browse repository at this point
Commits on May 31, 2018
bpo-33641: Convert RFC references into links. (GH-7103)
Show description for 0a36ac1
serhiy-storchaka
authored
0a36ac1
View commit details
Copy full SHA for 0a36ac1
View code at this point
Browse repository at this point
Commits on May 20, 2018
bpo-26103: Fix inspect.isdatadescriptor() and a data descriptor definition. (GH-1959)
Show description for 4054b17
aaronchall
authored and
serhiy-storchaka
committed
4054b17
View commit details
Copy full SHA for 4054b17
View code at this point
Browse repository at this point
Docs: be less specific about python versions (GH-6985)
Show description for 9572132
grimreaper
authored and
serhiy-storchaka
committed
9572132
View commit details
Copy full SHA for 9572132
View code at this point
Browse repository at this point
Commits on May 15, 2018
bpo-33503: Fix the broken pypi link in the source and the documentation (GH-6814)
matrixise
authored and
ned-deily
committed
19177fb
View commit details
Copy full SHA for 19177fb
View code at this point
Browse repository at this point
Commits on May 4, 2018
bpo-33400: Clarified documentation to indicate no strict adherence to ISO 8601. (GH-6702)
vsajip
authored
c4994dc
View commit details
Copy full SHA for c4994dc
View code at this point
Browse repository at this point
Commits on Apr 16, 2018
Remove to-be-deprecated urllib.request.urlretrieve function reference (#6454)
andresdelfino
authored and
orsenthil
committed
c89b221
View commit details
Copy full SHA for c89b221
View code at this point
Browse repository at this point
Commits on Apr 8, 2018
Improve highlighting of some code blocks. (GH-6401)
serhiy-storchaka
authored
46936d5
View commit details
Copy full SHA for 46936d5
View code at this point
Browse repository at this point
Commits on Feb 2, 2018
bpo-32614: Modify re examples to use a raw string to prevent warning (GH-5265)
Show description for 6677142
csabella
authored and
terryjreedy
committed
6677142
View commit details
Copy full SHA for 6677142
View code at this point
Browse repository at this point
Commits on Jan 20, 2018
bpo-25910: Link redirections in docs (#1933)
Show description for 338cd83
CuriousLearner
authored and
vstinner
committed
338cd83
View commit details
Copy full SHA for 338cd83
View code at this point
Browse repository at this point
Commits on Jan 4, 2018
bpo-32308: Replace empty matches adjacent to a previous non-empty match in re.sub(). (#4846)
serhiy-storchaka
authored
fbb490f
View commit details
Copy full SHA for fbb490f
View code at this point
Browse repository at this point
Commits on Dec 13, 2017
trivial: link updates in documentation (#2765)
jamesfe
authored and
asvetlov
committed
4f29f3c
View commit details
Copy full SHA for 4f29f3c
View code at this point
Browse repository at this point
Commits on Dec 6, 2017
bpo-25910: Fixes redirection from http to https (#4674)
CuriousLearner
authored and
vstinner
committed
1b4587a
View commit details
Copy full SHA for 1b4587a
View code at this point
Browse repository at this point
Commits on Nov 25, 2017
bpo-30004: Fix the code example of using group in Regex Howto Docs (GH-4443)
Show description for 610e5af
mandeep
authored and
Mariatta
committed
610e5af
View commit details
Copy full SHA for 610e5af
View code at this point
Browse repository at this point
Commits on Nov 4, 2017
Add version{changed,added} markers and make minor style changes (GH-4273)
berkerpeksag
authored
12d6056
View commit details
Copy full SHA for 12d6056
View code at this point
Browse repository at this point
Commits on Oct 14, 2017
bpo-31714: Improved regular expression documentation. (#3907)
serhiy-storchaka
authored
cd195e2
View commit details
Copy full SHA for cd195e2
View code at this point
Browse repository at this point
Commits on Oct 4, 2017
bpo-30397: Add re.Pattern and re.Match. (#1646)
serhiy-storchaka
authored
0b5e61d
View commit details
Copy full SHA for 0b5e61d
View code at this point
Browse repository at this point
Commits on Sep 29, 2017
bpo-31574: importlib dtrace (#3749)
Show description for 3d2b407
tiran
authored and
ambv
committed
3d2b407
View commit details
Copy full SHA for 3d2b407
View code at this point
Browse repository at this point
Commits on Sep 25, 2017
bpo-23702: Update Descriptor-HOWTO to reflect the removal of unbound methods (#3739)
rhettinger
authored
0d4497b
View commit details
Copy full SHA for 0d4497b
View code at this point
Browse repository at this point
Commits on Sep 7, 2017
bpo-31294: Fix ZeroMQSocketListener and ZeroMQSocketHandler examples (#3229)
Show description for 586c050
pablogsal
authored and
tiran
committed
586c050
View commit details
Copy full SHA for 586c050
View code at this point
Browse repository at this point
Commits on Aug 30, 2017
bpo-30737: Update DevGuide links to new URL (GH-3228)
Show description for 384899d
bugzPDX
authored and
Mariatta
committed
384899d
View commit details
Copy full SHA for 384899d
View code at this point
Browse repository at this point
Commits on Aug 18, 2017
Fix a minor grammar issue in the logging cookbook (GH-3136)
brettcannon
authored
a3110a0
View commit details
Copy full SHA for a3110a0
View code at this point
Browse repository at this point
Commits on Jul 24, 2017
Minor typo in curses.rst (#2763)
Show description for d439d3e
darzaccaro
authored and
terryjreedy
committed
d439d3e
View commit details
Copy full SHA for d439d3e
View code at this point
Browse repository at this point
Commits on Jun 23, 2017
bpo-30709: Improve code example in Descriptor HowTo doc (GH-2339)
anqur
authored and
Mariatta
committed
b066edf
View commit details
Copy full SHA for b066edf
View code at this point
Browse repository at this point
Commits on Jun 6, 2017
bpo-29596: Improve clinic howto documentation (GH-1710)
Show description for ec19ba2
gfyoung
authored and
Mariatta
committed
ec19ba2
View commit details
Copy full SHA for ec19ba2
View code at this point
Browse repository at this point
Commits on Jun 5, 2017
bpo-30530: Update Descriptor How To Documentation (GH-1845)
Show description for 1bced56
rmariano
authored and
Mariatta
committed
1bced56
View commit details
Copy full SHA for 1bced56
View code at this point
Browse repository at this point
Commits on Jun 4, 2017
bpo-30538: Update count() in Functional Programming HOWTO (#1919)
Show description for 9be4ff3
csabella
authored and
rhettinger
committed
9be4ff3
View commit details
Copy full SHA for 9be4ff3
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 16, 2017
bpo-30380: Fix Sphinx 1.6.1 warnings. (#1613)
Show description for d97b7dc
serhiy-storchaka
authored
d97b7dc
View commit details
Copy full SHA for d97b7dc
View code at this point
Browse repository at this point
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 Apr 27, 2017
Use the correct name for ISO in Unicode HOWTO. (#1312)
jessegonzalez
authored and
Mariatta
committed
6fde770
View commit details
Copy full SHA for 6fde770
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.