summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* gh-127949: deprecate asyncio policy classes (#128216)Kumar Aditya2024-12-247-34/+66
* gh-127949: fix `DeprecationWarning` in test_inspect.py (#128215)Thomas Grainger2024-12-241-15/+13
* pathlib tests: create test hierarchy without using class under test (#128200)Barney Gale2024-12-232-29/+55
* gh-115999: Update test_opcache to test with nested method (gh-128166)Donghee Na2024-12-231-10/+8
* gh-127949: fix resource warnings in `test_tasks.py` (#128172)Thomas Grainger2024-12-221-8/+8
* GH-127807: pathlib ABCs: move private copying methods to dedicated class (#12...Barney Gale2024-12-223-248/+261
* GH-127807: pathlib ABCs: remove a few private attributes (#127851)Barney Gale2024-12-222-56/+64
* GH-127807: pathlib ABCs: remove `PurePathBase._raw_paths` (#127883)Barney Gale2024-12-225-96/+92
* gh-112328: Make EnumDict usable on its own and document it (GH-123669)Petr Viktorin2024-12-202-6/+37
* gh-128049: Fix type confusion bug with the return value of a custom Exception...Nico-Posada2024-12-201-0/+43
* gh-127946: Use a critical section for `CFuncPtr` attributes (GH-128109)Peter Bierma2024-12-201-1/+19
* gh-128116: Skip test_socket VSOCK testStream() on PermissionError (#128120)Victor Stinner2024-12-201-1/+4
* gh-109959: Log the current directory in test_glob.test_selflink() (#128122)Victor Stinner2024-12-201-0/+7
* gh-128030: Avoid error from PyModule_GetFilenameObject for non-module (#128047)Shantanu2024-12-201-0/+23
* gh-128058: Fix test_builtin ImmortalTests (#128068)Victor Stinner2024-12-201-1/+4
* gh-128080: remove unnecessary `__init__` method from Enum (GH-128081)Stephen Morton2024-12-191-3/+0
* gh-127274: Defer nested methods (#128012)mpage2024-12-194-13/+9
* gh-128062: Fix the font size and shortcut display of the turtledemo menu (#12...Zhikang Yan2024-12-191-10/+7
* gh-115999: Specialize `STORE_ATTR` in free-threaded builds. (gh-127838)Neil Schemenauer2024-12-192-0/+207
* GH-122548: Implement branch taken and not taken events for sys.monitoring (GH...Mark Shannon2024-12-194-296/+362
* gh-128083: Fix macro redefinition warning in clinic. (GH-127950)Peter Bierma2024-12-191-0/+69
* gh-128013: fix data race in `PyUnicode_AsUTF8AndSize` on free-threading (#128...Kumar Aditya2024-12-191-1/+19
* gh-115999: Enable BINARY_SUBSCR_GETITEM for free-threaded build (gh-127737)Donghee Na2024-12-191-1/+18
* gh-127949: deprecate `asyncio.get_event_loop_policy` (#128053)Kumar Aditya2024-12-187-25/+35
* gh-126639: Add ResourceWarning to NamedTemporaryFile (#126677)Thomas Grainger2024-12-182-6/+29
* gh-126742: Avoid checking for library filename in test_ctypes (#128034)Bénédikt Tran2024-12-181-12/+5
* gh-127949: deprecate `asyncio.set_event_loop_policy` (#128024)Kumar Aditya2024-12-1845-67/+77
* gh-127060: Disable traceback colors in IDLE (#128028)Victor Stinner2024-12-181-1/+3
* Merge branch 'main' of https://github.com/python/cpythonHugo van Kemenade2024-12-172-15/+86
|\
| * gh-126742: Add _PyErr_SetLocaleString, use it for gdbm & dlerror messages (GH...Bénédikt Tran2024-12-172-15/+86
* | Python 3.14.0a3v3.14.0a3Hugo van Kemenade2024-12-171-20/+37
|/
* gh-127085: Add a test skip if multiprocessing isn't available (#128019)Russell Keith-Magee2024-12-171-1/+4
* gh-127146: Emscripten clean up test suite (#127984)Hood Chatham2024-12-1712-82/+19
* gh-126907: make `atexit` thread safe in free-threading (#127935)Peter Bierma2024-12-161-1/+34
* gh-127085: fix some data races in memoryview in free-threading (#127412)Edward Xu2024-12-161-1/+25
* Revert "gh-127586: properly restore blocked signals in resource_tracker.py (G...Hugo van Kemenade2024-12-162-19/+3
* GH-126985: Don't override venv detection with PYTHONHOME (#127968)Filipe Laíns 🇵🇸2024-12-151-0/+31
* gh-127586: properly restore blocked signals in resource_tracker.py (GH-127587)Stephen Hansen2024-12-152-3/+19
* gh-127353: Allow to force color output on Windows V2 (#127926)Andrey Efremov2024-12-142-38/+49
* Fix typo in docstring: quadruple double quotes (#127913)Totosuki2024-12-141-1/+1
* gh-127747: Resolve BytesWarning in test.support.strace_helper (#127849)Cody Maloney2024-12-141-4/+5
* gh-115999: Specialize loading attributes from modules in free-threaded builds...mpage2024-12-133-10/+113
* gh-102471, PEP 757: Add PyLong import and export API (#121339)Victor Stinner2024-12-131-0/+91
* gh-127906: Test the limited C API in test_cppext (#127916)Victor Stinner2024-12-133-3/+25
* gh-127870: Detect recursive calls in ctypes _as_parameter_ handling (#127872)Victor Stinner2024-12-131-2/+10
* GH-127724: don't use sysconfig to calculate the venv local include path (#127...Filipe Laíns 🇵🇸2024-12-121-3/+12
* Revert "gh-127353: Allow to force color output on Windows (#127354)" (#127889)Hugo van Kemenade2024-12-122-46/+8
* Fix typos in `Lib/_pydecimal.py` (#127700)Stan Ulbrych2024-12-121-2/+2
* gh-127353: Allow to force color output on Windows (#127354)Andrey Efremov2024-12-122-8/+46
* GH-127807: pathlib ABCs: remove `PathBase._unsupported_msg()` (#127855)Barney Gale2024-12-125-44/+52