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 }}
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.3k
Star
75.6k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
3.4
User selector
All users
Datepicker
All time
Commit history
Commits on May 7, 2019
Post-release version bump for 3.4.10.
larryhastings
committed
05c28b0
View commit details
Copy full SHA for 05c28b0
Browse repository at this point
Commits on Mar 18, 2019
Version bump for 3.4.10.
larryhastings
committed
e76cbc7
View commit details
Copy full SHA for e76cbc7
Browse repository at this point
Blurb release and pydoc-topics for 3.4.10 final.
larryhastings
committed
8daddae
View commit details
Copy full SHA for 8daddae
Browse repository at this point
Minor doc ReST fixes.
larryhastings
committed
d2eb677
View commit details
Copy full SHA for d2eb677
Browse repository at this point
Commits on Mar 16, 2019
[3.4] bpo-35121: prefix dot in domain for proper subdomain validation (GH-10258) (#12279)
Show description for 42ad410
tirkarthi
authored and
larryhastings
committed
42ad410
View commit details
Copy full SHA for 42ad410
Browse repository at this point
bpo-35647: Fix path check in cookiejar (#11436) (#12278)
Show description for e260f09
tirkarthi
authored and
larryhastings
committed
e260f09
View commit details
Copy full SHA for e260f09
Browse repository at this point
Commits on Mar 11, 2019
bpo-36216: Add check for characters in netloc that normalize to separators (GH-12201) (#12224)
zooba
authored and
larryhastings
committed
62d3654
View commit details
Copy full SHA for 62d3654
Browse repository at this point
Commits on Mar 4, 2019
Post-release version bump for 3.4.10rc1.
larryhastings
committed
0d9d810
View commit details
Copy full SHA for 0d9d810
Browse repository at this point
Version bump & copyright year update for 3.4.10rc1.
larryhastings
committed
14bb5cb
View commit details
Copy full SHA for 14bb5cb
Browse repository at this point
PyDoc and blurb updates for 3.4.10rc1.
larryhastings
committed
17ebd26
View commit details
Copy full SHA for 17ebd26
Browse repository at this point
[3.4] bpo-33329: Fix multiprocessing regression on newer glibcs (GH-6575) (#12145)
Show description for 2226139
2 people
authored and
larryhastings
committed
2226139
View commit details
Copy full SHA for 2226139
Browse repository at this point
Commits on Feb 25, 2019
bpo-34791: xml package obeys ignore env flags (GH-9544) (#11872)
Show description for 765d333
vstinner
authored and
larryhastings
committed
765d333
View commit details
Copy full SHA for 765d333
Browse repository at this point
[3.4] bpo-34656: Avoid relying on signed overflow in _pickle memos (GH-9261) (#11870)
Show description for 4b42d57
vstinner
authored and
larryhastings
committed
4b42d57
View commit details
Copy full SHA for 4b42d57
Browse repository at this point
bpo-35746: Fix segfault in ssl's cert parser (GH-11569) (#11868)
Show description for 6c655ce
vstinner
authored and
larryhastings
committed
6c655ce
View commit details
Copy full SHA for 6c655ce
Browse repository at this point
[3.4] bpo-34623: Use XML_SetHashSalt in _elementtree (#9953)
Show description for d16eaf3
2 people
authored and
larryhastings
committed
d16eaf3
View commit details
Copy full SHA for d16eaf3
Browse repository at this point
Commits on Aug 2, 2018
Post-release version bump for 3.4.9.
larryhastings
committed
cd1d5c5
View commit details
Copy full SHA for cd1d5c5
Browse repository at this point
Version bump for 3.4.9 final.
larryhastings
committed
0a5a5af
View commit details
Copy full SHA for 0a5a5af
Browse repository at this point
Add Blurb entry for 3.4.9 final.
larryhastings
committed
804d8b3
View commit details
Copy full SHA for 804d8b3
Browse repository at this point
Commits on Jul 20, 2018
Post-release version bump for 3.4.9rc1.
larryhastings
committed
57b85d3
View commit details
Copy full SHA for 57b85d3
Browse repository at this point
Commits on Jul 19, 2018
Version bump for 3.4.9rc1.
larryhastings
committed
c126fdc
View commit details
Copy full SHA for c126fdc
Browse repository at this point
PyDoc and blurb updates for 3.4.9rc1.
larryhastings
committed
9a6c8e9
View commit details
Copy full SHA for 9a6c8e9
Browse repository at this point
Commits on May 14, 2018
[3.4] bpo-33001: Prevent buffer overrun in os.symlink (GH-5989) (#5992)
Show description for 77c02cd
zooba
authored and
larryhastings
committed
77c02cd
View commit details
Copy full SHA for 77c02cd
Browse repository at this point
Commits on Mar 11, 2018
[3.4] bpo-32981: Fix catastrophic backtracking vulns (GH-5955) (#6035)
Show description for 942cc04
2 people
authored and
larryhastings
committed
942cc04
View commit details
Copy full SHA for 942cc04
Browse repository at this point
Commits on Feb 5, 2018
Post-release bump for Python 3.4.8.
larryhastings
committed
f584ecd
View commit details
Copy full SHA for f584ecd
Browse repository at this point
Commits on Feb 4, 2018
Version bump for 3.4.8.
larryhastings
committed
a61d7f2
View commit details
Copy full SHA for a61d7f2
Browse repository at this point
Finalize blurb archive for 3.4.8 (no new blurbs).
larryhastings
committed
2a5da97
View commit details
Copy full SHA for 2a5da97
Browse repository at this point
[3.4] [3.5] bpo-32620: Remove failing pyenv call from CI config (GH-5274) (#5533)
Show description for 71b94e3
larryhastings
and
ncoghlan
authored
71b94e3
View commit details
Copy full SHA for 71b94e3
Browse repository at this point
Post-release version bump for 3.4.8rc1.
larryhastings
committed
24396c0
View commit details
Copy full SHA for 24396c0
Browse repository at this point
Commits on Jan 23, 2018
Bump version and copyright year for 3.4.8rc1.
larryhastings
committed
d5af78b
View commit details
Copy full SHA for d5af78b
Browse repository at this point
blurb release and pydoc topics for 3.4.8rc1.
larryhastings
committed
68485f7
View commit details
Copy full SHA for 68485f7
Browse repository at this point
Commits on Jan 22, 2018
[3.4] bpo-32072: Fix issues with binary plists. (GH-4455) (#4658)
Show description for c59731d
serhiy-storchaka
authored and
larryhastings
committed
c59731d
View commit details
Copy full SHA for c59731d
Browse repository at this point
Commits on Dec 8, 2017
bpo-29572: Update Windows build to OpenSSL 1.0.2k (GH-443) (#3445)
Show description for 092db6c
vstinner
authored and
larryhastings
committed
092db6c
View commit details
Copy full SHA for 092db6c
Browse repository at this point
bpo-30657: Fix CVE-2017-1000158 (#4758)
Show description for 6c004b4
2 people
authored and
larryhastings
committed
6c004b4
View commit details
Copy full SHA for 6c004b4
Browse repository at this point
Commits on Nov 29, 2017
[3.4] bpo-31170: Fix inclusion of expat in Windows build projects (#3785)
Show description for 8b11e8d
vstinner
authored and
larryhastings
committed
8b11e8d
View commit details
Copy full SHA for 8b11e8d
Browse repository at this point
Commits on Oct 12, 2017
Backport Doc build venv fixes (#3979)
ned-deily
authored
5d7fc42
View commit details
Copy full SHA for 5d7fc42
Browse repository at this point
Previous
Next
You can’t perform that action at this time.