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
ea1c6f2
User selector
All users
Datepicker
All time
Commit History
Commits on May 13, 2020
Refactor print_error_text()
gvanrossum
committed
ea1c6f2
Copy full SHA for ea1c6f2
Misc/NEWS blurb
gvanrossum
committed
b951b0f
Copy full SHA for b951b0f
bpo-40612: Fix SyntaxError edge cases in traceback module
gvanrossum
committed
87e78b5
Copy full SHA for 87e78b5
bpo-40334: Always show the caret on SyntaxErrors (GH-20050)
Show description for a15c9b3
lysnikolaou
authored
a15c9b3
Copy full SHA for a15c9b3
bpo-34790: add version of removal of explicit passing of coros to `asyncio.wait`'s documentation (#20008)
Jackenmen
authored
de92769
Copy full SHA for de92769
bpo-40613: Remove compiler warning from _xxsubinterpretersmodule (GH-20069)
corona10
authored
fa0a66e
Copy full SHA for fa0a66e
bpo-40331: Increase test coverage for the statistics module (GH-19608)
tzabal
authored
b809717
Copy full SHA for b809717
bpo-40602: Optimize _Py_hashtable_get_ptr() (GH-20066)
Show description for 42bae3a
vstinner
authored
42bae3a
Copy full SHA for 42bae3a
bpo-40609: _Py_hashtable_t values become void* (GH-20065)
Show description for 5b0a303
vstinner
authored
5b0a303
Copy full SHA for 5b0a303
bpo-40609: _tracemalloc allocates traces (GH-20064)
Show description for d95bd42
vstinner
authored
d95bd42
Copy full SHA for d95bd42
bpo-40609: Add destroy functions to _Py_hashtable (GH-20062)
Show description for 2d0a3d6
vstinner
authored
2d0a3d6
Copy full SHA for 2d0a3d6
bpo-40609: Remove _Py_hashtable_t.key_size (GH-20060)
Show description for f9b3b58
vstinner
authored
f9b3b58
Copy full SHA for f9b3b58
Commits on May 12, 2020
bpo-40609: Rewrite how _tracemalloc handles domains (GH-20059)
Show description for 9e2ca17
vstinner
authored
9e2ca17
Copy full SHA for 9e2ca17
Fix Wikipedia link (GH-20031)
guoguo12
authored
3d54211
Copy full SHA for 3d54211
bpo-40501: Replace ctypes code in uuid with native module (GH-19948)
zooba
authored
d6b727e
Copy full SHA for d6b727e
bpo-40602: Add _Py_HashPointerRaw() function (GH-20056)
Show description for f453221
vstinner
authored
f453221
Copy full SHA for f453221
bpo-38787: Add PyCFunction_CheckExact() macro for exact type checks (GH-20024)
Show description for 4c9ea09
scoder
authored
4c9ea09
Copy full SHA for 4c9ea09
bpo-40596: Fix str.isidentifier() for non-canonicalized strings containing non-BMP characters on Windows. (GH-20053)
serhiy-storchaka
authored
5650e76
Copy full SHA for 5650e76
bpo-40602: Optimize _Py_hashtable for pointer keys (GH-20051)
Show description for 7c6e970
vstinner
authored
7c6e970
Copy full SHA for 7c6e970
bpo-40593: Improve syntax errors for invalid characters in source code. (GH-20033)
serhiy-storchaka
authored
74ea6b5
Copy full SHA for 74ea6b5
bpo-39481: remove generic classes from ipaddress/mmap (GH-20045)
Show description for f3a5b7a
isidentical
authored
f3a5b7a
Copy full SHA for f3a5b7a
bpo-40480: restore ability to join fnmatch.translate() results (GH-20049)
Show description for b1b4c79
tim-one
authored
b1b4c79
Copy full SHA for b1b4c79
bpo-40602: _Py_hashtable_new() uses PyMem_Malloc() (GH-20046)
Show description for d0919f0
vstinner
authored
d0919f0
Copy full SHA for d0919f0
bpo-40602: Rename hashtable.h to pycore_hashtable.h (GH-20044)
Show description for b617993
vstinner
authored
b617993
Copy full SHA for b617993
bpo-40571: Make lru_cache(maxsize=None) more discoverable (GH-20019)
rhettinger
authored
21cdb71
Copy full SHA for 21cdb71
Commits on May 11, 2020
bpo-39465: Don't access directly _Py_Identifier members (GH-20043)
Show description for 4804b5b
vstinner
authored
4804b5b
Copy full SHA for 4804b5b
bpo-40334: produce specialized errors for invalid del targets (GH-19911)
hauntsaninja
authored
27c0d9b
Copy full SHA for 27c0d9b
bpo-40584: Update PyType_FromModuleAndSpec() to process tp_vectorcall_offset (GH-20026)
shihai1991
authored
86d6944
Copy full SHA for 86d6944
bpo-40561: Add docstrings for webbrowser open functions (GH-19999)
Show description for ef7973a
3 people
authored
ef7973a
Copy full SHA for ef7973a
bpo-36346: array: Don't use deprecated APIs (GH-19653)
Show description for d5d9a71
methane
and
vstinner
authored
d5d9a71
Copy full SHA for d5d9a71
bpo-40575: Avoid unnecessary overhead in _PyDict_GetItemIdWithError() (GH-20018)
Show description for 6067d4b
scoder
authored
6067d4b
Copy full SHA for 6067d4b
bpo-40585: Normalize errors messages in codeop when comparing them (GH-20030)
Show description for 5b956ca
pablogsal
authored
5b956ca
Copy full SHA for 5b956ca
Commits on May 10, 2020
Improve code clarity for the set lookup logic (GH-20028)
rhettinger
authored
2cc9b84
Copy full SHA for 2cc9b84
bpo-40257: Tweak docstrings for special generic aliases. (GH-20022)
Show description for 2fbc57a
serhiy-storchaka
authored
2fbc57a
Copy full SHA for 2fbc57a
bpo-40397: Fix subscription of nested generic alias without parameters. (GH-20021)
serhiy-storchaka
authored
0122d48
Copy full SHA for 0122d48
Pagination
Previous
Next
You can’t perform that action at this time.