summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* [3.12] gh-115341: Fix loading unit tests with doctests in -OO mode (GH-115342...Miss Islington (bot)2024-02-191-1/+1
* [3.12] Fix test_py_compile with -O mode (GH-115345) (GH-115669)Miss Islington (bot)2024-02-191-1/+3
* [3.12] Fix test_compile with -O mode (GH-115346) (GH-115668)Miss Islington (bot)2024-02-191-2/+5
* [3.12] gh-115154: Fix untokenize handling of unicode named literals (GH-11517...Miss Islington (bot)2024-02-192-10/+83
* [3.12] gh-111358: Fix timeout behaviour in BaseEventLoop.shutdown_default_exe...Miss Islington (bot)2024-02-192-9/+27
* [3.12] gh-108303: Move `Lib/test/sortperf.py` to `Tools/scripts` (GH-114687) ...Miss Islington (bot)2024-02-181-169/+0
* [3.12] gh-115618: Remove improper Py_XDECREFs in property methods (GH-115619)...Serhiy Storchaka2024-02-171-0/+18
* [3.12] gh-115596: Fix ProgramPriorityTests in test_os permanently changing th...Miss Islington (bot)2024-02-171-16/+15
* [3.12] Fix ProgramPriorityTests on FreeBSD with high nice value (GH-100145) (...Miss Islington (bot)2024-02-171-1/+2
* [3.12] gh-107155: Fix help() for lambda function with return annotation (GH-1...Kirill Podoprigora2024-02-172-2/+28
* [3.12] gh-115567: Catch test_ctypes.test_callbacks.test_i38748_stackCorruptio...Miss Islington (bot)2024-02-171-3/+4
* [3.12] gh-101384: Add socket timeout to ThreadedVSOCKSocketStreamTest and ski...Miss Islington (bot)2024-02-171-0/+3
* [3.12] gh-100985: Consistently wrap IPv6 IP address during CONNECT (GH-100986...Miss Islington (bot)2024-02-172-5/+26
* [3.12] gh-100884: email/_header_value_parser: don't encode list separators (G...Miss Islington (bot)2024-02-172-1/+7
* [3.12] gh-95782: Fix io.BufferedReader.tell() etc. being able to return offse...Miss Islington (bot)2024-02-172-2/+48
* [3.12] gh-97590: Update docs and tests for ftplib.FTP.voidcmd() (GH-96825) (G...Miss Islington (bot)2024-02-171-2/+2
* [3.12] gh-96497: Mangle name before symtable lookup in 'symtable_extend_named...Miss Islington (bot)2024-02-171-0/+22
* [3.12] gh-115570: Fix DeprecationWarnings in test_typing (#115571) (#115574)Jelle Zijlstra2024-02-162-2/+13
* [3.12] gh-108303: Move all `pydoc` related files to `test_pydoc` (GH-114506) ...Nikita Sobolev2024-02-156-25/+31
* [3.12] gh-112087: Fix reduce logic for the empty reverse iterator for list (g...Donghee Na2024-02-141-1/+1
* [3.12] gh-115243: Fix crash in deque.index() when the deque is concurrently m...Miss Islington (bot)2024-02-141-1/+5
* [3.12] gh-115392: Fix doctest reporting incorrect line numbers for decorated ...Miss Islington (bot)2024-02-144-1/+21
* [3.12] gh-115450: Fix direct invocation of `test_desctut` (GH-115451) (#115453)Miss Islington (bot)2024-02-141-11/+11
* [3.12] gh-115252: Fix test_enum with -OO mode again (GH-115334) (GH-115396)Miss Islington (bot)2024-02-131-5/+5
* [3.12] GH-112215: Backport C recursion changes (GH-115083)Mark Shannon2024-02-137-18/+36
* [3.12] gh-114563: C decimal falls back to pydecimal for unsupported format st...John Belmonte2024-02-121-0/+22
* [3.12] gh-115285: Fix `test_dataclasses` with `-OO` mode (GH-115286) (#115359)Miss Islington (bot)2024-02-121-0/+3
* [3.12] gh-115233: Fix an example in the Logging Cookbook (GH-115325) (GH-115355)Serhiy Storchaka2024-02-122-17/+101
* [3.12] gh-97959: Fix rendering of routines in pydoc (GH-113941) (GH-115296)Serhiy Storchaka2024-02-114-52/+315
* [3.12] gh-115011: Improve support of __index__() in setters of members with u...Serhiy Storchaka2024-02-111-30/+14
* [3.12] gh-79382: Fix recursive glob() with trailing "**" (GH-115134) (GH-115290)Miss Islington (bot)2024-02-112-1/+13
* [3.12] gh-115133: Fix tests for XMLPullParser with Expat 2.6.0 (GH-115164) (G...Miss Islington (bot)2024-02-111-22/+36
* [3.12] gh-115274: Fix direct invocation of `testmock/testpatch.py` (GH-115275...Miss Islington (bot)2024-02-111-1/+1
* [3.12] gh-115249: Fix `test_descr` with `-OO` mode (GH-115250) (#115277)Miss Islington (bot)2024-02-111-1/+5
* [3.12] gh-115254: Fix `test_property` with `-00` mode (GH-115255) (#115261)Miss Islington (bot)2024-02-111-0/+1
* [3.12] gh-115252: Fix `test_enum` with `-OO` mode (GH-115253) (GH-115260)Miss Islington (bot)2024-02-111-3/+14
* [3.12] gh-115059: Remove debugging code in test_io (GH-115240) (GH-115244)Miss Islington (bot)2024-02-101-30/+0
* [3.12] gh-114552: Update `__dir__` method docs: it allows returning an iterab...Miss Islington (bot)2024-02-101-0/+8
* [3.12] gh-115165: Fix `typing.Annotated` for immutable types (GH-115213) (#11...Miss Islington (bot)2024-02-092-1/+24
* [3.12] gh-115059: Flush the underlying write buffer in io.BufferedRandom.read...Miss Islington (bot)2024-02-091-0/+52
* [3.12] gh-114071: [Enum] update docs and code for tuples/subclasses (GH-11487...Miss Islington (bot)2024-02-082-2/+42
* [3.12] gh-115146: Fix typo in pickletools.py documentation (GH-115148) (GH-11...Miss Islington (bot)2024-02-081-1/+1
* [3.12] gh-114828: Fix __class__ in class-scope inlined comprehensions (GH-115...Miss Islington (bot)2024-02-071-0/+12
* [3.12] gh-103224: Resolve paths properly in test_sysconfig (GH-103292) (GH-11...Miss Islington (bot)2024-02-071-14/+23
* Python 3.12.2v3.12.2Thomas Wouters2024-02-061-278/+354
* [3.12] GH-gh-75705: Set unixfrom envelope in mailbox._mboxMMDF (GH-107117) (G...Miss Islington (bot)2024-02-062-3/+14
* [3.12] gh-106233: Fix stacklevel in zoneinfo.InvalidTZPathWarning (GH-106234)...Miss Islington (bot)2024-02-062-11/+30
* [3.12] gh-115015: Argument Clinic: fix generated code for METH_METHOD methods...Erlend E. Aasland2024-02-062-2/+23
* [3.12] gh-109475: Fix support of explicit option value "--" in argparse (GH-1...Miss Islington (bot)2024-02-052-1/+17
* [3.12] gh-114887 Reject only sockets of type SOCK_STREAM in create_da… (#11...Travis Howse2024-02-042-3/+3