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
/
Python
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-115168: Add pystats counter for invalidated executors (GH-115169)
Michael Droettboom
2024-02-26
7
-10/+17
*
Rename tier 2 redundancy eliminator to optimizer (#115888)
Guido van Rossum
2024-02-26
3
-6/+6
*
GH-115802: JIT "small" code for macOS and Linux (GH-115826)
Brandt Bucher
2024-02-26
1
-16/+103
*
gh-115914: minor cleanup: simplify filename_obj assignment in PyRun_AnyFileE...
Sergii K
2024-02-25
1
-4/+1
*
gh-115859: Disable the tier 2 redundancy eliminator by default (GH-115860)
Ken Jin
2024-02-23
1
-3/+6
*
gh-115778: Add `tierN` annotation for instruction definitions (#115815)
Kirill Podoprigora
2024-02-23
4
-137/+35
*
gh-114058: Improve method information in redundancy eliminator (GH-115848)
Ken Jin
2024-02-23
2
-6/+14
*
gh-111789: Use PyDict_GetItemRef() in Python/compile.c (GH-112083)
Serhiy Storchaka
2024-02-23
1
-5/+4
*
gh-90300: Reformat the Python CLI help output (GH-93415)
Serhiy Storchaka
2024-02-23
1
-108/+106
*
gh-114058: More robust method handling in redundancy eliminator (GH-115779)
Ken Jin
2024-02-23
3
-16/+41
*
gh-115727: Reduce confidence even on 100% predicted jumps (#115748)
Guido van Rossum
2024-02-22
1
-7/+13
*
GH-115651: Convert `LOAD_MODULE_ATTR` into `LOAD_INLINE_CONST` when the modul...
Mark Shannon
2024-02-22
6
-95/+182
*
gh-115796: fix exception table construction in _testinternalcapi.assemble_cod...
Irit Katriel
2024-02-22
1
-6/+11
*
gh-110850: Cleanup PyTime API: PyTime_t are nanoseconds (#115753)
Victor Stinner
2024-02-21
4
-59/+26
*
gh-110850: Replace private _PyTime_MAX with public PyTime_MAX (#115751)
Victor Stinner
2024-02-21
1
-2/+2
*
Delete unused sym_clear_flag function. (#115744)
Benjamin Peterson
2024-02-21
1
-6/+0
*
gh-110850: Use public PyTime functions (#115746)
Victor Stinner
2024-02-20
2
-2/+2
*
gh-110850: Rename internal PyTime C API functions (#115734)
Victor Stinner
2024-02-20
8
-32/+30
*
Tier 2 cleanups and tweaks (#115534)
Guido van Rossum
2024-02-20
4
-44/+109
*
gh-115733: Fix crash involving exhausted list iterator (#115740)
Sam Gross
2024-02-20
3
-2/+4
*
gh-115735: Fix current executor NULL before _START_EXECUTOR (#115736)
Ken Jin
2024-02-20
1
-2/+2
*
gh-115103: Implement delayed free mechanism for free-threaded builds (#115367)
Sam Gross
2024-02-20
2
-0/+9
*
gh-110850: Cleanup pycore_time.h includes (#115724)
Victor Stinner
2024-02-20
7
-8/+15
*
gh-115491: Keep some fields valid across allocations (free-threading) (#115573)
Sam Gross
2024-02-20
1
-0/+15
*
gh-110850: Replace _PyTime_t with PyTime_t (#115719)
Victor Stinner
2024-02-20
10
-182/+182
*
gh-112175: Add `eval_breaker` to `PyThreadState` (#115194)
Brett Simmers
2024-02-20
12
-130/+218
*
gh-110850: PyTime_Time() return 0 on success (GH-115713)
Victor Stinner
2024-02-20
1
-1/+1
*
gh-115687: Split up guards from COMPARE_OP (GH-115688)
Ken Jin
2024-02-20
5
-55/+88
*
GH-115457: Support splitting and replication of micro ops. (GH-115558)
Mark Shannon
2024-02-20
6
-51/+422
*
GH-112354: Initial implementation of warm up on exits and trace-stitching (GH...
Mark Shannon
2024-02-20
11
-135/+580
*
gh-96497: Mangle name before symtable lookup in 'symtable_extend_namedexpr_sc...
wookie184
2024-02-17
1
-4/+10
*
gh-115103: Implement delayed memory reclamation (QSBR) (#115180)
Sam Gross
2024-02-16
3
-0/+323
*
gh-115480: Type / constant propagation for float binary uops (GH-115550)
Peter Lazorchak
2024-02-16
2
-6/+117
*
gh-112529: Make the GC scheduling thread-safe (#114880)
Sam Gross
2024-02-16
1
-15/+48
*
gh-115480: Minor fixups in int constant propagation (GH-115507)
Ken Jin
2024-02-16
3
-132/+59
*
gh-115503: Fix `run_presite` error handling (#115504)
Nikita Sobolev
2024-02-16
1
-1/+0
*
gh-111968: Split _Py_dictkeys_freelist out of _Py_dict_freelist (gh-115505)
Donghee Na
2024-02-16
2
-16/+16
*
gh-113743: Use per-interpreter locks for types (#115541)
Dino Viehland
2024-02-16
1
-1/+1
*
gh-113743: Make the MRO cache thread-safe in free-threaded builds (#113930)
Dino Viehland
2024-02-15
2
-0/+74
*
gh-115420: Fix translation of exception hander targets by _testinternalcapi.o...
Irit Katriel
2024-02-15
1
-1/+1
*
gh-115376: fix segfault in _testinternalcapi.compiler_codegen on bad input (#...
Irit Katriel
2024-02-15
1
-14/+28
*
gh-115124: Use _PyObject_ASSERT() in gc.c (#115125)
Victor Stinner
2024-02-15
1
-15/+22
*
gh-115347: avoid emitting redundant NOP for the docstring with -OO (#115494)
Irit Katriel
2024-02-15
1
-18/+20
*
gh-114626: add PyCFunctionFast and PyCFunctionFastWithKeywords (GH-114627)
David Hewitt
2024-02-15
3
-21/+21
*
gh-115480: Type and constant propagation for int BINARY_OPs (GH-115478)
Ken Jin
2024-02-15
3
-16/+126
*
gh-115482: Assume the Main Interpreter is Always Running "main" (gh-115484)
Eric Snow
2024-02-14
1
-1/+8
*
gh-112087: Make __sizeof__ and listiter_{len, next} to be threadsafe (gh-114843)
Donghee Na
2024-02-14
3
-6/+10
*
gh-111968: Rename freelist related struct names to Eric's suggestion (gh-115329)
Donghee Na
2024-02-14
6
-39/+39
*
gh-76785: Improved Subinterpreters Compatibility with 3.12 (gh-115424)
Eric Snow
2024-02-13
3
-665/+729
*
GH-113710: Improve `_SET_IP` and `_CHECK_VALIDITY` (GH-115248)
Mark Shannon
2024-02-13
5
-33/+74
[next]