summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [3.11] GH-104284: Fix documentation gettext build (GH-104296) (#104299)Miss Islington (bot)2023-05-081-10/+10
* [3.11] GH-104145: Use fully-qualified cross reference types for the bisect mo...Miss Islington (bot)2023-05-081-10/+12
* [3.11] gh-103193: Improve `getattr_static` test coverage (GH-104286) (#104290)Miss Islington (bot)2023-05-081-0/+29
* [3.11] gh-102500: Remove mention of bytes shorthand (#104281) (#104288)Alex Waygood2023-05-081-8/+4
* [3.11] gh-104265 Disallow instantiation of `_csv.Reader` and `_csv.Writer` (G...Miss Islington (bot)2023-05-083-3/+14
* [3.11] gh-100370: fix OverflowError in sqlite3.Connection.blobopen for 32-bit...Erlend E. Aasland2023-05-084-9/+36
* [3.11] gh-103225: Fixed zero lineno issue for pdb (#103265) (#104262)Tian Gao2023-05-073-2/+39
* [3.11] gh-96670: Raise SyntaxError when parsing NULL bytes (GH-97594) (#104195)Lysandros Nikolaou2023-05-079-22/+77
* [3.11] Re-enable commented-out test in test_generators.py (GH-104130) (#104261)Miss Islington (bot)2023-05-071-5/+4
* [3.11] gh-104018: remove unused format "z" handling in string formatfloat() (...Miss Islington (bot)2023-05-074-8/+0
* [3.11] gh-104254: Document the optional keyword-only "context" argument to Ta...Miss Islington (bot)2023-05-071-4/+8
* [3.11] gh-103886: Improve `builtins.__doc__` (GH-104179) (#104257)Miss Islington (bot)2023-05-071-2/+9
* [3.11] gh-101640: Make argparse _print_message catch any write error (GH-1018...Miss Islington (bot)2023-05-063-3/+37
* [3.11] Rewrite the turtledemo makeGraphFrame method (GH-104224) (#104238)Miss Islington (bot)2023-05-061-10/+14
* [3.11] GH-97950: Use new-style index directive ('builtin') (GH-104164) (#104221)Miss Islington (bot)2023-05-0623-77/+77
* [3.11] gh-64658: Expand Argument Clinic return converter docs (#104175) (#104...Erlend E. Aasland2023-05-051-13/+28
* [3.11] gh-104106: Add gcc fallback of mkfifoat/mknodat for macOS (gh-104129) ...Dong-hee Na2023-05-052-0/+9
* [3.11] gh-104112: link from cached_property docs to method-caching FAQ (GH-10...Miss Islington (bot)2023-05-041-12/+4
* [3.11] GH-97950: Use new-style index directive ('statement') (GH-104162) (#10...Miss Islington (bot)2023-05-049-53/+53
* [3.11] GH-97950: Use new-style index directive ('exception') (GH-104160) (#10...Adam Turner2023-05-043-13/+13
* [3.11] GH-97950: Use new-style index directive ('object') (GH-104158) (#104159)Miss Islington (bot)2023-05-0431-143/+143
* [3.11] GH-97950: Use new-style index directive ('operator') (GH-104156) (#104...Miss Islington (bot)2023-05-043-54/+54
* [3.11] GH-97950: Use new-style index directive ('keyword') (GH-104153) (#104155)Miss Islington (bot)2023-05-044-28/+28
* [3.11] GH-97950: Use new-style index directive ('module') (GH-103996) (#104154)Adam Turner2023-05-0433-69/+65
* [3.11] GH-97950: Allow translation of index directive content (GH-104000) (#1...Miss Islington (bot)2023-05-042-0/+34
* [3.11] gh-101100: Fix Sphinx warnings in `curses` and `curses.ascii` modules ...Miss Islington (bot)2023-05-033-468/+500
* [3.11] gh-104049: do not expose on-disk location from SimpleHTTPRequestHandle...Miss Islington (bot)2023-05-033-1/+11
* [3.11] gh-103590: do not wrap a single exception raised from a try-except* (#...Irit Katriel2023-05-024-25/+31
* [3.11] gh-65022: Fix description of tuple return value in copyreg (GH-103892)...Shantanu2023-05-021-2/+2
* [3.11] GH-103484: Fix redirected permanently URLs (GH-104001) (#104088)Rafael Fontenelle2023-05-0241-61/+79
* [3.11] gh-102997: Update Windows installer to SQLite 3.41.2. (#102999) (#104085)Erlend E. Aasland2023-05-024-3/+4
* [3.11] Improve assert_type phrasing (GH-104081) (#104084)Miss Islington (bot)2023-05-022-6/+8
* [3.11] GH-103472: close response in HTTPConnection._tunnel (GH-103473) (#104077)Miss Islington (bot)2023-05-023-15/+43
* [3.11] Replace Netlify with Read the Docs build previews (#103843) (#104083)Hugo van Kemenade2023-05-024-0/+62
* [3.11] gh-102997: Update macOS installer to SQLite 3.41.2. (GH-104080)Miss Islington (bot)2023-05-022-3/+4
* [3.11] gh-88496: IDLE - fix another test on macOS (GH-104075) (#104076)Miss Islington (bot)2023-05-021-2/+3
* [3.11] gh-104018: disallow "z" format specifier in %-format of byte strings (...Miss Islington (bot)2023-05-013-1/+3
* [3.11] gh-100458: Clarify Enum.__format__() change of mixed-in types in the w...Miss Islington (bot)2023-05-011-13/+5
* [3.11] gh-104035: Do not ignore user-defined `__{get,set}state__` in slotted ...Miss Islington (bot)2023-05-013-2/+74
* [3.11] gh-104036: Fix direct invocation of test_typing (GH-104037) (#104039)Miss Islington (bot)2023-05-011-1/+1
* [3.11] Adjust expression from `==` to `!=` in alignment with the meaning of t...Miss Islington (bot)2023-05-011-1/+1
* [3.11] gh-88496: Fix IDLE test hang on macOS (GH-104025) (#104027)Miss Islington (bot)2023-05-013-2/+3
* [3.11] Improve int test coverage (GH-104024) (#104026)Miss Islington (bot)2023-05-011-0/+20
* [3.11] Update name in acknowledgements and add mailmap (GH-103696) (#104002)Miss Islington (bot)2023-04-302-1/+4
* [3.11] Fix description of MAKE_CELL (#103986)Shantanu2023-04-291-1/+1
* [3.11] gh-99032: datetime docs: Encoding is no longer relevant (GH-93365) (#1...Miss Islington (bot)2023-04-291-4/+1
* [3.11] GH-103971: Fix incorrect locations for code following case blocksTian Gao2023-04-283-0/+16
* [3.11] gh-98822: Correct a few TESTSUBDIRS entries (GH-103970)Zachary Ware2023-04-281-3/+3
* [3.11] gh-102950: Implement PEP 706 – Filter for tarfile.extractall (GH-102...Petr Viktorin2023-04-288-97/+1800
* [3.11] gh-100021: Document that sqlite3's executemany() discards resulting ro...Erlend E. Aasland2023-04-281-2/+9