summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* [3.12] gh-105340: include hidden fast-locals in locals() (GH-105715) (#106470)Miss Islington (bot)2023-07-051-0/+22
* [3.12] gh-64595: Fix regression in file write logic in Argument Clinic (#1064...Erlend E. Aasland2023-07-051-4/+3
* [3.12] gh-105497: [Enum] Fix Flag inversion when alias/mask members exist. (G...Miss Islington (bot)2023-07-052-8/+46
* [3.12] gh-105063: Disable test_peg_generator.TestCParser bco. ref leaks (GH-1...Miss Islington (bot)2023-07-051-0/+10
* [3.12] GH-104554: Add RTSPS support to `urllib/parse.py` (GH-104605) (#105759)Miss Islington (bot)2023-07-051-5/+5
* [3.12] Display the sanitizer config in the regrtest header. (GH-105301) (#105...Miss Islington (bot)2023-07-052-1/+21
* [3.12] gh-89392: Make test_decimal discoverable (GH-106209) (#106230)Miss Islington (bot)2023-07-051-133/+146
* [3.12] gh-100238: Use setuptools in peg-generator and reenable tests (GH-1047...Miss Islington (bot)2023-07-054-8/+18
* [3.12] gh-104683: Rename Lib/test/clinic.test as Lib/test/clinic.test.c (GH-1...Miss Islington (bot)2023-07-052-2/+3
* [3.12] gh-106368: Add tests for formatting helpers in Argument Clinic (GH-106...Miss Islington (bot)2023-07-041-0/+164
* [3.12] GH-106330: Fix matching of empty path in `pathlib.PurePath.match()` (G...Barney Gale2023-07-042-8/+23
* [3.12] gh-106396: Special-case empty format spec to gen empty JoinedStr node ...Miss Islington (bot)2023-07-041-0/+18
* [3.12] gh-106368: Add tests for permutation helpers in Argument Clinic (GH-10...Miss Islington (bot)2023-07-041-0/+106
* [3.12] gh-106368: Increase Argument Clinic test coverage (GH-106389) (#106390)Miss Islington (bot)2023-07-041-0/+24
* [3.12] gh-106368: Harden Argument Clinic parser tests (GH-106384) (#106387)Miss Islington (bot)2023-07-031-42/+68
* [3.12] gh-106368: Clean up Argument Clinic tests (#106373) (#106379)Erlend E. Aasland2023-07-031-357/+441
* [3.12] gh-106368: Increase Argument Clinic test coverage (GH-106369) (#106370)Miss Islington (bot)2023-07-031-0/+57
* [3.12] gh-106359: Fix corner case bugs in Argument Clinic converter parser (G...Miss Islington (bot)2023-07-031-0/+16
* [3.12] gh-102541: Fix Helper.help("mod") for non-existent mod (GH-105934) (#1...Miss Islington (bot)2023-07-012-1/+12
* [3.12] gh-105486: Change the `repr` of `ParamSpec` list of args in `GenericAl...Miss Islington (bot)2023-07-012-0/+24
* [3.12] gh-106145: Make `end_{lineno,col_offset}` required on `type_param` nod...Miss Islington (bot)2023-07-011-1/+1
* [3.12] GH-106152: Add PY_THROW event to cProfile (GH-106256)Miss Islington (bot)2023-06-291-0/+20
* [3.12] gh-106194: Rename duplicated tests in `test_curses` (GH-106196) (#106216)Miss Islington (bot)2023-06-281-4/+11
* [3.12] gh-106197: Deduplicate tests in `test_buffer` (GH-106198) (#106206)Miss Islington (bot)2023-06-281-1/+1
* [3.12] GH-106160: Fix test_gzip failing under WASI, which does not have zlib....Miss Islington (bot)2023-06-281-1/+1
* [3.12] gh-101634: regrtest reports decoding error as failed test (GH-106169) ...Miss Islington (bot)2023-06-282-1/+47
* [3.12] IDLE: Condense run.main threading.Thread start. (GH-106125) (#106154)Miss Islington (bot)2023-06-271-5/+6
* [3.12] gh-84976: Add back UTC to datetime.__all__ (GH-104920) (#106019)Miss Islington (bot)2023-06-271-1/+1
* [3.12] Revert "GH-96145: Add AttrDict to JSON module for use with object_hook...Miss Islington (bot)2023-06-263-197/+1
* [3.12] Update test.support.interpreters to include missing RunFailedError imp...Miss Islington (bot)2023-06-261-1/+1
* [3.12] gh-106075: add `asyncio.taskgroups.__all__` to `asyncio.__all__` (GH-1...Miss Islington (bot)2023-06-262-1/+2
* [3.12] gh-105987: Fix reference counting issue in `_asyncio._swap_cur… (#10...Kumar Aditya2023-06-261-1/+18
* [3.12] gh-105979: Fix exception handling in `unmarshal_frozen_code` (`Python/...Miss Islington (bot)2023-06-261-0/+8
* [3.12] gh-105974: Revert unintentional behaviour change for protocols with no...Miss Islington (bot)2023-06-232-32/+73
* [3.12] gh-98931: Add custom error messages to invalid import/from with multip...Miss Islington (bot)2023-06-221-0/+16
* [3.12] gh-105915: Fix SyntaxWarning becoming a SyntaxError with -We in test_f...Miss Islington (bot)2023-06-201-3/+3
* Merge branch '3.12' of https://github.com/python/cpython into 3.12Thomas Wouters2023-06-202-3/+18
|\
| * [3.12] gh-105915: Add 'r' prefix to not emit SyntaxWarning in test_fstring (G...Miss Islington (bot)2023-06-201-1/+1
| * [3.12] gh-105938: Emit a SyntaxWarning for escaped braces in an f-string (GH-...Miss Islington (bot)2023-06-201-2/+9
| * [3.12] gh-105908: fix `barry_as_FLUFL` future import (GH-105909) (#105930)Miss Islington (bot)2023-06-201-0/+8
* | Python 3.12.0b3v3.12.0b3Thomas Wouters2023-06-191-17/+21
|/
* [3.12] GH-105808: Fix a regression introduced in GH-101251 (GH-105910) (#105920)Miss Islington (bot)2023-06-192-1/+51
* [3.12] GH-105840: Fix assertion failures when specializing calls with too man...Miss Islington (bot)2023-06-161-0/+29
* [3.12] gh-104799: PEP 695 backward compatibility for ast.unparse (GH-105846) ...Miss Islington (bot)2023-06-162-3/+77
* [3.12] gh-105834: Add tests for calling `issubclass()` between two protocols ...Miss Islington (bot)2023-06-161-0/+74
* [3.12] gh-105433: Add `pickle` tests for PEP695 (GH-105443) (#105845)Miss Islington (bot)2023-06-162-4/+131
* [3.12] GH-105588: Add missing error checks to some obj2ast_* converters (GH-1...Miss Islington (bot)2023-06-151-0/+27
* [3.12] gh-105820: Fix tok_mode expression buffer in file & readline tokenizer...Miss Islington (bot)2023-06-152-1/+27
* [3.12] gh-102541: Hide traceback in help prompt (gh-102614) (gh-105778)Miss Islington (bot)2023-06-151-8/+13
* [3.12] gh-105821: Use a raw f-string in test_httpservers.py (GH-105822) (#105...Miss Islington (bot)2023-06-151-2/+2