summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* GH-109369: Merge all eval-breaker flags and monitoring version into one word....Mark Shannon2023-10-041-0/+2
* gh-109151: Enable readline in the sqlite3 CLI (GH-109152)Serhiy Storchaka2023-10-041-0/+1
* gh-110171: `libregrtest` always sets `random.seed` (#110172)Nikita Sobolev2023-10-041-0/+3
* gh-110273: dataclasses.replace() now raise TypeError for all invalid argument...Serhiy Storchaka2023-10-041-0/+3
* gh-109653: Defer importing `warnings` in several modules (#110286)Alex Waygood2023-10-041-0/+3
* gh-108867: Add PyThreadState_GetUnchecked() function (#108870)Victor Stinner2023-10-031-0/+5
* gh-110276: No longer ignore PROFILE_TASK failure silently (#110295)Victor Stinner2023-10-031-0/+2
* gh-110267: Add tests for pickling and copying PyStructSequence objects (GH-11...Xuehai Pan2023-10-031-0/+2
* Remove unused Misc/requirements-test.txt (#110240)Hugo van Kemenade2023-10-031-1/+0
* Add --inline-caches flag to dis command line (#110249)Guido van Rossum2023-10-031-0/+1
* gh-109653: Reduce the import time of `random` by 60% (#110221)Alex Waygood2023-10-021-0/+2
* gh-105716: Support Background Threads in Subinterpreters Consistently (gh-109...Eric Snow2023-10-021-0/+3
* gh-109853: Fix sys.path[0] For Subinterpreters (gh-109994)Eric Snow2023-10-021-0/+1
* gh-107073: Make PyObject_VisitManagedDict() public (#108763)Victor Stinner2023-10-021-0/+3
* gh-110014: Remove PY_TIMEOUT_MAX from limited C API (#110217)Victor Stinner2023-10-022-4/+2
* gh-83180: Made launcher treat shebang 'python' tags as low priority so that a...Steve Dower2023-10-021-0/+3
* gh-109590: Update shutil.which on Windows to prefer a PATHEXT extension on ex...Charles Machalow2023-10-021-0/+3
* gh-110164: regrtest disables random if SOURCE_DATE_EPOCH (#110168)Victor Stinner2023-10-011-0/+2
* GH-107465: Add `pathlib.Path.from_uri()` classmethod. (#107640)Barney Gale2023-10-011-0/+1
* gh-110150: Fix base case handling in quantiles() (gh-110151)Raymond Hettinger2023-10-011-0/+2
* gh-109649: Use os.process_cpu_count() (#110165)Victor Stinner2023-10-011-0/+4
* gh-110152: regrtest handles cross compilation and HOSTRUNNER (#110156)Victor Stinner2023-09-301-0/+5
* gh-109649: Add os.process_cpu_count() function (#109907)Victor Stinner2023-09-301-0/+2
* gh-110014: Fix _POSIX_THREADS and _POSIX_SEMAPHORES usage (#110139)Victor Stinner2023-09-301-0/+4
* GH-89812: Add `pathlib._PathBase` (#106337)Barney Gale2023-09-301-0/+2
* GH-101100: Fix reference warnings for ``namedtuple`` (#110113)Adam Turner2023-09-301-1/+1
* gh-109566: Remove make testall (#110122)Victor Stinner2023-09-291-0/+2
* gh-109047: concurrent.futures catches PythonFinalizationError (#109810)Victor Stinner2023-09-291-0/+4
* gh-66143: Allow copying and pickling of CodecInfo object (GH-109235)Furkan Onder2023-09-291-0/+2
* gh-109495: Remove unused slots from the Python implementation of datetime (GH...James Hilton-Balfe2023-09-291-0/+1
* gh-110031: Skip test_threading fork tests if ASAN (#110100)Victor Stinner2023-09-291-0/+2
* gh-110088, gh-109878: Fix test_asyncio timeouts (#110092)Victor Stinner2023-09-291-0/+4
* gh-109634: Fix `:samp:` syntax (GH-110073)Jacob Coffee2023-09-291-1/+1
* gh-110045: Update symtable module for PEP 695 (#110066)Jelle Zijlstra2023-09-291-0/+2
* gh-110036: multiprocessing Popen.terminate() catches PermissionError (#110037)Victor Stinner2023-09-291-0/+5
* gh-109974: Fix threading lock_tests race conditions (#110057)Victor Stinner2023-09-291-0/+3
* 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-281-0/+1
* gh-109889: fix compiler's redundant NOP detection to look past NOPs with no l...Irit Katriel2023-09-281-0/+2
* gh-110038: KqueueSelector must count all read/write events (#110039)Davide Rizzo2023-09-281-0/+3
* gh-110033: Fix signal test_interprocess_signal() (#110035)Victor Stinner2023-09-281-0/+5
* gh-109782: Ensure `os.path.isdir` has the same signature on all platforms (GH...Amin Alaee2023-09-281-0/+2
* gh-109594: Fix concurrent.futures test_timeout() (#110018)Victor Stinner2023-09-281-0/+4
* gh-109972: Split test_gdb.py into test_gdb package (#109977)Victor Stinner2023-09-281-0/+2
* gh-109991: Update macOS installer to use OpenSSL 3.0.10. (GH-110003)Ned Deily2023-09-281-0/+1
* gh-109991: Update GitHub CI workflows to use OpenSSL 3.0.11 and multissltests...Ned Deily2023-09-281-0/+2
* GH-109190: Copyedit 3.12 What's New: Bytecode (#109821)Adam Turner2023-09-281-2/+2
* gh-109812: Fix phrasing for `collections.Counter` (gh-109813)Jacob Coffee2023-09-281-0/+1
* gh-109818: `reprlib.recursive_repr` copies `__type_params__` (#109819)Nikita Sobolev2023-09-281-0/+2
* gh-109793: Allow Switching Interpreters During Finalization (gh-109794)Eric Snow2023-09-271-0/+4