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
/
Objects
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
gh-122943: Add the varpos parameter in _PyArg_UnpackKeywords (GH-126564)
Serhiy Storchaka
2024-11-08
16
-68/+119
*
gh-122943: Remove the object converter for var-positional parameter (GH-126560)
Serhiy Storchaka
2024-11-08
1
-2/+2
*
gh-122943: Rework support of var-positional parameter in Argument Clinic (GH-...
Serhiy Storchaka
2024-11-07
3
-109/+99
*
gh-126298: Don't deduplicate slice constants based on equality (#126398)
Michael Droettboom
2024-11-07
1
-1/+34
*
gh-126303: Fix pickling and copying of os.sched_param objects (GH-126336)
Serhiy Storchaka
2024-11-05
1
-0/+6
*
gh-115999: Implement thread-local bytecode and enable specialization for `BIN...
mpage
2024-11-04
3
-13/+321
*
gh-120026: soft deprecate Py_HUGE_VAL macro (#120027)
Sergey B Kirpichev
2024-11-01
1
-1/+1
*
gh-90370: Argument Clinic: avoid temporary tuple creation for varargs (#126064)
Sergey B Kirpichev
2024-10-31
2
-93/+65
*
gh-126072: do not add `None` to `co_consts` if there is no docstring (GH-126101)
Xuanteng Huang
2024-10-30
1
-1/+2
*
gh-116938: Fix `dict.update` docstring and remove erraneous full stop from `d...
Prometheus3375
2024-10-29
1
-2/+2
*
GH-125837: Split `LOAD_CONST` into three. (GH-125972)
Mark Shannon
2024-10-29
1
-2/+0
*
gh-126012: Add `__class_getitem__` to `memoryview` (#126013)
Brian Schubert
2024-10-27
1
-0/+1
*
gh-121654: Add PyType_Freeze() function (#122457)
Victor Stinner
2024-10-25
1
-13/+52
*
gh-125900: Clean-up logic around immortalization in free-threading (#125901)
Sam Gross
2024-10-24
1
-14/+6
*
gh-123930: Better error for "from imports" when script shadows module (#123929)
Shantanu
2024-10-24
1
-12/+16
*
gh-124218: Avoid refcount contention on builtins module (GH-125847)
Sam Gross
2024-10-24
3
-42/+41
*
gh-125286: Share the Main Refchain With Legacy Interpreters (gh-125709)
Eric Snow
2024-10-23
2
-56/+44
*
fix grammar in comment in dictobject.c (#125822)
Arjun Singh
2024-10-22
1
-1/+1
*
gh-124218: Use per-thread reference counting for globals and builtins (#125713)
Sam Gross
2024-10-21
3
-7/+52
*
gh-125590: Allow FrameLocalsProxy to delete and pop keys from extra locals (#...
Tian Gao
2024-10-21
1
-6/+70
*
gh-125608: Trigger dictionary watchers when inline values change (#125611)
Sam Gross
2024-10-21
1
-6/+15
*
gh-125604: Move _Py_AuditHookEntry, etc. Out of pycore_runtime.h (gh-125605)
Eric Snow
2024-10-18
1
-0/+1
*
gh-125017: Fix refleak from GH-125636 (GH-125664)
Zachary Ware
2024-10-17
1
-0/+1
*
gh-125017: Fix crash on premature access to classmethod/staticmethod annotati...
Jelle Zijlstra
2024-10-17
1
-14/+27
*
gh-124218: Use per-thread refcounts for code objects (#125216)
Sam Gross
2024-10-15
3
-6/+12
*
GH-125323: Convert DECREF_INPUTS_AND_REUSE_FLOAT into a function that takes P...
Mark Shannon
2024-10-14
1
-0/+35
*
gh-124787: Fix `TypeAliasType` and incorrect `type_params` (#124795)
sobolevn
2024-10-11
1
-11/+86
*
gh-125221: Fix free-threading data race in `object.__reduce_ex__` (#125267)
Sam Gross
2024-10-11
2
-15/+13
*
gh-125196: Use PyUnicodeWriter for repr(dict) (#125270)
Victor Stinner
2024-10-10
1
-36/+36
*
GH-125174: Make immortal objects more robust, following design from PEP 683 (...
Mark Shannon
2024-10-10
5
-12/+16
*
gh-124153: Simplify PyType_GetBaseByToken (GH-124488)
neonene
2024-10-10
1
-80/+43
*
gh-125196: Use PyUnicodeWriter for repr(tuple) (#125242)
Victor Stinner
2024-10-10
1
-26/+24
*
gh-125196: Add a free list to PyUnicodeWriter (#125227)
Victor Stinner
2024-10-10
2
-4/+10
*
gh-125196: PyUnicodeWriter_Discard(NULL) does nothing (#125222)
Victor Stinner
2024-10-09
2
-3/+4
*
gh-125196: Use PyUnicodeWriter for repr(structseq) (#125219)
Victor Stinner
2024-10-09
1
-41/+24
*
gh-125196: Add fast-path for int in PyUnicodeWriter_WriteStr() (#125214)
Victor Stinner
2024-10-09
1
-0/+8
*
gh-125196: Use PyUnicodeWriter for repr(list) (#125202)
Victor Stinner
2024-10-09
1
-22/+23
*
gh-116510: Fix a Crash Due to Shared Immortal Interned Strings (gh-124865)
Eric Snow
2024-10-09
2
-6/+86
*
gh-115754: Use Py_GetConstant(Py_CONSTANT_EMPTY_STR) (#125194)
Victor Stinner
2024-10-09
3
-7/+7
*
gh-115754: Use Py_GetConstant(Py_CONSTANT_EMPTY_BYTES) (#125195)
Victor Stinner
2024-10-09
1
-1/+1
*
gh-111178: Fix function signatures in codeobject.c (#125180)
Victor Stinner
2024-10-09
1
-32/+48
*
gh-111178: Fix function signatures in cellobject.c (#125182)
Victor Stinner
2024-10-09
1
-16/+23
*
gh-124502: Remove _PyUnicode_EQ() function (#125114)
Victor Stinner
2024-10-09
2
-33/+8
*
gh-125063: Emit slices as constants in the bytecode compiler (#125064)
Michael Droettboom
2024-10-08
2
-1/+2
*
gh-124502: Optimize unicode_eq() (#125105)
Victor Stinner
2024-10-08
1
-7/+12
*
gh-115999: Stop the world when invalidating function versions (#124997)
mpage
2024-10-08
1
-33/+56
*
gh-123378: fix a crash in `UnicodeError.__str__` (#124935)
Bénédikt Tran
2024-10-08
1
-45/+66
*
gh-124502: Add PyUnicode_Equal() function (#124504)
Victor Stinner
2024-10-07
1
-0/+18
*
Use _PyLong_GetOne() and _PyLong_GetZero() in long_invmod() (#125044)
Victor Stinner
2024-10-07
1
-11/+2
*
gh-111178: Fix function signatures in genobject.c (#124970)
Victor Stinner
2024-10-05
1
-206/+271
[prev]
[next]