| Commit message (Expand) | Author | Age | Files | Lines |
* | Python 3.14.0a4v3.14.0a4 | Hugo van Kemenade | 2025-01-14 | 1 | -13/+20 |
|
|
* | gh-118761: Improve import time of the `pickle` module. (#128732) | Bénédikt Tran | 2025-01-14 | 1 | -2/+1 |
|
|
* | gh-109959: Skip test_glob.test_selflink() flaky test (#128812) | Victor Stinner | 2025-01-14 | 1 | -0/+4 |
|
|
* | gh-71339: Add additional assertion methods for unittest (GH-128707) | Serhiy Storchaka | 2025-01-14 | 17 | -100/+468 |
|
|
* | gh-125997: Increase test coverage for `time.sleep()` (#128751) | Bénédikt Tran | 2025-01-13 | 1 | -2/+11 |
|
|
* | Explicitly import `urllib.error` in `urllib.robotparser` (#128737) | Bénédikt Tran | 2025-01-13 | 1 | -0/+1 |
|
|
* | gh-128562: Fix generation of the tkinter widget names (GH-128604) | Zhikang Yan | 2025-01-13 | 2 | -1/+11 |
|
|
* | gh-128078: Use `PyErr_SetRaisedException` in `_PyGen_SetStopIterationValue` (... | Bénédikt Tran | 2025-01-13 | 1 | -1/+1 |
|
|
* | gh-128002: add more thread safety tests for asyncio (#128480) | Kumar Aditya | 2025-01-13 | 1 | -0/+54 |
|
|
* | gh-128400: Only show the current thread in `Py_FatalError` on the free-thread... | Peter Bierma | 2025-01-13 | 2 | -12/+16 |
|
|
* | gh-128182: Add per-object memory access synchronization to `ctypes` (GH-128490) | Peter Bierma | 2025-01-13 | 1 | -1/+21 |
|
|
* | gh-127773: Disable attribute cache on incompatible MRO entries (GH-127924) | Petr Viktorin | 2025-01-13 | 1 | -0/+27 |
|
|
* | gh-128078: Clear exception in `anext` before calling `_PyGen_SetStopIteration... | Bénédikt Tran | 2025-01-13 | 1 | -0/+17 |
|
|
* | GH-128682: Stronger checking of `PyStackRef_CLOSE` and `DEAD`. (GH-128683) | Mark Shannon | 2025-01-13 | 1 | -0/+12 |
|
|
* | gh-128150: Improve performances of `uuid.uuid*` constructor functions. (#128151) | Bénédikt Tran | 2025-01-13 | 1 | -27/+58 |
|
|
* | GH-124483: Mark `Py_DECREF`, etc. as escaping for the JIT (GH-128678) | Mark Shannon | 2025-01-13 | 1 | -0/+19 |
|
|
* | gh-128595: Add test class helper to force no terminal colour (#128687) | Hugo van Kemenade | 2025-01-13 | 5 | -22/+49 |
|
|
* | GH-128685: Specialize (rather than quicken) LOAD_CONST into LOAD_CONST_[IM]MO... | Mark Shannon | 2025-01-13 | 2 | -22/+24 |
|
|
* | gh-128690: temporarily do not use test_embed in PGO profile builds (#128771) | Ned Deily | 2025-01-13 | 1 | -1/+0 |
|
|
* | gh-128731: Fix ResourceWarning in robotparser.RobotFileParser.read() (GH-128733) | Serhiy Storchaka | 2025-01-12 | 1 | -0/+1 |
|
|
* | gh-128717: Stop-the-world when setting the recursion limit (#128741) | Peter Bierma | 2025-01-12 | 1 | -0/+15 |
|
|
* | gh-128734: Fix ResourceWarning in urllib tests (GH-128735) | Serhiy Storchaka | 2025-01-12 | 5 | -20/+40 |
|
|
* | gh-128729: Fix RuntimeWarning in test_unittest (GH-128730) | Serhiy Storchaka | 2025-01-12 | 1 | -0/+3 |
|
|
* | gh-128377: Skip `test_cmd_line.test_non_interactive_output_buffering` when `P... | Yan Yanchii | 2025-01-12 | 1 | -0/+2 |
|
|
* | GH-128520: Divide pathlib ABCs into three classes (#128523) | Barney Gale | 2025-01-11 | 5 | -307/+317 |
|
|
* | gh-128438: Add `EnvironmentVarGuard` for `test_pdb.py` (#128522) | Yan Yanchii | 2025-01-11 | 1 | -15/+8 |
|
|
* | Make the Python CLI error message style more consistent (GH-128129) | 9cel | 2025-01-11 | 1 | -1/+1 |
|
|
* | gh-128696: Add arm64 to the get_platform return val description (#128701) | RUANG (James Roy) | 2025-01-11 | 1 | -1/+2 |
|
|
* | gh-128388: pyrepl on Windows: add meta and ctrl+arrow keybindings (GH-128389) | Paulie Peña | 2025-01-10 | 1 | -16/+26 |
|
|
* | gh-128694: Fix `(env changed)` error in `test_inspect` (#128702) | sobolevn | 2025-01-10 | 1 | -0/+5 |
|
|
* | gh-127196: Fix crash in `_interpreters`, when `shared` had invalid encodings ... | sobolevn | 2025-01-09 | 1 | -1/+12 |
|
|
* | gh-128661: Fix `typing.evaluate_forward_ref` not showing deprecation (#128663) | sobolevn | 2025-01-09 | 2 | -1/+47 |
|
|
* | gh-128673: Increase coverage of `typing.get_type_hints` (#128674) | sobolevn | 2025-01-09 | 1 | -0/+19 |
|
|
* | gh-128629: Add Py_PACK_VERSION and Py_PACK_FULL_VERSION (GH-128630) | Petr Viktorin | 2025-01-09 | 2 | -0/+45 |
|
|
* | Remove unnecessary LIST_TO_TUPLE conversions (GH-126558) | Brandt Bucher | 2025-01-08 | 1 | -0/+51 |
|
|
* | gh-128615: Cover pickling of `ParamSpecArgs` and `ParamSpecKwargs` (#128616) | sobolevn | 2025-01-08 | 1 | -0/+12 |
|
|
* | gh-128613: Increase `typing.Concatenate` coverage (#128614) | sobolevn | 2025-01-08 | 1 | -0/+12 |
|
|
* | gh-128617: Fix `test_typing.test_readonly_inheritance` (#128618) | sobolevn | 2025-01-08 | 1 | -4/+4 |
|
|
* | gh-41872: Fix quick extraction of module docstrings from a file in pydoc (GH-... | Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి) | 2025-01-08 | 2 | -15/+101 |
|
|
* | GH-127809: Fix the JIT's understanding of ** (GH-127844) | Brandt Bucher | 2025-01-08 | 1 | -0/+44 |
|
|
* | gh-127350: Add more tests for Py_fopen() (GH-128587) | Serhiy Storchaka | 2025-01-07 | 1 | -4/+21 |
|
|
* | gh-115999: Add free-threaded specialization for COMPARE_OP (#126410) | T. Wouters | 2025-01-07 | 1 | -0/+33 |
|
|
* | gh-128552: fix refcycles in eager task creation (#128553) | Thomas Grainger | 2025-01-07 | 3 | -6/+70 |
|
|
* | gh-128302: Fix bugs in xml.dom.xmlbuilder (GH-128284) | Stephen Morton | 2025-01-07 | 2 | -5/+95 |
|
|
* | gh-128559: Remove typing import from asyncio.timeouts (#128560) | Michael H | 2025-01-06 | 1 | -13/+11 |
|
|
* | gh-127146: Skip Emscripten tests with pending fixes (#128549) | Hood Chatham | 2025-01-06 | 6 | -1/+8 |
|
|
* | GH-128533: Add `NOT_TAKEN` instruction after bytecode optimization. (GH-128554) | Mark Shannon | 2025-01-06 | 2 | -126/+123 |
|
|
* | gh-127146: Fix test_sysconfigdata_json for Emscripten (#128556) | Hood Chatham | 2025-01-06 | 1 | -4/+4 |
|
|
* | GH-128375: Better instrument for `FOR_ITER` (GH-128445) | Mark Shannon | 2025-01-06 | 5 | -295/+414 |
|
|
* | GH-128073: Include `EXIT_IF` when checking for escaping calls (GH-128537) | Mark Shannon | 2025-01-06 | 1 | -0/+25 |
|
|