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-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
*
GH-113710: Backedge counter improvements. (GH-115166)
Mark Shannon
2024-02-13
5
-50/+70
*
gh-114058: Foundations of the Tier2 redundancy eliminator (GH-115085)
Ken Jin
2024-02-13
8
-76/+2495
*
gh-110850: Add PyTime_t C API (GH-115215)
Petr Viktorin
2024-02-12
1
-32/+70
*
GH-113710: Fix updating of dict version tag and add watched dict stats (GH-11...
Mark Shannon
2024-02-12
3
-20/+15
*
GH-114695: Add `sys._clear_internal_caches` (GH-115152)
Brandt Bucher
2024-02-12
5
-65/+84
*
gh-115011: Improve support of __index__() in setters of members with unsigned...
Serhiy Storchaka
2024-02-11
1
-37/+44
*
gh-76763: Make chr() always raising ValueError for out-of-range values (GH-11...
Serhiy Storchaka
2024-02-10
2
-24/+22
*
gh-111968: Refactor _PyXXX_Fini to integrate with _PyObject_ClearFreeLists (g...
Donghee Na
2024-02-10
5
-37/+9
*
gh-110481: Implement inter-thread queue for biased reference counting (#114824)
Sam Gross
2024-02-09
5
-2/+282
*
gh-107944: Improve error message for getargs with bad keyword arguments (#114...
Shantanu
2024-02-08
1
-12/+58
*
gh-112066: Use `PyDict_SetDefaultRef` in place of `PyDict_SetDefault`. (#112211)
Sam Gross
2024-02-07
1
-12/+17
*
gh-114828: Fix __class__ in class-scope inlined comprehensions (#115139)
Carl Meyer
2024-02-07
1
-0/+19
*
GH-108362: Revert "GH-108362: Incremental GC implementation (GH-108038)" (#11...
Mark Shannon
2024-02-07
3
-531/+322
*
gh-115035: Mark ThreadHandles as non-joinable earlier after forking (#115042)
Sam Gross
2024-02-06
3
-14/+2
*
gh-114944: Fix race between `_PyParkingLot_Park` and `_PyParkingLot_UnparkAll...
mpage
2024-02-05
1
-2/+2
*
GH-108362: Incremental GC implementation (GH-108038)
Mark Shannon
2024-02-05
3
-322/+531
*
gh-114388: Fix an error in GH-114391 (GH-115000)
Serhiy Storchaka
2024-02-04
1
-0/+2
*
gh-114388: Fix warnings when assign an unsigned integer member (GH-114391)
Serhiy Storchaka
2024-02-04
1
-28/+55
*
gh-111417: Remove unused code block in math.trunc() and round() (GH-111454)
Jason Zhang
2024-02-03
1
-5/+0
*
gh-104530: Enable native Win32 condition variables by default (GH-104531)
Andrew Rogers
2024-02-02
4
-30/+35
*
GH-113710: Add a "globals to constants" pass (GH-114592)
Mark Shannon
2024-02-02
5
-37/+333
*
gh-107901: make compiler inline basic blocks with no line number and no fallt...
Irit Katriel
2024-02-02
1
-21/+54
*
gh-111968: Use per-thread freelists for dict in free-threading (gh-114323)
Donghee Na
2024-02-01
4
-4/+7
*
gh-112529: Remove PyGC_Head from object pre-header in free-threaded build (#1...
Sam Gross
2024-02-01
2
-6/+25
*
GH-114806. Don't specialize calls to classes with metaclasses. (GH-114870)
Mark Shannon
2024-02-01
1
-0/+5
*
Remove unused Py_XDECREF from _PyFrame_ClearExceptCode (GH-106158)
Anders Kaseorg
2024-02-01
1
-1/+0
*
gh-114746: Avoid quadratic behavior in free-threaded GC (GH-114817)
Sam Gross
2024-02-01
1
-73/+29
*
gh-112606: Use pthread_cond_timedwait_relative_np() in parking_lot.c when ava...
Matt Prodani
2024-01-30
1
-1/+5
*
gh-103323: Remove current_fast_get() unused parameter (#114593)
Victor Stinner
2024-01-30
1
-26/+24
*
gh-114569: Use PyMem_* APIs for non-PyObjects in compiler (#114587)
Erlend E. Aasland
2024-01-29
2
-16/+15
[next]