summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* gh-116731: libregrtest: Clear inspect & importlib.metadata caches in clear_ca...Petr Viktorin2024-03-141-0/+9
* gh-116780: Fix `test_inspect` in `-OO` mode (#116788)Nikita Sobolev2024-03-141-0/+5
* gh-113308: Remove some internal parts of `uuid` module (#115934)Nikita Sobolev2024-03-142-22/+10
* gh-116785: Fix direct invocation of `test_inspect` (#116787)Nikita Sobolev2024-03-141-5/+5
* gh-116646: Add limited C API support to AC fildes converter (#116769)Victor Stinner2024-03-141-0/+33
* GH-115979: update test_importlib to work under WASI SDK 21 (GH-116754)Brett Cannon2024-03-137-28/+44
* gh-116631: Fix race condition in `test_shutdown_immediate_put_join` (#116670)Sam Gross2024-03-131-6/+11
* gh-100746: Improve `test_named_expressions.py` (#116713)Nikita Sobolev2024-03-131-2/+68
* gh-116604: Fix test_gc on free-threaded build (#116662)Sam Gross2024-03-132-1/+13
* gh-110918: Fix side effects of regrtest test_match_tests() (#116718)Victor Stinner2024-03-132-1/+10
* gh-115419: Change default sym to not_null (GH-116562)Ken Jin2024-03-131-2/+2
* gh-116401: Fix blocking os.fwalk() and shutil.rmtree() on opening a named pip...Serhiy Storchaka2024-03-135-8/+111
* gh-116626: Emit `CALL` events for all `INSTRUMENTED_CALL_FUNCTION_EX` (GH-116...Tian Gao2024-03-131-0/+15
* gh-96471: Add ShutDown to queue.py '__all__' (#116699)Laurie O2024-03-131-1/+9
* gh-116491: Improve `test_win32_ver` (#116506)Nikita Sobolev2024-03-131-1/+29
* gh-115264: Fix `test_functools` with `-00` mode (#115276)Nikita Sobolev2024-03-131-3/+12
* GH-116554: Relax list.sort()'s notion of "descending" runs (#116578)Tim Peters2024-03-131-0/+21
* gh-116682: stdout may be empty in test_cancel_futures_wait_false (#116683)Sam Gross2024-03-131-1/+3
* Merge branch 'main' of https://github.com/python/cpythonThomas Wouters2024-03-123-66/+13
|\
| * GH-116098: Remove dead frame object creation code (GH-116687)Tian Gao2024-03-121-65/+0
| * gh-116307: Proper fix for 'mod' leaking across importlib tests (#116680)Jason R. Coombs2024-03-122-1/+13
* | Python 3.13.0a5v3.13.0a5Thomas Wouters2024-03-121-41/+65
|/
* gh-116656: Fix test_capi test_py_config_isoloated_per_interpreter() (#116658)Victor Stinner2024-03-121-0/+1
* gh-116127: PEP-705: Add `ReadOnly` support for `TypedDict` (#116350)Nikita Sobolev2024-03-122-11/+137
* gh-116604: Correctly honor the gc status when calling _Py_RunGC (#116628)Pablo Galindo Salgado2024-03-121-0/+25
* gh-89547: Support for nesting special forms like Final (#116096)Mehdi Drissi2024-03-122-14/+30
* gh-113538: Revert "gh-113538: Add asycio.Server.{close,abort}_clients (#11443...Guido van Rossum2024-03-125-119/+20
* gh-116600: [Enum] fix global Flag repr (GH-116615)Ethan Furman2024-03-112-1/+3
* gh-90095: Make .pdbrc work properly and add some reasonable tests (#110496)Tian Gao2024-03-112-96/+100
* gh-116040: [Enum] fix test_empty_names test (GH-116508)Ethan Furman2024-03-112-14/+8
* gh-71052: Use `raise_signal` in `ThreadSignals.test_signals` (#116423)Malcolm Smith2024-03-111-18/+7
* gh-113538: Add asycio.Server.{close,abort}_clients (#114432)Pierre Ossman (ThinLinc team)2024-03-115-20/+119
* gh-71052: Change Android's `sys.platform` from "linux" to "android"Malcolm Smith2024-03-1119-52/+58
* gh-116167: Allow disabling the GIL with `PYTHON_GIL=0` or `-X gil=0` (#116338)Brett Simmers2024-03-114-1/+50
* gh-116417: Move 4 limited C API test files to _testlimitedcapi (#116571)Victor Stinner2024-03-113-31/+31
* gh-88352: Make TimedRotatingFileHandler tests more stable (GH-116409)Serhiy Storchaka2024-03-111-38/+17
* gh-116417: Argument Clinic: test generated Limited C API code for float args ...Erlend E. Aasland2024-03-111-2/+56
* gh-116057: Use relative recursion limits when testing os.walk() and Path.walk...Malcolm Smith2024-03-102-5/+5
* gh-115142: Skip ``test__xxsubinterpreters`` if ``_testinternalcapi`` is not a...Kirill Podoprigora2024-03-091-1/+1
* gh-75988: Fix issues with autospec ignoring wrapped object (#115223)infohash2024-03-082-2/+78
* Replace stat.ST_xxx usage with os.stat().st_xxx (#116501)Victor Stinner2024-03-083-27/+40
* gh-116493: Remove old Python 2.x _winreg imports from platform.py (GH-116494)Nikita Sobolev2024-03-081-8/+2
* gh-116349: Deprecate `platform.java_ver` function (#116471)Nikita Sobolev2024-03-082-4/+10
* gh-116485: Fixed the typo (#116486)Varun Gole2024-03-081-1/+1
* gh-116040: [Enum] fix by-value calls when second value is falsey; e.g. Cardin...Ethan Furman2024-03-072-4/+34
* gh-116417: Add _testlimitedcapi C extension (#116419)Victor Stinner2024-03-073-25/+42
* gh-116381: Remove bad specializations, add fail stats (GH-116464)Ken Jin2024-03-071-43/+37
* gh-115421: Test that our Makefile has all needed test folders (GH-115813)Nikita Sobolev2024-03-071-0/+64
* gh-109653: Reduce import overhead of uuid module on Linux (#115160)Shantanu2024-03-061-1/+4
* gh-107361: strengthen default SSL context flags (#112389)William Woodruff2024-03-0622-1066/+1145