summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Python 3.12.3v3.12.3Thomas Wouters2024-04-09109-331/+1219
* [3.12] gh-111726: Explicitly close database connections in sqlite3 doctests (...Miss Islington (bot)2024-04-081-0/+27
* [3.12] Fix reference in code.rs (#117615) (#117628)Alex Waygood2024-04-081-1/+1
* [3.12] gh-111726: Remove some doctests from sqlite3 docs (GH-117623) (#117625)Miss Islington (bot)2024-04-081-36/+7
* [3.12] gh-111726: Cleanup test files after running sqlite3 doctest (GH-117604...Miss Islington (bot)2024-04-081-0/+8
* [3.12] gh-117594: Require cpu resource to test_search_anchor_at_beginning (gâ...Donghee Na2024-04-081-1/+4
* [3.12] gh-117074: Update Traversable.joinpath docs to the 3.11+ protocol (GH-...Miss Islington (bot)2024-04-051-2/+24
* [3.12] gh-109120: Fix syntax error in handlinh of incorrect star expressionsâ...Grigoriev Semyon2024-04-044-1182/+1385
* [3.12] [doc] Update logging documentation to improve grammar and elucidate an...Miss Islington (bot)2024-04-042-11/+72
* [3.12] gh-117521: Improve typing.TypeGuard docstring (GH-117522) (#117538)Miss Islington (bot)2024-04-041-11/+14
* [3.12] gh-117467: Add preserving of mailbox owner on flush (GH-117510) (GH-11...Miss Islington (bot)2024-04-043-3/+51
* gh-117267: Ensure DirEntry.stat().st_ctime still contains creation time durin...Miss Islington (bot)2024-04-032-0/+9
* [3.12] gh-117166: Ignore empty and temporary dirs in `test_makefile` (GH-1171...Miss Islington (bot)2024-04-031-2/+10
* [3.12] gh-91565: Update issue tracker URL in error message. (GH-117450) (#117...Miss Islington (bot)2024-04-031-2/+2
* [3.12] gh-115538: Use pathlib to compare prefixes in test_venv (GH-117076)Miss Islington (bot)2024-04-021-1/+2
* [3.12] Link to the Python type system specification (GH-117400) (#117448)Miss Islington (bot)2024-04-021-73/+15
* [3.12] Docs: specify XML document name in xml.etree.elementtree example (GH-2...Miss Islington (bot)2024-04-011-1/+1
* [3.12] Docs: add more links to PIPE in subprocess docs (GH-25416) (#117427)Miss Islington (bot)2024-04-011-5/+8
* [3.12] build(deps): bump actions/add-to-project from 0.6.0 to 1.0.0 (GH-11741...Miss Islington (bot)2024-04-011-1/+1
* [3.12] gh-102190: Add additional zipfile `pwd=` arg docstrings (gh-102195) (G...Miss Islington (bot)2024-04-011-3/+6
* [3.12] gh-117387 Remove hash mark from introductory text (GH-117409) (#gh-Miss Islington (bot)2024-03-311-1/+2
* [3.12] gh-117347: Fix test_clinic side effects (#117363) (#117365)Victor Stinner2024-03-291-0/+18
* [3.12] Fix reversed assertRegex checks in test_ssl. (GH-117351) (#117359)Miss Islington (bot)2024-03-291-2/+2
* [3.12] gh-117110: Fix subclasses of typing.Any with custom constructors (GH-1...Miss Islington (bot)2024-03-293-1/+22
* [3.12] gh-117339: Use NULL instead of None for LOAD_SUPER_ATTR in dis docs (G...Christopher Chianelli2024-03-281-1/+1
* [3.12] gh-114331: Skip decimal test_maxcontext_exact_arith on s390x (GH-11732...Miss Islington (bot)2024-03-281-1/+5
* [3.12] gh-117310: Remove extra DECREF on "no ciphers" error path in `_ssl._SS...Miss Islington (bot)2024-03-282-1/+4
* [3.12] gh-117178: Recover lazy loading of self-referential modules (GH-117179...Miss Islington (bot)2024-03-283-6/+25
* [3.12] gh-99108: Update and check HACL* version information (GH-117295) (GH-1...Miss Islington (bot)2024-03-272-4/+18
* [3.12] gh-104242: Enable test_is_char_device_true in pathlib test on all plat...AN Long2024-03-271-5/+5
* [3.12] Change links on the index page (GH-117230) (#117268)Miss Islington (bot)2024-03-261-2/+2
* [3.12] gh-115538: Use isolate mode when running venv test_multiproces… (#11...AN Long2024-03-261-1/+1
* [3.12] pre-commit: add `check-case-conflict` and `check-merge-conflict` (GH-1...Miss Islington (bot)2024-03-261-1/+3
* [3.12] gh-66543: Fix mimetype.guess_type() (GH-117217) (GH-117256)Miss Islington (bot)2024-03-264-9/+45
* [3.12] gh-83845: Add tests for operator module (GH-115883) (#117253)Miss Islington (bot)2024-03-261-0/+47
* [3.12] gh-83434: Sync libregrtest and test_regrtest with the main branch (#11...Victor Stinner2024-03-2611-43/+249
* [3.12] gh-117187: Fix XML tests for vanilla Expat <2.6.0 (GH-117203) (GH-117244)Miss Islington (bot)2024-03-263-9/+9
* [3.12] gh-99108: Refresh HACL*; update modules accordingly; fix namespacing (...Gregory P. Smith2024-03-2623-1846/+1606
* [3.12] Sync main docs and docstring for median_grouped(). (gh-117214) (gh-117...Miss Islington (bot)2024-03-251-38/+39
* [3.12] Add information about negative indexes to sequence datamodel doc (GH-...Miss Islington (bot)2024-03-251-3/+6
* [3.12] Minor markup and grammar fixes in the statistics docs (gh-117216) (gh-...Miss Islington (bot)2024-03-251-3/+3
* [3.12] gh-91227: Ignore ERROR_PORT_UNREACHABLE in proactor recvfrom() (GH-320...Miss Islington (bot)2024-03-255-12/+174
* [3.12] GH-115986 Docs: promote pprint.pp usage as a default (GH-116614) (#117...Miss Islington (bot)2024-03-241-15/+18
* [3.12] gh-101760: Improve the imaplib.IMAP4 example (GH-101764) (#117191)Miss Islington (bot)2024-03-241-1/+1
* [3.12] docs:fix over-linking in dataclasses.rst (GH-117005) (#117163)Carol Willing2024-03-221-79/+81
* [3.12] gh-117084: Fix ZIP file extraction for directory entry names with back...Serhiy Storchaka2024-03-224-1/+27
* [3.12] [docs] Fix typo in docstring and add example to logging cookbook. (GH-...Miss Islington (bot)2024-03-222-15/+127
* Fix get_packagefamilyname helper function on Windows 32-bit (GH-117153)Miss Islington (bot)2024-03-221-1/+1
* [3.12] gh-117127: glob tests: Reopen dir_fd to pick up directory changes (GH-...Miss Islington (bot)2024-03-221-0/+9
* [3.12] gh-75988: Fix issues with autospec ignoring wrapped object (GH-115223)...infohash2024-03-224-2/+198