FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
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
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Aug 24, 2026
[3.13] gh-155648: Fix IDLE tests that cannot fail (GH-156257) (#156317)
Show description for 708b457
miss-islington
and
terryjreedy
authored
708b457
View commit details
Copy full SHA for 708b457
Browse repository at this point
[3.13] gh-151138: Update Windows temp directory locations in tempfile.rst (GH-151210) (#156308)
Show description for 6fc2810
miss-islington
and
anthonycabreralara
authored
6fc2810
View commit details
Copy full SHA for 6fc2810
Browse repository at this point
[3.13] gh-156226: Fix doubled-word typos in the `difflib` documetation (GH-156227) (#156295)
Show description for dd6f47c
authored
dd6f47c
View commit details
Copy full SHA for dd6f47c
Browse repository at this point
Commits on Aug 23, 2026
[3.13] gh-154855: Ask non-ncurses curses for one more character (GH-154870) (GH-156285)
Show description for 7d7fa9d
serhiy-storchaka
authored
7d7fa9d
View commit details
Copy full SHA for 7d7fa9d
Browse repository at this point
[3.13] gh-156234: Fix and rewrite the curses documentation on reading (GH-156235) (GH-156281)
Show description for 2eb7ed5
serhiy-storchaka
authored
2eb7ed5
View commit details
Copy full SHA for 2eb7ed5
Browse repository at this point
[3.13] gh-156173: Fix `zlib.Decompress.flush()` silently returning corrupted output instead of raising `zlib.error` (GH-156176) (#156272)
Show description for 2786b69
miss-islington
and
StanFromIreland
authored
2786b69
View commit details
Copy full SHA for 2786b69
Browse repository at this point
[3.13] gh-131885: Use real signatures in the `zlib` docs (GH-156179) (#156267)
Show description for 93fb365
miss-islington
and
StanFromIreland
authored
93fb365
View commit details
Copy full SHA for 93fb365
Browse repository at this point
[3.13] gh-156246: Fix documented default of the asyncio limit argument (GH-156247) (#156256)
Show description for df8d214
miss-islington
and
deadlovelll
authored
df8d214
View commit details
Copy full SHA for df8d214
Browse repository at this point
[3.13] gh-155648: In IDLE tests, call unittest.main without exit arg (GH-156249) (#156253)
Show description for 7edd8bd
miss-islington
and
terryjreedy
authored
7edd8bd
View commit details
Copy full SHA for 7edd8bd
Browse repository at this point
Commits on Aug 22, 2026
[3.13] gh-156111: Clarify wording in glossary entry "expression" (GH-156198) (#156238)
Show description for c00fe72
miss-islington
and
Aniketsy
authored
c00fe72
View commit details
Copy full SHA for c00fe72
Browse repository at this point
[3.13] gh-155911: Fix curses detection with libraries in LIBS (GH-156130) (GH-156225)
Show description for c2dd934
serhiy-storchaka
and
ashm-dev
authored
c2dd934
View commit details
Copy full SHA for c2dd934
Browse repository at this point
[3.13] gh-156112: Load the ObjC runtime by name when find_library() cannot resolve it (GH-156113) (#156217)
Show description for fe4c50b
miss-islington
and
clementperon
authored
fe4c50b
View commit details
Copy full SHA for fe4c50b
Browse repository at this point
[3.13] gh-156115: Use the simulator deployment-target flag for iOS simulator builds (GH-156116) (#156213)
Show description for 5f6487a
miss-islington
and
clementperon
authored
5f6487a
View commit details
Copy full SHA for 5f6487a
Browse repository at this point
Commits on Aug 21, 2026
[3.13] gh-156106: Add tests for setting and deleting attributes defined in C (GH-156107) (GH-156191)
Show description for 8be8128
serhiy-storchaka
authored
8be8128
View commit details
Copy full SHA for 8be8128
Browse repository at this point
[3.13] gh-156196: Fix a failed assignment to a PyMemberDef attribute changing its value (GH-156197)
Show description for e178a13
serhiy-storchaka
authored
e178a13
View commit details
Copy full SHA for e178a13
Browse repository at this point
[3.13] gh-153539: Fix use-after-free in TextIOWrapper.tell() with a reentrant decoder (GH-153540) (GH-156195)
Show description for 081e0be
serhiy-storchaka
and
tonghuaroot
authored
081e0be
View commit details
Copy full SHA for 081e0be
Browse repository at this point
[3.13] gh-156189: Fix a crash when deleting frame.f_trace_opcodes (GH-156190)
Show description for acdb9a7
serhiy-storchaka
authored
acdb9a7
View commit details
Copy full SHA for acdb9a7
Browse repository at this point
[3.13] gh-156166: Fix setting and deleting SSLContext._msg_callback (GH-156167) (GH-156175)
Show description for 3d937eb
serhiy-storchaka
authored
3d937eb
View commit details
Copy full SHA for 3d937eb
Browse repository at this point
[3.13] gh-155952: Fix `<unrepresentable>` Argument Clinic defaults in several signatures (#156170)
Show description for 4516910
lpyu001
and
StanFromIreland
authored
4516910
View commit details
Copy full SHA for 4516910
Browse repository at this point
[3.13] gh-152817: Prevent deletion of sqlite3 cursor.row_factory attr (GH-152818) (GH-156162)
Show description for 4f3afba
serhiy-storchaka
and
stestagg
authored
4f3afba
View commit details
Copy full SHA for 4f3afba
Browse repository at this point
[3.13] gh-156099: Fix a crash when deleting SSLContext.keylog_filename (GH-156103) (GH-156150)
Show description for 6b3d4ea
serhiy-storchaka
authored
6b3d4ea
View commit details
Copy full SHA for 6b3d4ea
Browse repository at this point
[3.13] gh-156100: Fix crashes in the sqlite3 Connection.autocommit setter (GH-156104) (GH-156155)
Show description for fbf7a06
serhiy-storchaka
authored
fbf7a06
View commit details
Copy full SHA for fbf7a06
Browse repository at this point
[3.13] gh-128326: Normalize self-references to "documentation" (GH-143138) (#156140)
Show description for 3800574
authored
3800574
View commit details
Copy full SHA for 3800574
Browse repository at this point
Commits on Aug 20, 2026
[3.13] gh-153005: Use a monotonic clock for concurrent.interpreters Queue timeouts (GH-154156) (GH-156019)
Show description for b205580
BHUVANSH855
and
fedonman
authored
b205580
View commit details
Copy full SHA for b205580
Browse repository at this point
[3.13] gh-156067: Fix two error handling issues in `_zoneinfo.load_data()` (GH-156068) (#156090)
Show description for 200b98b
miss-islington
and
StanFromIreland
authored
200b98b
View commit details
Copy full SHA for 200b98b
Browse repository at this point
[3.13] gh-148216: Fix hyphenation in tutorial/stdlib.rst (GH-155736) (#156083)
Show description for 962d769
miss-islington
and
mangrisano
authored
962d769
View commit details
Copy full SHA for 962d769
Browse repository at this point
[3.13] Add a timeout to the 'Check if the ABI has changed' job (GH-156051) (#156076)
Show description for bd2a3c1
miss-islington
and
StanFromIreland
authored
bd2a3c1
View commit details
Copy full SHA for bd2a3c1
Browse repository at this point
Commits on Aug 19, 2026
[3.13] gh-155999: `tarfile`: handle a member that leaves the destination but comes back (GH-156000) (#156042)
Show description for c7979f3
miss-islington
and
StanFromIreland
authored
c7979f3
View commit details
Copy full SHA for c7979f3
Browse repository at this point
[3.13] gh-155894: Fix wait_for() docs claiming a coroutine is wrapped in a Task (#156045)
deadlovelll
authored
00bf086
View commit details
Copy full SHA for 00bf086
Browse repository at this point
[3.13] gh-153578: Fix out-of-bounds write in bytearray.extend() with a reentrant __buffer__ (GH-153579) (GH-156009)
Show description for 49fe8bd
miss-islington
and
tonghuaroot
authored
49fe8bd
View commit details
Copy full SHA for 49fe8bd
Browse repository at this point
[3.13] Fix various typos in `Doc/library/stdtypes.rst` (GH-155879) (#156029)
Show description for e459bd6
hu-jeff
and
StanFromIreland
authored
e459bd6
View commit details
Copy full SHA for e459bd6
Browse repository at this point
Commits on Aug 18, 2026
[3.13] gh-146004: fix test_args_from_interpreter_flags on windows (GH-146580) (#155965)
Show description for 2143dcd
miss-islington
and
chris-eibl
authored
2143dcd
View commit details
Copy full SHA for 2143dcd
Browse repository at this point
[3.13] gh-113318: Fix @getter and @setter in Argument Clinic (GH-155778) (GH-156012)
Show description for acdecb3
serhiy-storchaka
authored
acdecb3
View commit details
Copy full SHA for acdecb3
Browse repository at this point
[3.13] gh-155997: Fix list_all() if an interpreter is destroyed during the call (GH-155998) (GH-156006)
Show description for 5b49a29
miss-islington
and
serhiy-storchaka
authored
5b49a29
View commit details
Copy full SHA for 5b49a29
Browse repository at this point
[3.13] gh-132581: Report why the execution environment was altered (GH-155294) (GH-155988)
Show description for 7a2d6e0
miss-islington
and
serhiy-storchaka
authored
7a2d6e0
View commit details
Copy full SHA for 7a2d6e0
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL