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
*
gh-66425: Remove the unreachable code to set `REMOTE_HOST` header (gh-111441)
c-bata
2023-10-29
1
-4/+0
*
gh-111426: Remove `test_cmd.test_coverage` (#111427)
Nikita Sobolev
2023-10-28
1
-11/+1
*
GH-110109: Move tests for `pathlib.Path.walk()` into main test classes. (#110...
Barney Gale
2023-10-28
1
-169/+169
*
gh-79033: Try to fix asyncio.Server.wait_closed() again (GH-111336)
Guido van Rossum
2023-10-28
2
-6/+56
*
gh-111342: fix typo in math.sumprod (GH-111416)
Sergey B Kirpichev
2023-10-28
1
-0/+1
*
gh-110205: Fix asyncio ThreadedChildWatcher._join_threads() (#110884)
Guido van Rossum
2023-10-27
2
-12/+10
*
gh-59013: Make line number of function breakpoint more precise (#110582)
Tian Gao
2023-10-27
2
-3/+62
*
gh-111388: Add `show_group` parameter to `traceback.format_exception_only` (#...
Nikita Sobolev
2023-10-27
2
-7/+175
*
gh-111276: Clarify docs and comments about the role of LC_CTYPE (#111319)
Łukasz Langa
2023-10-27
1
-4/+2
*
gh-89519: Remove classmethod descriptor chaining, deprecated since 3.11 (gh-1...
Raymond Hettinger
2023-10-27
3
-157/+0
*
gh-109587: Allow "precompiled" perf-trampolines to largely mitigate the cost ...
gsallam
2023-10-27
1
-0/+76
*
gh-111380: Show SyntaxWarnings only once when parsing if invalid syntax is en...
Pablo Galindo Salgado
2023-10-27
1
-0/+12
*
GH-94438: Fix RuntimeWarning for jump tests in test_sys_settrace (GH-111341)
Tian Gao
2023-10-26
1
-2/+6
*
gh-111259: Optimize recursive wildcards in pathlib (GH-111303)
Serhiy Storchaka
2023-10-26
1
-3/+3
*
gh-111348: Fix direct invocation of `test_doctest`; remove `test_doctest.test...
Nikita Sobolev
2023-10-26
1
-15/+1
*
GH-111339: Change `valid` property of executors to `is_valid()` method (GH-11...
Mark Shannon
2023-10-26
1
-6/+6
*
bpo-43950: handle wide unicode characters in tracebacks (#28150)
Batuhan Taskaya
2023-10-26
2
-14/+98
*
gh-67224: Show source lines in tracebacks when using the -c option when runni...
Pablo Galindo Salgado
2023-10-26
9
-16/+37
*
gh-100762: Fix optimization in gen_close (#111069)
Irit Katriel
2023-10-25
2
-6/+2
*
gh-111165: Add missed "support." prefix for "verbose" (GH-111327)
Serhiy Storchaka
2023-10-25
1
-1/+1
*
gh-111187: Postpone removal version for locale.getdefaultlocale() to 3.15 (#1...
Hugo van Kemenade
2023-10-25
1
-4/+6
*
gh-111174: Fix crash in getbuffer() called repeatedly for empty BytesIO (GH-1...
Serhiy Storchaka
2023-10-25
1
-0/+14
*
gh-111165: Move test running code from test.support to libregrtest (GH-111166)
Serhiy Storchaka
2023-10-25
10
-314/+264
*
gh-111065: Add more tests for the C API with the PySys_ prefix (GH-111067)
Serhiy Storchaka
2023-10-25
2
-40/+150
*
gh-57129: Add test for inspect.getsource in the REPL (#111197)
Pablo Galindo Salgado
2023-10-25
1
-1/+64
*
gh-102956: Fix returning of empty byte strings after seek in zipfile … (#10...
Jokimax
2023-10-24
2
-5/+21
*
gh-109017: Use non alternate name for Kyiv (GH-109251)
Jochen Sprickerhof
2023-10-24
1
-7/+4
*
gh-75666: Tkinter: add tests for binding (GH-111202)
Serhiy Storchaka
2023-10-24
1
-0/+307
*
gh-97928: Change the behavior of tkinter.Text.count() (GH-98484)
Serhiy Storchaka
2023-10-24
3
-54/+38
*
GH-94438: Restore ability to jump over None tests (GH-111237)
Savannah Ostrowski
2023-10-24
1
-0/+34
*
gh-110572: Remove `test_*` from `_testcapi/getargs.c` (GH-111214)
Nikita Sobolev
2023-10-24
2
-7/+10
*
gh-109894: Fix initialization of static `MemoryError` in subinterpreter (gh-1...
Radislav Chugunov
2023-10-23
1
-0/+14
*
gh-105931: Fix surprising compileall stripdir behaviour (GH-108671)
hetmankp
2023-10-23
2
-6/+29
*
GH-109369: Add machinery for deoptimizing tier2 executors, both individually ...
Mark Shannon
2023-10-23
1
-0/+61
*
gh-110196: Fix ipaddress.IPv6Address.__reduce__ (GH-110198)
Tian Gao
2023-10-22
2
-0/+10
*
gh-111085: Fix invalid state handling in TaskGroup and Timeout (#111111)
Serhiy Storchaka
2023-10-21
5
-9/+117
*
gh-111159: Fix `doctest` output comparison for exceptions with notes (#111160)
Nikita Sobolev
2023-10-21
2
-1/+158
*
gh-111157: Mention `__notes__` in `traceback.format_exception_only` docstring...
Nikita Sobolev
2023-10-21
1
-15/+12
*
gh-110918: regrtest: allow to intermix --match and --ignore options (GH-110919)
Serhiy Storchaka
2023-10-21
11
-141/+122
*
gh-111123: symtable should visit exception handlers before the else block (#1...
Irit Katriel
2023-10-21
1
-0/+17
*
gh-111155: Fix direct invocation of test_pprint (GH-111156)
Nikita Sobolev
2023-10-21
1
-1/+5
*
gh-110974: Make sure all test_zoneinfo tests are collected (GH-110975)
Nikita Sobolev
2023-10-21
1
-2/+5
*
gh-110932: Fix regrtest for SOURCE_DATE_EPOCH (#111143)
Victor Stinner
2023-10-21
3
-22/+73
*
gh-111132: Fix crash on interactive_filename in `run_mod` (#111136)
Nikita Sobolev
2023-10-20
1
-0/+11
*
gh-111126: Use `isinstance` instead of `assert[Not]IsInstance` in `test_typin...
Nikita Sobolev
2023-10-20
1
-4/+4
*
gh-111089: Add PyUnicode_AsUTF8() to the limited C API (#111121)
Victor Stinner
2023-10-20
1
-0/+1
*
gh-111089: PyUnicode_AsUTF8() now raises on embedded NUL (#111091)
Victor Stinner
2023-10-20
1
-1/+4
*
Synchronize test_contextlib with test_contextlib_async (GH-111000)
Serhiy Storchaka
2023-10-20
1
-0/+46
*
Add tests for failing PyUnicode_AsUTF8AndSize() with psize=NULL (GH-111100)
Serhiy Storchaka
2023-10-20
1
-0/+4
*
gh-111092: Make turtledemo run without default root enabled (#111093)
Terry Jan Reedy
2023-10-20
1
-1/+1
[next]