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
*
gh-109617: fix ncurses incompatibility on macOS with Xcode 15 (#111258)
Davide Rizzo
2024-05-04
5
-21/+77
*
gh-117953: Track Extra Details in Global Extensions Cache (gh-118532)
Eric Snow
2024-05-04
3
-138/+578
*
gh-117139: Fix missing semicolon (GH-118573)
Ken Jin
2024-05-04
1
-1/+1
*
gh-118569: Add a test for dynamic PEP695 classes (#118570)
Nikita Sobolev
2024-05-04
1
-0/+25
*
GH-111744: Support opcode events in bdb (GH-111834)
Tian Gao
2024-05-04
4
-17/+72
*
build(deps): bump hypothesis from 6.100.0 to 6.100.2 in /Tools (#118462)
dependabot[bot]
2024-05-04
1
-1/+1
*
fix comment typo in importlib (#118567)
wim glenn
2024-05-04
1
-1/+1
*
gh-74929: Implement PEP 667 (GH-115153)
Tian Gao
2024-05-04
19
-257/+921
*
GH-118095: Use broader specializations of CALL in tier 1, for better tier 2 s...
Mark Shannon
2024-05-04
19
-448/+863
*
gh-113081: Print colorized exception just like built-in traceback in pdb (#11...
Tian Gao
2024-05-04
3
-2/+6
*
gh-111997: C-API for signalling monitoring events (#116413)
Irit Katriel
2024-05-04
20
-37/+1442
*
GH-113464: Remove the extra jump via `_SIDE_EXIT` in `_EXIT_TRACE` (GH-118545)
Mark Shannon
2024-05-04
6
-53/+31
*
gh-110850: Use _PyDeadline_Get() in EnterNonRecursiveMutex() (#118556)
Victor Stinner
2024-05-04
1
-6/+7
*
gh-115532 Add kde_random() to the statistic module (#118210)
Raymond Hettinger
2024-05-04
4
-63/+207
*
GH-113464: Generate a more efficient JIT (GH-118512)
Brandt Bucher
2024-05-03
3
-392/+418
*
GH-118251: Fix incomplete ternary expression in JIT workflow (GH-118564)
Brandt Bucher
2024-05-03
1
-1/+1
*
gh-118527: Intern filename, name, and qualname in code objects. (#118558)
Sam Gross
2024-05-03
1
-0/+5
*
gh-118534: Fix load of `gil->locked` (#118553)
Sam Gross
2024-05-03
1
-1/+1
*
Minor improvements to the itertools recipes (#118563)
Raymond Hettinger
2024-05-03
1
-24/+12
*
GH-116380: Move pathlib globbing implementation into `pathlib._glob` (#118562)
Barney Gale
2024-05-03
4
-309/+314
*
gh-117657: Disable the function/code cache in free-threaded builds (#118301)
mpage
2024-05-03
4
-1/+23
*
GH-118251: Skip fewer test in emulated JIT CI (GH-118536)
Savannah Ostrowski
2024-05-03
2
-8/+84
*
gh-107674: Improve performance of `sys.settrace` (GH-117133)
Tian Gao
2024-05-03
7
-52/+63
*
gh-83856: Honor atexit for all multiprocessing start methods (GH-114279)
Tian Gao
2024-05-03
5
-5/+34
*
GH-118487: Add Black to `.pre-commit-config.yaml` for JIT files (GH-118537)
Savannah Ostrowski
2024-05-03
2
-2/+17
*
gh-115119: Update macOS installer to build with libmpdec 4.0.0 (GH-118382)
Erlend E. Aasland
2024-05-03
3
-0/+13
*
gh-115119: Update Windows installer to mpdecimal 4.0.0 (#118506)
Erlend E. Aasland
2024-05-03
4
-6/+7
*
docs: clarify csv.DictReader's treatment of the first data row (#118549)
Ned Batchelder
2024-05-03
1
-2/+4
*
gh-118527: Use deferred reference counting for C functions on modules (#118529)
Sam Gross
2024-05-03
1
-0/+1
*
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers
2024-05-03
123
-62/+376
*
gh-118495: Skip test using threads after forking when running with TSAN (#118...
mpage
2024-05-03
1
-3/+2
*
gh-117514: Add `sys._is_gil_enabled()` function (#118514)
Sam Gross
2024-05-03
5
-1/+67
*
gh-118527: Use `_Py_ID(__main__)` for main module name (#118528)
Sam Gross
2024-05-03
1
-1/+1
*
gh-118513: Fix sibling comprehensions with a name bound in one and global in ...
Carl Meyer
2024-05-03
3
-39/+57
*
gh-101732: Modules/_ssl.c: use Y2038 compatible openssl function when availab...
Alexander Kanavin
2024-05-03
2
-0/+5
*
gh-116126: Implement PEP 696 (#116129)
Jelle Zijlstra
2024-05-03
28
-623/+1924
*
gh-117492: Clarify documentation of `typing.Never` (#117678)
Nice Zombies
2024-05-03
1
-24/+22
*
gh-117953: Other Cleanups in the Extensions Machinery (gh-118206)
Eric Snow
2024-05-03
3
-102/+410
*
gh-116738: Make `_codecs` module thread-safe (#117530)
Brett Simmers
2024-05-02
6
-79/+120
*
gh-118500: Add pdb support for zipapp (#118501)
Tian Gao
2024-05-02
5
-4/+77
*
gh-118519: Fix empty weakref list check (#118520)
Dino Viehland
2024-05-02
1
-1/+1
*
gh-117657: Fix TSAN list set failure (#118260)
Dino Viehland
2024-05-02
3
-3/+90
*
gh-118486: Switch mkdir(mode=0o700) on Windows to use OWNER RIGHTS instead of...
Steve Dower
2024-05-02
1
-3/+16
*
Remove stray `__cplusplus` guard in sysmodule.c (#118511)
Sam Gross
2024-05-02
1
-4/+0
*
gh-118413: Fix test_release_task_refs on free-threaded build (#118494)
Sam Gross
2024-05-02
1
-2/+1
*
gh-90848: Fixed create_autospec ignoring configure_mock style kwargs (#118163)
infohash
2024-05-02
3
-8/+26
*
gh-93502: Add new C-API functions to trace object creation and destruction (#...
Pablo Galindo Salgado
2024-05-02
10
-8/+207
*
gh-105879: Add support for keyword arguments to eval and exec (#105885)
Raphael Gaschignard
2024-05-02
5
-33/+98
*
GH-118095: Unify the behavior of tier 2 FOR_ITER branch micro-ops (GH-118420)
Mark Shannon
2024-05-02
5
-21/+56
*
gh-82062: Fix support of parameter defaults on methods in extension modules (...
Sergey B Kirpichev
2024-05-02
4
-0/+25
[next]