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
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 }}
python273
/
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
main
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 26, 2022
GH-96172 fix unicodedata.east_asian_width being wrong on unassigned code points (#96207)
cfbolz
authored
9c197bc
View commit details
Copy full SHA for 9c197bc
View code at this point
Browse repository at this point
gh-96269: Fix build dependency on AIX (GH-96304)
tiran
authored
8c1dbad
View commit details
Copy full SHA for 8c1dbad
View code at this point
Browse repository at this point
Commits on Aug 25, 2022
gh-92445 Improve interaction between nargs="*" and choices() (GH-92565)
Harry-Lees
authored
ad7340e
View commit details
Copy full SHA for ad7340e
View code at this point
Browse repository at this point
gh-76728: Coerce DictReader and DictWriter fieldnames argument to a list (GH-32225)
dignissimus
authored
cd492d4
View commit details
Copy full SHA for cd492d4
View code at this point
Browse repository at this point
GH-96237: Allow non-functions as reference-holder in frames. (GH-96238)
markshannon
authored
c09fa75
View commit details
Copy full SHA for c09fa75
View code at this point
Browse repository at this point
gh-95243: Mitigate the race condition in testSockName (#96173)
Show description for df11012
rossburton
authored
df11012
View commit details
Copy full SHA for df11012
View code at this point
Browse repository at this point
Commits on Aug 24, 2022
GH-93503: Add thread-specific APIs to set profiling and tracing functions in the C-API (#93504)
Show description for e34c82a
pablogsal
authored
e34c82a
View commit details
Copy full SHA for e34c82a
View code at this point
Browse repository at this point
GH-96179: Fix misleading example on the bisect documentation (GH-96228)
Show description for 4317b25
pedropregueiro
authored
4317b25
View commit details
Copy full SHA for 4317b25
View code at this point
Browse repository at this point
gh-93678: add _testinternalcapi.optimize_cfg() and test utils for compiler optimization unit tests (GH-96007)
iritkatriel
authored
420f39f
View commit details
Copy full SHA for 420f39f
View code at this point
Browse repository at this point
Commits on Aug 23, 2022
GH-96145: Add AttrDict to JSON module for use with object_hook (#96146)
rhettinger
authored
1f0eafa
View commit details
Copy full SHA for 1f0eafa
View code at this point
Browse repository at this point
gh-96175: add missing self._localName assignment in `xml.dom.minidom.Attr` (#96176)
Show description for 58f6953
kkirsche
and
JelleZijlstra
authored
58f6953
View commit details
Copy full SHA for 58f6953
View code at this point
Browse repository at this point
GH-96187: Prevent _PyCode_GetExtra to return garbage for negative indexes (GH-96188)
pablogsal
authored
16ebae4
View commit details
Copy full SHA for 16ebae4
View code at this point
Browse repository at this point
gh-96159: Fix significant performance degradation in logging.TimedRotat… (GH-96182)
dgrisby
authored
1499d73
View commit details
Copy full SHA for 1499d73
View code at this point
Browse repository at this point
Commits on Aug 22, 2022
gh-96046: Initialize ht_cached_keys in PyType_Ready() (GH-96047)
tiran
authored
53e6a9a
View commit details
Copy full SHA for 53e6a9a
View code at this point
Browse repository at this point
Commits on Aug 21, 2022
gh-96098: Clearly link concurrent.futures from threading & multiprocessing docs (GH-96112)
Show description for bcc4cb0
ncoghlan
authored
bcc4cb0
View commit details
Copy full SHA for bcc4cb0
View code at this point
Browse repository at this point
Commits on Aug 19, 2022
GH-96071: fix deadlock in PyGILState_Ensure (GH-96124)
Show description for e0d54a4
kumaraditya303
authored
e0d54a4
View commit details
Copy full SHA for e0d54a4
View code at this point
Browse repository at this point
gh-96125: Fix sys.thread_info.name on pthread platforms (GH-96126)
Show description for 822955c
tiran
authored
822955c
View commit details
Copy full SHA for 822955c
View code at this point
Browse repository at this point
GH-90997: Wrap yield from/await in a virtual try/except StopIteration (GH-96010)
brandtbucher
authored
5bfb3c3
View commit details
Copy full SHA for 5bfb3c3
View code at this point
Browse repository at this point
gh-96019: Fix caching of decompositions in makeunicodedata (GH-96020)
cfbolz
authored
2d9f252
View commit details
Copy full SHA for 2d9f252
View code at this point
Browse repository at this point
Commits on Aug 18, 2022
gh-95463: Remove backwards incompatible change regarding the _MASK_UTF_FILENAME flags in bpo-28080 (GH-96072)
Show description for 9d066e2
pablogsal
authored
9d066e2
View commit details
Copy full SHA for 9d066e2
View code at this point
Browse repository at this point
gh-90536: Add support for the BOLT post-link binary optimizer (gh-95908)
Show description for 214eb2c
kmod
and
corona10
authored
214eb2c
View commit details
Copy full SHA for 214eb2c
View code at this point
Browse repository at this point
GH-95861: Add support for Spearman's rank correlation coefficient (GH-95863)
rhettinger
authored
29c8f80
View commit details
Copy full SHA for 29c8f80
View code at this point
Browse repository at this point
Commits on Aug 17, 2022
Correct news entry. (GH-96043)
markshannon
authored
d8c07f8
View commit details
Copy full SHA for d8c07f8
View code at this point
Browse repository at this point
GH-95589: Dont crash when subclassing extension classes with multiple inheritance (GH-96028)
Show description for b73e3b6
markshannon
authored
b73e3b6
View commit details
Copy full SHA for b73e3b6
View code at this point
Browse repository at this point
GH-93911: Specialize `LOAD_ATTR` for custom `__getattribute__` (GH-93988)
Fidget-Spinner
authored
7276ca2
View commit details
Copy full SHA for 7276ca2
View code at this point
Browse repository at this point
GH-95704: Don't suppress errors from tasks when TG is cancelled (#95761)
Show description for f51f54f
gvanrossum
and
graingert
authored
f51f54f
View commit details
Copy full SHA for f51f54f
View code at this point
Browse repository at this point
Commits on Aug 16, 2022
gh-96005: Handle WASI ENOTCAPABLE in getpath (GH-96006)
Show description for 48174fa
tiran
authored
48174fa
View commit details
Copy full SHA for 48174fa
View code at this point
Browse repository at this point
GH-95736: fix IsolatedAsyncioTestCase to initialize Runner before calling setup functions (#95898)
kumaraditya303
authored
9d51599
View commit details
Copy full SHA for 9d51599
View code at this point
Browse repository at this point
GH-95245: Move weakreflist into the pre-header. (GH-95996)
markshannon
authored
5a8c158
View commit details
Copy full SHA for 5a8c158
View code at this point
Browse repository at this point
gh-95957: Add instructions for Tcl/Tk and OpenSSL on RHEL/CentOS 7 (#95964)
Show description for ab4d729
tiran
and
erlend-aasland
authored
ab4d729
View commit details
Copy full SHA for ab4d729
View code at this point
Browse repository at this point
Commits on Aug 15, 2022
GH-95899: fix asyncio.Runner to call set_event_loop only once (#95900)
kumaraditya303
authored
914f636
View commit details
Copy full SHA for 914f636
View code at this point
Browse repository at this point
gh-95231: Disable md5 & crypt modules if FIPS is enabled (GH-94742)
Show description for 2fa03b1
sshedi
authored
2fa03b1
View commit details
Copy full SHA for 2fa03b1
View code at this point
Browse repository at this point
GH-95707: Fix uses of `Py_TPFLAGS_MANAGED_DICT` (GH-95854)
Show description for 3ef3c63
markshannon
authored
3ef3c63
View commit details
Copy full SHA for 3ef3c63
View code at this point
Browse repository at this point
Commits on Aug 14, 2022
GH-95977: Speed up calling pure python descriptor __get__ with vectorcall (gh-95978)
kumaraditya303
authored
f2afdf3
View commit details
Copy full SHA for f2afdf3
View code at this point
Browse repository at this point
Commits on Aug 13, 2022
gh-95853: Add script to automate WASM build (GH-95828)
Show description for 32ac98e
tiran
and
brettcannon
authored
32ac98e
View commit details
Copy full SHA for 32ac98e
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.