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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-119213: Be More Careful About _PyArg_Parser.kwtuple Across Interpreters (g...
Eric Snow
2024-05-22
1
-0/+33
*
gh-118643: Fix AttributeError in the email module (GH-119099)
Serhiy Storchaka
2024-05-22
1
-2/+10
*
gh-118911: Trailing whitespace in a block shouldn't prevent the user from ter...
Aya Elsayed
2024-05-22
2
-6/+58
*
gh-111201: Speed up paste mode in the REPL (#119341)
Pablo Galindo Salgado
2024-05-22
1
-1/+1
*
gh-111201: auto-indentation in _pyrepl (#119348)
Arnon Yaari
2024-05-22
1
-55/+139
*
gh-119180: PEP 649: Add __annotate__ attributes (#119209)
Jelle Zijlstra
2024-05-22
3
-2/+46
*
gh-119357: Increase test coverage for keymap in _pyrepl (#119358)
Eugene Triguba
2024-05-22
1
-18/+64
*
gh-60191: Implement ast.compare (#19211)
Batuhan Taskaya
2024-05-22
1
-5/+116
*
gh-119180: Add LOAD_COMMON_CONSTANT opcode (#119321)
Jelle Zijlstra
2024-05-22
3
-119/+119
*
gh-119205: Fix autocompletion bug in new repl (#119229)
Koudai Aono
2024-05-21
2
-7/+25
*
gh-118893: Evaluate all statements in the new REPL separately (#119318)
Pablo Galindo Salgado
2024-05-21
2
-1/+93
*
gh-118692: Avoid creating unnecessary StopIteration instances for monitoring ...
Irit Katriel
2024-05-21
1
-5/+26
*
gh-118507 : Refactor `nt._path_is*` to improve applicability for other cases ...
Nice Zombies
2024-05-21
2
-7/+34
*
gh-111201: Remove readline dependency from the PyREPL (#119262)
Lysandros Nikolaou
2024-05-21
1
-1/+0
*
gh-119189: Add yet more tests for mixed Fraction arithmetic (GH-119298)
Serhiy Storchaka
2024-05-21
1
-3/+32
*
gh-117657: Fix itertools.count thread safety (#119268)
Arnon Yaari
2024-05-21
1
-1/+23
*
gh-119306: Break up _pyrepl tests (#119307)
Eugene Triguba
2024-05-21
10
-1490/+1516
*
gh-111201: Add tests for unix console class in pyrepl (#118653)
Lysandros Nikolaou
2024-05-20
1
-2/+290
*
gh-119050: Add XML support to libregrtest refleak checker (#119148)
Victor Stinner
2024-05-20
4
-25/+37
*
gh-94808: Add test coverage for "starred kind" in _PyPegen_set_expr_context (...
Mark Jason Dominus (陶敏修)
2024-05-20
1
-0/+6
*
gh-111201: Add more tests to test_pyrepl to cover key translation (#118705)
Pablo Galindo Salgado
2024-05-20
1
-8/+181
*
gh-119189: Add more tests for mixed Fraction arithmetic (GH-119236)
Serhiy Storchaka
2024-05-20
1
-0/+263
*
gh-92081: Fix for email.generator.Generator with whitespace between encoded w...
Toshio Kuratomi
2024-05-20
2
-1/+37
*
gh-118877: Fix AssertionError crash in pyrepl (#118936)
Daniel Hollas
2024-05-20
1
-1/+24
*
gh-103134: Update multiprocessing.managers.ListProxy and DictProxy (GH-103133)
Roy Hyunjin Han
2024-05-20
1
-3/+43
*
gh-119121: Fix and test `async.staggered.staggered_race` (#119173)
Nikita Sobolev
2024-05-20
1
-0/+97
*
GH-119113: Raise `TypeError` from `pathlib.PurePath.with_suffix(None)` (#119124)
Barney Gale
2024-05-19
1
-1/+3
*
GH-118447: Fix FreeBSD test failures. (#119170)
Barney Gale
2024-05-19
1
-0/+1
*
Try to repair oddball test bots timing out in test_int (#119166)
Tim Peters
2024-05-19
1
-0/+8
*
gh-118750: Asymptotically faster `int(string)` (#118751)
Tim Peters
2024-05-19
1
-0/+79
*
GH-118447: Fix handling of unreadable symlinks in `os.path.realpath()` (#118489)
Barney Gale
2024-05-18
1
-0/+17
*
gh-119050: Add type hints to libregrtest/results.py (#119144)
Victor Stinner
2024-05-18
1
-6/+6
*
gh-119132: Log sys._is_gil_enabled() in test.pythoninfo (#119140)
Victor Stinner
2024-05-18
1
-3/+7
*
gh-119049: Fix incorrect display of warning which is constructed by C API (GH...
Kirill Podoprigora
2024-05-16
1
-1/+43
*
Add Tkinter tests for different events (GH-118778)
Serhiy Storchaka
2024-05-16
1
-0/+278
*
gh-119064: Use os_helper.FakePath instead of pathlib.Path in tests (GH-119065)
Serhiy Storchaka
2024-05-16
19
-127/+115
*
Fix typos in test_buffer.py and update numpy issue links (#118963)
Wulian233
2024-05-16
1
-6/+6
*
gh-118486: Simplify test_win32_mkdir_700 to check the exact ACL (GH-119056)
Steve Dower
2024-05-15
1
-15/+8
*
GH-74033: Drop deprecated `pathlib.Path` keyword arguments (#118793)
Barney Gale
2024-05-14
1
-2/+2
*
gh-118928: sqlite3: disallow sequences of params with named placeholders (#11...
Erlend E. Aasland
2024-05-14
1
-2/+1
*
typing tests: remove some unnecessary uses of `exec()` (#119005)
Alex Waygood
2024-05-14
1
-19/+9
*
Add yet few cases for urlparse/urlunparse roundtrip tests (GH-119031)
Serhiy Storchaka
2024-05-14
1
-0/+17
*
gh-67693: Fix urlunparse() and urlunsplit() for URIs with path starting with ...
Serhiy Storchaka
2024-05-14
1
-3/+67
*
gh-58933: Make pdb return to caller frame correctly when f_trace is not set (...
Tian Gao
2024-05-13
1
-0/+52
*
gh-87106: Fix inspect.signature.bind() handling of positional-only arguments ...
Jacob Walls
2024-05-13
1
-5/+20
*
gh-118899: Add tests for `NotImplemented` attribute access (#118902)
Nikita Sobolev
2024-05-12
1
-0/+18
*
gh-117655: Prevent `test_strptime` from raising a DeprecationWarning (GH-117668)
Nice Zombies
2024-05-11
2
-14/+20
*
gh-118921: Add `copy()` method for `FrameLocalsProxy` (#118923)
Tian Gao
2024-05-10
1
-3/+9
*
gh-118924: Remove `sqlite3.version` and `sqlite3.version_info` (#118925)
Hugo van Kemenade
2024-05-10
1
-11/+0
*
gh-118846: Fix free-threading test failures when run sequentially (#118864)
Sam Gross
2024-05-10
8
-6/+35
[next]