Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
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
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
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
33.4k
Star
69.9k
Code
Issues
5k+
Pull requests
2.1k
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
0567786
User selector
All users
Datepicker
All time
Commit History
Commits on Aug 16, 2019
bpo-37540: vectorcall: keyword names must be strings (GH-14682)
Show description for 0567786
jdemeyer
authored and
miss-islington
committed
0567786
Copy full SHA for 0567786
bpo-37863: Optimize Fraction.__hash__() (#15298)
rhettinger
authored
f3cb68f
Copy full SHA for f3cb68f
Commits on Aug 15, 2019
Indent code inside if block. (GH-15284)
Show description for 69f37bc
hansrajdas
authored and
benjaminp
committed
69f37bc
Copy full SHA for 69f37bc
bpo-37207: enable vectorcall for type.__call__ (GH-14588)
Show description for 37806f4
jdemeyer
authored and
miss-islington
committed
37806f4
Copy full SHA for 37806f4
Replace usage of the obscure PEM_read_bio_X509_AUX with the more standard PEM_read_bio_X509 (GH-15303)
Show description for 40dad95
alex
authored and
miss-islington
committed
40dad95
Copy full SHA for 40dad95
bpo-37760: Avoid cluttering work tree with downloaded Unicode files. (GH-15128)
gnprice
authored and
benjaminp
committed
3e4498d
Copy full SHA for 3e4498d
Commits on Aug 14, 2019
bpo-37775: Update compileall doc for invalidation_mode parameter (GH-15148)
shihai1991
authored and
vstinner
committed
68e495d
Copy full SHA for 68e495d
bpo-21131: Fix faulthandler.register(chain=True) stack (GH-15276)
Show description for ac827ed
vstinner
authored
ac827ed
Copy full SHA for ac827ed
bpo-37811: FreeBSD, OSX: fix poll(2) usage in sockets module (GH-15202)
Show description for 2814620
akhramov
authored and
vstinner
committed
2814620
Copy full SHA for 2814620
bpo-37826: Document exception chaining in Python tutorial for errors. (GH-15243)
Show description for dcfe111
maxking
authored and
miss-islington
committed
dcfe111
Copy full SHA for dcfe111
bpo-37849: IDLE: fix completion window positioning above line (GH-15267)
taleinat
authored and
terryjreedy
committed
71662dc
Copy full SHA for 71662dc
bpo-36030: Improve performance of some tuple operations (GH-12052)
sir-sigurd
authored and
vstinner
committed
4fa10dd
Copy full SHA for 4fa10dd
bpo-37531: Fix regrtest timeout for subprocesses (GH-15072)
Show description for b0c8369
vstinner
and
Joannah Nanjekye
authored
b0c8369
Copy full SHA for b0c8369
bpo-36502: Correct documentation of str.isspace() (GH-15019)
Show description for 6bccbe7
gnprice
authored and
vstinner
committed
6bccbe7
Copy full SHA for 6bccbe7
bpo-37738: Fix curses addch(str, color_pair) (GH-15071)
Show description for 077af8c
vstinner
authored
077af8c
Copy full SHA for 077af8c
bpo-37681: no_sanitize_thread support from GCC 5.1 (GH-15096)
Show description for 7e479c8
shihai1991
authored and
vstinner
committed
7e479c8
Copy full SHA for 7e479c8
bpo-37337: Fix a GCC 9 warning in Objects/descrobject.c (GH-14814)
Show description for 43d564c
ZackerySpytz
authored and
methane
committed
43d564c
Copy full SHA for 43d564c
bpo-37760: Factor out standard range-expanding logic in makeunicodedata. (GH-15248)
Show description for c03e698
gnprice
authored and
benjaminp
committed
c03e698
Copy full SHA for c03e698
bpo-37256: Wording in Request class docs (#14792)
Show description for 38c7199
2 people
authored and
orsenthil
committed
38c7199
Copy full SHA for 38c7199
Commits on Aug 13, 2019
bpo-25172: Add test for crypt ImportError on Windows (GH-15252)
shireenrao
authored and
zooba
committed
243a73d
Copy full SHA for 243a73d
bpo-37689: add Path.is_relative_to() method (GH-14982)
shihai1991
authored and
pitrou
committed
82642a0
Copy full SHA for 82642a0
bpo-37814: Document the empty tuple type annotation syntax (GH-15208)
Show description for 8a784af
keysmashes
authored and
miss-islington
committed
8a784af
Copy full SHA for 8a784af
bpo-37583: Add err 113 to support.get_socket_conn_refused_errs() (GH-14729)
Show description for 1ac2a83
shihai1991
authored and
vstinner
committed
1ac2a83
Copy full SHA for 1ac2a83
bpo-37841: Remove python_uwp dependency on msvcp140.dll (GH-15253)
zooba
authored
b0dace3
Copy full SHA for b0dace3
bpo-37760: Constant-fold some old options in makeunicodedata. (GH-15129)
Show description for 99d208e
gnprice
authored and
benjaminp
committed
99d208e
Copy full SHA for 99d208e
bpo-37758: Clean out vestigial script-bits from test_unicodedata. (GH-15126)
Show description for def97c9
gnprice
authored and
benjaminp
committed
def97c9
Copy full SHA for def97c9
bpo-37760: Mark all generated Unicode data headers as generated. (GH-15171)
Show description for 4e3dfcc
gnprice
authored and
miss-islington
committed
4e3dfcc
Copy full SHA for 4e3dfcc
bpo-37760: Factor out the basic UCD parsing logic of makeunicodedata. (GH-15130)
Show description for ef2af1a
gnprice
authored and
benjaminp
committed
ef2af1a
Copy full SHA for ef2af1a
Commits on Aug 12, 2019
bpo-37759: Second round of edits to Whatsnew 3.8 (GH-15204)
rhettinger
authored
66a34d3
Copy full SHA for 66a34d3
Remove versioned executables from non-APPX packages (GH-15237)
zooba
authored
c1aeb29
Copy full SHA for c1aeb29
bpo-37354: Sign Activate.ps1 for release (GH-15235)
zooba
authored
3e34a25
Copy full SHA for 3e34a25
bpo-37354: Make Powershell Activate.ps1 script static to allow for signing (GH-14967)
Show description for 732775d
d3r3kk
authored and
zooba
committed
732775d
Copy full SHA for 732775d
bpo-37804: Remove the deprecated method threading.Thread.isAlive() (GH-15225)
corona10
authored and
vstinner
committed
44046fe
Copy full SHA for 44046fe
Fix docs for assert_called and assert_called_once (#15197)
ismail-s
authored and
cjw296
committed
f9590ed
Copy full SHA for f9590ed
Commits on Aug 11, 2019
bpo-37819: Add Fraction.as_integer_ratio() (GH-15212)
rhettinger
authored
f03b4c8
Copy full SHA for f03b4c8
Pagination
Previous
Next
You can’t perform that action at this time.