index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Python 3.14.0a4
v3.14.0a4
Hugo van Kemenade
2025-01-14
96
-230/+880
*
gh-118761: Improve import time of the `pickle` module. (#128732)
Bénédikt Tran
2025-01-14
2
-2/+4
*
gh-109959: Skip test_glob.test_selflink() flaky test (#128812)
Victor Stinner
2025-01-14
1
-0/+4
*
gh-127787: Move _PyUnicodeError_GetParams() to the internal C API (#128803)
Victor Stinner
2025-01-14
2
-6/+9
*
Update cryptographic primitives code owners. (#128747)
Bénédikt Tran
2025-01-14
1
-5/+6
*
gh-123299: Copyedit "What's New in Python 3.14" (#128814)
Hugo van Kemenade
2025-01-14
2
-13/+18
*
Skip CI expensive checks on `CODEOWNERS` update (#128754)
Bénédikt Tran
2025-01-14
1
-1/+16
*
gh-71339: Add additional assertion methods for unittest (GH-128707)
Serhiy Storchaka
2025-01-14
20
-100/+555
*
gh-106320: Document private C APIs promoted to public C API (#128788)
Victor Stinner
2025-01-14
1
-0/+24
*
gh-125997: Increase test coverage for `time.sleep()` (#128751)
Bénédikt Tran
2025-01-13
1
-2/+11
*
Explicitly import `urllib.error` in `urllib.robotparser` (#128737)
Bénédikt Tran
2025-01-13
1
-0/+1
*
gh-128562: Fix generation of the tkinter widget names (GH-128604)
Zhikang Yan
2025-01-13
3
-1/+12
*
gh-128078: Use `PyErr_SetRaisedException` in `_PyGen_SetStopIterationValue` (...
Bénédikt Tran
2025-01-13
2
-23/+11
*
gh-128002: add more thread safety tests for asyncio (#128480)
Kumar Aditya
2025-01-13
1
-0/+54
*
gh-128421: make getters and setters of `BaseException` thread safe (#128728)
Kumar Aditya
2025-01-13
2
-89/+520
*
gh-128400: Only show the current thread in `Py_FatalError` on the free-thread...
Peter Bierma
2025-01-13
4
-12/+22
*
gh-111178: fix UBSan failures in `Objects/codeobject.c` (GH-128240)
Bénédikt Tran
2025-01-13
1
-18/+22
*
gh-128182: Add per-object memory access synchronization to `ctypes` (GH-128490)
Peter Bierma
2025-01-13
5
-47/+234
*
gh-67748: DOC:Add summary table for str methods in stdtypes.rst (GH-1709)
Cheryl Sabella
2025-01-13
1
-0/+94
*
gh-127773: Disable attribute cache on incompatible MRO entries (GH-127924)
Petr Viktorin
2025-01-13
4
-2/+50
*
gh-128078: Clear exception in `anext` before calling `_PyGen_SetStopIteration...
Bénédikt Tran
2025-01-13
4
-0/+22
*
GH-128682: Stronger checking of `PyStackRef_CLOSE` and `DEAD`. (GH-128683)
Mark Shannon
2025-01-13
7
-123/+220
*
gh-128150: Improve performances of `uuid.uuid*` constructor functions. (#128151)
Bénédikt Tran
2025-01-13
3
-27/+76
*
GH-124483: Mark `Py_DECREF`, etc. as escaping for the JIT (GH-128678)
Mark Shannon
2025-01-13
5
-58/+90
*
gh-128595: Add test class helper to force no terminal colour (#128687)
Hugo van Kemenade
2025-01-13
5
-22/+49
*
GH-128685: Specialize (rather than quicken) LOAD_CONST into LOAD_CONST_[IM]MO...
Mark Shannon
2025-01-13
14
-65/+121
*
gh-123345: improve `fnmatch` docs (#123346)
Bénédikt Tran
2025-01-13
1
-6/+12
*
gh-128690: temporarily do not use test_embed in PGO profile builds (#128771)
Ned Deily
2025-01-13
2
-1/+2
*
gh-90905: Allow cross-compilation on macOS (#128385)
Zanie Blue
2025-01-13
3
-0/+25
*
gh-128759: fix data race in `type_modified_unlocked` (#128764)
sobolevn
2025-01-13
1
-1/+1
*
gh-128627: Emscripten: Use wasm-gc based call adaptor if available (#128628)
Hood Chatham
2025-01-12
4
-71/+187
*
gh-128731: Fix ResourceWarning in robotparser.RobotFileParser.read() (GH-128733)
Serhiy Storchaka
2025-01-12
2
-0/+2
*
gh-128717: Stop-the-world when setting the recursion limit (#128741)
Peter Bierma
2025-01-12
3
-0/+19
*
gh-126703: Add freelist for `PyMethodObject` (#128594)
Pieter Eendebak
2025-01-12
4
-3/+12
*
gh-128734: Fix ResourceWarning in urllib tests (GH-128735)
Serhiy Storchaka
2025-01-12
5
-20/+40
*
gh-128729: Fix RuntimeWarning in test_unittest (GH-128730)
Serhiy Storchaka
2025-01-12
1
-0/+3
*
gh-128377: Skip `test_cmd_line.test_non_interactive_output_buffering` when `P...
Yan Yanchii
2025-01-12
1
-0/+2
*
GH-128520: Divide pathlib ABCs into three classes (#128523)
Barney Gale
2025-01-11
5
-307/+317
*
gh-128438: Add `EnvironmentVarGuard` for `test_pdb.py` (#128522)
Yan Yanchii
2025-01-11
1
-15/+8
*
Make the Python CLI error message style more consistent (GH-128129)
9cel
2025-01-11
2
-3/+3
*
gh-128696: Add arm64 to the get_platform return val description (#128701)
RUANG (James Roy)
2025-01-11
2
-2/+4
*
gh-128409: Document that pdb.post_mortem() accepts exceptions (#128410)
Adam Johnson
2025-01-10
1
-5/+7
*
gh-127257: Add hex code to ssl "unknown error" message (GH-127360)
Petr Viktorin
2025-01-10
2
-16/+51
*
gh-128388: pyrepl on Windows: add meta and ctrl+arrow keybindings (GH-128389)
Paulie Peña
2025-01-10
2
-16/+27
*
gh-111178: fix UBSan failures for `gdbmobject` (GH-128178)
Bénédikt Tran
2025-01-10
1
-13/+20
*
gh-111178: fix UBSan failures in `Python/bltinmodule.c` (GH-128235)
Bénédikt Tran
2025-01-10
1
-30/+51
*
gh-111178: fix UBSan failures in `Objects/bytearrayobject.c` (GH-128236)
Bénédikt Tran
2025-01-10
1
-15/+24
*
gh-111178: fix UBSan failures in `Objects/bytesobject.c` (GH-128237)
Bénédikt Tran
2025-01-10
1
-17/+21
*
gh-111178: fix UBSan failures in `Modules/_bz2module.c` (GH-128238)
Bénédikt Tran
2025-01-10
1
-4/+10
*
gh-111178: fix UBSan failures in `Objects/complexobject.c` (GH-128241)
Bénédikt Tran
2025-01-10
1
-25/+29
[next]