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.3k
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
Branch selector
3.3
User selector
All users
All time
Commit history
Commits on Sep 19, 2017
post 3.3.7, should there be any
ned-deily
committed
bf9cccb
View commit details
Copy full SHA for bf9cccb
Browse repository at this point
Bump to 3.3.7
ned-deily
committed
17bf6b4
View commit details
Copy full SHA for 17bf6b4
Browse repository at this point
Commits on Sep 7, 2017
Link to generated changelog, not website.
ned-deily
committed
06b5615
View commit details
Copy full SHA for 06b5615
Browse repository at this point
Ensure Doc build has Misc/NEWS for changelog
ned-deily
committed
63ca503
View commit details
Copy full SHA for 63ca503
Browse repository at this point
Commits on Sep 6, 2017
Bump version for post 3.3.7rc1
ned-deily
committed
3b86b44
View commit details
Copy full SHA for 3b86b44
Browse repository at this point
Bump to 3.3.7rc1
ned-deily
committed
8cee0cc
View commit details
Copy full SHA for 8cee0cc
Browse repository at this point
Remove unused suspicious rules
ned-deily
committed
a7ff833
View commit details
Copy full SHA for a7ff833
Browse repository at this point
Backport changes to pyspecific.py
ned-deily
committed
cd469b7
View commit details
Copy full SHA for cd469b7
Browse repository at this point
Update pydoc topics for 3.3.7rc1
ned-deily
committed
a69d886
View commit details
Copy full SHA for a69d886
Browse repository at this point
Update NEWS.d and suspicious doc filter
ned-deily
committed
69003fe
View commit details
Copy full SHA for 69003fe
Browse repository at this point
[3.3] bpo-30947, bpo-31170: Update expat from 2.2.1 to 2.2.4 (#3352)
Show description for 297516e
vstinner
authored and
ned-deily
committed
297516e
View commit details
Copy full SHA for 297516e
Browse repository at this point
Commits on Sep 4, 2017
Fix doc role typos in argparse.rst.
ned-deily
committed
d6203d9
View commit details
Copy full SHA for d6203d9
Browse repository at this point
Commits on Jul 26, 2017
[3.3] bpo-30119: fix ftplib.FTP.putline() to throw an error for a illegal command (#1214) (#2885)
corona10
authored and
ned-deily
committed
a4e774f
View commit details
Copy full SHA for a4e774f
Browse repository at this point
bpo-26657: Fix Windows directory traversal vulnerability with http.server (#782) (#2860)
Show description for 7b92f9f
vstinner
authored and
ned-deily
committed
7b92f9f
View commit details
Copy full SHA for 7b92f9f
Browse repository at this point
[3.3] bpo-22928: Disabled HTTP header injections in http.client. (#2817)
Show description for 8e88f6b
serhiy-storchaka
authored and
ned-deily
committed
8e88f6b
View commit details
Copy full SHA for 8e88f6b
Browse repository at this point
[3.3] [3.5] bpo-27945: Fixed various segfaults with dict. (GH-1657) (GH-1678) (#2396)
Show description for 8fbdab5
serhiy-storchaka
authored and
ned-deily
committed
8fbdab5
View commit details
Copy full SHA for 8fbdab5
Browse repository at this point
[3.3] bpo-30500: urllib: Simplify splithost by calling into urlparse. (#1849) (#2292)
Show description for 052f9d6
vstinner
authored and
ned-deily
committed
052f9d6
View commit details
Copy full SHA for 052f9d6
Browse repository at this point
Commits on Jul 20, 2017
[3.3] Backport CI config from master and remove skipped imaplib tests (#2481)
Show description for b5f20ea
vstinner
authored and
ned-deily
committed
b5f20ea
View commit details
Copy full SHA for b5f20ea
Browse repository at this point
Commits on Jul 19, 2017
[security][3.3] bpo-30730: Prevent environment variables injection in subprocess on Windows. (GH-2325) (#2363)
serhiy-storchaka
authored and
ned-deily
committed
e46f1c1
View commit details
Copy full SHA for e46f1c1
Browse repository at this point
[3.3] bpo-30585: [security] raise an error when STARTTLS fails (#225)
Show description for 3625f7f
vstinner
authored and
ned-deily
committed
3625f7f
View commit details
Copy full SHA for 3625f7f
Browse repository at this point
Commits on Jul 16, 2017
Avoid _GNU_SOURCE redefined warning in xmlparse.c (#2670)
Show description for 4956dd2
segevfiner
authored and
ned-deily
committed
4956dd2
View commit details
Copy full SHA for 4956dd2
Browse repository at this point
[3.3] bpo-29591, bpo-30694: Upgrade Modules/expat to libexpat 2.2.1 (#2164) (#2204)
Show description for ab90986
vstinner
authored and
ned-deily
committed
ab90986
View commit details
Copy full SHA for ab90986
Browse repository at this point
bpo-23844: Fix test_dh_params failure
ned-deily
committed
b52c007
View commit details
Copy full SHA for b52c007
Browse repository at this point
Fix test_site test_license_exists_at_url
ned-deily
committed
8fb577e
View commit details
Copy full SHA for 8fb577e
Browse repository at this point
Fix distutils test_upload failure
ned-deily
committed
b0c0898
View commit details
Copy full SHA for b0c0898
Browse repository at this point
Bump PY_VERSION to 3.3.6+
ned-deily
committed
5caddea
View commit details
Copy full SHA for 5caddea
Browse repository at this point
Commits on Jun 22, 2017
Add "Misc/NEWS.d" directory tree for "blurb". GH-2332
Show description for 87700f1
larryhastings
authored
87700f1
View commit details
Copy full SHA for 87700f1
Browse repository at this point
Commits on Jan 2, 2017
ring IDLE.app into 2017, too
ned-deily
committed
c276ffa
View commit details
Copy full SHA for c276ffa
Browse repository at this point
ring in 2017 for Python
benjaminp
committed
e527dd3
View commit details
Copy full SHA for e527dd3
Browse repository at this point
Commits on Nov 14, 2016
Issue #28563: Make plural form selection more lenient and accepting
Show description for 60ac989
serhiy-storchaka
committed
60ac989
View commit details
Copy full SHA for 60ac989
Browse repository at this point
Commits on Nov 12, 2016
Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X
Show description for b626643
serhiy-storchaka
committed
b626643
View commit details
Copy full SHA for b626643
Browse repository at this point
Commits on Nov 8, 2016
Issue #28563: Fixed possible DoS and arbitrary code execution when handle
Show description for 07bcf05
serhiy-storchaka
committed
07bcf05
View commit details
Copy full SHA for 07bcf05
Browse repository at this point
Commits on Sep 14, 2016
Issue #26171: Prevent buffer overflow in get_data
Show description for d751040
berkerpeksag
committed
d751040
View commit details
Copy full SHA for d751040
Browse repository at this point
Commits on Aug 17, 2016
rearrange methodcaller_new so that the main error case does not cause uninitialized memory usage (closes #27783)
benjaminp
committed
1f0e7c9
View commit details
Copy full SHA for 1f0e7c9
Browse repository at this point
Commits on Aug 16, 2016
do not decref value borrowed from list (closes #27774)
benjaminp
committed
3a27b08
View commit details
Copy full SHA for 3a27b08
Browse repository at this point
Previous
Next
You can’t perform that action at this time.