| Commit message (Expand) | Author | Age | Files | Lines |
* | GH-92123: Move _elementtree heap types to module state (#101187) | Erlend E. Aasland | 2023-01-21 | 1 | -4/+0 |
|
|
* | gh-98831: register instructions have 0 pushes and pops (#101163) | Irit Katriel | 2023-01-19 | 1 | -0/+1 |
|
|
* | gh-100712: make it possible to disable specialization (for debugging) (#100713) | Irit Katriel | 2023-01-19 | 1 | -0/+5 |
|
|
* | gh-100340: Allows -Wno-int-conversion for wasm (#100341) | Kushal Das | 2023-01-18 | 1 | -0/+3 |
|
|
* | Fix typo and old link in wasm readme (#101096) | Zac Hatfield-Dodds | 2023-01-18 | 1 | -2/+2 |
|
|
* | GH-98831: Implement array support in cases generator (#100912) | Guido van Rossum | 2023-01-17 | 3 | -56/+303 |
|
|
* | gh-101046: Fix a potential memory leak in the parser when raising MemoryError... | Pablo Galindo Salgado | 2023-01-16 | 1 | -1/+1 |
|
|
* | GH-100982: Add `COMPARE_AND_BRANCH` instruction (GH-100983) | Mark Shannon | 2023-01-16 | 1 | -0/+2 |
|
|
* | GH-98831: Identify instructions that don't use oparg (#100957) | Guido van Rossum | 2023-01-14 | 2 | -3/+13 |
|
|
* | Don't double count misses. (GH-100984) | Mark Shannon | 2023-01-13 | 1 | -0/+3 |
|
|
* | GH-100997: Implement Multi-Phase Init for the _testinternalcapi Module (gh-10... | Eric Snow | 2023-01-12 | 2 | -3/+0 |
|
|
* | GH-98831: Refactor instr format code and change to enum (#100895) | Guido van Rossum | 2023-01-09 | 1 | -51/+53 |
|
|
* | GH-98831: Add some tests for generate_cases.py (#100763) | Guido van Rossum | 2023-01-06 | 1 | -0/+310 |
|
|
* | GH-98831: Update generate_cases.py: register inst, opcode_metadata.h (#100735) | Guido van Rossum | 2023-01-05 | 2 | -36/+231 |
|
|
* | GH-100719: Remove the `co_nplaincellvars` field from code objects. (GH-100721) | Mark Shannon | 2023-01-04 | 1 | -6/+2 |
|
|
* | gh-100720: refactor calculation of number of frame slots for a code object in... | Irit Katriel | 2023-01-04 | 1 | -0/+1 |
|
|
* | gh-89419: gdb: fix bug causing `AttributeError` in py-locals when no frame is... | Eli Schwartz | 2023-01-03 | 1 | -0/+1 |
|
|
* | gh-100540: Remove obsolete Modules/_ctypes/darwin/ dlfcn shim (GH-100541) | Zachary Ware | 2022-12-29 | 1 | -1/+0 |
|
|
* | gh-100540: Remove unused Modules/_ctypes/libffi_osx/ (GH-100543) | Zachary Ware | 2022-12-28 | 2 | -6/+5 |
|
|
* | Fix copy-paste error in `Tools/clinic.py` (#100560) | Nikita Sobolev | 2022-12-28 | 1 | -1/+1 |
|
|
* | GH-100342: check for allocation failure in AC `*args` parsing (#100343) | Kumar Aditya | 2022-12-28 | 1 | -0/+4 |
|
|
* | GH-98831: Modernize a ton of simpler instructions (#100545) | Guido van Rossum | 2022-12-28 | 1 | -7/+12 |
|
|
* | Remove `NoneType` redefinition from `clinic.py` (#100551) | Nikita Sobolev | 2022-12-27 | 1 | -2/+0 |
|
|
* | gh-100454: Start running SSL tests with OpenSSL 3.1.0-beta1 (#100456) | Illia Volochii | 2022-12-24 | 1 | -4/+4 |
|
|
* | GH-99770: Make the correct call specialization fail kind show up in the stats... | penguin_wwy | 2022-12-22 | 1 | -1/+1 |
|
|
* | GH-98831: Add DECREF_INPUTS(), expanding to DECREF() each stack input (#100205) | Guido van Rossum | 2022-12-17 | 1 | -1/+5 |
|
|
* | gh-81057: Move the Cached Parser Dummy Name to _PyRuntimeState (#100277) | Eric Snow | 2022-12-16 | 1 | -4/+0 |
|
|
* | Assorted minor fixes for specialization stats. (GH-100219) | Mark Shannon | 2022-12-14 | 1 | -10/+5 |
|
|
* | GH-100222: Redefine _Py_CODEUNIT as a union to clarify structure of code unit... | Mark Shannon | 2022-12-14 | 1 | -1/+1 |
|
|
* | gh-81057: Move _Py_RefTotal to the "Ignored Globals" List (gh-100203) | Eric Snow | 2022-12-12 | 2 | -4/+7 |
|
|
* | gh-81057: Move Signal-Related Globals to _PyRuntimeState (gh-100085) | Eric Snow | 2022-12-12 | 1 | -7/+1 |
|
|
* | gh-81057: Move faulthandler Globals to _PyRuntimeState (gh-100152) | Eric Snow | 2022-12-12 | 2 | -10/+1 |
|
|
* | gh-81057: Move tracemalloc Globals to _PyRuntimeState (gh-100151) | Eric Snow | 2022-12-12 | 1 | -11/+0 |
|
|
* | GH-100143: Improve collecting pystats for parts of runs (GH-100144) | Michael Droettboom | 2022-12-12 | 1 | -19/+29 |
|
|
* | gh-100176: remove incorrect version compatibility check from argument clinic ... | Shantanu | 2022-12-12 | 1 | -4/+0 |
|
|
* | GH-98522: Add version number to code objects. (GH-98525) | Mark Shannon | 2022-12-09 | 1 | -0/+5 |
|
|
* | gh-81057: Move Threading-Related Globals to _PyRuntimeState (#100084) | Eric Snow | 2022-12-09 | 2 | -6/+2 |
|
|
* | gh-81057: Move Ceval Trampoline Globals to _PyRuntimeState (gh-100083) | Eric Snow | 2022-12-09 | 1 | -13/+1 |
|
|
* | GH-98831: Generate things in the input order (#100123) | Guido van Rossum | 2022-12-08 | 1 | -24/+32 |
|
|
* | gh-81057: Move time Globals to _PyRuntimeState (gh-100122) | Eric Snow | 2022-12-08 | 1 | -6/+0 |
|
|
* | gh-81057: Move OS-Related Globals to _PyRuntimeState (gh-100082) | Eric Snow | 2022-12-08 | 2 | -5/+6 |
|
|
* | GH-98831: Typed stack effects, and more instructions converted (#99764) | Guido van Rossum | 2022-12-08 | 2 | -135/+179 |
|
|
* | gh-81057: Move More Globals to _PyRuntimeState (gh-100092) | Eric Snow | 2022-12-07 | 2 | -20/+0 |
|
|
* | gh-90110: Clean Up the C-analyzer Globals Lists (gh-100091) | Eric Snow | 2022-12-07 | 3 | -440/+485 |
|
|
* | GH-100026: Include the number of raw input files in summarize_stats.py (GH-10... | Michael Droettboom | 2022-12-06 | 1 | -0/+4 |
|
|
* | gh-99741: Implement Multi-Phase Init for the _xxsubinterpreters Module (gh-99... | Eric Snow | 2022-12-05 | 1 | -7/+0 |
|
|
* | GH-98831: Support cache effects in super- and macro instructions (#99601) | Guido van Rossum | 2022-12-03 | 3 | -270/+480 |
|
|
* | GH-99905: Fix output of misses in summarize_stats.py execution counts (GH-99906) | Michael Droettboom | 2022-11-30 | 1 | -3/+3 |
|
|
* | gh-64490: Fix bugs in argument clinic varargs processing (#32092) | colorfulappl | 2022-11-24 | 1 | -5/+6 |
|
|
* | gh-99240: Fix double-free bug in Argument Clinic str_converter generated code... | colorfulappl | 2022-11-24 | 1 | -2/+23 |
|
|