summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [3.11] [3.12] gh-108303: Move all certificates to `Lib/test/certdata/` (GH-10...Miss Islington (bot)2023-10-1042-29/+32
* [3.11] gh-110631: Set three-space indents for reST in EditorConfig (GH-110635...Miss Islington (bot)2023-10-101-0/+3
* [3.11] gh-110388: Add tests for tty (GH-110394) (GH-110634)Serhiy Storchaka2023-10-102-0/+61
* [3.11] Don't doubly-parallelise sphinx-lint (GH-110617) (#110627)Miss Islington (bot)2023-10-101-0/+1
* [3.11] gh-81002: Add tests for termios (GH-110386) (GH-110620)Miss Islington (bot)2023-10-102-0/+221
* [3.11] gh-101100: Fix sphinx warnings in `library/socketserver.rst` (GH-11020...Miss Islington (bot)2023-10-102-26/+52
* [3.11] gh-110378: Fix test_async_gen_propagates_generator_exit in test_contex...Miss Islington (bot)2023-10-101-9/+5
* [3.11] gh-110590: Fix a bug where _sre.compile would overwrite exceptions (GH...Miss Islington (bot)2023-10-103-0/+9
* [3.11] gh-78469: Declare missing sethostname for Solaris 10 (GH-109447) (#110...Miss Islington (bot)2023-10-104-2/+25
* [3.11] gh-110378: Close invalid generators in contextmanager and asynccontext...Miss Islington (bot)2023-10-103-7/+37
* [3.11] gh-109408: Add the docs whitespace check from patchcheck to pre-commit...Miss Islington (bot)2023-10-102-33/+13
* [3.11] Add some 'meta hooks' to our pre-commit config (GH-110587) (#110600)Miss Islington (bot)2023-10-101-0/+5
* [3.11] Remove unused `SPHINXLINT` var from `Doc/Makefile`. (GH-110570) (#110584)Miss Islington (bot)2023-10-101-1/+0
* [3.11] gh-109191: Fix build with newer editline (gh-110239) (#110575)Bo Anderson2023-10-095-1/+36
* [3.11] gh-110519: Improve deprecation warning in the gettext module (GH-11052...Miss Islington (bot)2023-10-093-51/+144
* [3.11] gh-110437: Allow overriding VCRuntimeDLL with a semicolon separated li...Miss Islington (bot)2023-10-092-1/+6
* [3.11] gh-109286: Update macOS installer to use SQLite 3.43.1 (GH-110482) (#1...Miss Islington (bot)2023-10-092-3/+4
* [3.11] gh-110497: Add note about `OSError` being an alias to `IOError` in doc...Miss Islington (bot)2023-10-095-9/+11
* [3.11] gh-110534 fix a URL redirect to wikipedia article on Fibonacci numbers...Miss Islington (bot)2023-10-091-1/+1
* [3.11] gh-110237: Check `PyList_Append` for errors in `_PyEval_MatchClass` (G...Miss Islington (bot)2023-10-082-3/+12
* [3.11] gh-109848: Make test_rot13_func in test_codecs independent (GH-109850)...Miss Islington (bot)2023-10-071-1/+2
* [3.11] gh-109864: Make test_gettext tests order independent (GH-109866) (GH-1...Miss Islington (bot)2023-10-071-2/+13
* [3.11] gh-109521: Fix obscure cases handling in PyImport_GetImporter() (GH-10...Serhiy Storchaka2023-10-072-2/+18
* [3.11] Fix typo in Doc/library/textwrap.rst (GH-110328) (#110474)Miss Islington (bot)2023-10-061-1/+1
* [3.11] gh-110184: Fix subprocess test_pipesize_default() (GH-110465) (#110472)Miss Islington (bot)2023-10-061-18/+23
* [3.11] Add support.MS_WINDOWS constant (#110446) (#110452) (#110464)Victor Stinner2023-10-0610-22/+27
* [3.11] gh-103053: Fix test_tools.test_freeze on FreeBSD (GH-110451) (#110457)Miss Islington (bot)2023-10-062-14/+22
* [3.11] gh-103053: Fix make check-clean-src: check "python" program (GH-110449...Miss Islington (bot)2023-10-062-1/+5
* [3.11] gh-109888: Fix test_os _kill_with_event() on Windows (GH-110421) (#110...Miss Islington (bot)2023-10-051-23/+27
* [3.11] gh-110393: Remove watchdog with hardcoded timeout (GH-110400) (#110444)Miss Islington (bot)2023-10-052-9/+0
* [3.11] [3.12] gh-110167: Increase support.LOOPBACK_TIMEOUT to 10 seconds (GH-...Miss Islington (bot)2023-10-052-14/+11
* [3.11] gh-110429: Fix race condition in "make regen-all" (GH-110433) (#110439)Miss Islington (bot)2023-10-051-2/+2
* [3.11] gh-110383: Swap 'the all' -> 'all the' in socket docs (GH-110434) (#11...Miss Islington (bot)2023-10-051-1/+1
* [3.11] gh-109840: Fix multiprocessing test_waitfor_timeout() (GH-110428) (#11...Miss Islington (bot)2023-10-051-3/+3
* [3.11] gh-110167: Fix test_socket deadlock in doCleanups() (GH-110416) (#110424)Miss Islington (bot)2023-10-052-5/+12
* [3.11] Docs: Avoid the deprecated ``.. cmdoption::`` directive (GH-110292) (#...Adam Turner2023-10-0517-195/+195
* [3.11] gh-110383 TimeIt Docs Spelling Fix (GH-110407) (#110410)Miss Islington (bot)2023-10-051-1/+1
* [3.11] gh-110391: socket NetworkConnectionAttributesTest always declare cli (...Miss Islington (bot)2023-10-051-1/+3
* [3.11] gh-110365: Fix error overwrite in `termios.tcsetattr` (GH-110366) (#11...Miss Islington (bot)2023-10-052-13/+28
* [3.11] Lint: Remove files that no longer fail to parse (GH-110356) (#110361)Hugo van Kemenade2023-10-041-2/+0
* [3.11] gh-109974: Fix threading lock_tests race conditions (#110057) (#110355)Victor Stinner2023-10-043-251/+378
* [3.11] [3.12] gh-109972: Enhance test_gdb (GH-110026) (GH-110351) (#110354)Miss Islington (bot)2023-10-049-218/+303
* [3.11] gh-110332: Remove mentions of `random.WichmannHill` from `test_zlib` (...Miss Islington (bot)2023-10-041-12/+1
* [3.11] gh-108927: Fix test_import + test_importlib + test_unittest problem (G...Miss Islington (bot)2023-10-041-2/+3
* [3.11] Add test.support.busy_retry() (#93770) (#110341)Victor Stinner2023-10-0412-99/+185
* [3.11] gh-109972: Split test_gdb.py into test_gdb package (#109977) (… (#11...Victor Stinner2023-10-0411-1067/+1124
* [3.11] gh-110267: Add tests for pickling and copying PyStructSequence objects...Miss Islington (bot)2023-10-042-2/+75
* [3.11] gh-109917: Fix test instability in test_concurrent_futures (GH-110306)...Miss Islington (bot)2023-10-031-1/+2
* [3.11] gh-109234: Hint to contextlib.closing in sqlite3 context manager docs ...Miss Islington (bot)2023-10-031-2/+2
* [3.11] Enable ruff on `Lib/test/test_typing.py` (#110179) (#110290)Alex Waygood2023-10-033-42/+41