summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gh-109748: Fix again venv test_zippath_from_non_installed_posix() (#110149)Victor Stinner2023-09-303-3/+7
* gh-110014: Fix _POSIX_THREADS and _POSIX_SEMAPHORES usage (#110139)Victor Stinner2023-09-3013-58/+73
* gh-107954: Refactor initconfig.c: add CONFIG_SPEC (#110146)Victor Stinner2023-09-303-320/+262
* GH-89812: Add `pathlib._PathBase` (#106337)Barney Gale2023-09-303-161/+687
* GH-101100: Fix reference warnings for ``gettext`` (#110115)Adam Turner2023-09-301-29/+26
* GH-101100: Fix reference warnings for ``namedtuple`` (#110113)Adam Turner2023-09-302-4/+4
* Add example for linear_regression() with proportional=True. (gh-110133)Raymond Hettinger2023-09-301-0/+19
* gh-107888: Fix test_mmap PROT_EXEC comment (#110125)Victor Stinner2023-09-291-1/+1
* gh-110119: Temporarily skip test_cppext on --disable-gil builds. (#110123)Sam Gross2023-09-291-0/+4
* gh-109566: regrtest --fast-ci no longer enables --nowindows (#110121)Victor Stinner2023-09-292-7/+1
* gh-109566: Remove make testall (#110122)Victor Stinner2023-09-293-19/+7
* gh-109047: concurrent.futures catches PythonFinalizationError (#109810)Victor Stinner2023-09-294-22/+88
* gh-109566: PCbuild/rt.bat now uses --fast-ci (#110120)Victor Stinner2023-09-291-1/+1
* gh-66143: Allow copying and pickling of CodecInfo object (GH-109235)Furkan Onder2023-09-293-0/+75
* gh-109495: Remove unused slots from the Python implementation of datetime (GH...James Hilton-Balfe2023-09-292-1/+2
* gh-109615: Look for 'Modules' as landmark for test_copy_python_src_ignore (GH...Steve Dower2023-09-291-1/+3
* gh-110024: Fix Pointer Type Warnings (gh-110053)Eric Snow2023-09-291-8/+16
* gh-109592: test_eintr tolerates 20 ms when comparing timings (#110102)Victor Stinner2023-09-291-7/+16
* gh-110031: Skip test_threading fork tests if ASAN (#110100)Victor Stinner2023-09-292-16/+27
* gh-109974: Fix more threading lock_tests race conditions (#110089)Victor Stinner2023-09-292-232/+257
* gh-105323: Update readline module to detect apple editline variant (gh-108665)Donghee Na2023-09-295-3/+38
* gh-110088, gh-109878: Fix test_asyncio timeouts (#110092)Victor Stinner2023-09-297-54/+19
* gh-109634: Fix `:samp:` syntax (GH-110073)Jacob Coffee2023-09-293-3/+3
* gh-108716: make regen-global-objects no longer builds deepfreeze.c (#110078)Victor Stinner2023-09-292-11/+2
* gh-110079: Remove extern "C" { ...} in C code (#110080)Victor Stinner2023-09-2918-168/+6
* gh-101100: Fix references to ``URLError`` and ``HTTPError`` in ``howto/urllib...Yuki K2023-09-291-8/+8
* gh-101100: Fix Sphinx warnings in `tutorial/controlflow.rst` (#109424)Maciej Olko2023-09-292-3/+2
* gh-109961: Use proper `module` for `copy` method docs (#110027)Nikita Sobolev2023-09-291-2/+5
* gh-101100: Fix sphinx warnings in `library/difflib.rst` (#110074)Nikita Sobolev2023-09-292-10/+9
* gh-109868: Skip deepcopy memo check for empty memo (GH-109869)Pieter Eendebak2023-09-291-5/+5
* gh-110045: Update symtable module for PEP 695 (#110066)Jelle Zijlstra2023-09-295-5/+63
* gh-110052: Fix faulthandler for freed tstate (#110069)Victor Stinner2023-09-292-12/+38
* gh-109566: regrtest _add_python_opts() handles KeyboardInterrupt (#110062)Victor Stinner2023-09-294-14/+33
* gh-110036: multiprocessing Popen.terminate() catches PermissionError (#110037)Victor Stinner2023-09-293-4/+17
* gh-109974: Fix threading lock_tests race conditions (#110057)Victor Stinner2023-09-292-124/+226
* gh-109960: Remove test_pty timeout of 10 seconds (#110058)Victor Stinner2023-09-291-11/+0
* gh-109991: Remove obsolete NEWS entries for OpenSSL 3.0.10 (GH-110055)Zachary Ware2023-09-283-4/+0
* gh-109991: Update Windows build to use OpenSSL 3.0.11 (GH-110054)Zachary Ware2023-09-283-4/+5
* gh-109889: fix compiler's redundant NOP detection to look past NOPs with no l...Irit Katriel2023-09-283-1/+18
* gh-110038: KqueueSelector must count all read/write events (#110039)Davide Rizzo2023-09-283-1/+38
* gh-110033: Fix signal test_interprocess_signal() (#110035)Victor Stinner2023-09-282-0/+13
* gh-109972: Enhance test_gdb (#110026)Victor Stinner2023-09-288-218/+299
* Whitespace fix in asyncio-stream.rst (#110015)Davide Rizzo2023-09-281-2/+2
* gh-109782: Ensure `os.path.isdir` has the same signature on all platforms (GH...Amin Alaee2023-09-283-13/+15
* gh-110020: Fix unused variable warnings in bytecodes.c (GH-110023)Nikita Sobolev2023-09-283-18/+9
* gh-109594: Fix concurrent.futures test_timeout() (#110018)Victor Stinner2023-09-282-8/+13
* gh-109961: Docs: Fix incorrect rendering of `__replace__` in `copy.rst` (#109...Nikita Sobolev2023-09-282-13/+21
* gh-109972: Split test_gdb.py into test_gdb package (#109977)Victor Stinner2023-09-2811-1066/+1124
* gh-109991: Update macOS installer to use OpenSSL 3.0.10. (GH-110003)Ned Deily2023-09-282-3/+4
* gh-109991: Update GitHub CI workflows to use OpenSSL 3.0.11 and multissltests...Ned Deily2023-09-283-7/+9