summaryrefslogtreecommitdiffstats
path: root/Python
Commit message (Expand)AuthorAgeFilesLines
* gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (#1...Irit Katriel2023-03-131-23/+19
* GH-102300: Reuse objects with refcount == 1 in float specialized binary ops. ...Mark Shannon2023-03-133-24/+26
* GH-90997: Shrink the LOAD_GLOBAL caches (#102569)Brandt Bucher2023-03-114-16/+24
* gh-102255: Improve build support for Windows API partitions (GH-102256)Max Bachmann2023-03-094-5/+98
* gh-100227: Isolate the Import State to Each Interpreter (gh-101941)Eric Snow2023-03-091-44/+54
* gh-100227: Move dict_state.global_version to PyInterpreterState (gh-102338)Eric Snow2023-03-092-4/+4
* gh-100227: Move next_keys_version to PyInterpreterState (gh-102335)Eric Snow2023-03-091-5/+11
* gh-102493: fix normalization in PyErr_SetObject (#102502)Irit Katriel2023-03-071-4/+12
* gh-87092: compiler's CFG construction moved to after codegen stage (#102320)Irit Katriel2023-03-071-184/+336
* gh-90110: Fix the c-analyzer Tool (#102483)Eric Snow2023-03-071-2/+2
* gh-102356: Add thrashcan macros to filter object dealloc (#102426)Marta Gómez Macías2023-03-051-0/+2
* gh-102021 : Allow multiple input files for interpreter loop generator (#102022)Jacob Bower2023-03-042-3/+5
* gh-102371: move _Py_Mangle from compile.c to symtable.c (#102372)Irit Katriel2023-03-022-69/+68
* gh-102336: Remove code specifically for handling Windows 7 (GH-102337)Max Bachmann2023-03-011-7/+1
* gh-100227: Move _str_replace_inf to PyInterpreterState (gh-102333)Eric Snow2023-02-282-8/+15
* gh-100227: Move the dtoa State to PyInterpreterState (gh-102331)Eric Snow2023-02-282-7/+28
* GH-102305: Expand some macros in generated_cases.c.h (#102309)Guido van Rossum2023-02-281-425/+420
* gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (in...Irit Katriel2023-02-288-72/+42
* gh-87092: Make jump target label equal to the offset of the target in the ins...Irit Katriel2023-02-281-51/+64
* gh-101101: Unstable C API tier (PEP 689) (GH-101102)Petr Viktorin2023-02-281-1/+1
* gh-102251: Updates to test_imp Toward Fixing Some Refleaks (gh-102254)Eric Snow2023-02-271-4/+111
* gh-102250: Fix double-decref in COMPARE_AND_BRANCH error case (GH-102287)Dennis Sweeney2023-02-272-6/+2
* GH-102126: fix deadlock at shutdown when clearing thread states (#102222)Kumar Aditya2023-02-251-3/+10
* GH-100719: Remove redundant `gi_code` field from generator object. (GH-100749)Mark Shannon2023-02-232-39/+38
* GH-100982: Restrict `FOR_ITER_RANGE` to a single instruction to allow instrum...Mark Shannon2023-02-223-30/+20
* gh-101903: Remove obsolete undefs for previously removed macros Py_EnterRecur...Owain Davies2023-02-211-4/+0
* gh-102056: Fix a few bugs in error handling of exception printing code (#102078)Irit Katriel2023-02-201-7/+16
* gh-101907: Stop using `_Py_OPCODE` and `_Py_OPARG` macros (GH-101912)Steve Dower2023-02-206-145/+145
* gh-97786: Fix compiler warnings in pytime.c (#101826)Mark Dickinson2023-02-201-6/+29
* gh-101967: add a missing error check (#101968)Eclips42023-02-181-1/+3
* gh-101758: Add _PyState_AddModule() Back for the Stable ABI (gh-101956)Eric Snow2023-02-161-0/+20
* gh-101952: Fix possible segfault in `BUILD_SET` opcode (#101958)Eclips42023-02-162-0/+4
* gh-101881: Support (non-)blocking read/write functions on Windows pipes (GH-1...Rayyan Ansari2023-02-161-2/+91
* gh-101928: fix crash in compiler on multi-line lambda in function call (#101933)penguin_wwy2023-02-161-2/+2
* gh-99108: Refactor _sha256 & _sha512 into _sha2. (#101924)Gregory P. Smith2023-02-161-2/+1
* gh-98627: Add an Optional Check for Extension Module Subinterpreter Compatibi...Eric Snow2023-02-164-10/+120
* gh-101758: Fix the wasm Buildbots (gh-101943)Eric Snow2023-02-161-0/+4
* gh-101758: Add a Test For Single-Phase Init Modules in Multiple Interpreters ...Eric Snow2023-02-151-2/+74
* gh-101758: Clean Up Uses of Import State (gh-101919)Eric Snow2023-02-159-987/+1363
* gh-101819: Remove _PyWindowsConsoleIO_Type from the Windows DLL (GH-101904)Erlend E. Aasland2023-02-151-5/+9
* GH-87849: Fix refleak in SEND instruction. (GH-101908)Mark Shannon2023-02-152-0/+2
* gh-101758: Add a Test For Single-Phase Init Module Variants (gh-101891)Eric Snow2023-02-141-10/+95
* gh-101799: implement PREP_RERAISE_STAR as an intrinsic function (#101800)Irit Katriel2023-02-146-41/+55
* gh-101810: Remove duplicated st_ino calculation (GH-101811)James Lee2023-02-131-2/+0
* GH-87849: Simplify stack effect of SEND and specialize it for generators and ...Mark Shannon2023-02-136-78/+139
* gh-101670: typo fix in PyImport_ExtendInittab() (#101723)Sergey B Kirpichev2023-02-091-1/+1
* gh-98831: Use opcode metadata for stack_effect() (#101704)Guido van Rossum2023-02-092-227/+56
* gh-98831: Modernize CALL and family (#101508)Guido van Rossum2023-02-085-583/+630
* gh-101670: typo fix in PyImport_AppendInittab() (GH-101672)Sergey B Kirpichev2023-02-081-1/+1
* gh-101614: Don't treat python3_d.dll as a Python DLL when checking extension ...David Hewitt2023-02-081-4/+5