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
*
[3.12] GH-117881: fix athrow().throw()/asend().throw() concurrent access (GH-...
Thomas Grainger
2024-05-02
1
-0/+148
*
[3.12] Uncomment one grammar test (GH-118361) (#118385)
Miss Islington (bot)
2024-05-02
1
-1/+1
*
[3.12] gh-116767: fix crash on 'async with' with many context managers (GH-11...
Irit Katriel
2024-05-01
1
-4/+32
*
[3.12] gh-117860: Add tests for resolving names when import rebind names (GH-...
Miss Islington (bot)
2024-04-30
7
-0/+147
*
[3.12] gh-118404: Fix inspect.signature() for non-comparable callables (GH-11...
Miss Islington (bot)
2024-04-30
1
-0/+10
*
[3.12] gh-117566: fix IPv6Address.is_loopback for IPv4-mapped loopbacks (GH-1...
Miss Islington (bot)
2024-04-29
1
-0/+16
*
[3.12] gh-118221: Always use the default row factory in sqlite3.iterdump() (#...
Erlend E. Aasland
2024-04-25
1
-0/+15
*
[3.12] GH-117894: prevent aclose()/athrow() being re-used after StopIteration...
Thomas Grainger
2024-04-25
1
-1/+61
*
[3.12] gh-118013: Use weakrefs for the cache key in `inspect._shadowed_dict` ...
Miss Islington (bot)
2024-04-24
2
-1/+25
*
[3.12] gh-113171: gh-65056: Fix "private" (non-global) IP address ranges (GH-...
Petr Viktorin
2024-04-24
1
-1/+20
*
[3.12] bpo-40944: Fix IndexError when parse emails with truncated Message-ID,...
Miss Islington (bot)
2024-04-23
1
-0/+40
*
[3.12] gh-118168: Fix Unpack interaction with builtin aliases (GH-118169) (#1...
Miss Islington (bot)
2024-04-23
1
-0/+32
*
[3.12] gh-59215: unittest: restore _top_level_dir at end of discovery (GH-152...
Miss Islington (bot)
2024-04-23
1
-1/+25
*
[3.12] gh-117968: Add tests for the part of the PyRun family of the C API (GH...
Serhiy Storchaka
2024-04-22
1
-0/+106
*
[3.12] gh-118148: Improve tests for shutil.make_archive() (GH-118149) (GH-118...
Miss Islington (bot)
2024-04-22
1
-71/+176
*
[3.12] gh-117995: Don't raise DeprecationWarnings for indexed nameless params...
Miss Islington (bot)
2024-04-22
1
-0/+14
*
[3.12] gh-118121: Fix `test_doctest.test_look_in_unwrapped` (#118122) (#118129)
Nikita Sobolev
2024-04-21
1
-1/+16
*
[3.12] gh-114053: Fix bad interaction of PEP-695, PEP-563 and ``get_type_hint...
Alex Waygood
2024-04-19
2
-1/+47
*
[3.12] gh-117503: Fix test for posixpath.expanduser() when pw_dir ends with /...
Miss Islington (bot)
2024-04-18
1
-0/+1
*
[3.12] gh-117613: Argument Clinic: ensure that defining class params are posi...
neonene
2024-04-17
1
-0/+22
*
[3.12] gh-80361: Fix TypeError in email.Message.get_payload() (GH-117994) (GH...
Miss Islington (bot)
2024-04-17
1
-0/+15
*
[3.12] gh-117975: Ensure flush level is checked when configuring a logging Me...
Miss Islington (bot)
2024-04-17
1
-0/+29
*
[3.12] gh-117313: Fix re-folding email messages containing non-standard line ...
Miss Islington (bot)
2024-04-17
1
-0/+49
*
[3.12] gh-117503: Fix support of non-ASCII user names in posixpath.expanduser...
Serhiy Storchaka
2024-04-17
1
-0/+11
*
[3.12] gh-117879: Fix test_httpservers for the build with profiling (GH-11793...
Miss Islington (bot)
2024-04-17
1
-0/+3
*
[3.12] gh-86650: Fix IndexError when parse emails with invalid Message-ID (GH...
Miss Islington (bot)
2024-04-17
1
-0/+25
*
[3.12] gh-75171: Fix parsing invalid email address headers starting or ending...
Miss Islington (bot)
2024-04-17
2
-0/+46
*
[3.12] gh-117691: Add an appropriate stacklevel for PEP-706 tarfile deprecati...
Miss Islington (bot)
2024-04-16
1
-0/+25
*
[3.12] gh-117797: Improve `test_descr.test_not_implemented` (GH-117798) (#117...
Miss Islington (bot)
2024-04-16
1
-8/+17
*
gh-90329: Add _winapi.GetLongPathName and GetShortPathName and use in venv to...
Steve Dower
2024-04-15
2
-1/+72
*
gh-112278: Improve error handling in wmi module and tests (GH-117818)
Steve Dower
2024-04-15
1
-7/+21
*
[3.12] gh-117889: Fix PGO test in test_peg_generator (GH-117893) (#117895)
Miss Islington (bot)
2024-04-15
2
-3/+2
*
[3.12] gh-91565: Replace bugs.python.org links with Devguide/GitHub ones (GH...
Miss Islington (bot)
2024-04-15
1
-2/+3
*
[3.12] gh-117694: Improve tests for PyEval_EvalCodeEx() (GH-117695) (GH-117884)
Miss Islington (bot)
2024-04-15
1
-11/+81
*
[3.12] gh-115692: Add tests to increase `json` coverage (GH-115693) (#117867)
Miss Islington (bot)
2024-04-14
4
-10/+35
*
[3.12] gh-115142: Skip `test_capi.test_dict.py` if `_testcapi` is not availab...
Kirill Podoprigora
2024-04-11
1
-1/+3
*
[3.12] gh-117711: Only check for 'test/wheeldata' when it's actually used (GH...
Miss Islington (bot)
2024-04-11
1
-0/+4
*
[3.12] gh-117606: Truncate extremely long error message in `test_exceptions` ...
Miss Islington (bot)
2024-04-11
1
-1/+2
*
[3.12] gh-117692: Fix `AttributeError` in `DocTestFinder` on wrapped `builtin...
Miss Islington (bot)
2024-04-10
1
-0/+14
*
[3.12] gh-117534: Add checking for input parameter in iso_to_ymd (GH-117543) ...
Miss Islington (bot)
2024-04-09
1
-0/+4
*
[3.12] gh-117594: Require cpu resource to test_search_anchor_at_beginning (gâ...
Donghee Na
2024-04-08
1
-1/+4
*
[3.12] gh-109120: Fix syntax error in handlinh of incorrect star expressionsâ...
Grigoriev Semyon
2024-04-04
1
-7/+19
*
[3.12] gh-117467: Add preserving of mailbox owner on flush (GH-117510) (GH-11...
Miss Islington (bot)
2024-04-04
1
-0/+42
*
[3.12] gh-117166: Ignore empty and temporary dirs in `test_makefile` (GH-1171...
Miss Islington (bot)
2024-04-03
1
-2/+10
*
[3.12] gh-115538: Use pathlib to compare prefixes in test_venv (GH-117076)
Miss Islington (bot)
2024-04-02
1
-1/+2
*
[3.12] gh-117347: Fix test_clinic side effects (#117363) (#117365)
Victor Stinner
2024-03-29
1
-0/+18
*
[3.12] Fix reversed assertRegex checks in test_ssl. (GH-117351) (#117359)
Miss Islington (bot)
2024-03-29
1
-2/+2
*
[3.12] gh-117110: Fix subclasses of typing.Any with custom constructors (GH-1...
Miss Islington (bot)
2024-03-29
1
-0/+20
*
[3.12] gh-114331: Skip decimal test_maxcontext_exact_arith on s390x (GH-11732...
Miss Islington (bot)
2024-03-28
1
-1/+5
*
[3.12] gh-117178: Recover lazy loading of self-referential modules (GH-117179...
Miss Islington (bot)
2024-03-28
1
-0/+18
[next]