summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
...
* [3.12] gh-118671: Updated dead ActiveState links (GH-118730) (#118754)Miss Islington (bot)2024-05-081-1/+1
* [3.12] gh-118314: Fix padding edge case in binascii.a2b_base64 strict mode (G...Miss Islington (bot)2024-05-071-0/+15
* [3.12] gh-118164: Break a loop between _pydecimal and _pylong and optimize in...Miss Islington (bot)2024-05-061-10/+21
* [3.12] gh-117389: Fix `test_compileall.EncodingTest` (GH-117390) (#118603)Miss Islington (bot)2024-05-051-8/+14
* [3.12] gh-118164: str(10**10000) hangs if the C _decimal module is missing (G...Miss Islington (bot)2024-05-051-1/+24
* [3.12] gh-118569: Add a test for dynamic PEP695 classes (GH-118570) (#118574)Miss Islington (bot)2024-05-041-0/+25
* [3.12] gh-118513: Fix sibling comprehensions with a name bound in one and glo...Miss Islington (bot)2024-05-031-0/+14
* [3.12] gh-90848: Fixed create_autospec ignoring configure_mock style kwargs (...Miss Islington (bot)2024-05-021-0/+13
* [3.12] gh-118272: Clear generator frame's locals when the generator is closed...Irit Katriel2024-05-021-0/+20
* [3.12] GH-117881: fix athrow().throw()/asend().throw() concurrent access (GH-...Thomas Grainger2024-05-021-0/+148
* [3.12] Uncomment one grammar test (GH-118361) (#118385)Miss Islington (bot)2024-05-021-1/+1
* [3.12] gh-116767: fix crash on 'async with' with many context managers (GH-11...Irit Katriel2024-05-011-4/+32
* [3.12] gh-117860: Add tests for resolving names when import rebind names (GH-...Miss Islington (bot)2024-04-307-0/+147
* [3.12] gh-118404: Fix inspect.signature() for non-comparable callables (GH-11...Miss Islington (bot)2024-04-301-0/+10
* [3.12] gh-117566: fix IPv6Address.is_loopback for IPv4-mapped loopbacks (GH-1...Miss Islington (bot)2024-04-291-0/+16
* [3.12] gh-118221: Always use the default row factory in sqlite3.iterdump() (#...Erlend E. Aasland2024-04-251-0/+15
* [3.12] GH-117894: prevent aclose()/athrow() being re-used after StopIteration...Thomas Grainger2024-04-251-1/+61
* [3.12] gh-118013: Use weakrefs for the cache key in `inspect._shadowed_dict` ...Miss Islington (bot)2024-04-242-1/+25
* [3.12] gh-113171: gh-65056: Fix "private" (non-global) IP address ranges (GH-...Petr Viktorin2024-04-241-1/+20
* [3.12] bpo-40944: Fix IndexError when parse emails with truncated Message-ID,...Miss Islington (bot)2024-04-231-0/+40
* [3.12] gh-118168: Fix Unpack interaction with builtin aliases (GH-118169) (#1...Miss Islington (bot)2024-04-231-0/+32
* [3.12] gh-59215: unittest: restore _top_level_dir at end of discovery (GH-152...Miss Islington (bot)2024-04-231-1/+25
* [3.12] gh-117968: Add tests for the part of the PyRun family of the C API (GH...Serhiy Storchaka2024-04-221-0/+106
* [3.12] gh-118148: Improve tests for shutil.make_archive() (GH-118149) (GH-118...Miss Islington (bot)2024-04-221-71/+176
* [3.12] gh-117995: Don't raise DeprecationWarnings for indexed nameless params...Miss Islington (bot)2024-04-221-0/+14
* [3.12] gh-118121: Fix `test_doctest.test_look_in_unwrapped` (#118122) (#118129)Nikita Sobolev2024-04-211-1/+16
* [3.12] gh-114053: Fix bad interaction of PEP-695, PEP-563 and ``get_type_hint...Alex Waygood2024-04-192-1/+47
* [3.12] gh-117503: Fix test for posixpath.expanduser() when pw_dir ends with /...Miss Islington (bot)2024-04-181-0/+1
* [3.12] gh-117613: Argument Clinic: ensure that defining class params are posi...neonene2024-04-171-0/+22
* [3.12] gh-80361: Fix TypeError in email.Message.get_payload() (GH-117994) (GH...Miss Islington (bot)2024-04-171-0/+15
* [3.12] gh-117975: Ensure flush level is checked when configuring a logging Me...Miss Islington (bot)2024-04-171-0/+29
* [3.12] gh-117313: Fix re-folding email messages containing non-standard line ...Miss Islington (bot)2024-04-171-0/+49
* [3.12] gh-117503: Fix support of non-ASCII user names in posixpath.expanduser...Serhiy Storchaka2024-04-171-0/+11
* [3.12] gh-117879: Fix test_httpservers for the build with profiling (GH-11793...Miss Islington (bot)2024-04-171-0/+3
* [3.12] gh-86650: Fix IndexError when parse emails with invalid Message-ID (GH...Miss Islington (bot)2024-04-171-0/+25
* [3.12] gh-75171: Fix parsing invalid email address headers starting or ending...Miss Islington (bot)2024-04-172-0/+46
* [3.12] gh-117691: Add an appropriate stacklevel for PEP-706 tarfile deprecati...Miss Islington (bot)2024-04-161-0/+25
* [3.12] gh-117797: Improve `test_descr.test_not_implemented` (GH-117798) (#117...Miss Islington (bot)2024-04-161-8/+17
* gh-90329: Add _winapi.GetLongPathName and GetShortPathName and use in venv to...Steve Dower2024-04-152-1/+72
* gh-112278: Improve error handling in wmi module and tests (GH-117818)Steve Dower2024-04-151-7/+21
* [3.12] gh-117889: Fix PGO test in test_peg_generator (GH-117893) (#117895)Miss Islington (bot)2024-04-152-3/+2
* [3.12] gh-91565: Replace bugs.python.org links with Devguide/GitHub ones (GH...Miss Islington (bot)2024-04-151-2/+3
* [3.12] gh-117694: Improve tests for PyEval_EvalCodeEx() (GH-117695) (GH-117884)Miss Islington (bot)2024-04-151-11/+81
* [3.12] gh-115692: Add tests to increase `json` coverage (GH-115693) (#117867)Miss Islington (bot)2024-04-144-10/+35
* [3.12] gh-115142: Skip `test_capi.test_dict.py` if `_testcapi` is not availab...Kirill Podoprigora2024-04-111-1/+3
* [3.12] gh-117711: Only check for 'test/wheeldata' when it's actually used (GH...Miss Islington (bot)2024-04-111-0/+4
* [3.12] gh-117606: Truncate extremely long error message in `test_exceptions` ...Miss Islington (bot)2024-04-111-1/+2
* [3.12] gh-117692: Fix `AttributeError` in `DocTestFinder` on wrapped `builtin...Miss Islington (bot)2024-04-101-0/+14
* [3.12] gh-117534: Add checking for input parameter in iso_to_ymd (GH-117543) ...Miss Islington (bot)2024-04-091-0/+4
* [3.12] gh-117594: Require cpu resource to test_search_anchor_at_beginning (gā...Donghee Na2024-04-081-1/+4