| Commit message (Expand) | Author | Age | Files | Lines |
* | [3.12] gh-108303: Move all doctest related files and tests to `Lib/test/test_... | Miss Islington (bot) | 2024-01-18 | 1 | -0/+1 |
|
|
* | [3.12] gh-112305: Fix check-clean-src to detect frozen_modules .h files. (GH-... | Miss Islington (bot) | 2023-12-21 | 1 | -2/+4 |
|
|
* | [3.12] gh-108927: Include new dir test/regrtestdata in the installation (GH-1... | Serhiy Storchaka | 2023-12-06 | 1 | -0/+3 |
|
|
* | [3.12] gh-112088: Run autoreconf in GHA check_generated_files (GH-112090) (#1... | Victor Stinner | 2023-11-16 | 1 | -7/+1 |
|
|
* | [3.12] gh-108303: Install `Lib/test/configdata` (GH-111899) (#111946) | Miss Islington (bot) | 2023-11-10 | 1 | -0/+1 |
|
|
* | [3.12] gh-108303: Move all inspect test files to `test_inspect/` (GH-109607) ... | Nikita Sobolev | 2023-10-13 | 1 | -0/+1 |
|
|
* | [3.12] gh-108303: Move all certificates to `Lib/test/certdata/` (GH-109489) (... | Miss Islington (bot) | 2023-10-10 | 1 | -1/+2 |
|
|
* | [3.12] gh-103053: Fix make check-clean-src: check "python" program (GH-110449... | Miss Islington (bot) | 2023-10-06 | 1 | -1/+2 |
|
|
* | [3.12] gh-110429: Fix race condition in "make regen-all" (GH-110433) (#110438) | Miss Islington (bot) | 2023-10-05 | 1 | -2/+2 |
|
|
* | [3.12] gh-109972: Split test_gdb.py into test_gdb package (#109977) (#110339) | Victor Stinner | 2023-10-04 | 1 | -0/+1 |
|
|
* | [3.12] gh-108303: Move `test_future` into its own test_future_stmt subdir (#1... | Victor Stinner | 2023-10-02 | 1 | -0/+1 |
|
|
* | [3.12] gh-108303: Move tokenize-related data to Lib/test/tokenizedata (GH-109... | Victor Stinner | 2023-10-02 | 1 | -0/+1 |
|
|
* | [3.12] gh-108303: Create Lib/test/test_dataclasses/ directory (GH-108978) (#1... | Miss Islington (bot) | 2023-10-02 | 1 | -0/+1 |
|
|
* | [3.12] gh-108740: Fix "make regen-all" race condition (#108741) (#109019) | Victor Stinner | 2023-09-08 | 1 | -9/+10 |
|
|
* | [3.12] Add Modules/_testcapi/util.h header (GH-108774) (#108780) | Miss Islington (bot) | 2023-09-02 | 1 | -1/+1 |
|
|
* | [3.12] gh-108303: Add Lib/test/test_cppext/ sub-directory (GH-108325) (#108328) | Miss Islington (bot) | 2023-08-22 | 1 | -0/+1 |
|
|
* | [3.12] gh-106016: Add Lib/test/test_module/ directory (#108293) (#108306) | Victor Stinner | 2023-08-22 | 1 | -0/+1 |
|
|
* | [3.12] gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-... | Miss Islington (bot) | 2023-07-27 | 1 | -1/+2 |
|
|
* | [3.12] gh-75371: reformat Makefile.pre.in to accommodate for empty FRAMEWORKA... | Miss Islington (bot) | 2023-07-23 | 1 | -2/+1 |
|
|
* | [3.12] gh-106752: Move zipfile._path into its own package (GH-106753) (#106755) | Jason R. Coombs | 2023-07-14 | 1 | -1/+2 |
|
|
* | [3.12] gh-104692: Include commoninstall as a prerequisite for bininstall (GH-... | Jeffery To | 2023-07-05 | 1 | -1/+5 |
|
|
* | [3.12] GH-89886: Bump to GNU Autoconf v2.71 (#104925) (#105207) | Erlend E. Aasland | 2023-06-01 | 1 | -1/+1 |
|
|
* | [3.12] gh-99108: Refresh HACL* (GH-104808) (#104893) | Miss Islington (bot) | 2023-05-24 | 1 | -7/+7 |
|
|
* | gh-101282: Apply BOLT optimizations to libpython for shared builds (#104709) | Gregory Szorc | 2023-05-22 | 1 | -15/+50 |
|
|
* | GH-101520: Move tracemalloc functionality into core, leaving interface in Mod... | Mark Shannon | 2023-05-17 | 1 | -0/+1 |
|
|
* | gh-104523: Inline minimal PGO rules (#104524) | Gregory Szorc | 2023-05-16 | 1 | -16/+4 |
|
|
* | gh-103763: Implement PEP 695 (#103764) | Jelle Zijlstra | 2023-05-16 | 1 | -0/+2 |
|
|
* | gh-104490: Consistently define phony make targets (#104491) | Gregory Szorc | 2023-05-15 | 1 | -20/+77 |
|
|
* | gh-86275: Fix install of new _hypothesis_stubs directory (#104425) | Jelle Zijlstra | 2023-05-12 | 1 | -0/+1 |
|
|
* | gh-99108: Replace SHA3 implementation HACL* version (#103597) | Jonathan Protzenko | 2023-05-08 | 1 | -1/+1 |
|
|
* | gh-103963: fix 'make regen-opcode' in out-of-tree builds (#104177) | Carl Meyer | 2023-05-04 | 1 | -1/+3 |
|
|
* | gh-98822: Add missing test directories to TESTSUBDIRS (#103942) | Erlend E. Aasland | 2023-04-27 | 1 | -12/+45 |
|
|
* | gh-100227: Only Use deepfreeze for the Main Interpreter (gh-103794) | Eric Snow | 2023-04-24 | 1 | -1/+1 |
|
|
* | gh-103776: Remove explicit uses of $(SHELL) from Makefile (GH-103778) | Zachary Ware | 2023-04-24 | 1 | -5/+5 |
|
|
* | gh-101525: Fix make test if the --enable-bolt enabled (gh-103574) | Dong-hee Na | 2023-04-17 | 1 | -7/+13 |
|
|
* | gh-103527: Add multibytecodec.h as make dep for _codecs_* (#103567) | Erlend E. Aasland | 2023-04-16 | 1 | -6/+8 |
|
|
* | gh-103527: Add make deps for _codecs_* and _multibytecodec (#103528) | Erlend E. Aasland | 2023-04-14 | 1 | -0/+7 |
|
|
* | GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython (GH-1... | Mark Shannon | 2023-04-12 | 1 | -0/+2 |
|
|
* | gh-87092: move assembler related code from compile.c to assemble.c (#103277) | Irit Katriel | 2023-04-11 | 1 | -1/+2 |
|
|
* | gh-100220: Fix error handling in make rules (GH-100328) | Michał Górny | 2023-04-07 | 1 | -1/+1 |
|
|
* | gh-101659: Add _Py_AtExit() (gh-103298) | Eric Snow | 2023-04-06 | 1 | -0/+1 |
|
|
* | gh-101525: Disable peephole optimization process of BOLT (gh-103187) | Dong-hee Na | 2023-04-05 | 1 | -1/+1 |
|
|
* | gh-87092: move CFG related code from compile.c to flowgraph.c (#103021) | Irit Katriel | 2023-03-31 | 1 | -0/+3 |
|
|
* | gh-102304: Move _Py_RefTotal to _PyRuntimeState (gh-102543) | Eric Snow | 2023-03-20 | 1 | -0/+1 |
|
|
* | gh-102654: Insert #line directives in generated_cases.c.h (#102669) | Guido van Rossum | 2023-03-15 | 1 | -0/+1 |
|
|
* | gh-81057: Add a CI Check for New Unsupported C Global Variables (gh-102506) | Eric Snow | 2023-03-14 | 1 | -0/+6 |
|
|
* | gh-102021 : Allow multiple input files for interpreter loop generator (#102022) | Jacob Bower | 2023-03-04 | 1 | -2/+2 |
|
|
* | gh-99108: Import MD5 and SHA1 from HACL* (#102089) | Jonathan Protzenko | 2023-02-22 | 1 | -5/+9 |
|
|
* | gh-97930: Also include subdirectory in makefile. (#102030) | Jason R. Coombs | 2023-02-19 | 1 | -0/+2 |
|
|
* | gh-99108: Refactor _sha256 & _sha512 into _sha2. (#101924) | Gregory P. Smith | 2023-02-16 | 1 | -8/+7 |
|
|