summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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-114490: Add check for Mach-O linkage in Lib/platform.py (#114491)Aiden Fox Ivey2024-01-261-0/+2
* gh-114494: Change logging docstring to bool for exec_info (GH=114558)Tristan Pank2024-01-261-6/+6
* gh-88569: add `ntpath.isreserved()` (#95486)Barney Gale2024-01-264-65/+107
* 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-262-1/+25
* 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-262-0/+7
* GH-73435: Add `pathlib.PurePath.full_match()` (#114350)Barney Gale2024-01-263-39/+120
* 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-252-7/+17
* gh-112529: Implement GC for free-threaded builds (#114262)Sam Gross2024-01-253-6/+13
* gh-111051: Check if file is modifed during debugging in `pdb` (#111052)Tian Gao2024-01-252-0/+102
* 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-243-117/+123
* 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-101438: Avoid reference cycle in ElementTree.iterparse. (GH-114269)Sam Gross2024-01-231-10/+17
* gh-108303: Move `.whl` test files to `Lib/test/wheeldata/` (#114343)Nikita Sobolev2024-01-233-1/+3
* gh-114423: Remove DummyThread from threading._active when thread dies (GH-114...Fabio Zadrozny2024-01-232-28/+75
* gh-89427: Provide the original prompt value for VIRTUAL_ENV_PROMPT (GH-106726)Jim Porter2024-01-236-10/+9
* gh-114257: Ignore the FileNotFound error in ctypes.util._is_elf() (GH-114394)AN Long2024-01-222-2/+8
* gh-114083: apply optimization of LOAD_CONST instructions to the whole CFG bef...Irit Katriel2024-01-221-3/+11
* gh-75128: Ignore EADDRNOTAVAIL error in asyncio.BaseEventLoop.create_server()...Serhiy Storchaka2024-01-221-3/+17
* gh-108303: Remove `Lib/test/shadowed_super.py` (#114372)Nikita Sobolev2024-01-222-8/+15
* gh-102512: Turn _DummyThread into _MainThread after os.fork() called from a f...Serhiy Storchaka2024-01-222-9/+98
* gh-108303: Move `smtpd` to `test.support` (#114368)Nikita Sobolev2024-01-223-5/+2
* gh-113796: Add more validation checks in the csv.Dialect constructor (GH-113797)Serhiy Storchaka2024-01-221-13/+54
* gh-114328: tty cbreak mode should not alter ICRNL (#114335)Gregory P. Smith2024-01-212-4/+11
* gh-111803: Make test_deep_nesting from test_plistlib more strict (GH-114026)Serhiy Storchaka2024-01-211-2/+2
* gh-114241: Fix and improve the ftplib CLI (GH-114242)Serhiy Storchaka2024-01-211-10/+17
* gh-80931: Skip some socket tests while hunting for refleaks on macOS (#114057)Ronald Oussoren2024-01-213-1/+64
* Remove deleted `time_hashlib.py` from `Lib/test/.ruff.toml` (#114355)Hugo van Kemenade2024-01-201-1/+0
* Remove the non-test Lib/test/time_hashlib.py. (#114354)Gregory P. Smith2024-01-201-88/+0
* gh-114281: Remove incorrect type hints from `asyncio.staggered` (#114282)Nikita Sobolev2024-01-201-11/+1
* GH-113225: Speed up `pathlib.Path.walk(top_down=False)` (#113693)Barney Gale2024-01-201-4/+5
* GH-79634: Accept path-like objects as pathlib glob patterns. (#114017)Barney Gale2024-01-204-72/+107
* gh-114265: move line number propagation before cfg optimization, remove guara...Irit Katriel2024-01-192-11/+6
* gh-114275: Skip doctests that use `asyncio` in `test_pdb` for WASI builds (#1...Nikita Sobolev2024-01-191-202/+208
* gh-114123: Migrate docstring from _csv to csv (#114124)Skip Montanaro2024-01-182-9/+70
* gh-114087: Speed up dataclasses._asdict_inner (#114088)keithasaurus2024-01-181-45/+55
* gh-114198: Rename dataclass __replace__ argument to 'self' (gh-114251)Phillip Schanely2024-01-181-6/+6
* gh-108303: Move all doctest related files and tests to `Lib/test/test_doctest...Nikita Sobolev2024-01-1816-116/+151
* gh-110345: show Tcl/Tk patchlevel in `tkinter._test()` (GH-110350)Christopher Chavez2024-01-181-1/+1
* gh-114050: Fix crash when more than two arguments are passed to int() (GH-114...kcatss2024-01-181-0/+1