summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* bpo-46608: exclude marshalled-frozen data if deep-freezing to save 300 KB spa...Kumar Aditya2022-02-041-0/+1
* Merge remote-tracking branch 'upstream/main'Pablo Galindo2022-02-031-4/+2
|\
| * Pass reference to func, as well as args, when pushing frame. (GH-31100)Mark Shannon2022-02-031-4/+2
* | Post 3.11.0a5Pablo Galindo2022-02-031-1/+1
* | Python 3.11.0a5v3.11.0a5Pablo Galindo2022-02-031-2/+2
|/
* bpo-45459: Add Py_buffer to limited API (GH-29991)Christian Heimes2022-02-026-124/+146
* bpo-46072: Add some frame stats. (GH-31060)Mark Shannon2022-02-021-0/+2
* bpo-45953: Preserve backward compatibility on some PyThreadState field names....Eric Snow2022-02-011-2/+5
* bpo-46072: Add some object layout and allocation stats (GH-31051)Mark Shannon2022-02-011-0/+12
* bpo-46072: Add simple stats for Python calls. (GH-30989)Mark Shannon2022-01-281-0/+8
* bpo-46329: Split calls into precall and call instructions. (GH-30855)Mark Shannon2022-01-283-38/+49
* bpo-40170: Remove PyHeapType_GET_MEMBERS() macro (GH-30942)Victor Stinner2022-01-272-4/+4
* bpo-40170: Move _Py_GetAllocatedBlocks() to pycore_pymem.h (GH-30943)Victor Stinner2022-01-272-9/+8
* bpo-46476: Simplify and fix _PyStaticCode_Dealloc (GH-30965)Christian Heimes2022-01-271-1/+1
* bpo-46541: Generate the global objects initializer. (gh-30941)Eric Snow2022-01-271-0/+3
* bpo-46476: Fix memory leak in code objects generated by deepfreeze (GH-30853)Kumar Aditya2022-01-272-0/+3
* bpo-40170: Remove _Py_GetAllocatedBlocks() function (GH-30940)Victor Stinner2022-01-272-8/+9
* bpo-40170: PyType_SUPPORTS_WEAKREFS() becomes a regular function (GH-30938)Victor Stinner2022-01-272-2/+7
* bpo-46528: Simplify the VM's stack manipulations (GH-30902)Brandt Bucher2022-01-261-61/+56
* bpo-35134: Add Include/cpython/descrobject.h (GH-30923)Victor Stinner2022-01-262-68/+72
* bpo-43683: Streamline YIELD_VALUE and SEND (GH-30723)Mark Shannon2022-01-241-6/+7
* bpo-46481: Implement vectorcall for weakref.ref.__call__ method. (GH-30820)Dong-hee Na2022-01-231-0/+1
* bpo-29882: Fix portability bug introduced in GH-30774 (#30794)Mark Dickinson2022-01-231-4/+14
* bpo-46417: Clear symtable identifiers at exit (GH-30809)Victor Stinner2022-01-221-0/+2
* bpo-46417: Clear Unicode static types at exit (GH-30806)Victor Stinner2022-01-221-0/+1
* bpo-46417: Factorize _PyExc_InitTypes() code (GH-30804)Victor Stinner2022-01-222-2/+2
* bpo-46417: Clear more static types (GH-30796)Victor Stinner2022-01-222-11/+11
* bpo-29882: _Py_popcount32() doesn't need 64x64 multiply (GH-30774)Victor Stinner2022-01-211-1/+1
* bpo-46417: Add _PyType_GetSubclasses() function (GH-30761)Victor Stinner2022-01-211-5/+6
* bpo-46417: Add _PyType_CAST() macro (GH-30760)Victor Stinner2022-01-212-1/+3
* bpo-46417: Py_Finalize() clears static types (GH-30743)Victor Stinner2022-01-211-0/+1
* bpo-46417: _curses uses PyStructSequence_NewType() (GH-30736)Victor Stinner2022-01-212-3/+5
* bpo-46417: Finalize structseq types at exit (GH-30645)Victor Stinner2022-01-216-0/+10
* bpo-46409: Make generators in bytecode (GH-30633)Mark Shannon2022-01-203-16/+17
* Merge remote-tracking branch 'upstream/main'Pablo Galindo2022-01-149-608/+687
|\
| * bpo-45569: Change PYLONG_BITS_IN_DIGIT default to 30 (GH-30497)Mark Dickinson2022-01-141-12/+4
| * bpo-45953: Statically initialize all the non-object PyInterpreterState fields...Eric Snow2022-01-142-0/+29
| * bpo-45953: Statically initialize all the PyThreadState fields we can. (gh-30590)Eric Snow2022-01-143-13/+36
| * bpo-46362: Ensure ntpath.abspath() uses the Windows API correctly (GH-30571)neonene2022-01-131-0/+3
| * Statically initialize _PyRuntimeState fields. (gh-30588)Eric Snow2022-01-131-0/+11
| * bpo-46370: Move the static initializer for _PyRuntime to its own header file....Eric Snow2022-01-134-583/+604
* | Post 3.11.0a4Pablo Galindo2022-01-141-1/+1
* | Python 3.11.0a4v3.11.0a4Pablo Galindo2022-01-131-2/+2
|/
* bpo-46315: Add ifdef HAVE_ feature checks for WASI compatibility (GH-30507)Christian Heimes2022-01-132-2/+4
* bpo-45953: Statically allocate the main interpreter (and initial thread state...Eric Snow2022-01-124-16/+76
* bpo-45953: Statically allocate and initialize global bytes objects. (gh-30096)Eric Snow2022-01-113-12/+280
* bpo-46303: Move fileutils.h private functions to internal C API (GH-30484)Victor Stinner2022-01-113-159/+162
* bpo-45923: Handle call events in bytecode (GH-30364)Mark Shannon2022-01-061-0/+1
* bpo-46031: add POP_JUMP_IF_NOT_NONE and POP_JUMP_IF_NONE (GH-30019)penguin_wwy2022-01-061-5/+7
* bpo-46006: Revert "bpo-40521: Per-interpreter interned strings (GH-20085)" (G...Victor Stinner2022-01-061-11/+1