summaryrefslogtreecommitdiffstats
path: root/Python
Commit message (Expand)AuthorAgeFilesLines
* gh-100227: Revert gh-102925 "gh-100227: Make the Global Interned Dict Safe fo...Eric Snow2023-03-272-187/+21
* GH-100982: Break up COMPARE_AND_BRANCH (GH-102801)Brandt Bucher2023-03-236-385/+309
* gh-102939: Fix "conversion from Py_ssize_t to long" warning in builtins (GH-1...Nikita Sobolev2023-03-231-2/+2
* gh-100227: Make the Global Interned Dict Safe for Isolated Interpreters (gh-1...Eric Snow2023-03-232-21/+187
* gh-102859: Remove JUMP_IF_FALSE_OR_POP and JUMP_IF_TRUE_OR_POP (#102870)Irit Katriel2023-03-225-358/+198
* GH-101291: Rearrange the size bits in PyLongObject (GH-102464)Mark Shannon2023-03-226-416/+422
* gh-102406: replace exception chaining by PEP-678 notes in codecs (#102407)Irit Katriel2023-03-211-14/+21
* gh-94673: Isolate the _io module to Each Interpreter (gh-102663)Eric Snow2023-03-211-4/+8
* gh-102860: improve performance of compiler's instr_sequence_to_cfg (#102861)Irit Katriel2023-03-211-6/+44
* gh-98608: Fix Failure-handling in new_interpreter() (gh-102658)Eric Snow2023-03-211-1/+1
* gh-102304: Move the Total Refcount to PyInterpreterState (gh-102545)Eric Snow2023-03-213-2/+15
* gh-98608: Stop Treating All Errors from _Py_NewInterpreterFromConfig() as Fat...Eric Snow2023-03-211-9/+10
* gh-102598: Remove obsolete optimization from `FORMAT_VALUE` opcode (#102599)Nikita Sobolev2023-03-212-44/+21
* gh-102304: Fix Non-Debug Builds (gh-102846)Eric Snow2023-03-201-0/+2
* gh-102304: Move _Py_RefTotal to _PyRuntimeState (gh-102543)Eric Snow2023-03-203-1/+5
* gh-102755: fix refleak (#102826)Irit Katriel2023-03-191-1/+2
* gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (#1...Irit Katriel2023-03-194-342/+334
* gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (#1...Irit Katriel2023-03-181-41/+26
* gh-102778: Add sys.last_exc, deprecate sys.last_type, sys.last_value,sys.last...Irit Katriel2023-03-183-3/+9
* gh-101975: Fixed a potential SegFault on garbage collection (GH-102803)gaogaotiantian2023-03-181-0/+1
* gh-102755: Add PyErr_DisplayException(exc) (#102756)Irit Katriel2023-03-163-68/+50
* gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (#1...Irit Katriel2023-03-161-9/+10
* gh-99726: Improves correctness of stat results for Windows, and uses faster A...Steve Dower2023-03-161-12/+118
* gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (#1...Irit Katriel2023-03-161-44/+35
* gh-102594: PyErr_SetObject adds note to exception raised on normalization err...Irit Katriel2023-03-161-5/+35
* gh-102660: Fix Refleaks in import.c (#102744)Eric Snow2023-03-163-28/+28
* gh-102738: remove from cases generator the code related to register instructi...Irit Katriel2023-03-151-174/+170
* gh-102654: Insert #line directives in generated_cases.c.h (#102669)Guido van Rossum2023-03-151-0/+456
* gh-102281: Fix potential nullptr dereference + use of uninitialized memory (g...Max Bachmann2023-03-151-1/+5
* gh-102660: Handle m_copy Specially for the sys and builtins Modules (gh-102661)Eric Snow2023-03-144-4/+43
* gh-98831: Use DECREF_INPUTS() more (#102409)Guido van Rossum2023-03-132-57/+38
* GH-100987: Don't cache references to the names and consts array in `_PyEval_E...Mark Shannon2023-03-133-53/+44
* gh-87092: refactor assemble() to a number of separate functions, which do not...Irit Katriel2023-03-131-244/+290
* 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