| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-128192: support HTTP sha-256 digest authentication as per RFC-7617 (GH-128... | Calvin Bui | 2024-12-28 | 1 | -3/+22 |
|
|
* | gh-128265: Support WASI/Emscripten on PDB tests, by removing asyncio from pdb... | Thomas Grainger | 2024-12-28 | 4 | -60/+70 |
|
|
* | gh-127586: multiprocessing.Pool does not properly restore blocked signals (tr... | Stephen Hansen | 2024-12-27 | 1 | -0/+21 |
|
|
* | gh-127089: Add missing description for codes in `http.HTTPStatus` (#127100) | donBarbos | 2024-12-27 | 1 | -15/+26 |
|
|
* | gh-127537: Add __class_getitem__ to the python implementation of functools.pa... | CF Bolz-Tereick | 2024-12-27 | 1 | -0/+6 |
|
|
* | gh-128234: support emscripten and wasi in async contextlib tests by removing ... | Thomas Grainger | 2024-12-25 | 1 | -33/+61 |
|
|
* | gh-128201: Fix ``DeprecationWarning`` in ``test_pdb`` (#128202) | Kirill Podoprigora | 2024-12-25 | 1 | -16/+4 |
|
|
* | gh-128035: Add ssl.HAS_PHA to detect libssl PHA support (GH-128036) | Will Childs-Klein | 2024-12-24 | 2 | -3/+4 |
|
|
* | gh-127847: Fix position in the special-cased zipfile seek (#127856) | Dima Ryazanov | 2024-12-24 | 1 | -0/+12 |
|
|
* | gh-127949: deprecate `asyncio.set_event_loop` (#128218) | Kumar Aditya | 2024-12-24 | 12 | -41/+49 |
|
|
* | gh-127949: deprecate asyncio policy classes (#128216) | Kumar Aditya | 2024-12-24 | 3 | -19/+35 |
|
|
* | gh-127949: fix `DeprecationWarning` in test_inspect.py (#128215) | Thomas Grainger | 2024-12-24 | 1 | -15/+13 |
|
|
* | pathlib tests: create test hierarchy without using class under test (#128200) | Barney Gale | 2024-12-23 | 2 | -29/+55 |
|
|
* | gh-115999: Update test_opcache to test with nested method (gh-128166) | Donghee Na | 2024-12-23 | 1 | -10/+8 |
|
|
* | gh-127949: fix resource warnings in `test_tasks.py` (#128172) | Thomas Grainger | 2024-12-22 | 1 | -8/+8 |
|
|
* | GH-127807: pathlib ABCs: remove `PurePathBase._raw_paths` (#127883) | Barney Gale | 2024-12-22 | 2 | -56/+54 |
|
|
* | gh-112328: Make EnumDict usable on its own and document it (GH-123669) | Petr Viktorin | 2024-12-20 | 1 | -1/+32 |
|
|
* | gh-128049: Fix type confusion bug with the return value of a custom Exception... | Nico-Posada | 2024-12-20 | 1 | -0/+43 |
|
|
* | gh-127946: Use a critical section for `CFuncPtr` attributes (GH-128109) | Peter Bierma | 2024-12-20 | 1 | -1/+19 |
|
|
* | gh-128116: Skip test_socket VSOCK testStream() on PermissionError (#128120) | Victor Stinner | 2024-12-20 | 1 | -1/+4 |
|
|
* | gh-109959: Log the current directory in test_glob.test_selflink() (#128122) | Victor Stinner | 2024-12-20 | 1 | -0/+7 |
|
|
* | gh-128030: Avoid error from PyModule_GetFilenameObject for non-module (#128047) | Shantanu | 2024-12-20 | 1 | -0/+23 |
|
|
* | gh-128058: Fix test_builtin ImmortalTests (#128068) | Victor Stinner | 2024-12-20 | 1 | -1/+4 |
|
|
* | gh-127274: Defer nested methods (#128012) | mpage | 2024-12-19 | 2 | -13/+7 |
|
|
* | gh-115999: Specialize `STORE_ATTR` in free-threaded builds. (gh-127838) | Neil Schemenauer | 2024-12-19 | 2 | -0/+207 |
|
|
* | GH-122548: Implement branch taken and not taken events for sys.monitoring (GH... | Mark Shannon | 2024-12-19 | 3 | -198/+262 |
|
|
* | gh-128083: Fix macro redefinition warning in clinic. (GH-127950) | Peter Bierma | 2024-12-19 | 1 | -0/+69 |
|
|
* | gh-128013: fix data race in `PyUnicode_AsUTF8AndSize` on free-threading (#128... | Kumar Aditya | 2024-12-19 | 1 | -1/+19 |
|
|
* | gh-115999: Enable BINARY_SUBSCR_GETITEM for free-threaded build (gh-127737) | Donghee Na | 2024-12-19 | 1 | -1/+18 |
|
|
* | gh-127949: deprecate `asyncio.get_event_loop_policy` (#128053) | Kumar Aditya | 2024-12-18 | 6 | -20/+26 |
|
|
* | gh-126639: Add ResourceWarning to NamedTemporaryFile (#126677) | Thomas Grainger | 2024-12-18 | 1 | -3/+6 |
|
|
* | gh-126742: Avoid checking for library filename in test_ctypes (#128034) | Bénédikt Tran | 2024-12-18 | 1 | -12/+5 |
|
|
* | gh-127949: deprecate `asyncio.set_event_loop_policy` (#128024) | Kumar Aditya | 2024-12-18 | 44 | -65/+69 |
|
|
* | gh-126742: Add _PyErr_SetLocaleString, use it for gdbm & dlerror messages (GH... | Bénédikt Tran | 2024-12-17 | 2 | -15/+86 |
|
|
* | gh-127085: Add a test skip if multiprocessing isn't available (#128019) | Russell Keith-Magee | 2024-12-17 | 1 | -1/+4 |
|
|
* | gh-127146: Emscripten clean up test suite (#127984) | Hood Chatham | 2024-12-17 | 12 | -82/+19 |
|
|
* | gh-126907: make `atexit` thread safe in free-threading (#127935) | Peter Bierma | 2024-12-16 | 1 | -1/+34 |
|
|
* | gh-127085: fix some data races in memoryview in free-threading (#127412) | Edward Xu | 2024-12-16 | 1 | -1/+25 |
|
|
* | Revert "gh-127586: properly restore blocked signals in resource_tracker.py (G... | Hugo van Kemenade | 2024-12-16 | 1 | -15/+0 |
|
|
* | GH-126985: Don't override venv detection with PYTHONHOME (#127968) | Filipe Laíns 🇵🇸 | 2024-12-15 | 1 | -0/+31 |
|
|
* | gh-127586: properly restore blocked signals in resource_tracker.py (GH-127587) | Stephen Hansen | 2024-12-15 | 1 | -0/+15 |
|
|
* | gh-127353: Allow to force color output on Windows V2 (#127926) | Andrey Efremov | 2024-12-14 | 1 | -30/+40 |
|
|
* | Fix typo in docstring: quadruple double quotes (#127913) | Totosuki | 2024-12-14 | 1 | -1/+1 |
|
|
* | gh-127747: Resolve BytesWarning in test.support.strace_helper (#127849) | Cody Maloney | 2024-12-14 | 1 | -4/+5 |
|
|
* | gh-115999: Specialize loading attributes from modules in free-threaded builds... | mpage | 2024-12-13 | 3 | -10/+113 |
|
|
* | gh-102471, PEP 757: Add PyLong import and export API (#121339) | Victor Stinner | 2024-12-13 | 1 | -0/+91 |
|
|
* | gh-127906: Test the limited C API in test_cppext (#127916) | Victor Stinner | 2024-12-13 | 3 | -3/+25 |
|
|
* | gh-127870: Detect recursive calls in ctypes _as_parameter_ handling (#127872) | Victor Stinner | 2024-12-13 | 1 | -2/+10 |
|
|
* | Revert "gh-127353: Allow to force color output on Windows (#127354)" (#127889) | Hugo van Kemenade | 2024-12-12 | 1 | -37/+0 |
|
|
* | gh-127353: Allow to force color output on Windows (#127354) | Andrey Efremov | 2024-12-12 | 1 | -0/+37 |
|
|