Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Product
GitHub Copilot
Write better code with AI
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
All features
Documentation
GitHub Skills
Blog
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
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
32.3k
Star
67.8k
Code
Issues
5k+
Pull requests
1.9k
Actions
Projects
28
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
v3.2.6
User selector
All users
Datepicker
All time
Commit History
Commits on Oct 12, 2014
Bump to 3.2.6
birkenfeld
committed
439d885
Copy full SHA for 439d885
#16040: fix unlimited read from connection in nntplib.
birkenfeld
committed
b3ac843
Copy full SHA for b3ac843
Commits on Oct 4, 2014
Added tag v3.2.6rc1 for changeset 51382a5598ec
birkenfeld
committed
f84422d
Copy full SHA for f84422d
Copyright year update, add version to licenses.
birkenfeld
committed
edc3cba
Copy full SHA for edc3cba
Bump to 3.2.6rc1
birkenfeld
committed
e800a0e
Copy full SHA for e800a0e
Commits on Oct 1, 2014
ref #19855: skip uuid test_find_mac on non-Posix as in later branches
birkenfeld
committed
4480d30
Copy full SHA for 4480d30
Fix unicode_aswidechar() for 4b unicode and 2b wchar_t (AIX).
birkenfeld
committed
ff3e5e3
Copy full SHA for ff3e5e3
Commits on Sep 30, 2014
Issue #19855: uuid.getnode() on Unix now looks on the PATH for the
Show description for 51c1162
birkenfeld
committed
51c1162
Copy full SHA for 51c1162
Backport b533cc11d114 to fix intermittent test_urllibnet failures.
birkenfeld
committed
3bc3567
Copy full SHA for 3bc3567
Add a dummy "touch" target to the Makefile so that the custom buildbots can test this branch.
birkenfeld
committed
4615076
Copy full SHA for 4615076
Fix-up for 0f362676460d: add missing size argument to SSLFakeFile.readline(), as in 2.6 backport 8a6def3add5b
birkenfeld
committed
786c8e7
Copy full SHA for 786c8e7
Issue #16039: CVE-2013-1752: Change use of readline in imaplib module to limit
Show description for fd9262c
birkenfeld
committed
fd9262c
Copy full SHA for fd9262c
Issue #22419: Limit the length of incoming HTTP request in wsgiref server to
Show description for 860c367
birkenfeld
committed
860c367
Copy full SHA for 860c367
Issue #22517: When a io.BufferedRWPair object is deallocated, clear its
Show description for 21bf3f9
birkenfeld
committed
21bf3f9
Copy full SHA for 21bf3f9
Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 to
Show description for eaca861
birkenfeld
committed
eaca861
Copy full SHA for eaca861
Issue #16042: CVE-2013-1752: smtplib: Limit amount of data read by
Show description for 210ee47
birkenfeld
committed
210ee47
Copy full SHA for 210ee47
Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read by
Show description for c9cb18d
birkenfeld
committed
c9cb18d
Copy full SHA for c9cb18d
Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more than
Show description for f0746ca
birkenfeld
committed
f0746ca
Copy full SHA for f0746ca
Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes
Show description for ec3c103
birkenfeld
committed
ec3c103
Copy full SHA for ec3c103
Commits on Sep 17, 2014
Issue #22421 - Secure pydoc server run. Bind it to localhost instead of all interfaces.
birkenfeld
committed
0840b41
Copy full SHA for 0840b41
Commits on Sep 16, 2014
Lax cookie parsing in http.cookies could be a security issue when combined
Show description for dad182c
pitrou
committed
dad182c
Copy full SHA for dad182c
Commits on Aug 3, 2014
Issue #13540: Update references to Action class to match syntax used for other classes in this file.
jaraco
committed
79690ac
Copy full SHA for 79690ac
Commits on Jul 20, 2014
Issue #13540: Removed redundant documentation about Action instance attributes. Updated example and documentation per recommendations by Steven Bethard in msg149524.
jaraco
committed
eb0ef41
Copy full SHA for eb0ef41
Commits on Jul 13, 2014
Issue #21323: Fix http.server to again handle scripts in CGI subdirectories,
Show description for 915a30f
ned-deily
committed
915a30f
Copy full SHA for 915a30f
Commits on Jun 17, 2014
expect the correct platform-dependent linesep
benjaminp
committed
314dc12
Copy full SHA for 314dc12
Commits on Jun 15, 2014
url unquote the path before checking if it refers to a CGI script (closes #21766)
benjaminp
committed
73b8b1c
Copy full SHA for 73b8b1c
Commits on Apr 14, 2014
fix poor spelling
benjaminp
committed
49991de
Copy full SHA for 49991de
disallow a negative idx parameter
benjaminp
committed
6ef2b36
Copy full SHA for 6ef2b36
in scan_once, prevent the reading of arbitrary memory when passed a negative index
Show description for 99b5afa
benjaminp
committed
99b5afa
Copy full SHA for 99b5afa
Commits on Apr 4, 2014
fix versionchanged version
benjaminp
committed
80e6af1
Copy full SHA for 80e6af1
Commits on Apr 1, 2014
remove directory mode check from makedirs (closes #21082)
benjaminp
committed
ee5f1c1
Copy full SHA for ee5f1c1
Commits on Mar 31, 2014
use https docs url (#21115)
benjaminp
committed
b4be376
Copy full SHA for b4be376
Commits on Mar 27, 2014
Issue #20939: Use www.example.com instead of www.python.org to avoid test
Show description for e558181
ned-deily
committed
e558181
Copy full SHA for e558181
Commits on Oct 29, 2013
Issue #18747: document issue with OpenSSL's CPRNG state and fork
tiran
committed
70088f1
Copy full SHA for 70088f1
Commits on Dec 14, 2011
Issue #13540: Expanded argparse documents to clarify the action API
jaraco
committed
f28cf7a
Copy full SHA for f28cf7a
Pagination
Previous
Next
You can’t perform that action at this time.