Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GH-99005: More intrinsics (GH-100774) | Mark Shannon | 2023-01-06 | 1 | -1/+1 |
| | | | * Remove UNARY_POSITIVE, LIST_TO_TUPLE and ASYNC_GEN_WRAP, replacing them with intrinsics. | ||||
* | GH-98686: Quicken everything (GH-98687) | Brandt Bucher | 2022-11-02 | 1 | -2/+2 |
| | |||||
* | gh-84623: Remove unused imports in tests (#93772) | Victor Stinner | 2022-06-13 | 1 | -1/+0 |
| | |||||
* | gh-69443: Add test.support.Py_DEBUG constant (#93226) | Victor Stinner | 2022-05-25 | 1 | -4/+4 |
| | |||||
* | gh-78607: Replace __ltrace__ with __lltrace__ (GH-91619) | Dennis Sweeney | 2022-04-16 | 1 | -5/+5 |
| | |||||
* | gh-91462: Make lltrace output human-readable. (GH-91463) | Dennis Sweeney | 2022-04-16 | 1 | -8/+89 |
| | | | | | | * Transform opcodes into opnames * Print the whole stack at each opcode, and eliminate prtrace output at each (push/pop/stackadj) * Display info about the function at each resume_frame | ||||
* | Fix typos in the Lib directory (GH-28775) | Christian Clauss | 2021-10-06 | 1 | -1/+1 |
| | | | | | Fix typos in the Lib directory as identified by codespell. Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> | ||||
* | bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25189) | Inada Naoki | 2021-04-06 | 1 | -1/+1 |
| | | | | | | | | | | | | * Fix _sitebuiltins * Fix test_inspect * Fix test_interpreters * Fix test_io * Fix test_iter * Fix test_json * Fix test_linecache * Fix test_lltrace * Fix test_logging * Fix logging | ||||
* | bpo-40275: Use new test.support helper submodules in tests (GH-21451) | Hai Shi | 2020-08-03 | 1 | -4/+4 |
| | |||||
* | bpo-34113: Fix a crash when using LLTRACE is on (GH-8517) | costypetrisor | 2018-07-31 | 1 | -0/+31 |
Fix a crash on negative STACKADJ() when Low-Level trace (LLTRACE) is enabled. |