summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* gh-101599: argparse: simplify the option help string (GH-103372)Jokimax2024-02-021-3/+3
* Bump ruff to 0.2.0 (#114932)Alex Waygood2024-02-021-3/+5
* gh-114329: Add `PyList_GetItemRef` function (GH-114504)Sam Gross2024-02-022-9/+14
* GH-113710: Add a "globals to constants" pass (GH-114592)Mark Shannon2024-02-021-6/+6
* gh-107901: make compiler inline basic blocks with no line number and no fallt...Irit Katriel2024-02-022-18/+54
* gh-112529: Remove PyGC_Head from object pre-header in free-threaded build (#1...Sam Gross2024-02-011-2/+3
* GH-114806. Don't specialize calls to classes with metaclasses. (GH-114870)Mark Shannon2024-02-011-0/+16
* gh-105089: Fix test_create_directory_with_write test failure in AIX (GH-105228)Ayappan Perumal2024-02-011-1/+1
* gh-107461 ctypes: Add a testcase for nested `_as_parameter_` lookup (GH-107462)Tomas R2024-02-011-0/+11
* gh-113939: Frame clear, clear locals (#113940)Albert Zeyer2024-01-311-0/+22
* gh-111741: Recognise image/webp as a standard format in the mimetypes module ...Nachtalb2024-01-311-2/+1
* gh-59013: Set breakpoint on the first executable line of function when using ...Tian Gao2024-01-311-3/+28
* gh-114737: Revert change to ElementTree.iterparse "root" attribute (GH-114755)Sam Gross2024-01-311-0/+2
* gh-114685: Check flags in PyObject_GetBuffer() (GH-114707)Serhiy Storchaka2024-01-311-0/+6
* GH-114743: Set a low recursion limit for `test_main_recursion_error()` in `te...Brett Cannon2024-01-311-2/+4
* pathlib ABCs: drop partial, broken, untested support for `bytes` paths. (#114...Barney Gale2024-01-312-17/+26
* GH-70303: Make `pathlib.Path.glob('**')` return both files and directories (#...Barney Gale2024-01-302-12/+21
* gh-113744: Add a new IncompleteInputError exception to improve incomplete inp...Pablo Galindo Salgado2024-01-303-1/+4
* GH-114610: Fix `pathlib._abc.PurePathBase.with_suffix('.ext')` handling of st...Barney Gale2024-01-302-10/+2
* gh-114706: Allow QueueListener.stop() to be called more than once. (GH-114748)Vinay Sajip2024-01-301-0/+1
* gh-113732: Fix support of QUOTE_NOTNULL and QUOTE_STRINGS in csv.reader (GH-1...Serhiy Storchaka2024-01-301-0/+25
* GH-80789: Get rid of the ``ensurepip`` infra for many wheels (#109245)Sviatoslav Sydorenko (Святослав Сидоренко)2024-01-301-25/+21
* gh-114678: Fix incorrect deprecation warning for 'N' specifier in Decimal for...Serhiy Storchaka2024-01-291-1/+9
* gh-85984: Add POSIX pseudo-terminal functions. (GH-102413)Soumendra Ganguly2024-01-291-6/+39
* gh-91325: Skip Stable ABI checks with Py_TRACE_REFS special build (GH-92046)Petr Viktorin2024-01-291-11/+25
* gh-55664: Add warning when creating a type using a namespace dictionary with ...Furkan Onder2024-01-281-1/+16
* Use bool in fileinput.input() docstring and tests for the inplace argument (G...Ville Skyttä2024-01-271-2/+2
* GH-79634: Speed up pathlib globbing by removing `joinpath()` call. (#114623)Barney Gale2024-01-272-4/+5
* gh-114100: Remove superfluous writing to fd 1 in test_pty (GH-114647)Serhiy Storchaka2024-01-271-1/+21
* Cover OS-specific behaviour in `PurePathBase` and `PathBase` tests. (#114633)Barney Gale2024-01-272-627/+625
* Cover OS-specific behaviour in `PurePath` and `Path` tests (#114632)Barney Gale2024-01-271-70/+128
* pathlib tests: annotate tests needing symlinks with decorator (#114625)Barney Gale2024-01-262-48/+55
* gh-88569: add `ntpath.isreserved()` (#95486)Barney Gale2024-01-262-42/+62
* gh-114435: Allow test_stat_inaccessible_file() to have matching ino/dev (GH-1...Steve Dower2024-01-261-4/+3
* gh-77749: Fix inconsistent behavior of non-ASCII handling in EmailPolicy.fold...Rito Takeuchi2024-01-261-0/+17
* gh-114272: Allow _wmi audit test to succeed even if it times out (GH-114602)Steve Dower2024-01-261-1/+7
* gh-112451: Prohibit subclassing of datetime.timezone. (#114190)Mariusz Felisiak2024-01-261-0/+4
* GH-73435: Add `pathlib.PurePath.full_match()` (#114350)Barney Gale2024-01-261-23/+75
* gh-114561: Mark some tests in ``test_wincosoleio`` with `requires_resource('c...Kirill Podoprigora2024-01-251-1/+4
* gh-114315: Make `threading.Lock` a real class, not a factory function (#114479)Nikita Sobolev2024-01-251-5/+15
* gh-112529: Implement GC for free-threaded builds (#114262)Sam Gross2024-01-252-5/+12
* gh-111051: Check if file is modifed during debugging in `pdb` (#111052)Tian Gao2024-01-251-0/+81
* gh-77465: Increase test coverage for the numbers module (GH-111738)AN Long2024-01-251-1/+157
* gh-114265: remove i_loc_propagated, jump threading does not consider line num...Irit Katriel2024-01-251-1/+2
* gh-114312: Collect stats for unlikely events (GH-114493)Michael Droettboom2024-01-251-0/+75
* gh-114272: Fix or skip tests that fail due to spaces in paths (GH-114451)Steve Dower2024-01-254-25/+45
* GH-112354: `END_FOR` instruction to only pop one value. (GH-114247)Mark Shannon2024-01-242-116/+121
* gh-113205: test_multiprocessing.test_terminate: Give tasks a chance to start ...Serhiy Storchaka2024-01-241-0/+1
* GH-114456: lower the recursion limit under WASI for debug builds (GH-114457)Brett Cannon2024-01-232-2/+5
* gh-108303: Move `.whl` test files to `Lib/test/wheeldata/` (#114343)Nikita Sobolev2024-01-233-1/+3