summaryrefslogtreecommitdiffstats
path: root/Include/internal/pycore_runtime_init_generated.h
Commit message (Expand)AuthorAgeFilesLines
* gh-85283: Build winsound extension with limited C API (#110978)Victor Stinner2023-10-171-3/+0
* gh-108277: Add os.timerfd_create() function (#108382)Masaru Tsuchiyama2023-10-071-0/+1
* Run make regen-global-objects (#108714)Victor Stinner2023-08-311-5/+0
* gh-108635: Make parameters of some implementations of special methods positio...Serhiy Storchaka2023-08-291-1/+0
* gh-108216: Cleanup #include in internal header files (#108228)Victor Stinner2023-08-211-0/+3
* gh-95065, gh-107704: Argument Clinic: support multiple '/ [from ...]' and '* ...Serhiy Storchaka2023-08-211-0/+3
* GH-106485: Handle dict subclasses correctly when dematerializing `__dict__` (...Mark Shannon2023-08-101-0/+1
* gh-106303: Use _PyObject_LookupAttr() instead of PyObject_GetAttr() (GH-106304)Serhiy Storchaka2023-07-091-0/+1
* GH-100987: Allow objects other than code objects as the "executable" of an in...Mark Shannon2023-06-141-1/+0
* gh-88745: Add _winapi.CopyFile2 and update shutil.copy2 to use it (GH-105055)Steve Dower2023-05-301-0/+3
* GH-89091: raise `RuntimeWarning` for unawaited async generator methods (#104611)Kumar Aditya2023-05-261-0/+3
* gh-102856: Python tokenizer implementation for PEP 701 (#104323)Marta Gómez Macías2023-05-211-0/+1
* gh-94906: Support multiple steps in math.nextafter (#103881)Matthias Görgens2023-05-191-0/+1
* gh-104615: don't make unsafe swaps in apply_static_swaps (#104620)Carl Meyer2023-05-181-0/+1
* gh-103763: Implement PEP 695 (#103764)Jelle Zijlstra2023-05-161-0/+16
* gh-104240: make _PyCompile_CodeGen support different compilation modes (#104241)Irit Katriel2023-05-071-0/+1
* gh-102500: Implement PEP 688 (#102521)Jelle Zijlstra2023-05-041-0/+3
* gh-87092: Expose assembler to unit tests (#103988)Irit Katriel2023-05-011-0/+1
* gh-97696: asyncio eager tasks factory (#102853)Itamar Ostricher2023-05-011-0/+2
* gh-103015: Add entrypoint keyword param to sqlite3.Connection.load_extension ...Erlend E. Aasland2023-04-261-0/+1
* gh-102778: Add sys.last_exc, deprecate sys.last_type, sys.last_value,sys.last...Irit Katriel2023-03-181-0/+1
* gh-102519: Add os.listdrives, os.listvolumes and os.listmounts on Windows (GH...Steve Dower2023-03-101-0/+1
* gh-101819: Remove _PyWindowsConsoleIO_Type from the Windows DLL (GH-101904)Erlend E. Aasland2023-02-151-0/+2
* gh-39615: Add warnings.warn() skip_file_prefixes support (#100840)Gregory P. Smith2023-01-281-0/+1
* gh-100228: Warn from os.fork() if other threads exist. (#100229)Gregory P. Smith2022-12-291-0/+2
* gh-81057: Move OS-Related Globals to _PyRuntimeState (gh-100082)Eric Snow2022-12-081-0/+2
* gh-64490: Fix bugs in argument clinic varargs processing (#32092)colorfulappl2022-11-241-0/+5
* gh-96002: Add functional test for Argument Clinic (#96178)colorfulappl2022-11-211-0/+3
* gh-99284: [ctypes] remove `_use_broken_old_ctypes_structure_semantics_` (GH-...Nikita Sobolev2022-11-191-1/+0
* gh-87092: expose the compiler's codegen to python for unit tests (GH-99111)Irit Katriel2022-11-141-0/+1
* gh-83638: Add sqlite3.Connection.autocommit for PEP 249 compliant behaviour (...Erlend E. Aasland2022-11-121-0/+1
* gh-81057: Generate a Separate Initializer For Each Part of the Global Objects...Eric Snow2022-11-111-1467/+1460
* GH-96421: Insert shim frame on entry to interpreter (GH-96319)Mark Shannon2022-11-101-0/+1
* gh-90868: Adjust the Generated Objects (gh-99223)Eric Snow2022-11-081-7081/+0
* GH-90699: Remove remaining `_Py_IDENTIFIER` stdlib usage (GH-99067)Kumar Aditya2022-11-071-0/+56
* gh-99139: Improve NameError error suggestion for instances (#99140)Pablo Galindo Salgado2022-11-061-0/+7
* gh-98284: better error message for undefined abstractmethod (#97971)Kaushik Kulkarni2022-11-051-5/+0
* GH-90699: Remove `_Py_IDENTIFIER` usage from `_ctypes` (GH-99054)Kumar Aditya2022-11-031-0/+112
* GH-90699: Remove `_Py_IDENTIFIER` usage from `_asyncio` module (#99010)Kumar Aditya2022-11-021-0/+112
* GH-90699: Remove `_Py_IDENTIFIER` usage from `_json` module (GH-98956)Kumar Aditya2022-11-021-0/+33
* gh-91058: Add error suggestions to 'import from' import errors (#98305)Pablo Galindo Salgado2022-10-251-0/+7
* gh-95023: Added os.setns and os.unshare functions (#95046)Noam Cohen2022-10-201-0/+7
* gh-97669: Create Tools/build/ directory (#97963)Victor Stinner2022-10-171-1/+1
* gh-95011: Migrate syslog module to Argument Clinic (GH-95012)Noam Cohen2022-10-081-0/+21
* gh-97955: Migrate `zoneinfo` to Argument Clinic (#97958)Nikita Sobolev2022-10-071-0/+7
* gh-64373: Convert `_functools` to Argument Clinic (#96640)Nikita Sobolev2022-10-071-0/+7
* gh-89545: Updates platform module to use new internal _wmi module on Windows ...Steve Dower2022-09-071-0/+7
* GH-96458: Statically initialize utf8 representation of static strings (#96481)Kumar Aditya2022-09-031-128/+128
* gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96499)Gregory P. Smith2022-09-021-0/+7
* gh-93678: add _testinternalcapi.optimize_cfg() and test utils for compiler op...Irit Katriel2022-08-241-0/+14