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
/
Include
Commit message (
Expand
)
Author
Age
Files
Lines
*
GH-100222: Redefine _Py_CODEUNIT as a union to clarify structure of code unit...
Mark Shannon
2022-12-14
2
-38/+41
*
gh-81057: Move Signal-Related Globals to _PyRuntimeState (gh-100085)
Eric Snow
2022-12-12
3
-5/+66
*
gh-81057: Move faulthandler Globals to _PyRuntimeState (gh-100152)
Eric Snow
2022-12-12
3
-0/+102
*
gh-81057: Move tracemalloc Globals to _PyRuntimeState (gh-100151)
Eric Snow
2022-12-12
4
-28/+124
*
gh-81057: Fix the wasm32-wasi Buildbot (gh-100139)
Eric Snow
2022-12-09
1
-1/+1
*
GH-98522: Add version number to code objects. (GH-98525)
Mark Shannon
2022-12-09
2
-0/+3
*
gh-88267: Avoid DLL exporting functions from static builds on Windows(GH-99888)
Christian Rendina
2022-12-09
1
-3/+9
*
GH-100110: Specialize FOR_ITER for tuples (GH-100109)
Ken Jin
2022-12-09
3
-41/+49
*
gh-81057: Move Threading-Related Globals to _PyRuntimeState (#100084)
Eric Snow
2022-12-09
2
-0/+83
*
gh-81057: Move Ceval Trampoline Globals to _PyRuntimeState (gh-100083)
Eric Snow
2022-12-09
4
-41/+105
*
gh-81057: Move time Globals to _PyRuntimeState (gh-100122)
Eric Snow
2022-12-08
5
-41/+28
*
gh-81057: Move OS-Related Globals to _PyRuntimeState (gh-100082)
Eric Snow
2022-12-08
7
-0/+51
*
gh-81057: Move More Globals to _PyRuntimeState (gh-100092)
Eric Snow
2022-12-07
6
-4/+37
*
gh-98724: Fix Py_CLEAR() macro side effects (#99100) (#100070)
Victor Stinner
2022-12-07
3
-27/+96
*
PyUnicode_KIND() uses _Py_RVALUE() (#100060)
Victor Stinner
2022-12-06
1
-1/+1
*
Post 3.12.0a3
Thomas Wouters
2022-12-06
1
-1/+1
*
Python 3.12.0a3
v3.12.0a3
Thomas Wouters
2022-12-06
1
-2/+2
*
gh-99741: Implement Multi-Phase Init for the _xxsubinterpreters Module (gh-99...
Eric Snow
2022-12-05
1
-3/+18
*
no-issue: Fix typo in pycore_object.h (gh-99994)
Ikko Ashimine
2022-12-05
1
-1/+1
*
gh-99741: Clean Up the _xxsubinterpreters Module (gh-99940)
Eric Snow
2022-12-02
1
-1/+1
*
gh-99741: Fix the Cross-Interpreter Data API (gh-99939)
Eric Snow
2022-12-02
2
-2/+4
*
GH-91054: Add code object watchers API (GH-99859)
Itamar Ostricher
2022-12-02
3
-0/+40
*
gh-89189: More compact range iterator (GH-27986)
Serhiy Storchaka
2022-11-30
1
-1/+0
*
gh-99845: PEP 670: Convert PyObject macros to functions (#99850)
Victor Stinner
2022-11-30
1
-5/+8
*
gh-99845: Change _PyDict_KeysSize() return type to size_t (#99848)
Victor Stinner
2022-11-29
1
-1/+1
*
Use _Py_RVALUE() in macros (#99844)
Victor Stinner
2022-11-28
5
-6/+6
*
gh-89653: PEP 670: Convert macros to functions (#99843)
Victor Stinner
2022-11-28
8
-27/+74
*
Revert "gh-98724: Fix Py_CLEAR() macro side effects" (#99737)
Victor Stinner
2022-11-24
2
-36/+27
*
gh-64490: Fix bugs in argument clinic varargs processing (#32092)
colorfulappl
2022-11-24
4
-0/+25
*
gh-99706: unicodeobject: Fix padding in `PyASCIIObject.state` (GH-99707)
David Hewitt
2022-11-24
1
-1/+1
*
gh-79315: Add Include/cpython/memoryobject.h header (#99723)
Victor Stinner
2022-11-23
2
-41/+45
*
GH-98831: Add `macro` and `op` and their implementation to DSL (#99495)
Guido van Rossum
2022-11-23
1
-0/+6
*
gh-91053: Add an optional callback that is invoked whenever a function is mod...
mpage
2022-11-22
3
-0/+57
*
gh-47146: Soft-deprecate structmember.h, expose its contents via Python.h (GH...
Petr Viktorin
2022-11-22
2
-57/+93
*
gh-96002: Add functional test for Argument Clinic (#96178)
colorfulappl
2022-11-21
4
-0/+15
*
gh-99284: [ctypes] remove `_use_broken_old_ctypes_structure_semantics_` (GH-...
Nikita Sobolev
2022-11-19
4
-5/+0
*
GH-99298: Clean up attribute specializations (GH-99398)
Brandt Bucher
2022-11-17
1
-3/+3
*
GH-98686: Get rid of BINARY_OP_GENERIC and COMPARE_OP_GENERIC (GH-99399)
Brandt Bucher
2022-11-17
2
-89/+87
*
gh-81057: Move the global Dict-Related Versions to _PyRuntimeState (gh-99497)
Eric Snow
2022-11-16
6
-26/+67
*
gh-81057: Move contextvars-related Globals to _PyRuntimeState (gh-99400)
Eric Snow
2022-11-16
5
-4/+33
*
gh-81057: Move More Globals in Core Code to _PyRuntimeState (gh-99516)
Eric Snow
2022-11-16
10
-21/+87
*
gh-81057: Move Globals in Core Code to _PyRuntimeState (gh-99496)
Eric Snow
2022-11-15
6
-3/+56
*
Merge the 3.12.0a2 release into main.
Thomas Wouters
2022-11-15
12
-8/+65
|
\
|
*
GH-99205: remove `_static` field from `PyThreadState` and `PyInterpreterState...
Kumar Aditya
2022-11-15
3
-8/+0
|
*
gh-81057: Move the Remaining Import State Globals to _PyRuntimeState (gh-99488)
Eric Snow
2022-11-14
2
-0/+21
|
*
gh-81057: Move Global Variables Holding Objects to _PyRuntimeState. (gh-99487)
Eric Snow
2022-11-14
4
-0/+32
|
*
gh-87092: expose the compiler's codegen to python for unit tests (GH-99111)
Irit Katriel
2022-11-14
5
-0/+12
*
|
Post 3.12.0a2
Thomas Wouters
2022-11-15
1
-1/+1
*
|
Python 3.12.0a2
v3.12.0a2
Thomas Wouters
2022-11-14
1
-2/+2
|
/
*
gh-83638: Add sqlite3.Connection.autocommit for PEP 249 compliant behaviour (...
Erlend E. Aasland
2022-11-12
4
-0/+5
[next]