| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-117494: extract the Instruction Sequence data structure into a separate fi... | Irit Katriel | 2024-04-04 | 1 | -3/+9 |
|
|
* | gh-116968: Reimplement Tier 2 counters (#117144) | Guido van Rossum | 2024-04-04 | 1 | -0/+1 |
|
|
* | gh-76785: Add PyInterpreterConfig Helpers (gh-117170) | Eric Snow | 2024-04-02 | 1 | -0/+5 |
|
|
* | gh-117323: Make `cell` thread-safe in free-threaded builds (#117330) | Sam Gross | 2024-03-29 | 1 | -0/+1 |
|
|
* | gh-114099: Additions to standard library to support iOS (GH-117052) | Russell Keith-Magee | 2024-03-28 | 1 | -6/+24 |
|
|
* | gh-76785: Drop PyInterpreterID_Type (gh-117101) | Eric Snow | 2024-03-21 | 1 | -3/+0 |
|
|
* | gh-117089: Apply changes from importlib_metadata 7.1.0 (#117094) | Jason R. Coombs | 2024-03-21 | 1 | -0/+5 |
|
|
* | gh-117089: Move importlib.metadata tests to their own package (#117092) | Jason R. Coombs | 2024-03-20 | 1 | -1/+2 |
|
|
* | gh-116417: Move limited C API long.c tests to _testlimitedcapi (#117001) | Victor Stinner | 2024-03-19 | 1 | -1/+2 |
|
|
* | gh-116869: Add test_cext test: build a C extension (#116954) | Victor Stinner | 2024-03-18 | 1 | -0/+1 |
|
|
* | gh-108716: Cleanup remaining deepfreeze infrastructure (#116919) | Guido van Rossum | 2024-03-18 | 1 | -40/+3 |
|
|
* | gh-106259: Add minimal help target to Makefile (#106260) | Skip Montanaro | 2024-03-07 | 1 | -0/+24 |
|
|
* | Parallelize regen-cases (#116446) | Guido van Rossum | 2024-03-07 | 1 | -11/+44 |
|
|
* | gh-114099 - Add iOS testbed, plus Makefile target to invoke it. (gh-115930) | Russell Keith-Magee | 2024-03-07 | 1 | -1/+43 |
|
|
* | gh-108562: Revert enabling -fstrict-overflow for libmpdec (GH-116302) | Sergey B Kirpichev | 2024-03-04 | 1 | -1/+1 |
|
|
* | gh-108562: Fix compiler warnings for libmpdec (#114751) | Sergey B Kirpichev | 2024-03-03 | 1 | -1/+1 |
|
|
* | gh-71052: Fix several Android build issues (#115955) | Malcolm Smith | 2024-02-29 | 1 | -4/+2 |
|
|
* | GH-115816: Make tier2 optimizer symbols testable, and add a few tests. (GH-11... | Mark Shannon | 2024-02-27 | 1 | -0/+1 |
|
|
* | Rename tier 2 redundancy eliminator to optimizer (#115888) | Guido van Rossum | 2024-02-26 | 1 | -5/+5 |
|
|
* | gh-114099: Add configure and Makefile targets to support iOS compilation. (GH... | Russell Keith-Magee | 2024-02-26 | 1 | -3/+53 |
|
|
* | gh-115663: Remove 'regen-sbom' from the 'regen-all' target (#115790) | Seth Michael Larson | 2024-02-22 | 1 | -2/+2 |
|
|
* | gh-111225: Link extension modules against libpython on Android (#115780) | Malcolm Smith | 2024-02-21 | 1 | -2/+2 |
|
|
* | gh-115737: Correct libpython install name for macOS shared library builds. (g... | Russell Keith-Magee | 2024-02-21 | 1 | -1/+1 |
|
|
* | gh-115103: Implement delayed memory reclamation (QSBR) (#115180) | Sam Gross | 2024-02-16 | 1 | -0/+2 |
|
|
* | gh-115041: Add wrappers that are atomic only in free-threaded builds (#115046) | mpage | 2024-02-14 | 1 | -0/+1 |
|
|
* | gh-115421: Update the list of installed test subdirectories. (#115422) | T. Wouters | 2024-02-13 | 1 | -3/+9 |
|
|
* | gh-76785: Improved Subinterpreters Compatibility with 3.12 (gh-115424) | Eric Snow | 2024-02-13 | 1 | -0/+8 |
|
|
* | gh-114058: Foundations of the Tier2 redundancy eliminator (GH-115085) | Ken Jin | 2024-02-13 | 1 | -1/+7 |
|
|
* | gh-108303: Move all `pydoc` related test files to new `test.test_pydoc` packa... | Nikita Sobolev | 2024-02-13 | 1 | -0/+1 |
|
|
* | gh-114099: Refactor configure and Makefile to accomodate non-macOS frameworks... | Russell Keith-Magee | 2024-02-12 | 1 | -5/+6 |
|
|
* | gh-110481: Implement inter-thread queue for biased reference counting (#114824) | Sam Gross | 2024-02-09 | 1 | -0/+2 |
|
|
* | gh-114505: Add missing header file dependencies (#114513) | Skip Montanaro | 2024-02-07 | 1 | -241/+259 |
|
|
* | gh-114883: Fix Makefile dependency tree for non-jit builds (GH-114884) | Zachary Ware | 2024-02-03 | 1 | -1/+12 |
|
|
* | GH-113464: Add a JIT backend for tier 2 (GH-113465) | Brandt Bucher | 2024-01-29 | 1 | -1/+10 |
|
|
* | gh-112529: Implement GC for free-threaded builds (#114262) | Sam Gross | 2024-01-25 | 1 | -0/+3 |
|
|
* | gh-108303: Move `.whl` test files to `Lib/test/wheeldata/` (#114343) | Nikita Sobolev | 2024-01-23 | 1 | -0/+1 |
|
|
* | gh-112529: Use GC heaps for GC allocations in free-threaded builds (gh-114157) | Sam Gross | 2024-01-20 | 1 | -0/+1 |
|
|
* | gh-108303: Move all doctest related files and tests to `Lib/test/test_doctest... | Nikita Sobolev | 2024-01-18 | 1 | -0/+1 |
|
|
* | GH-113860: Get rid of `_PyUOpExecutorObject` (GH-113954) | Brandt Bucher | 2024-01-12 | 1 | -1/+0 |
|
|
* | gh-111968: Introduce _PyFreeListState and _PyFreeListState_GET API (gh-113584) | Donghee Na | 2024-01-09 | 1 | -0/+3 |
|
|
* | gh-113688: fix dtrace build on Solaris (#113814) | Jakub KulĂk | 2024-01-08 | 1 | -2/+2 |
|
|
* | gh-89532: Remove LibreSSL workarounds (#28728) | Rami | 2024-01-06 | 1 | -1/+1 |
|
|
* | gh-113688: Split up gcmodule.c (gh-113715) | Sam Gross | 2024-01-05 | 1 | -0/+1 |
|
|
* | gh-113370: Add missing obmalloc.o dependencies on mimalloc (#113371) | Sam Gross | 2023-12-21 | 1 | -2/+5 |
|
|
* | GH-111485: Delete the old generator code. (GH-113321) | Mark Shannon | 2023-12-21 | 1 | -7/+1 |
|
|
* | gh-112305: Fix check-clean-src to detect frozen_modules .h files. (#113344) | Gregory P. Smith | 2023-12-21 | 1 | -2/+4 |
|
|
* | gh-113330: Fix mimalloc headers reference (#113331) | Sam Gross | 2023-12-20 | 1 | -1/+1 |
|
|
* | GH-111485: Generate `TARGET` table for computed goto dispatch. (GH-113319) | Mark Shannon | 2023-12-20 | 1 | -1/+2 |
|
|
* | GH-111485: Generate instruction and uop metadata (GH-113287) | Mark Shannon | 2023-12-20 | 1 | -10/+15 |
|
|
* | GH-110109: Move tests for pathlib ABCs to new module. (#112904) | Barney Gale | 2023-12-16 | 1 | -0/+1 |
|
|