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
Type
/
to 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
.
pythonStudy2017
/
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
Misc
on
3.3
User selector
All users
All time
Commit history
Commits on Sep 19, 2017
Bump to 3.3.7
ned-deily
committed
17bf6b4
View commit details
Copy full SHA for 17bf6b4
View code at this point
Browse repository at this point
Commits on Sep 6, 2017
Update NEWS.d and suspicious doc filter
ned-deily
committed
69003fe
View commit details
Copy full SHA for 69003fe
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Commits on Jul 16, 2017
[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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Commits on Aug 14, 2016
fix possible integer overflow in binascii.b2a_qp (closes #27760)
Show description for 4f97651
benjaminp
committed
4f97651
View commit details
Copy full SHA for 4f97651
View code at this point
Browse repository at this point
check for overflow in join_append_data (closes #27758)
Show description for 6e01d90
benjaminp
committed
6e01d90
View commit details
Copy full SHA for 6e01d90
View code at this point
Browse repository at this point
Commits on Jul 31, 2016
Prevent HTTPoxy attack (CVE-2016-1000110)
Show description for 4cbb23f
orsenthil
committed
4cbb23f
View commit details
Copy full SHA for 4cbb23f
View code at this point
Browse repository at this point
Commits on Jul 14, 2016
Issue #27369: Merge test_pyexpat from 3.2 into 3.3
vadmium
committed
d27a7c1
View commit details
Copy full SHA for d27a7c1
View code at this point
Browse repository at this point
Issue #27369: Don’t test error message detail that changed in Expat 2.2.0
vadmium
committed
076ca6c
View commit details
Copy full SHA for 076ca6c
View code at this point
Browse repository at this point
Issue #22758: Move NEWS entry to Library section
vadmium
committed
2cdcaf1
View commit details
Copy full SHA for 2cdcaf1
View code at this point
Browse repository at this point
Commits on Jul 10, 2016
#22758: fix regression in handling of secure cookies.
Show description for 5f21f43
bitdancer
committed
5f21f43
View commit details
Copy full SHA for 5f21f43
View code at this point
Browse repository at this point
Commits on Jan 14, 2016
Issue #25940: Use self-signed.pythontest.net in SSL tests
Show description for 3d81d93
vadmium
committed
3d81d93
View commit details
Copy full SHA for 3d81d93
View code at this point
Browse repository at this point
Issue #25940: Merge self-signed.pythontest.net testing from 3.2 into 3.3
Martin Panter
committed
73f5507
View commit details
Copy full SHA for 73f5507
View code at this point
Browse repository at this point
Commits on Dec 5, 2015
fix reordering
benjaminp
committed
14b2c82
View commit details
Copy full SHA for 14b2c82
View code at this point
Browse repository at this point
merge 3.2
benjaminp
committed
2deaea3
View commit details
Copy full SHA for 2deaea3
View code at this point
Browse repository at this point
add CVE and issue number
benjaminp
committed
5e62117
View commit details
Copy full SHA for 5e62117
View code at this point
Browse repository at this point
Commits on Dec 2, 2015
Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.
serhiy-storchaka
committed
31b9410
View commit details
Copy full SHA for 31b9410
View code at this point
Browse repository at this point
Commits on Jul 5, 2015
protect against mutation of the dict during insertion (closes #24407)
benjaminp
committed
a82f77f
View commit details
Copy full SHA for a82f77f
View code at this point
Browse repository at this point
Commits on Jun 27, 2015
add issue number
benjaminp
committed
dac3ab8
View commit details
Copy full SHA for dac3ab8
View code at this point
Browse repository at this point
use safe allocation and reallocation macros
benjaminp
committed
59b08c1
View commit details
Copy full SHA for 59b08c1
View code at this point
Browse repository at this point
Commits on May 23, 2015
merge 3.2 (#22931)
benjaminp
committed
d504f20
View commit details
Copy full SHA for d504f20
View code at this point
Browse repository at this point
allow square brackets in cookie values (closes #22931)
benjaminp
committed
9bd476e
View commit details
Copy full SHA for 9bd476e
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.