summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* gh-106016: Add Lib/test/test_module/ directory (#108293)Victor Stinner2023-08-225-18/+18
* gh-90791: Enable test___all__ on ASAN build (#108286)Victor Stinner2023-08-226-11/+30
* gh-105539: Emit ResourceWarning if sqlite3 database is not closed explicitly ...Erlend E. Aasland2023-08-221-0/+6
* gh-108179: Add error message for parser stack overflows (#108256)Dennis Sweeney2023-08-221-1/+1
* Fix test_faulthandler for sanitizers (#108245)Victor Stinner2023-08-221-6/+13
* gh-106242: Make ntpath.realpath errors consistent with abspath when there are...Steve Dower2023-08-222-0/+18
* Fix test_generators: save/restore warnings filters (#108246)Victor Stinner2023-08-211-2/+2
* gh-107901: Fix missing line number on BACKWARD_JUMP at the end of a for loop ...Irit Katriel2023-08-211-0/+14
* gh-107265: Fix code_hash for ENTER_EXECUTOR case (#108188)Dong-hee Na2023-08-211-2/+4
* gh-108223: test.pythoninfo and libregrtest log Py_NOGIL (#108238)Victor Stinner2023-08-212-0/+6
* gh-108113: Make it possible to create an optimized AST (#108154)Irit Katriel2023-08-213-11/+64
* gh-95065, gh-107704: Argument Clinic: support multiple '/ [from ...]' and '* ...Serhiy Storchaka2023-08-211-21/+75
* gh-107905: Test raising `__value__` for `TypeAliasType` (#107997)Nikita Sobolev2023-08-211-0/+18
* gh-107396: tarfiles: set self.exception before _init_read_gz() (GH-107485)balmeida-nokia2023-08-212-1/+18
* gh-107845: Fix symlink handling for tarfile.data_filter (GH-107846)Petr Viktorin2023-08-212-9/+148
* gh-105736: Sync pure python version of OrderedDict with the C version (#108098)Raymond Hettinger2023-08-212-7/+20
* gh-107895: Fix test_asyncio.test_runners when run it in CPython's "developmen...Joon Hwan 김준환2023-08-211-1/+4
* gh-107265: Fix code_richcompare for ENTER_EXECUTOR case (gh-108165)Dong-hee Na2023-08-211-0/+11
* gh-107526: Fix test_module_level_callable_unrepresentable_default (gh-108187)Dong-hee Na2023-08-211-1/+1
* Fix patchcheck for `asyncio.tasks` (#108159)Kumar Aditya2023-08-201-9/+9
* gh-107915: Handle errors in C API functions PyErr_Set*() and PyErr_Format() (...Serhiy Storchaka2023-08-191-0/+81
* gh-72684: Tkinter: provide interface for "tk busy" subcommands (GH-107684)Serhiy Storchaka2023-08-192-1/+134
* gh-107704: Argument Clinic: add support for deprecating keyword use of parame...Serhiy Storchaka2023-08-191-49/+324
* gh-107995: Fix doctest collection of functools.cached_property objects (#107996)Tyler Smart2023-08-183-0/+16
* gh-107944: Improve error message for function calls with bad keyword argument...Pablo Galindo Salgado2023-08-171-0/+68
* gh-106581: Project through calls (#108067)Guido van Rossum2023-08-172-1/+2
* gh-102029: Deprecate passing arguments to `_PyRLock` in `threading` (#102071)Nikita Sobolev2023-08-172-0/+31
* gh-105481: opcode.h is no longer generated during the build (#108080)Irit Katriel2023-08-171-30/+1
* gh-105539: Explict resource management for connection objects in sqlite3 test...Erlend E. Aasland2023-08-179-387/+373
* gh-106581: Split `CALL_PY_EXACT_ARGS` into uops (#107760)Guido van Rossum2023-08-161-0/+17
* gh-105481: generate op IDs from bytecode.c instead of hard coding them in opc...Irit Katriel2023-08-166-401/+427
* gh-56166: Deprecate passing confusing positional arguments in re functions (#...Serhiy Storchaka2023-08-162-8/+130
* gh-105522: [Enum] Correctly handle possible exceptions during testing (GH-105...Nikita Sobolev2023-08-161-54/+96
* gh-91051: fix type watcher test to be robust to existing watcher (#107989)Carl Meyer2023-08-161-6/+4
* gh-104683: Argument Clinic: Extract parse function name helper (#107964)Erlend E. Aasland2023-08-161-1/+1
* gh-107909: Test explicit `object` base in PEP695 generic classes (#108001)Nikita Sobolev2023-08-161-0/+4
* gh-108000: Test that `lambda` also has `__type_params__` (#108002)Nikita Sobolev2023-08-161-7/+10
* gh-106368: Argument Clinic: Test that keyword params are disallowed in groups...Erlend E. Aasland2023-08-161-0/+21
* gh-105724: Add location information to `assert` errors (GH-105935)Nikita Sobolev2023-08-162-5/+122
* gh-106300: Improve errors testing in test_unittest.test_runner (GH-106737)Nikita Sobolev2023-08-161-52/+65
* gh-100061: Proper fix of the bug in the matching of possessive quantifiers (G...SKO2023-08-162-10/+11
* gh-99203: shutil.make_archive(): restore select CPython <= 3.10.5 behavior (G...6t8k2023-08-162-0/+47
* More actionable error message when spawn is incorrectly used. (#102203)Yuxin Wu2023-08-161-1/+5
* gh-106368: Argument Clinic: Add tests for cloned functions with custom C base...Erlend E. Aasland2023-08-151-0/+31
* gh-106242: Fix path truncation in os.path.normpath (GH-106816)Finn Womack2023-08-151-0/+4
* gh-107972: Argument Clinic: Ensure a C basename is provided after 'as' (#107973)Erlend E. Aasland2023-08-151-4/+26
* gh-107880: Argument Clinic: Fix regression in gh-107885 (#107974)Erlend E. Aasland2023-08-151-3/+32
* gh-107963: Fix set_forkserver_preload to check the type of given list (#107965)Dong-hee Na2023-08-152-1/+9
* gh-107967: Fix infinite recursion on invalid escape sequence warning (#107968)Lysandros Nikolaou2023-08-151-0/+10
* gh-93057: Deprecate positional use of optional sqlite3.connect() params (#107...Erlend E. Aasland2023-08-152-1/+23