summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* 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
* gh-109461: Update logging module lock to use context manager (#109462)Dale Collison2023-09-271-0/+1
* gh-109740: Use 't' in `--disable-gil` SOABI (#109922)Sam Gross2023-09-271-0/+2
* gh-109923: set line number on the POP_TOP that follows a RETURN_GENERATOR (#1...Irit Katriel2023-09-271-0/+1
* gh-109566: regrtest reexecutes the process (#109909)Victor Stinner2023-09-261-0/+3
* GH-109187: Improve symlink loop handling in `pathlib.Path.resolve()` (GH-109192)Barney Gale2023-09-261-0/+3
* gh-109566, regrtest: Add --fast-ci and --slow-ci options (#109570)Victor Stinner2023-09-261-0/+4
* gh-109593: Fix reentrancy issue in multiprocessing resource_tracker (#109629)Antoine Pitrou2023-09-261-0/+1
* gh-109631: Allow interruption of short repeated regex matches (GH-109867)Serhiy Storchaka2023-09-261-0/+3
* gh-109739: regrtest disables load tracker if refleak (#109871)Victor Stinner2023-09-261-0/+3
* gh-88233: zipfile: refactor _strip_extra (#102084)Jason R. Coombs2023-09-251-0/+2
* gh-109748: Fix venv test_zippath_from_non_installed_posix() (#109872)Victor Stinner2023-09-251-0/+3
* gh-109823: Adjust labels in compiler when removing an empty basic block which...Irit Katriel2023-09-251-0/+2
* gh-109599: Add types.CapsuleType (#109600)Antoine Pitrou2023-09-251-0/+1
* gh-109276: regrtest re-runs "env changed" tests (#109831)Victor Stinner2023-09-251-0/+3
* gh-109653: Avoid a top-level import of `types` in `functools` (#109804)Alex Waygood2023-09-241-0/+2
* gh-109653: Improve `enum` import time by avoiding import of `functools` (GH-1...Alex Waygood2023-09-231-0/+1
* gh-109653: `typing.py`: improve import time by creating soft-deprecated membe...Alex Waygood2023-09-231-0/+2
* gh-109521: Fix obscure cases handling in PyImport_GetImporter() (GH-109522)Serhiy Storchaka2023-09-231-0/+5
* gh-109634: Use :samp: role (GH-109635)Serhiy Storchaka2023-09-238-9/+9
* GH-107265: Add missing deoptimizations for ENTER_EXECUTOR's original opcode (...Tian Gao2023-09-221-0/+1
* Docs: Update Donghee Na's name (#109743)Hugo van Kemenade2023-09-2243-113/+113
* gh-109596: Ensure repeated rules in the grammar are not allowed and fix incor...Pablo Galindo Salgado2023-09-221-0/+3
* gh-109719: Fix missing jump target labels when compiler reorders cold/warm bl...Irit Katriel2023-09-221-0/+1
* gh-109164: Replace `getopt` with `argparse` in pdb (#109165)Tian Gao2023-09-221-0/+1
* ACKS: Fix ordering; Correct Itamar Oren's surname; Add Adam Turner (#109737)Adam Turner2023-09-221-3/+3
* gh-105829: Fix concurrent.futures.ProcessPoolExecutor deadlock (#108513)elfstrom2023-09-221-0/+1
* gh-106584: Fix exit code for unittest in Python 3.12 (#106588)EliseevEgor2023-09-221-0/+2
* gh-108996: fix and enable test_msvcrt (#109226)AN Long2023-09-221-0/+1
* gh-74481: Add missing debug function docs and constants to msvcrt (GH-109650)AN Long2023-09-211-0/+1
* gh-109613: _pystat_fromstructstat() checks for exceptions (#109618)Victor Stinner2023-09-211-0/+4
* GH-109209: Bump the minimum Sphinx version to 4.2 (#109210)Adam Turner2023-09-211-0/+1
* gh-109627: duplicated smalll exit blocks need to be assigned jump target labe...Irit Katriel2023-09-201-0/+2
* Fix typos in docs and comments (#109619)Heinz-Alexander Fuetterer2023-09-201-1/+1
* fixes gh-109559: Update `unicodedata` for Unicode 15.1.0 (GH-109560)James Gerity2023-09-201-0/+1
* gh-109543: Remove unnecessary hasattr check (#109544)Jelle Zijlstra2023-09-201-0/+2
* gh-103053: Skip test_freeze_simple_script() on PGO build (#109591)Victor Stinner2023-09-201-0/+4
* gh-109109: Expose retrieving certificate chains in SSL module (#109113)Mateusz Nowak2023-09-201-0/+5
* gh-109033: Return filename with os.utime errors (#109034)Ronan Pigott2023-09-191-0/+2
* gh-109580: Skip test_perf_profiler on ASAN build (#109584)Victor Stinner2023-09-191-0/+3
* gh-108724: Add PyMutex and _PyParkingLot APIs (gh-109344)Sam Gross2023-09-191-0/+1
* gh-102757: fix function signature mismatch for `functools.reduce` between cod...Xuehai Pan2023-09-181-0/+2