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-105194: Fix format specifier escaped characters in f-strings (#105231)
Pablo Galindo Salgado
2023-06-02
1
-0/+10
*
GH-104584: Plugin optimizer API (GH-105100)
Mark Shannon
2023-06-02
2
-112/+126
*
GH-105162: Account for `INSTRUMENTED_RESUME` in gen.close/throw. (GH-105187)
Mark Shannon
2023-06-02
1
-0/+35
*
gh-104799: Default missing lists in AST to the empty list (#104834)
Jelle Zijlstra
2023-06-02
1
-0/+2
*
gh-92536: Argument Clinic no longer emits PyUnicode_READY() (#105208)
Victor Stinner
2023-06-01
1
-8/+2
*
gh-104614: Make Sure ob_type is Always Set Correctly by PyType_Ready() (gh-10...
Eric Snow
2023-06-01
1
-1/+37
*
gh-103224: Use the realpath of the Python executable in `test_venv` (GH-103243)
Artem Mukhin
2023-06-01
1
-3/+5
*
gh-105107: Remove PyCFunction_Call() function (#105181)
Victor Stinner
2023-06-01
1
-0/+20
*
gh-105156: Update Lib/test/clinic.test manually (#105180)
Victor Stinner
2023-06-01
1
-14/+14
*
gh-102251: Explicitly free state for test modules with state in test_import (...
sunmy2019
2023-05-31
1
-4/+10
*
gh-103464: Add checks for arguments of pdb commands (GH-103465)
Tian Gao
2023-05-31
1
-3/+33
*
gh-105144: Runtime-checkable protocols: move all 'sanity checks' to `_Protoco...
Alex Waygood
2023-05-31
1
-18/+91
*
gh-105096: Deprecate wave getmarkers() method (#105098)
Victor Stinner
2023-05-31
1
-0/+26
*
gh-62948: IOBase finalizer logs close() errors (#105104)
Victor Stinner
2023-05-31
1
-12/+2
*
gh-104922: Make `PY_SSIZE_T_CLEAN` not mandatory again (#105051)
Inada Naoki
2023-05-31
1
-17/+0
*
gh-105020: Share tp_bases and tp_mro Between Interpreters For All Static Buil...
Eric Snow
2023-05-31
1
-0/+33
*
gh-102304: Fix 2 New Stable ABI Functions (gh-104762)
Eric Snow
2023-05-30
1
-0/+2
*
gh-105042: Disable unmatched parens syntax error in python tokenize (#105061)
Lysandros Nikolaou
2023-05-30
3
-1/+15
*
gh-105069: Add a readline-like callable to the tokenizer to consume input ite...
Pablo Galindo Salgado
2023-05-30
1
-49/+96
*
gh-105035: fix super() calls on unusual types (e.g. meta-types) (#105094)
Carl Meyer
2023-05-30
1
-0/+12
*
GH-73435: Implement recursive wildcards in `pathlib.PurePath.match()` (#101398)
Barney Gale
2023-05-30
1
-1/+23
*
gh-105071: add PyUnstable_Exc_PrepReraiseStar to expose except* implementatio...
Irit Katriel
2023-05-30
1
-0/+93
*
gh-105084: Tests: Use setuptools+wheel from sysconfig.get_config_var('WHEEL_P...
Miro Hrončok
2023-05-30
1
-2/+22
*
gh-83403: Test `parent` param in `Mock.__init__` (#103630)
Nikita Sobolev
2023-05-30
1
-0/+8
*
gh-105077: Fix test_tkinter refleak checking (GH-105078)
Zachary Ware
2023-05-30
1
-5/+10
*
GH-77609: Add follow_symlinks argument to `pathlib.Path.glob()` (GH-102616)
Barney Gale
2023-05-29
1
-0/+83
*
gh-104803: Implement ntpath.isdevdrive for checking whether a path is on a Wi...
Steve Dower
2023-05-29
1
-0/+20
*
gh-105017: Include CRLF lines in strings and column numbers (#105030)
Marta Gómez Macías
2023-05-28
1
-8/+36
*
gh-105013: Fix inspect.getsource with parenthesized multiline lambdas (#105021)
Pablo Galindo Salgado
2023-05-27
2
-0/+33
*
gh-104497: Make tkinter test pass with tk 8.7 (#104789)
Terry Jan Reedy
2023-05-27
1
-1/+4
*
gh-75552: Remove deprecated tkinter.tix module (GH-104902)
Zachary Ware
2023-05-27
2
-41/+0
*
gh-105017: Fix including additional NL token when using CRLF (#105022)
Marta Gómez Macías
2023-05-27
1
-0/+8
*
gh-104839: Prevent test_venv AddressSanitizer spam (#105005)
Gregory P. Smith
2023-05-27
1
-9/+8
*
gh-104976: Ensure trailing dedent tokens are emitted as the previous tokenize...
Pablo Galindo Salgado
2023-05-26
1
-7/+8
*
GH-101588: Deprecate pickle/copy/deepcopy support in itertools (GH-104965)
Raymond Hettinger
2023-05-26
1
-2/+47
*
GH-103631: Fix `PurePosixPath(PureWindowsPath(...))` separator handling (GH-1...
Barney Gale
2023-05-26
1
-0/+6
*
GH-104947: Make pathlib.PureWindowsPath comparisons consistent across platfor...
Barney Gale
2023-05-26
1
-0/+1
*
gh-104983: Fix test_peg_generator (#104985)
Lysandros Nikolaou
2023-05-26
1
-71/+72
*
gh-104972: Ensure that line attributes in tokens in the tokenize module are c...
Pablo Galindo Salgado
2023-05-26
1
-2/+13
*
Remove raw asserts in test_typing.py (#104951)
Jelle Zijlstra
2023-05-26
1
-22/+30
*
gh-100238: Use setuptools in peg-generator and reenable tests (#104798)
Lysandros Nikolaou
2023-05-26
5
-95/+116
*
gh-104773: PEP 594: Remove the imghdr module (#104777)
Victor Stinner
2023-05-26
17
-152/+5
*
gh-104799: Move location of type_params AST fields (#104828)
Jelle Zijlstra
2023-05-26
1
-53/+77
*
gh-104955: Fix __release_buffer__ signature (#104956)
Jelle Zijlstra
2023-05-26
1
-0/+5
*
GH-89091: raise `RuntimeWarning` for unawaited async generator methods (#104611)
Kumar Aditya
2023-05-26
1
-2/+36
*
gh-104886: Remove deprecated configparser.LegacyInterpolation (#104887)
Hugo van Kemenade
2023-05-26
1
-42/+0
*
GH-104898: Add __slots__ to os.PathLike (GH-104899)
Barney Gale
2023-05-25
1
-0/+6
*
gh-104786: Remove kwargs-based TypedDict creation (#104891)
Tomas R
2023-05-25
1
-30/+3
*
gh-104935: typing: Fix interactions between `@runtime_checkable` and `Generic...
Jelle Zijlstra
2023-05-25
1
-0/+42
*
gh-104773: PEP 594: Remove the audioop module (#104937)
Victor Stinner
2023-05-25
1
-568/+0
[next]