| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-123700: Update OpenSSL versions in multissltests and CI (#123701) | Zachary Ware | 2024-09-04 | 1 | -1/+2 |
|
|
* | gh-123418: Update CI to use fresh OpenSSL releases (GH-123675) | Zachary Ware | 2024-09-04 | 1 | -3/+5 |
|
|
* | gh-107954, PEP 741: Add PyConfig_Get()/Set() functions (#123472) | Victor Stinner | 2024-09-02 | 2 | -0/+2 |
|
|
* | gh-123458: Skip SBOM generation if no git repository is detected (#123507) | Seth Michael Larson | 2024-09-02 | 1 | -0/+18 |
|
|
* | build(deps): bump hypothesis from 6.108.10 to 6.111.2 in /Tools (#123567) | dependabot[bot] | 2024-09-02 | 1 | -1/+1 |
|
|
* | Bump types-setuptools from 71.1.0.20240726 to 74.0.0.20240831 in /Tools (#123... | dependabot[bot] | 2024-09-01 | 1 | -1/+1 |
|
|
* | Bump mypy from 1.11.1 to 1.11.2 in /Tools (#123566) | dependabot[bot] | 2024-09-01 | 1 | -1/+1 |
|
|
* | Bump types-psutil from 6.0.0.20240621 to 6.0.0.20240901 in /Tools (#123564) | dependabot[bot] | 2024-09-01 | 1 | -1/+1 |
|
|
* | GH-115776: Allow any fixed sized object to have inline values (GH-123192) | Mark Shannon | 2024-08-21 | 1 | -4/+1 |
|
|
* | GH-118093: Make `CALL_ALLOC_AND_ENTER_INIT` suitable for tier 2. (GH-123140) | Mark Shannon | 2024-08-20 | 1 | -0/+4 |
|
|
* | GH-121634: have `wasi.py` accept the host target triple as an argument (GH-12... | Brett Cannon | 2024-08-15 | 1 | -6/+12 |
|
|
* | gh-112301: Add warning count to warning check tooling (#122711) | Nate Ohlson | 2024-08-14 | 3 | -14/+44 |
|
|
* | GH-113464: Speed up JIT builds (GH-122839) | Brandt Bucher | 2024-08-14 | 2 | -5/+19 |
|
|
* | GH-120024: Remove `CHECK_EVAL_BREAKER` macro. (GH-122968) | Mark Shannon | 2024-08-14 | 4 | -35/+1 |
|
|
* | GH-121723: Skip test_config_queue_handler_multiprocessing_context in emulated... | Bénédikt Tran | 2024-08-13 | 1 | -0/+1 |
|
|
* | gh-99108: Add HACL* Blake2 implementation to hashlib (GH-119316) | Jonathan Protzenko | 2024-08-13 | 2 | -3/+3 |
|
|
* | gh-122907: Fix Builds Without HAVE_DYNAMIC_LOADING Set (gh-122952) | Eric Snow | 2024-08-13 | 1 | -0/+9 |
|
|
* | GH-122390: Replace `_Py_GetbaseOpcode` with `_Py_GetBaseCodeUnit` (GH-122942) | Mark Shannon | 2024-08-13 | 2 | -0/+2 |
|
|
* | gh-117139: Replace _PyList_FromArraySteal with stack ref variant (#122830) | Sam Gross | 2024-08-12 | 1 | -1/+1 |
|
|
* | gh-122688: Fix support of var-positional parameter in Argument Clinic (GH-122... | Serhiy Storchaka | 2024-08-09 | 2 | -10/+12 |
|
|
* | GH-120024: Tidy up case generator code a bit. (GH-122780) | Mark Shannon | 2024-08-08 | 10 | -100/+175 |
|
|
* | gh-118926: Spill deferred references to stack in cases generator (#122748) | Sam Gross | 2024-08-07 | 6 | -25/+132 |
|
|
* | Bump types-setuptools to 71.1.0.20240726 in /Tools (#122551) | dependabot[bot] | 2024-08-07 | 1 | -1/+1 |
|
|
* | gh-112301: Add macOS warning tracking tooling (#122211) | Nate Ohlson | 2024-08-06 | 2 | -53/+111 |
|
|
* | gh-122686: bump hypothesis from 6.104.2 to 6.108.10 in Tools (#122729) | Sergey B Kirpichev | 2024-08-06 | 1 | -4/+1 |
|
|
* | GH-120024: Refactor code generators to uses classes for emitting code. (GH-12... | Mark Shannon | 2024-08-06 | 4 | -274/+272 |
|
|
* | Fix syntax in generate_re_casefix.py (#122699) | Jelle Zijlstra | 2024-08-06 | 1 | -2/+2 |
|
|
* | gh-122686: Pin attrs package (for Hypothesis workflow) (#122687) | Sergey B Kirpichev | 2024-08-06 | 1 | -0/+3 |
|
|
* | GH-118943: Handle races when moving jit_stencils.h (GH-120690) | Miro Hrončok | 2024-08-05 | 1 | -1/+6 |
|
|
* | build(deps-dev): bump mypy from 1.10.1 to 1.11.1 in /Tools (#122550) | dependabot[bot] | 2024-08-05 | 2 | -2/+4 |
|
|
* | GH-109408: Stop running patchcheck in CI (#109895) | Adam Turner | 2024-08-03 | 1 | -108/+12 |
|
|
* | GH-122155: Track local variables between pops and pushes in cases generator (... | Mark Shannon | 2024-08-01 | 7 | -102/+213 |
|
|
* | gh-112301: Add argument aliases and tee compiler output for check warnings (G... | Nate Ohlson | 2024-07-30 | 1 | -1/+4 |
|
|
* | gh-117657: Avoid race in `PAUSE_ADAPTIVE_COUNTER` in free-threaded build (#12... | Sam Gross | 2024-07-30 | 1 | -1/+0 |
|
|
* | gh-122044: Don't error during gitignore filtering with no files (#122045) | Seth Michael Larson | 2024-07-27 | 1 | -0/+4 |
|
|
* | gh-112301: Compiler warning management tooling (#121730) | Nate Ohlson | 2024-07-27 | 2 | -0/+198 |
|
|
* | gh-122201: Lock mutex when setting handling_thread to NULL (#122204) | Sam Gross | 2024-07-26 | 1 | -1/+0 |
|
|
* | GH-121131: Clean up and fix some instrumented instructions. (GH-121132) | Mark Shannon | 2024-07-26 | 3 | -8/+5 |
|
|
* | gh-122270: Fix typos in the Py_DEBUG macro name (GH-122271) | Serhiy Storchaka | 2024-07-25 | 1 | -3/+3 |
|
|
* | GH-122155: Fix cases generator to correctly compute 'peek' offset for error h... | Mark Shannon | 2024-07-23 | 3 | -6/+17 |
|
|
* | GH-121970: Rewrite the C-API annotations extension (#121985) | Adam Turner | 2024-07-19 | 1 | -8/+15 |
|
|
* | GH-121784: Generate an error during code gen if a variable is marked `unused`... | Mark Shannon | 2024-07-18 | 5 | -57/+112 |
|
|
* | Add note about PYTHON_JIT environment variable to JIT README (GH-121635) | Savannah Ostrowski | 2024-07-17 | 1 | -2/+6 |
|
|
* | GH-120371: Add WASI SDK 22 support (GH-121870) | Brett Cannon | 2024-07-16 | 1 | -0/+8 |
|
|
* | gh-117657: Remove TSAN suppressions for _abc.c (#121508) | Sam Gross | 2024-07-10 | 1 | -2/+0 |
|
|
* | gh-117657: Fix TSan race in _PyDict_CheckConsistency (#121551) | Sam Gross | 2024-07-10 | 1 | -8/+0 |
|
|
* | GH-121521: Detect when wasmtime is not installed in `Tools/wasm/wasi.py` (GH-... | Brett Cannon | 2024-07-09 | 1 | -6/+18 |
|
|
* | gh-117657: Fix TSAN races in setobject.c (#121511) | Sam Gross | 2024-07-09 | 1 | -3/+0 |
|
|
* | GH-118926: Better distinguish between pointer and arrays in interpreter gener... | Mark Shannon | 2024-07-09 | 6 | -18/+30 |
|
|
* | GH-119726: Emit AArch64 trampolines out-of-line (GH-121280) | Diego Russo | 2024-07-03 | 1 | -8/+6 |
|
|