summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* 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
* GH-90699: Remove `_Py_IDENTIFIER` usage from `_ctypes` (GH-99054)Kumar Aditya2022-11-032-0/+128
* GH-96793: Implement PEP 479 in bytecode. (GH-99006)Mark Shannon2022-11-032-49/+50
* GH-98686: Quicken everything (GH-98687)Brandt Bucher2022-11-024-75/+52
* GH-90699: Remove `_Py_IDENTIFIER` usage from `_asyncio` module (#99010)Kumar Aditya2022-11-022-0/+128
* GH-90699: Remove `_Py_IDENTIFIER` usage from `_json` module (GH-98956)Kumar Aditya2022-11-022-0/+38
* gh-87092: do not allocate PyFutureFeatures dynamically (GH-98913)Irit Katriel2022-11-021-3/+4
* gh-98610: Adjust the Optional Restrictions on Subinterpreters (GH-98618)Eric Snow2022-10-312-8/+19
* gh-98410: move getbufferproc and releasebufferproc to buffer.h (#31158)David Hewitt2022-10-312-4/+3
* gh-98811: use full source location to simplify __future__ imports error check...Irit Katriel2022-10-311-2/+17
* gh-98783: Fix crashes when `str` subclasses are used in `_PyUnicode_Equal` (#...Nikita Sobolev2022-10-301-1/+1
* GH-96793: Change `FOR_ITER` to not pop the iterator on exhaustion. (GH-96801)Mark Shannon2022-10-272-92/+93
* gh-98586: Add vector call APIs to the Limited API (GH-98587)Wenzel Jakob2022-10-272-13/+16
* gh-98608: Change _Py_NewInterpreter() to _Py_NewInterpreterFromConfig() (gh-9...Eric Snow2022-10-264-5/+45
* gh-91058: Add error suggestions to 'import from' import errors (#98305)Pablo Galindo Salgado2022-10-253-0/+16
* Post 3.12.0a1Thomas Wouters2022-10-251-1/+1
* Python 3.12.0a1v3.12.0a1Thomas Wouters2022-10-241-2/+2
* gh-91051: allow setting a callback hook on PyType_Modified (GH-97875)Carl Meyer2022-10-212-0/+12
* gh-95023: Added os.setns and os.unshare functions (#95046)Noam Cohen2022-10-202-0/+8
* gh-98417: Store int_max_str_digits on the Interpreter State (GH-98418)Eric Snow2022-10-191-0/+6
* gh-97669: Create Tools/build/ directory (#97963)Victor Stinner2022-10-175-6/+6
* gh-95756: Lazily created cached co_* attrs (GH-97791)Ken Jin2022-10-111-1/+8
* gh-95011: Migrate syslog module to Argument Clinic (GH-95012)Noam Cohen2022-10-082-0/+24
* gh-97922: Run the GC only on eval breaker (#97920)Pablo Galindo Salgado2022-10-082-0/+4
* gh-91052: Add PyDict_Unwatch for unwatching a dictionary (#98055)Carl Meyer2022-10-081-0/+1
* gh-97955: Migrate `zoneinfo` to Argument Clinic (#97958)Nikita Sobolev2022-10-072-0/+8
* Make _symtable_entry.ste_type's comment consistent wit _Py_block_ty (#92414)zikcheng2022-10-071-1/+1
* gh-64373: Convert `_functools` to Argument Clinic (#96640)Nikita Sobolev2022-10-072-0/+8
* GH-91052: Add C API for watching dictionaries (GH-31787)Carl Meyer2022-10-073-1/+51
* GH-91079: Decouple C stack overflow checks from Python recursion checks. (GH-...Mark Shannon2022-10-053-15/+24
* gh-96512: Move int_max_str_digits setting to PyConfig (#96944)Gregory P. Smith2022-10-033-4/+1
* gh-96670: Raise SyntaxError when parsing NULL bytes (#97594)Pablo Galindo Salgado2022-09-271-0/+1
* gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961)Serhiy Storchaka2022-09-241-2/+2