summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* Python 3.12.0a3v3.12.0a3Thomas Wouters2022-12-061-2/+2
* gh-99741: Implement Multi-Phase Init for the _xxsubinterpreters Module (gh-99...Eric Snow2022-12-051-3/+18
* no-issue: Fix typo in pycore_object.h (gh-99994)Ikko Ashimine2022-12-051-1/+1
* gh-99741: Clean Up the _xxsubinterpreters Module (gh-99940)Eric Snow2022-12-021-1/+1
* gh-99741: Fix the Cross-Interpreter Data API (gh-99939)Eric Snow2022-12-022-2/+4
* GH-91054: Add code object watchers API (GH-99859)Itamar Ostricher2022-12-023-0/+40
* gh-89189: More compact range iterator (GH-27986)Serhiy Storchaka2022-11-301-1/+0
* gh-99845: PEP 670: Convert PyObject macros to functions (#99850)Victor Stinner2022-11-301-5/+8
* gh-99845: Change _PyDict_KeysSize() return type to size_t (#99848)Victor Stinner2022-11-291-1/+1
* Use _Py_RVALUE() in macros (#99844)Victor Stinner2022-11-285-6/+6
* gh-89653: PEP 670: Convert macros to functions (#99843)Victor Stinner2022-11-288-27/+74
* Revert "gh-98724: Fix Py_CLEAR() macro side effects" (#99737)Victor Stinner2022-11-242-36/+27
* gh-64490: Fix bugs in argument clinic varargs processing (#32092)colorfulappl2022-11-244-0/+25
* gh-99706: unicodeobject: Fix padding in `PyASCIIObject.state` (GH-99707)David Hewitt2022-11-241-1/+1
* gh-79315: Add Include/cpython/memoryobject.h header (#99723)Victor Stinner2022-11-232-41/+45
* GH-98831: Add `macro` and `op` and their implementation to DSL (#99495)Guido van Rossum2022-11-231-0/+6
* gh-91053: Add an optional callback that is invoked whenever a function is mod...mpage2022-11-223-0/+57
* gh-47146: Soft-deprecate structmember.h, expose its contents via Python.h (GH...Petr Viktorin2022-11-222-57/+93
* gh-96002: Add functional test for Argument Clinic (#96178)colorfulappl2022-11-214-0/+15
* gh-99284: [ctypes] remove `_use_broken_old_ctypes_structure_semantics_` (GH-...Nikita Sobolev2022-11-194-5/+0
* GH-99298: Clean up attribute specializations (GH-99398)Brandt Bucher2022-11-171-3/+3
* GH-98686: Get rid of BINARY_OP_GENERIC and COMPARE_OP_GENERIC (GH-99399)Brandt Bucher2022-11-172-89/+87
* gh-81057: Move the global Dict-Related Versions to _PyRuntimeState (gh-99497)Eric Snow2022-11-166-26/+67
* gh-81057: Move contextvars-related Globals to _PyRuntimeState (gh-99400)Eric Snow2022-11-165-4/+33
* gh-81057: Move More Globals in Core Code to _PyRuntimeState (gh-99516)Eric Snow2022-11-1610-21/+87
* gh-81057: Move Globals in Core Code to _PyRuntimeState (gh-99496)Eric Snow2022-11-156-3/+56
* Merge the 3.12.0a2 release into main.Thomas Wouters2022-11-1512-8/+65
|\
| * GH-99205: remove `_static` field from `PyThreadState` and `PyInterpreterState...Kumar Aditya2022-11-153-8/+0
| * gh-81057: Move the Remaining Import State Globals to _PyRuntimeState (gh-99488)Eric Snow2022-11-142-0/+21
| * gh-81057: Move Global Variables Holding Objects to _PyRuntimeState. (gh-99487)Eric Snow2022-11-144-0/+32
| * gh-87092: expose the compiler's codegen to python for unit tests (GH-99111)Irit Katriel2022-11-145-0/+12
* | Post 3.12.0a2Thomas Wouters2022-11-151-1/+1
* | Python 3.12.0a2v3.12.0a2Thomas Wouters2022-11-141-2/+2
|/
* gh-83638: Add sqlite3.Connection.autocommit for PEP 249 compliant behaviour (...Erlend E. Aasland2022-11-124-0/+5
* gh-81057: Move PyImport_Inittab to _PyRuntimeState (gh-99402)Eric Snow2022-11-123-0/+4
* gh-81057: Move the Allocators to _PyRuntimeState (gh-99217)Eric Snow2022-11-116-15/+877
* gh-81057: Add PyInterpreterState.static_objects (gh-99397)Eric Snow2022-11-114-2/+30
* gh-81057: Move the Extension Modules Cache to _PyRuntimeState (gh-99355)Eric Snow2022-11-114-0/+52
* gh-81057: Generate a Separate Initializer For Each Part of the Global Objects...Eric Snow2022-11-113-1469/+1479
* GH-96421: Insert shim frame on entry to interpreter (GH-96319)Mark Shannon2022-11-108-94/+108
* GH-98686: Get rid of "adaptive" and "quick" instructions (GH-99182)Brandt Bucher2022-11-093-136/+148
* GH-90699: disallow `_Py_IDENTIFIER` in core code (GH-99210)Kumar Aditya2022-11-091-2/+2
* gh-98724: Fix Py_CLEAR() macro side effects (#99100)Victor Stinner2022-11-092-27/+36
* gh-90868: Add _PyStaticObject_CheckRefcnt() function (#99261)Victor Stinner2022-11-091-5777/+1456
* gh-90868: Adjust the Generated Objects (gh-99223)Eric Snow2022-11-083-7081/+7114
* gh-91248: Add PyFrame_GetVar() function (#95712)Victor Stinner2022-11-081-1/+2
* GH-90699: Remove remaining `_Py_IDENTIFIER` stdlib usage (GH-99067)Kumar Aditya2022-11-073-7/+71
* GH-96793: Specialize FOR_ITER for generators. (GH-98772)Mark Shannon2022-11-074-44/+47
* gh-99139: Improve NameError error suggestion for instances (#99140)Pablo Galindo Salgado2022-11-062-0/+8
* gh-98284: better error message for undefined abstractmethod (#97971)Kaushik Kulkarni2022-11-052-6/+0