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-107603: Argument Clinic: Only include pycore_gc.h if needed (#108726)
Victor Stinner
2023-08-31
21
-105/+59
*
gh-108634: Py_TRACE_REFS uses a hash table (#108663)
Victor Stinner
2023-08-31
5
-106/+177
*
gh-106320: Remove private _PyErr_ChainExceptions() (#108713)
Victor Stinner
2023-08-31
2
-2/+4
*
gh-108635: Make parameters of some implementations of special methods positio...
Serhiy Storchaka
2023-08-29
2
-215/+28
*
gh-106320: Remove private _PyErr_SetKeyError() (#108607)
Victor Stinner
2023-08-29
1
-0/+1
*
gh-106320: Remove _PyAnextAwaitable_Type from the public C API (#108597)
Victor Stinner
2023-08-29
1
-3/+4
*
gh-108240: Add pycore_capsule.h internal header file (#108596)
Victor Stinner
2023-08-29
1
-0/+1
*
gh-108295: Fix crashes with TypeVar weakrefs (#108517)
Jelle Zijlstra
2023-08-27
1
-0/+3
*
gh-107913: Fix possible losses of OSError error codes (GH-107930)
Serhiy Storchaka
2023-08-26
1
-1/+1
*
gh-106320: Remove private AC converter functions (#108505)
Victor Stinner
2023-08-26
7
-6/+13
*
gh-108444: Replace _PyLong_AsInt() with PyLong_AsInt() (#108459)
Victor Stinner
2023-08-24
3
-4/+4
*
gh-108444: Argument Clinic uses PyLong_AsInt() (#108458)
Victor Stinner
2023-08-24
7
-30/+30
*
gh-108444: Add PyLong_AsInt() public function (#108445)
Victor Stinner
2023-08-24
1
-1/+1
*
gh-106320: Remove private _PyEval function (#108433)
Victor Stinner
2023-08-24
12
-2/+15
*
gh-106320: Remove private _PyManagedBuffer_Type (#108431)
Victor Stinner
2023-08-24
2
-1/+4
*
gh-108308: Remove _PyDict_GetItemStringWithError() function (#108426)
Victor Stinner
2023-08-24
1
-13/+0
*
gh-108240: _PyCapsule_SetTraverse() rejects NULL callbacks (#108417)
Victor Stinner
2023-08-24
1
-15/+22
*
gh-108314: Add PyDict_ContainsString() function (#108323)
Victor Stinner
2023-08-24
1
-0/+12
*
gh-108253: Fix reads of uninitialized memory in funcobject.c (#108383)
Guido van Rossum
2023-08-23
1
-2/+2
*
gh-108240: Add _PyCapsule_SetTraverse() internal function (#108339)
Victor Stinner
2023-08-23
1
-66/+100
*
gh-108308: Use PyDict_GetItemRef() in moduleobject.c (#108381)
Victor Stinner
2023-08-23
1
-28/+40
*
gh-108308: Replace _PyDict_GetItemStringWithError() (#108372)
Victor Stinner
2023-08-23
1
-15/+10
*
gh-105481: remove regen-opcode. Generated _PyOpcode_Caches in regen-cases. (#...
Irit Katriel
2023-08-23
2
-4/+2
*
gh-106320: Remove _PyDict_GetItemStringWithError() function (#108313)
Victor Stinner
2023-08-22
1
-0/+1
*
gh-108253: Fix bug in func version cache (#108296)
Guido van Rossum
2023-08-22
1
-22/+22
*
gh-107265: Fix code_hash for ENTER_EXECUTOR case (#108188)
Dong-hee Na
2023-08-21
1
-19/+34
*
gh-107265: Fix code_richcompare for ENTER_EXECUTOR case (gh-108165)
Dong-hee Na
2023-08-21
1
-0/+17
*
gh-106581: Project through calls (#108067)
Guido van Rossum
2023-08-17
2
-2/+80
*
GH-108035: Remove the `_PyCFrame` struct as it is no longer needed for perfor...
Mark Shannon
2023-08-17
2
-5/+5
*
gh-105481: generate op IDs from bytecode.c instead of hard coding them in opc...
Irit Katriel
2023-08-16
2
-1/+4
*
Note that lnotab_notes.txt is only valid before 3.11 (#107961)
Martin DeMello
2023-08-15
1
-1/+4
*
gh-107910: Remove not needing newline in error message (GH-107928)
Joon Hwan 김준환
2023-08-14
1
-1/+1
*
gh-101162: Forbid using issubclass() with GenericAlias as the 1st arg (GH-103...
Nikita Sobolev
2023-08-11
2
-1/+2
*
GH-106485: Create object's dict-values instead of creating __dict__, when we ...
Mark Shannon
2023-08-11
2
-3/+9
*
gh-84805: Autogenerate signature for METH_NOARGS and METH_O extension functio...
Serhiy Storchaka
2023-08-11
3
-6/+37
*
gh-107810: Improve DeprecationWarning for metaclasses with custom tp_new (GH-...
Marc Mueller
2023-08-10
1
-3/+3
*
GH-106485: Handle dict subclasses correctly when dematerializing `__dict__` (...
Mark Shannon
2023-08-10
1
-6/+8
*
GH-106485: Dematerialize instance dictionaries when possible (GH-106539)
Brandt Bucher
2023-08-09
2
-3/+33
*
GH-105848: Simplify the arrangement of CALL's stack (GH-107788)
Brandt Bucher
2023-08-09
1
-1/+1
*
gh-86457: Fix signature for code.replace() (GH-23199)
Serhiy Storchaka
2023-08-07
2
-49/+43
*
gh-107630: Initialize Each Interpreter's refchain Properly (gh-107733)
Eric Snow
2023-08-07
1
-1/+21
*
GH-84436: Skip refcounting for known immortals (GH-107605)
Brandt Bucher
2023-08-04
9
-49/+35
*
gh-107080: Fix Py_TRACE_REFS Crashes Under Isolated Subinterpreters (gh-107567)
Eric Snow
2023-08-03
1
-19/+32
*
GH-100964: Break cycles involving exception state when returning from generat...
Mark Shannon
2023-08-02
1
-5/+4
*
gh-106092: Fix use-after-free crash in frame_dealloc (#106875)
Anders Kaseorg
2023-08-01
1
-6/+7
*
gh-102509: Start initializing `ob_digit` of `_PyLongValue` (GH-102510)
Illia Volochii
2023-07-28
1
-0/+3
*
gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-107359)
Eric Snow
2023-07-27
2
-13/+13
*
gh-106931: Intern Statically Allocated Strings Globally (gh-107272)
Eric Snow
2023-07-27
1
-3/+69
*
GH-106895: Raise a `ValueError` when attempting to disable events that cannot...
Mark Shannon
2023-07-27
1
-0/+2
*
gh-106869: Use new PyMemberDef constant names (#106871)
Victor Stinner
2023-07-25
19
-137/+139
[next]