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
path:
root
/
Include
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.13] gh-111389: Add PyHASH_MULTIPLIER constant (GH-119214) (#119334)
Miss Islington (bot)
2024-06-04
1
-2/+3
*
[3.13] gh-117398: Use Per-Interpreter State for the _datetime Static Types (g...
Miss Islington (bot)
2024-06-03
2
-11/+39
*
[3.13] gh-117398: Add datetime Module State (gh-120004)
Miss Islington (bot)
2024-06-03
4
-0/+6
*
[3.13] gh-117657: Fix race involving immortalizing objects (GH-119927) (#120005)
Sam Gross
2024-06-03
1
-9/+5
*
[3.13] gh-119336: Restore removed _PyLong_NumBits() function (GH-119418) (#11...
Miss Islington (bot)
2024-06-03
2
-11/+9
*
[3.13] gh-117657: Fix TSAN reported race in `_PyEval_IsGILEnabled`. (GH-11992...
Miss Islington (bot)
2024-06-02
1
-1/+2
*
[3.13] gh-119821: Support non-dict globals in LOAD_FROM_DICT_OR_GLOBALS (#119...
Jelle Zijlstra
2024-06-01
2
-5/+0
*
[3.13] gh-119799: Add missing `_Py_IncRefTotal` to `_Py_NewRefWithLock` (GH-1...
Miss Islington (bot)
2024-05-31
1
-0/+3
*
[3.13] gh-119311: Fix name mangling with PEP 695 generic classes (#119464) (#...
Jelle Zijlstra
2024-05-28
1
-0/+2
*
[3.13] gh-118692: Avoid creating unnecessary StopIteration instances for moni...
Miss Islington (bot)
2024-05-24
2
-5/+5
*
[3.13] gh-118727: Don't drop the GIL in `drop_gil()` unless the current threa...
Miss Islington (bot)
2024-05-23
2
-5/+6
*
[3.13] gh-119247: Add macros to use PySequence_Fast safely in free-threaded b...
Miss Islington (bot)
2024-05-22
1
-0/+22
*
[3.13] gh-119213: Be More Careful About _PyArg_Parser.kwtuple Across Interpre...
Miss Islington (bot)
2024-05-22
4
-0/+6
*
[3.13] gh-118895: Call PyType_Ready() on typing.NoDefault (GH-118897) (#118914)
Miss Islington (bot)
2024-05-10
1
-0/+1
*
[3.13] gh-117657: Fix QSBR race condition (GH-118843) (#118905)
Miss Islington (bot)
2024-05-10
1
-1/+1
*
[3.13] gh-118789: Restore hidden `_PyWeakref_ClearRef` (GH-118797) (GH-118903)
Miss Islington (bot)
2024-05-10
2
-2/+2
*
[3.13] Revert "gh-115432: Add critical section variant that handles a NULL ob...
Miss Islington (bot)
2024-05-09
1
-29/+0
*
[3.13] gh-116984: Make mimalloc header includes relative to the current file ...
Miss Islington (bot)
2024-05-09
3
-6/+6
*
[3.13] gh-117657: Fix data races when writing / reading `ob_gc_bits` (GH-1182...
Miss Islington (bot)
2024-05-08
2
-12/+44
*
Post 3.13.0b1
Thomas Wouters
2024-05-08
1
-1/+1
*
Python 3.13.0b1
v3.13.0b1
Thomas Wouters
2024-05-08
1
-3/+3
*
gh-116322: Enable the GIL while loading C extension modules (#118560)
Brett Simmers
2024-05-07
3
-3/+73
*
gh-112075: use per-thread dict version pool (#118676)
Dino Viehland
2024-05-07
2
-2/+20
*
gh-118527: Intern code consts in free-threaded build (#118667)
Sam Gross
2024-05-07
3
-0/+14
*
gh-112075: Fix race in constructing dict for instance (#118499)
Dino Viehland
2024-05-06
1
-1/+1
*
GH-115709: Invalidate executors when a local variable is changed via frame.f_...
Mark Shannon
2024-05-06
1
-3/+9
*
gh-118362: Fix thread safety around lookups from the type cache in the face o...
Dino Viehland
2024-05-06
7
-0/+33
*
gh-116322: Rename PyModule_ExperimentalSetGIL to PyUnstable_Module_SetGIL (GH...
Petr Viktorin
2024-05-06
1
-1/+1
*
gh-118465: Add __firstlineno__ attribute to class (GH-118475)
Serhiy Storchaka
2024-05-06
4
-0/+6
*
gh-117549: Don't use designated initializers in headers (#118580)
Guido van Rossum
2024-05-05
1
-2/+7
*
gh-110850: Remove _PyTime_TimeUnchecked() function (#118552)
Victor Stinner
2024-05-05
1
-26/+2
*
gh-118518: Allow perf to work without frame pointers (#112254)
Pablo Galindo Salgado
2024-05-05
2
-0/+3
*
gh-109617: fix ncurses incompatibility on macOS with Xcode 15 (#111258)
Davide Rizzo
2024-05-04
1
-5/+14
*
gh-117953: Track Extra Details in Global Extensions Cache (gh-118532)
Eric Snow
2024-05-04
1
-1/+11
*
gh-117139: Fix missing semicolon (GH-118573)
Ken Jin
2024-05-04
1
-1/+1
*
gh-74929: Implement PEP 667 (GH-115153)
Tian Gao
2024-05-04
4
-8/+17
*
GH-118095: Use broader specializations of CALL in tier 1, for better tier 2 s...
Mark Shannon
2024-05-04
5
-194/+245
*
gh-111997: C-API for signalling monitoring events (#116413)
Irit Katriel
2024-05-04
4
-32/+269
*
GH-113464: Remove the extra jump via `_SIDE_EXIT` in `_EXIT_TRACE` (GH-118545)
Mark Shannon
2024-05-04
2
-24/+19
*
gh-117657: Disable the function/code cache in free-threaded builds (#118301)
mpage
2024-05-03
1
-0/+7
*
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers
2024-05-03
2
-1/+18
*
gh-116126: Implement PEP 696 (#116129)
Jelle Zijlstra
2024-05-03
4
-9/+17
*
gh-116738: Make `_codecs` module thread-safe (#117530)
Brett Simmers
2024-05-02
2
-4/+33
*
gh-117657: Fix TSAN list set failure (#118260)
Dino Viehland
2024-05-02
1
-0/+4
*
gh-93502: Add new C-API functions to trace object creation and destruction (#...
Pablo Galindo Salgado
2024-05-02
4
-1/+22
*
GH-117442: Check eval-breaker at start (rather than end) of tier 2 loops (GH-...
Mark Shannon
2024-05-02
4
-112/+107
*
gh-117953: Work Relative to Specific Extension Kinds in the Import Machinery ...
Eric Snow
2024-05-01
1
-1/+31
*
GH-118095: Make sure that progress is made if there are pending calls being h...
Mark Shannon
2024-05-01
1
-1/+1
*
gh-110850: Add PyTime_TimeRaw() function (#118394)
Victor Stinner
2024-05-01
1
-0/+4
*
GH-115802: Use the GHC calling convention in JIT code (GH-118287)
Brandt Bucher
2024-05-01
1
-0/+1
[next]