summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-113951: Tkinter: "tag_unbind(tag, sequence, funcid)" now only unbin...Miss Islington (bot)2024-02-043-11/+117
* [3.12] gh-113280: Always close socket if SSLSocket creation failed (GH-114659...Miss Islington (bot)2024-02-043-64/+78
* [3.12] gh-101100: Fix dangling references in pickle.rst (#114972) (#114999)Skip Montanaro2024-02-042-26/+26
* [3.12] gh-113267: Revert "gh-106584: Fix exit code for unittest in Python 3.1...Miss Islington (bot)2024-02-045-16/+14
* [3.12] gh-101100: Fix Sphinx warnings from PEP 3108 stdlib re-organisation (G...Hugo van Kemenade2024-02-048-91/+91
* [3.12] gh-101100: Fix sphinx warnings in `c-api/file.rst` (GH-114546) (#114584)Miss Islington (bot)2024-02-043-3/+15
* [3.12] gh-114965: Updated bundled pip to 24.0 (gh-114966) (gh-114971)Stéphane Bidoul2024-02-033-1/+2
* [3.12] gh-101100: Fix Sphinx reference warnings in the glossary (GH-114729) (...Miss Islington (bot)2024-02-031-3/+5
* [3.12] gh-114959: tarfile: do not ignore errors when extract a directory on t...Miss Islington (bot)2024-02-035-1/+220
* [3.12] gh-114955: Add clear to MutableSequence's mixin methods in document (g...Miss Islington (bot)2024-02-031-2/+2
* [3.12] Update LOGGING example taken from Django docs. (GH-114903) (#114951)Miss Islington (bot)2024-02-031-14/+11
* [3.12] Normalize heading underline in multiprocessing.rst (GH-114923) (#114946)Miss Islington (bot)2024-02-031-26/+26
* [3.12] gh-114913: Add newline to subprocess doc (GH-114941) (#114942)Miss Islington (bot)2024-02-021-1/+2
* [3.12] Bump ruff to 0.2.0 (GH-114932) (#114935)Miss Islington (bot)2024-02-023-4/+8
* [3.12] Correct timedelta description (GH-101417) (GH-114938)Miss Islington (bot)2024-02-021-3/+3
* [3.12] Fix indentation of "versionchanged" in datetime.rst (GH-114933) (GH-11...Miss Islington (bot)2024-02-021-3/+3
* [3.12] gh-114728: Fix documentation for comparison of objects in datetime mod...Miss Islington (bot)2024-02-021-68/+50
* [3.12] gh-103360: Add link in stdtypes.rst to escape sequences in lexical_ana...Miss Islington (bot)2024-02-021-1/+1
* [3.12] gh-103820: IDLE: Do not interpret buttons 4/5 as scrolling on non-X11 ...Miss Islington (bot)2024-02-024-14/+25
* [3.12] Move "format" param doc of shutil.make_archive() on its own paragraph ...Miss Islington (bot)2024-02-021-1/+3
* [3.12] gh-101100: Fix sphinx warnings in `howto/logging.rst` (GH-114846) (#11...Hugo van Kemenade2024-02-013-24/+36
* [3.12] gh-89891: Refer SharedMemory implementation as POSIX (GH-104678) (GH-1...Miss Islington (bot)2024-02-011-1/+1
* [3.12] Correct description of inheriting from another class (GH-114660) (#114...Miss Islington (bot)2024-02-014-19/+18
* [3.12] gh-105031: Clarify datetime documentation for ISO8601 (GH-105049) (GH-...Miss Islington (bot)2024-02-011-3/+15
* [3.12] gh-105089: Fix test_create_directory_with_write test failure in AIX (G...Miss Islington (bot)2024-02-012-1/+5
* [3.12] gh-107461 ctypes: Add a testcase for nested `_as_parameter_` lookup (G...Miss Islington (bot)2024-02-011-0/+11
* [3.12] Fix typos in ElementTree documentation (GH-108848) (GH-114854)Miss Islington (bot)2024-02-011-3/+3
* [3.12] gh-114648: Add IndexError exception to tutorial datastructures list.po...Miss Islington (bot)2024-02-011-4/+3
* [3.12] gh-67230: Add versionadded notes for QUOTE_NOTNULL and QUOTE_STRINGS (...Miss Islington (bot)2024-02-011-0/+4
* [3.12] CI: Test on macOS M1 (GH-114766) (#114836)Miss Islington (bot)2024-02-011-2/+9
* [3.12] gh-114811: Change '\*' to '*' in warnings.rst (GH-114819) (#114837)Miss Islington (bot)2024-02-011-1/+1
* [3.12] gh-109534: fix reference leak when SSL handshake fails (GH-114074) (#1...Miss Islington (bot)2024-02-013-0/+8
* [3.12] gh-111112: Avoid potential confusion in TCP server example. (GH-111113...Miss Islington (bot)2024-02-011-3/+4
* [3.12] Add note to `sys.orig_argv` clarifying the difference from `sys.argv` ...Miss Islington (bot)2024-01-311-1/+4
* [3.12] gh-114790: Do not execute `workflows/require-pr-label.yml` on forks (G...Miss Islington (bot)2024-01-311-0/+1
* [3.12] gh-114737: Revert change to ElementTree.iterparse "root" attribute (GH...Miss Islington (bot)2024-01-312-1/+3
* [3.12] gh-101100: Fix class reference in library/test.rst (GH-114769) (GH-114...Miss Islington (bot)2024-01-311-1/+1
* [3.12] gh-101100: Fix references in csv docs (GH-114658) (GH-114771)Skip Montanaro2024-01-312-8/+7
* [3.12] Docs: mark up dbm.gnu.open() and dbm.ndbm.open() using param list (GH-...Miss Islington (bot)2024-01-311-61/+56
* [3.12] gh-106392: Fix inconsistency in deprecation warnings in datetime modul...Miss Islington (bot)2024-01-311-3/+3
* gh-110190: Fix ctypes structs with array on Windows ARM64 (GH-114753)Miss Islington (bot)2024-01-312-1/+2
* [3.12] Clarify one-item tuple (GH-114745) (#114757)Miss Islington (bot)2024-01-301-2/+3
* [3.12] Set `hosted_on` for Read the Docs builds (GH-114697) (#114734)Miss Islington (bot)2024-01-291-18/+19
* [3.12] Fix more references to datetime and time classes (GH-114717) (GH-114725)Serhiy Storchaka2024-01-293-8/+8
* [3.12] Remove limit in calendar CLI help message for year arg (GH-114719) (GH...Miss Islington (bot)2024-01-291-1/+1
* [3.12] gh-101100: Fix datetime reference warnings (GH-114661) (GH-114716)Miss Islington (bot)2024-01-293-54/+58
* [3.12] gh-89159: Add some TarFile attribute types (GH-114520) (GH-114714)Miss Islington (bot)2024-01-291-0/+6
* [3.12] gh-101100: Fix Sphinx warnings in `whatsnew/2.2.rst` (GH-112366) (#114...Miss Islington (bot)2024-01-292-71/+70
* [3.12] gh-114685: Fix incorrect use of PyBUF_READ in import.c (GH-114686) (GH...Miss Islington (bot)2024-01-291-1/+1
* [3.12] gh-101100: Fix sphinx warnings in `Doc/c-api/memoryview.rst` (GH-11466...Miss Islington (bot)2024-01-292-1/+13