summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* gh-102660: Handle m_copy Specially for the sys and builtins Modules (gh-102661)Eric Snow2023-03-141-0/+1
* GH-94851: check unicode consistency of static strings in debug mode (#102684)Kumar Aditya2023-03-141-0/+664
* gh-102013: Add PyUnstable_GC_VisitObjects (#102014)Jacob Bower2023-03-141-0/+19
* gh-102213: Optimize the performance of `__getattr__` (GH-102248)wangxiang-hz2023-03-111-0/+1
* GH-90997: Shrink the LOAD_GLOBAL caches (#102569)Brandt Bucher2023-03-112-2/+2
* gh-102519: Add os.listdrives, os.listvolumes and os.listmounts on Windows (GH...Steve Dower2023-03-104-0/+5
* gh-102255: Improve build support for Windows API partitions (GH-102256)Max Bachmann2023-03-091-0/+8
* gh-100227: Isolate the Import State to Each Interpreter (gh-101941)Eric Snow2023-03-093-25/+23
* gh-100227: Move dict_state.global_version to PyInterpreterState (gh-102338)Eric Snow2023-03-093-15/+10
* gh-100227: Move next_keys_version to PyInterpreterState (gh-102335)Eric Snow2023-03-093-5/+8
* gh-100227: Move func_state.next_version to PyInterpreterState (gh-102334)Eric Snow2023-03-084-6/+5
* gh-102304: Consolidate Direct Usage of _Py_RefTotal (gh-102514)Eric Snow2023-03-083-7/+42
* Merge in the release of Python 3.12.0a6.Thomas Wouters2023-03-084-20/+31
|\
| * gh-102381: don't call watcher callback with dead object (#102382)Carl Meyer2023-03-084-20/+31
* | Post 3.12.0a6Thomas Wouters2023-03-081-1/+1
* | Python 3.12.0a6v3.12.0a6Thomas Wouters2023-03-071-2/+2
|/
* gh-90110: Fix the c-analyzer Tool (#102483)Eric Snow2023-03-073-2/+9
* Remove unused internal macros (#102415)Mark Dickinson2023-03-041-15/+0
* gh-102371: move _Py_Mangle from compile.c to symtable.c (#102372)Irit Katriel2023-03-022-6/+7
* gh-100227: Move _str_replace_inf to PyInterpreterState (gh-102333)Eric Snow2023-02-281-3/+4
* gh-100227: Move the dtoa State to PyInterpreterState (gh-102331)Eric Snow2023-02-284-10/+11
* gh-101101: Unstable C API tier (PEP 689) (GH-101102)Petr Viktorin2023-02-284-11/+58
* gh-101476: Add _PyType_GetModuleState (GH-101477)Erlend E. Aasland2023-02-231-0/+16
* GH-100719: Remove redundant `gi_code` field from generator object. (GH-100749)Mark Shannon2023-02-232-4/+3
* gh-101907: Stop using `_Py_OPCODE` and `_Py_OPARG` macros (GH-101912)Steve Dower2023-02-201-7/+21
* gh-101758: Add _PyState_AddModule() Back for the Stable ABI (gh-101956)Eric Snow2023-02-161-0/+6
* gh-101881: Support (non-)blocking read/write functions on Windows pipes (GH-1...Rayyan Ansari2023-02-161-2/+2
* gh-98627: Add an Optional Check for Extension Module Subinterpreter Compatibi...Eric Snow2023-02-163-0/+11
* gh-101758: Add a Test For Single-Phase Init Modules in Multiple Interpreters ...Eric Snow2023-02-151-0/+3
* gh-101758: Clean Up Uses of Import State (gh-101919)Eric Snow2023-02-156-57/+109
* gh-101819: Remove _PyWindowsConsoleIO_Type from the Windows DLL (GH-101904)Erlend E. Aasland2023-02-154-0/+10
* gh-101799: implement PREP_RERAISE_STAR as an intrinsic function (#101800)Irit Katriel2023-02-143-19/+32
* GH-100987: Refactor `_PyInterpreterFrame` a bit, to assist generator improvem...Mark Shannon2023-02-131-4/+2
* GH-87849: Simplify stack effect of SEND and specialize it for generators and ...Mark Shannon2023-02-133-2/+11
* gh-101196: Make isdir/isfile/exists faster on Windows (GH-101324)Michael Droettboom2023-02-081-0/+4
* GH-101578: Normalize the current exception (GH-101607)Mark Shannon2023-02-084-4/+18
* gh-101632: Add the new RETURN_CONST opcode (#101633)penguin_wwy2023-02-072-12/+14
* Post 3.12.0a5Thomas Wouters2023-02-071-1/+1
* Python 3.12.0a5v3.12.0a5Thomas Wouters2023-02-071-2/+2
* gh-98705: Fix AIX build by undefining `__bool__` in C (#98768)Ayappan Perumal2023-02-021-0/+6
* gh-59956: Clarify Runtime State Status Expectations (gh-101308)Eric Snow2023-01-302-16/+28
* GH-101291: Refactor the `PyLongObject` struct into object header and PyLongVa...Mark Shannon2023-01-302-5/+12
* gh-39615: Add warnings.warn() skip_file_prefixes support (#100840)Gregory P. Smith2023-01-284-0/+5
* gh-77532: Minor tweaks to allow compiling with PlatformToolset=ClangCL on Win...Steve Dower2023-01-272-2/+8
* gh-101152: Implement PEP 699 (GH-101193)ram vikram singh2023-01-241-0/+4
* gh-59956: Allow the "Trashcan" Mechanism to Work Without a Thread State (gh-1...Eric Snow2023-01-233-3/+10
* gh-101037: Fix potential memory underallocation for zeros of int subtypes (#1...Mark Dickinson2023-01-211-0/+3
* gh-59956: Clarify GILState-related Code (gh-101161)Eric Snow2023-01-195-18/+27
* gh-100712: make it possible to disable specialization (for debugging) (#100713)Irit Katriel2023-01-191-0/+2
* GH-100982: Add `COMPARE_AND_BRANCH` instruction (GH-100983)Mark Shannon2023-01-163-21/+23