summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* gh-105194: Fix format specifier escaped characters in f-strings (#105231)Pablo Galindo Salgado2023-06-021-0/+10
* GH-104584: Plugin optimizer API (GH-105100)Mark Shannon2023-06-022-112/+126
* GH-105162: Account for `INSTRUMENTED_RESUME` in gen.close/throw. (GH-105187)Mark Shannon2023-06-021-0/+35
* gh-104799: Default missing lists in AST to the empty list (#104834)Jelle Zijlstra2023-06-021-0/+2
* gh-92536: Argument Clinic no longer emits PyUnicode_READY() (#105208)Victor Stinner2023-06-011-8/+2
* gh-104614: Make Sure ob_type is Always Set Correctly by PyType_Ready() (gh-10...Eric Snow2023-06-011-1/+37
* gh-103224: Use the realpath of the Python executable in `test_venv` (GH-103243)Artem Mukhin2023-06-011-3/+5
* gh-105107: Remove PyCFunction_Call() function (#105181)Victor Stinner2023-06-011-0/+20
* gh-105156: Update Lib/test/clinic.test manually (#105180)Victor Stinner2023-06-011-14/+14
* gh-102251: Explicitly free state for test modules with state in test_import (...sunmy20192023-05-311-4/+10
* gh-103464: Add checks for arguments of pdb commands (GH-103465)Tian Gao2023-05-311-3/+33
* gh-105144: Runtime-checkable protocols: move all 'sanity checks' to `_Protoco...Alex Waygood2023-05-311-18/+91
* gh-105096: Deprecate wave getmarkers() method (#105098)Victor Stinner2023-05-311-0/+26
* gh-62948: IOBase finalizer logs close() errors (#105104)Victor Stinner2023-05-311-12/+2
* gh-104922: Make `PY_SSIZE_T_CLEAN` not mandatory again (#105051)Inada Naoki2023-05-311-17/+0
* gh-105020: Share tp_bases and tp_mro Between Interpreters For All Static Buil...Eric Snow2023-05-311-0/+33
* gh-102304: Fix 2 New Stable ABI Functions (gh-104762)Eric Snow2023-05-301-0/+2
* gh-105042: Disable unmatched parens syntax error in python tokenize (#105061)Lysandros Nikolaou2023-05-303-1/+15
* gh-105069: Add a readline-like callable to the tokenizer to consume input ite...Pablo Galindo Salgado2023-05-301-49/+96
* gh-105035: fix super() calls on unusual types (e.g. meta-types) (#105094)Carl Meyer2023-05-301-0/+12
* GH-73435: Implement recursive wildcards in `pathlib.PurePath.match()` (#101398)Barney Gale2023-05-301-1/+23
* gh-105071: add PyUnstable_Exc_PrepReraiseStar to expose except* implementatio...Irit Katriel2023-05-301-0/+93
* gh-105084: Tests: Use setuptools+wheel from sysconfig.get_config_var('WHEEL_P...Miro Hrončok2023-05-301-2/+22
* gh-83403: Test `parent` param in `Mock.__init__` (#103630)Nikita Sobolev2023-05-301-0/+8
* gh-105077: Fix test_tkinter refleak checking (GH-105078)Zachary Ware2023-05-301-5/+10
* GH-77609: Add follow_symlinks argument to `pathlib.Path.glob()` (GH-102616)Barney Gale2023-05-291-0/+83
* gh-104803: Implement ntpath.isdevdrive for checking whether a path is on a Wi...Steve Dower2023-05-291-0/+20
* gh-105017: Include CRLF lines in strings and column numbers (#105030)Marta Gómez Macías2023-05-281-8/+36
* gh-105013: Fix inspect.getsource with parenthesized multiline lambdas (#105021)Pablo Galindo Salgado2023-05-272-0/+33
* gh-104497: Make tkinter test pass with tk 8.7 (#104789)Terry Jan Reedy2023-05-271-1/+4
* gh-75552: Remove deprecated tkinter.tix module (GH-104902)Zachary Ware2023-05-272-41/+0
* gh-105017: Fix including additional NL token when using CRLF (#105022)Marta Gómez Macías2023-05-271-0/+8
* gh-104839: Prevent test_venv AddressSanitizer spam (#105005)Gregory P. Smith2023-05-271-9/+8
* gh-104976: Ensure trailing dedent tokens are emitted as the previous tokenize...Pablo Galindo Salgado2023-05-261-7/+8
* GH-101588: Deprecate pickle/copy/deepcopy support in itertools (GH-104965)Raymond Hettinger2023-05-261-2/+47
* GH-103631: Fix `PurePosixPath(PureWindowsPath(...))` separator handling (GH-1...Barney Gale2023-05-261-0/+6
* GH-104947: Make pathlib.PureWindowsPath comparisons consistent across platfor...Barney Gale2023-05-261-0/+1
* gh-104983: Fix test_peg_generator (#104985)Lysandros Nikolaou2023-05-261-71/+72
* gh-104972: Ensure that line attributes in tokens in the tokenize module are c...Pablo Galindo Salgado2023-05-261-2/+13
* Remove raw asserts in test_typing.py (#104951)Jelle Zijlstra2023-05-261-22/+30
* gh-100238: Use setuptools in peg-generator and reenable tests (#104798)Lysandros Nikolaou2023-05-265-95/+116
* gh-104773: PEP 594: Remove the imghdr module (#104777)Victor Stinner2023-05-2617-152/+5
* gh-104799: Move location of type_params AST fields (#104828)Jelle Zijlstra2023-05-261-53/+77
* gh-104955: Fix __release_buffer__ signature (#104956)Jelle Zijlstra2023-05-261-0/+5
* GH-89091: raise `RuntimeWarning` for unawaited async generator methods (#104611)Kumar Aditya2023-05-261-2/+36
* gh-104886: Remove deprecated configparser.LegacyInterpolation (#104887)Hugo van Kemenade2023-05-261-42/+0
* GH-104898: Add __slots__ to os.PathLike (GH-104899)Barney Gale2023-05-251-0/+6
* gh-104786: Remove kwargs-based TypedDict creation (#104891)Tomas R2023-05-251-30/+3
* gh-104935: typing: Fix interactions between `@runtime_checkable` and `Generic...Jelle Zijlstra2023-05-251-0/+42
* gh-104773: PEP 594: Remove the audioop module (#104937)Victor Stinner2023-05-251-568/+0