summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-110378: Close invalid generators in contextmanager and asynccontext...Miss Islington (bot)2023-10-104-7/+43
* [3.12] gh-110558: Run ruff on Argument Clinic in CI (#110559) (#110598)Alex Waygood2023-10-105-3/+21
* [3.12] gh-109408: Add the docs whitespace check from patchcheck to pre-commit...Miss Islington (bot)2023-10-102-33/+13
* [3.12] Add some 'meta hooks' to our pre-commit config (GH-110587) (#110599)Miss Islington (bot)2023-10-101-0/+5
* [3.12] Remove unused `SPHINXLINT` var from `Doc/Makefile`. (GH-110570) (#110585)Miss Islington (bot)2023-10-101-1/+0
* [3.12] gh-110519: Improve deprecation warning in the gettext module (GH-11052...Miss Islington (bot)2023-10-093-51/+144
* [3.12] gh-109191: Fix build with newer editline (gh-110239) (gh-110562)Miss Islington (bot)2023-10-095-1/+31
* [3.12] gh-110549: Remove unused includes of <stddef.h> in _testcapi (GH-11055...Serhiy Storchaka2023-10-093-6/+0
* [3.12] gh-110437: Allow overriding VCRuntimeDLL with a semicolon separated li...Miss Islington (bot)2023-10-092-1/+6
* [3.12] gh-110525: Cover PySet_Add corner case with frozenset objects (GH-1105...Miss Islington (bot)2023-10-091-0/+37
* [3.12] gh-109286: Update macOS installer to use SQLite 3.43.1 (GH-110482) (#1...Miss Islington (bot)2023-10-092-3/+4
* [3.12] gh-110525: Add CAPI tests for set and frozenset objects (GH-110526). (...Nikita Sobolev2023-10-096-1/+383
* [3.12] gh-110497: Add note about `OSError` being an alias to `IOError` in doc...Miss Islington (bot)2023-10-095-9/+11
* [3.12] gh-109151: Revert readline support in the sqlite3 CLI (#110542)Serhiy Storchaka2023-10-092-5/+0
* [3.12] gh-109286: Update Windows installer to use SQLite 3.43.1 (GH-110403) (...Miss Islington (bot)2023-10-094-3/+4
* [3.12] gh-110514: Add PY_THROW to `sys.setprofile` events (GH-110524) (#110541)Miss Islington (bot)2023-10-093-1/+27
* [3.12] gh-110534 fix a URL redirect to wikipedia article on Fibonacci numbers...Miss Islington (bot)2023-10-091-1/+1
* [3.12] gh-110237: Check `PyList_Append` for errors in `_PyEval_MatchClass` (G...Miss Islington (bot)2023-10-082-3/+12
* [3.12] Update floatingpoint.rst (GH-110509) (#110513)Miss Islington (bot)2023-10-081-1/+1
* [3.12] gh-109848: Make test_rot13_func in test_codecs independent (GH-109850)...Miss Islington (bot)2023-10-071-1/+2
* [3.12] gh-109864: Make test_gettext tests order independent (GH-109866) (GH-1...Miss Islington (bot)2023-10-071-2/+13
* [3.12] GH-110455: Guard `assert(tstate->thread_id > 0)` with `GH-ifndef HAVE_...Miss Islington (bot)2023-10-062-2/+5
* [3.12] Fix typo in Doc/library/textwrap.rst (GH-110328) (#110473)Miss Islington (bot)2023-10-061-1/+1
* [3.12] gh-110184: Fix subprocess test_pipesize_default() (GH-110465) (#110471)Miss Islington (bot)2023-10-061-18/+23
* [3.12] gh-103053: Fix test_tools.test_freeze on FreeBSD (GH-110451) (#110456)Miss Islington (bot)2023-10-062-14/+22
* [3.12] Add support.MS_WINDOWS constant (#110446) (#110452)Victor Stinner2023-10-0610-23/+27
* [3.12] gh-103053: Fix make check-clean-src: check "python" program (GH-110449...Miss Islington (bot)2023-10-062-1/+5
* [3.12] gh-109888: Fix test_os _kill_with_event() on Windows (GH-110421) (#110...Miss Islington (bot)2023-10-051-23/+27
* [3.12] gh-110393: Remove watchdog with hardcoded timeout (GH-110400) (#110445)Miss Islington (bot)2023-10-052-9/+0
* [3.12] gh-110429: Fix race condition in "make regen-all" (GH-110433) (#110438)Miss Islington (bot)2023-10-051-2/+2
* [3.12] gh-110167: Increase support.LOOPBACK_TIMEOUT to 10 seconds (#110413) (...Victor Stinner2023-10-052-14/+11
* [3.12] gh-110383: Swap 'the all' -> 'all the' in socket docs (GH-110434) (#11...Miss Islington (bot)2023-10-051-1/+1
* [3.12] gh-109840: Fix multiprocessing test_waitfor_timeout() (GH-110428) (#11...Miss Islington (bot)2023-10-051-3/+3
* [3.12] gh-110167: Fix test_socket deadlock in doCleanups() (GH-110416) (#110423)Miss Islington (bot)2023-10-052-5/+12
* [3.12] gh-110383 TimeIt Docs Spelling Fix (GH-110407) (#110409)Miss Islington (bot)2023-10-051-1/+1
* [3.12] Fix env var typo in perf profiling docs (GH-110404) (#110414)Miss Islington (bot)2023-10-051-2/+1
* [3.12] gh-110391: socket NetworkConnectionAttributesTest always declare cli (...Miss Islington (bot)2023-10-051-1/+3
* [3.12] gh-110259: Fix f-strings with multiline expressions and format specs (...Miss Islington (bot)2023-10-055-10/+128
* [3.12] gh-110365: Fix error overwrite in `termios.tcsetattr` (GH-110366) (#11...Miss Islington (bot)2023-10-052-13/+28
* [3.12] Remove duplicate word. (GH-110376) (GH-110377)Miss Islington (bot)2023-10-051-1/+1
* [3.12] Add back bltin-boolean-values ref tag (GH-110371) (#110372)Miss Islington (bot)2023-10-041-0/+1
* [3.12] Lint: Remove files that no longer fail to parse (GH-110356) (#110360)Hugo van Kemenade2023-10-041-2/+0
* [3.12] gh-109151: Enable readline in the sqlite3 CLI (GH-109152) (#110352)Miss Islington (bot)2023-10-042-0/+5
* [3.12] gh-85984: Document change in return type of tty functions (GH-110028) ...Miss Islington (bot)2023-10-041-0/+6
* [3.12] Enhance TypedDict docs around required/optional keys (GH-109547) (#109...Miss Islington (bot)2023-10-041-0/+15
* [3.12] gh-109972: Enhance test_gdb (#110026) (#110351)Victor Stinner2023-10-049-218/+303
* [3.12] gh-109974: Fix threading lock_tests race conditions (#110057) (#110346)Victor Stinner2023-10-043-249/+378
* [3.12] gh-110332: Remove mentions of `random.WichmannHill` from `test_zlib` (...Miss Islington (bot)2023-10-041-12/+1
* [3.12] gh-108987: Fix _thread.start_new_thread() race condition (#109135) (#1...Victor Stinner2023-10-045-44/+75
* [3.12] gh-110335: asyncio test_unix_events cleans multiprocessing (GH-110336)...Miss Islington (bot)2023-10-041-0/+8