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-127208: Reject null character in _imp.create_dynamic() (#127400)
Victor Stinner
2024-11-29
1
-3/+5
*
gh-126881: fix finalization of dtoa state (#126904)
Kumar Aditya
2024-11-29
1
-1/+3
*
gh-123967: Fix faulthandler for trampoline frames (#127329)
Victor Stinner
2024-11-27
1
-9/+14
*
gh-115999: Add free-threaded specialization for `STORE_SUBSCR` (#127169)
Sam Gross
2024-11-26
5
-70/+109
*
gh-69639: Add mixed-mode rules for complex arithmetic (C-like) (GH-124829)
Sergey B Kirpichev
2024-11-26
1
-2/+0
*
gh-119180: Add VALUE_WITH_FAKE_GLOBALS format to annotationlib (#124415)
Jelle Zijlstra
2024-11-26
1
-3/+6
*
Fix typo: Use AsyncFor element access in codegen (#127278)
Marc Mueller
2024-11-26
1
-1/+1
*
gh-126612: Include stack effects of uops when computing maximum stack depth (...
mpage
2024-11-26
1
-23/+43
*
gh-127022: Remove `_PyEvalFramePushAndInit_UnTagged` (gh-127168)
Sam Gross
2024-11-25
1
-31/+4
*
gh-127238: adjust error message for sys.set_int_max_str_digits() (#127241)
Sergey B Kirpichev
2024-11-25
1
-1/+1
*
gh-115999: Record success in `specialize` (#127167)
mpage
2024-11-22
1
-0/+1
*
gh-109746: Make _thread.start_new_thread delete state of new thread on its st...
Radislav Chugunov
2024-11-22
1
-1/+3
*
GH-89435: os.path should not be a frozen module (#126924)
Filipe Laíns 🇵🇸
2024-11-22
1
-2/+0
*
gh-127022: Simplify `PyStackRef_FromPyObjectSteal` (#127024)
Sam Gross
2024-11-22
3
-67/+43
*
gh-115999: Add free-threaded specialization for `UNPACK_SEQUENCE` (#126600)
Kirill Podoprigora
2024-11-22
4
-28/+70
*
gh-115999: Add free-threaded specialization for ``TO_BOOL`` (gh-126616)
Donghee Na
2024-11-21
4
-69/+74
*
gh-115999: Specialize `LOAD_GLOBAL` in free-threaded builds (#126607)
mpage
2024-11-21
5
-58/+115
*
gh-114940: Add _Py_FOR_EACH_TSTATE_UNLOCKED(), and Friends (gh-127077)
Eric Snow
2024-11-21
5
-83/+64
*
gh-124470: Fix crash when reading from object instance dictionary while repla...
Dino Viehland
2024-11-21
1
-20/+29
*
gh-126780: Fix `ntpath.normpath()` for drive-relative paths (GH-126801)
Nice Zombies
2024-11-21
1
-25/+26
*
gh-115999: Don't take a reason in unspecialize (#127030)
mpage
2024-11-20
1
-4/+9
*
gh-121058: Warn if `PyThreadState_Clear` is called with an exception set (gh-...
Peter Bierma
2024-11-20
1
-0/+5
*
GH-127010: Don't lazily track and untrack dicts (GH-127027)
Mark Shannon
2024-11-20
5
-51/+5
*
GH-126892: Reset warmup counters when JIT compiling code (GH-126893)
Brandt Bucher
2024-11-20
3
-10/+20
*
gh-126914: Store the Preallocated Thread State's Pointer in a PyInterpreterSt...
Eric Snow
2024-11-19
1
-47/+46
*
GH-124567: Replace quadratic assert with linear one (GH-127009)
Mark Shannon
2024-11-19
1
-1/+1
*
gh-126076: Account for relocated objects in tracemalloc (#126077)
Pablo Galindo Salgado
2024-11-19
1
-5/+1
*
Revert "GH-126491: GC: Mark objects reachable from roots before doing cycle c...
Hugo van Kemenade
2024-11-19
7
-219/+82
*
gh-126986: Drop _PyInterpreterState_FailIfNotRunning() (gh-126988)
Eric Snow
2024-11-19
2
-14/+9
*
GH-126491: GC: Mark objects reachable from roots before doing cycle collectio...
Mark Shannon
2024-11-18
7
-82/+219
*
gh-125063: marshal: Add version 5, improve documentation (GH-126829)
Petr Viktorin
2024-11-15
1
-15/+31
*
gh-126312: Don't traverse frozen objects on the free-threaded build (#126338)
Peter Bierma
2024-11-15
1
-5/+14
*
GH-124567: Reduce overhead of debug build for GC. Should help CI performance ...
Mark Shannon
2024-11-15
1
-1/+9
*
gh-103951: enable optimization for fast attribute access on module subclasses...
Sergey B Kirpichev
2024-11-15
4
-4/+4
*
gh-126757: fix minor typo (GH-126758)
Yuxuan Zhang
2024-11-12
1
-1/+1
*
gh-126688: Reinit import lock after fork (#126692)
Sam Gross
2024-11-12
1
-0/+7
*
gh-76785: Improved Subinterpreters Compatibility with 3.12 (2/2) (gh-126707)
Eric Snow
2024-11-12
2
-73/+165
*
gh-126133: Only use start year in PSF copyright, remove end years (#126236)
Hugo van Kemenade
2024-11-12
1
-1/+1
*
gh-126209: Fix inconsistency of `skip_file_prefixes` in `warnings.warn`'s C ...
Daehee Kim
2024-11-12
1
-1/+2
*
GH-126195: Use M1 JIT memory protection APIs (GH-126196)
Diego Russo
2024-11-12
1
-2/+16
*
gh-76785: Improved Subinterpreters Compatibility with 3.12 (1/2) (gh-126704)
Eric Snow
2024-11-11
3
-19/+25
*
gh-76785: Minor Cleanup of Exception-related Cross-interpreter State (gh-126602)
Eric Snow
2024-11-11
2
-55/+72
*
gh-120619: Strength reduce function guards, support 2-operand uop forms (GH-1...
Ken Jin
2024-11-09
8
-100/+163
*
gh-126072: Set docstring attribute for module and class (#126231)
Xuanteng Huang
2024-11-08
2
-16/+21
*
gh-126579: Adapt sys.audit() to Argument Clinic (GH-126580)
Serhiy Storchaka
2024-11-08
2
-42/+63
*
gh-122943: Add the varpos parameter in _PyArg_UnpackKeywords (GH-126564)
Serhiy Storchaka
2024-11-08
9
-35/+63
*
gh-126171: fix possible null dereference in _imp_find_frozen_impl (#126566)
Valery Fedorenko
2024-11-08
1
-1/+1
*
gh-122943: Remove the object converter for var-positional parameter (GH-126560)
Serhiy Storchaka
2024-11-08
2
-19/+16
*
gh-120017: use 'do-while(0)' in some `{codegen,compile}.c` multi-line macros ...
Bénédikt Tran
2024-11-07
2
-62/+72
*
gh-122943: Rework support of var-positional parameter in Argument Clinic (GH-...
Serhiy Storchaka
2024-11-07
2
-171/+28
[next]