index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cover OS-specific behaviour in `PurePathBase` and `PathBase` tests. (#114633)
Barney Gale
2024-01-27
2
-627/+625
*
Cover OS-specific behaviour in `PurePath` and `Path` tests (#114632)
Barney Gale
2024-01-27
1
-70/+128
*
pathlib tests: annotate tests needing symlinks with decorator (#114625)
Barney Gale
2024-01-26
2
-48/+55
*
gh-114490: Add check for Mach-O linkage in Lib/platform.py (#114491)
Aiden Fox Ivey
2024-01-26
1
-0/+2
*
gh-114494: Change logging docstring to bool for exec_info (GH=114558)
Tristan Pank
2024-01-26
1
-6/+6
*
gh-88569: add `ntpath.isreserved()` (#95486)
Barney Gale
2024-01-26
4
-65/+107
*
gh-114435: Allow test_stat_inaccessible_file() to have matching ino/dev (GH-1...
Steve Dower
2024-01-26
1
-4/+3
*
gh-77749: Fix inconsistent behavior of non-ASCII handling in EmailPolicy.fold...
Rito Takeuchi
2024-01-26
2
-1/+25
*
gh-114272: Allow _wmi audit test to succeed even if it times out (GH-114602)
Steve Dower
2024-01-26
1
-1/+7
*
gh-112451: Prohibit subclassing of datetime.timezone. (#114190)
Mariusz Felisiak
2024-01-26
2
-0/+7
*
GH-73435: Add `pathlib.PurePath.full_match()` (#114350)
Barney Gale
2024-01-26
3
-39/+120
*
gh-114561: Mark some tests in ``test_wincosoleio`` with `requires_resource('c...
Kirill Podoprigora
2024-01-25
1
-1/+4
*
gh-114315: Make `threading.Lock` a real class, not a factory function (#114479)
Nikita Sobolev
2024-01-25
2
-7/+17
*
gh-112529: Implement GC for free-threaded builds (#114262)
Sam Gross
2024-01-25
3
-6/+13
*
gh-111051: Check if file is modifed during debugging in `pdb` (#111052)
Tian Gao
2024-01-25
2
-0/+102
*
gh-77465: Increase test coverage for the numbers module (GH-111738)
AN Long
2024-01-25
1
-1/+157
*
gh-114265: remove i_loc_propagated, jump threading does not consider line num...
Irit Katriel
2024-01-25
1
-1/+2
*
gh-114312: Collect stats for unlikely events (GH-114493)
Michael Droettboom
2024-01-25
1
-0/+75
*
gh-114272: Fix or skip tests that fail due to spaces in paths (GH-114451)
Steve Dower
2024-01-25
4
-25/+45
*
GH-112354: `END_FOR` instruction to only pop one value. (GH-114247)
Mark Shannon
2024-01-24
3
-117/+123
*
gh-113205: test_multiprocessing.test_terminate: Give tasks a chance to start ...
Serhiy Storchaka
2024-01-24
1
-0/+1
*
GH-114456: lower the recursion limit under WASI for debug builds (GH-114457)
Brett Cannon
2024-01-23
2
-2/+5
*
gh-101438: Avoid reference cycle in ElementTree.iterparse. (GH-114269)
Sam Gross
2024-01-23
1
-10/+17
*
gh-108303: Move `.whl` test files to `Lib/test/wheeldata/` (#114343)
Nikita Sobolev
2024-01-23
3
-1/+3
*
gh-114423: Remove DummyThread from threading._active when thread dies (GH-114...
Fabio Zadrozny
2024-01-23
2
-28/+75
*
gh-89427: Provide the original prompt value for VIRTUAL_ENV_PROMPT (GH-106726)
Jim Porter
2024-01-23
6
-10/+9
*
gh-114257: Ignore the FileNotFound error in ctypes.util._is_elf() (GH-114394)
AN Long
2024-01-22
2
-2/+8
*
gh-114083: apply optimization of LOAD_CONST instructions to the whole CFG bef...
Irit Katriel
2024-01-22
1
-3/+11
*
gh-75128: Ignore EADDRNOTAVAIL error in asyncio.BaseEventLoop.create_server()...
Serhiy Storchaka
2024-01-22
1
-3/+17
*
gh-108303: Remove `Lib/test/shadowed_super.py` (#114372)
Nikita Sobolev
2024-01-22
2
-8/+15
*
gh-102512: Turn _DummyThread into _MainThread after os.fork() called from a f...
Serhiy Storchaka
2024-01-22
2
-9/+98
*
gh-108303: Move `smtpd` to `test.support` (#114368)
Nikita Sobolev
2024-01-22
3
-5/+2
*
gh-113796: Add more validation checks in the csv.Dialect constructor (GH-113797)
Serhiy Storchaka
2024-01-22
1
-13/+54
*
gh-114328: tty cbreak mode should not alter ICRNL (#114335)
Gregory P. Smith
2024-01-21
2
-4/+11
*
gh-111803: Make test_deep_nesting from test_plistlib more strict (GH-114026)
Serhiy Storchaka
2024-01-21
1
-2/+2
*
gh-114241: Fix and improve the ftplib CLI (GH-114242)
Serhiy Storchaka
2024-01-21
1
-10/+17
*
gh-80931: Skip some socket tests while hunting for refleaks on macOS (#114057)
Ronald Oussoren
2024-01-21
3
-1/+64
*
Remove deleted `time_hashlib.py` from `Lib/test/.ruff.toml` (#114355)
Hugo van Kemenade
2024-01-20
1
-1/+0
*
Remove the non-test Lib/test/time_hashlib.py. (#114354)
Gregory P. Smith
2024-01-20
1
-88/+0
*
gh-114281: Remove incorrect type hints from `asyncio.staggered` (#114282)
Nikita Sobolev
2024-01-20
1
-11/+1
*
GH-113225: Speed up `pathlib.Path.walk(top_down=False)` (#113693)
Barney Gale
2024-01-20
1
-4/+5
*
GH-79634: Accept path-like objects as pathlib glob patterns. (#114017)
Barney Gale
2024-01-20
4
-72/+107
*
gh-114265: move line number propagation before cfg optimization, remove guara...
Irit Katriel
2024-01-19
2
-11/+6
*
gh-114275: Skip doctests that use `asyncio` in `test_pdb` for WASI builds (#1...
Nikita Sobolev
2024-01-19
1
-202/+208
*
gh-114123: Migrate docstring from _csv to csv (#114124)
Skip Montanaro
2024-01-18
2
-9/+70
*
gh-114087: Speed up dataclasses._asdict_inner (#114088)
keithasaurus
2024-01-18
1
-45/+55
*
gh-114198: Rename dataclass __replace__ argument to 'self' (gh-114251)
Phillip Schanely
2024-01-18
1
-6/+6
*
gh-108303: Move all doctest related files and tests to `Lib/test/test_doctest...
Nikita Sobolev
2024-01-18
16
-116/+151
*
gh-110345: show Tcl/Tk patchlevel in `tkinter._test()` (GH-110350)
Christopher Chavez
2024-01-18
1
-1/+1
*
gh-114050: Fix crash when more than two arguments are passed to int() (GH-114...
kcatss
2024-01-18
1
-0/+1
[next]