| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-121735: Fix module-adjacent references in zip files (#123037) | Jason R. Coombs | 2024-09-12 | 1 | -15/+0 |
|
|
* | gh-121404: split compile.c into compile.c and codegen.c (#123651) | Irit Katriel | 2024-09-09 | 1 | -2/+3 |
|
|
* | Fix typos (#123775) | algonell | 2024-09-09 | 1 | -1/+1 |
|
|
* | gh-123297: Propagate LD_FLAGS to LDCXXSHARED in sysconfig (#123298) | Pablo Galindo Salgado | 2024-08-25 | 1 | -1/+1 |
|
|
* | gh-99108: Inform HACL when explicit_bzero is unavailable (GH-123027) | Malcolm Smith | 2024-08-15 | 1 | -1/+1 |
|
|
* | gh-99108: Add HACL* Blake2 implementation to hashlib (GH-119316) | Jonathan Protzenko | 2024-08-13 | 1 | -13/+53 |
|
|
* | gh-116622: Rename build variable MODULE_LDFLAGS back to LIBPYTHON (#122764) | Malcolm Smith | 2024-08-08 | 1 | -1/+1 |
|
|
* | GH-118943: Remove regen-jit from the regen-all make target (GH-122602) | Miro Hrončok | 2024-08-08 | 1 | -1/+1 |
|
|
* | gh-122417: Implement per-thread heap type refcounts (#122418) | Sam Gross | 2024-08-06 | 1 | -0/+2 |
|
|
* | gh-122292: Split up ``Lib/test/test_ast.py`` into a couple of files (#122293) | Kirill Podoprigora | 2024-07-29 | 1 | -0/+1 |
|
|
* | gh-100240: Use a consistent implementation for freelists (#121934) | Sam Gross | 2024-07-22 | 1 | -0/+1 |
|
|
* | gh-120522: Apply App Store compliance patch during installation (#121947) | Russell Keith-Magee | 2024-07-21 | 1 | -1/+22 |
|
|
* | gh-120522: Revert "Add a `--with-app-store-compliance` configure option to pa... | Ned Deily | 2024-07-16 | 1 | -16/+1 |
|
|
* | gh-121103: Put free-threaded libraries in `lib/python3.14t` (#121293) | Sam Gross | 2024-07-11 | 1 | -1/+2 |
|
|
* | gh-121467: Fix makefile to include mimalloc headers (#121469) | Marc Mueller | 2024-07-08 | 1 | -2/+2 |
|
|
* | gh-112136: Restore removed _PyArg_Parser (#121262) | Victor Stinner | 2024-07-03 | 1 | -0/+1 |
|
|
* | gh-61103: Support double complex (_Complex) type in ctypes (#120894) | Sergey B Kirpichev | 2024-07-01 | 1 | -1/+1 |
|
|
* | gh-120522: Add a `--with-app-store-compliance` configure option to patch out ... | Russell Keith-Magee | 2024-06-30 | 1 | -1/+16 |
|
|
* | gh-120686: remove unused internal c api functions (#120687) | Irit Katriel | 2024-06-27 | 1 | -1/+0 |
|
|
* | gh-117139: Convert the evaluation stack to stack refs (#118450) | Ken Jin | 2024-06-26 | 1 | -0/+1 |
|
|
* | gh-120642: Move private PyCode APIs to the internal C API (#120643) | Victor Stinner | 2024-06-26 | 1 | -1/+0 |
|
|
* | gh-119344: Make critical section API public (#119353) | Sam Gross | 2024-06-21 | 1 | -0/+2 |
|
|
* | gh-117511: Make PyMutex public in the non-limited API (#117731) | Sam Gross | 2024-06-20 | 1 | -0/+2 |
|
|
* | gh-106531: Apply changes from importlib_resources 6.3.2 (#117054) | Jason R. Coombs | 2024-06-04 | 1 | -0/+1 |
|
|
* | gh-119853: Add Include/refcount.h to projects (#119860) | Victor Stinner | 2024-05-31 | 1 | -0/+1 |
|
|
* | gh-119729: Use 't' in pkg-config file name for free-threaded build (#119738) | Sam Gross | 2024-05-30 | 1 | -7/+7 |
|
|
* | gh-97588: Align ctypes struct layout to GCC/MSVC (GH-97702) | Matthias Görgens | 2024-05-29 | 1 | -0/+1 |
|
|
* | gh-119538: Add missing expat build dependencies (#119647) | Erlend E. Aasland | 2024-05-28 | 1 | -1/+3 |
|
|
* | gh-119396: Optimize unicode_repr() (#119617) | Victor Stinner | 2024-05-28 | 1 | -0/+1 |
|
|
* | gh-119306: Break up _pyrepl tests (#119307) | Eugene Triguba | 2024-05-21 | 1 | -0/+1 |
|
|
* | gh-118107: Fix zipimporter ZIP64 handling. (GH-118108) | John Sirois | 2024-05-07 | 1 | -1/+2 |
|
|
* | Set a DerivedData path for iOS test builds. (GH-118621) | Russell Keith-Magee | 2024-05-06 | 1 | -1/+1 |
|
|
* | Correct timing sensitivity in iOS testing Makefile target. (GH-118620) | Russell Keith-Magee | 2024-05-06 | 1 | -1/+1 |
|
|
* | gh-111201: A new Python REPL (GH-111567) | Pablo Galindo Salgado | 2024-05-05 | 1 | -0/+1 |
|
|
* | gh-118518: Allow perf to work without frame pointers (#112254) | Pablo Galindo Salgado | 2024-05-05 | 1 | -0/+1 |
|
|
* | gh-111997: C-API for signalling monitoring events (#116413) | Irit Katriel | 2024-05-04 | 1 | -0/+2 |
|
|
* | gh-117139: Add header for tagged pointers (GH-118330) | Ken Jin | 2024-04-30 | 1 | -0/+1 |
|
|
* | gh-117860: Add tests for resolving names when import rebind names (GH-118176) | Serhiy Storchaka | 2024-04-30 | 1 | -0/+2 |
|
|
* | gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791) | Eric Snow | 2024-04-24 | 1 | -3/+3 |
|
|
* | gh-116984: Install mimalloc headers (#116985) | Yichen Yan | 2024-04-23 | 1 | -0/+19 |
|
|
* | gh-116818: Make `sys.settrace`, `sys.setprofile`, and monitoring thread-safe ... | Dino Viehland | 2024-04-19 | 1 | -0/+1 |
|
|
* | 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 |
|
|