summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* [3.11] gh-112194: Convert more examples to doctests in `typing.py` (GH-112195...Miss Islington (bot)2023-11-171-31/+43
* [3.11] gh-111811: Fix test_recursive_repr for WASI (GH-112130) (#112132)Miss Islington (bot)2023-11-161-0/+1
* [3.11] gh-102837: more tests for the math module (GH-111930)(GH-102523) (GH-1...Petr Viktorin2023-11-161-0/+80
* [3.11] gh-111942: Fix crashes in TextIOWrapper.reconfigure() (GH-111976) (GH-...Miss Islington (bot)2023-11-151-2/+82
* [3.11] gh-110944: Move pty helper to test.support and add basic pdb completio...Miss Islington (bot)2023-11-143-54/+91
* [3.11] gh-112007: Re-organize help utility intro message (GH-112017) (#112048)Miss Islington (bot)2023-11-131-11/+13
* [3.11] gh-111929: Fix regrtest clear_caches() (#111949)Victor Stinner2023-11-121-7/+0
* [3.11] gh-112001: Fix test_builtins_have_signatures in test_inspect (GH-11200...Miss Islington (bot)2023-11-121-12/+7
* [3.11] gh-111841: Fix os.putenv() and os.unsetenv() with embedded NUL on Wind...Miss Islington (bot)2023-11-112-8/+11
* [3.11] gh-111912: Run test_posix on Windows (GH-111913) (GH-111954)Miss Islington (bot)2023-11-101-3/+7
* [3.11] gh-111929: Fix regrtest --pgo: test_str => test_unicode (GH-111938) (#...Miss Islington (bot)2023-11-101-1/+1
* gh-111356: io: Add missing documented objects to io.__all__ (GH-111370)Miss Islington (bot)2023-11-102-11/+16
* [3.11] gh-110875: Handle '.' properties in logging formatter configuration co...Vinay Sajip2023-11-092-8/+46
* [3.11] gh-111881: Use lazy import in test.support (#111885) (#111890) (#111902)Victor Stinner2023-11-091-1/+1
* [3.11] gh-111881: Import doctest lazily in libregrtest (GH-111884) (#111894)Miss Islington (bot)2023-11-091-5/+8
* [3.11] gh-108303: Move more files to `Lib/test/test_module` (GH-111880) (#111...Miss Islington (bot)2023-11-093-5/+5
* [3.11] gh-108303: Move config parser data to `Lib/test/configparserdata/` (gh...Miss Islington (bot)2023-11-095-12/+12
* [3.11] gh-108303: Move more typing related files to Lib/test/typinganndata (G...Nikita Sobolev2023-11-083-2/+1
* [3.11] gh-111806: Fix `test_recursion` in `test_richcmp` on WASI builds (GH-1...Miss Islington (bot)2023-11-071-0/+1
* [3.11] gh-101180: Fix a bug where iso2022_jp_3 and iso2022_jp_2004 co… (gh-...Donghee Na2023-11-061-0/+46
* [3.11] gh-111159: Fix `SyntaxError` doctests for non-builtin exception classe...Miss Islington (bot)2023-11-042-1/+23
* [3.11] [3.12] GH-110894: Call loop exception handler for exceptions in client...Miss Islington (bot)2023-11-042-2/+44
* [3.11] gh-111644: Fix support threading_cleanup() (GH-111714) (#111717)Miss Islington (bot)2023-11-041-25/+28
* [3.11] gh-111181: Fix enum doctests (GH-111180) (GH-111617)Ethan Furman2023-11-032-12/+16
* [3.11] gh-111625: Fix link to Info-ZIP homepage (GH-111626) (#111640)Miss Islington (bot)2023-11-021-2/+2
* [3.11] gh-110367: Make regrtest --verbose3 compatible with --huntrleaks -jN (...Miss Islington (bot)2023-11-012-2/+31
* [3.11] gh-111366: Correctly show custom syntax error messages in the codeop m...Pablo Galindo Salgado2023-10-312-6/+27
* [3.11] gh-108303: Move all inspect test files to `test_inspect/` (GH-109607) ...Nikita Sobolev2023-10-3110-7/+14
* [3.11] gh-111380: Show SyntaxWarnings only once when parsing if invalid synta...Miss Islington (bot)2023-10-311-0/+12
* [3.11] gh-111531: Tkinter: fix reference leaks in bind_class() and bind_all()...Miss Islington (bot)2023-10-311-2/+2
* [3.11] gh-111347: Remove wrong assertion in test_sendfile (GH-111377) (#111462)Miss Islington (bot)2023-10-311-2/+5
* [3.11] gh-111284: Make multiprocessing tests with threads faster and more rel...Miss Islington (bot)2023-10-301-9/+21
* [3.11] gh-111426: Remove `test_cmd.test_coverage` (GH-111427) (#111433)Miss Islington (bot)2023-10-281-11/+1
* [3.11] gh-110205: Fix asyncio ThreadedChildWatcher._join_threads() (GH-110884...Miss Islington (bot)2023-10-272-12/+10
* [3.11] gh-111276: Clarify docs and comments about the role of LC_CTYPE (GH-11...Miss Islington (bot)2023-10-271-4/+2
* [3.11] gh-111187: Postpone removal version for locale.getdefaultlocale() to 3...Hugo van Kemenade2023-10-271-4/+5
* [3.11] bpo-43950: handle wide unicode characters in tracebacks (GH-28150) (#1...Pablo Galindo Salgado2023-10-272-13/+97
* [3.11] gh-111348: Fix direct invocation of `test_doctest`; remove `test_docte...Miss Islington (bot)2023-10-261-15/+1
* [3.11] GH-94438: Restore ability to jump over None tests (GH-111338)Savannah Ostrowski2023-10-251-0/+34
* [3.11] gh-111165: Add missed "support." prefix for "verbose" (GH-111327) (GH-...Miss Islington (bot)2023-10-251-1/+1
* [3.11] [3.12] gh-111165: Move test running code from test.support to libregrt...Serhiy Storchaka2023-10-2510-320/+264
* [3.11] gh-111309: Use unittest to collect and run distutils tests (GH-111311)Serhiy Storchaka2023-10-2542-245/+74
* [3.11] gh-111174: Fix crash in getbuffer() called repeatedly for empty BytesI...Miss Islington (bot)2023-10-251-0/+14
* [3.11] gh-109017: Use non alternate name for Kyiv (GH-109251) (GH-111279)Miss Islington (bot)2023-10-241-7/+4
* [3.11] gh-75666: Tkinter: add tests for binding (GH-111202) (GH-111256)Miss Islington (bot)2023-10-241-0/+307
* [3.11] gh-67565: Add tests for C-contiguity checks (GH-110951) (GH-111199)Furkan Onder2023-10-233-0/+29
* [3.11] gh-110196: Fix ipaddress.IPv6Address.__reduce__ (GH-110198) (GH-111190)Miss Islington (bot)2023-10-222-0/+10
* [3.11] gh-111085: Fix invalid state handling in TaskGroup and Timeout (GH-111...Miss Islington (bot)2023-10-215-9/+117
* [3.11] gh-111159: Fix `doctest` output comparison for exceptions with notes (...Miss Islington (bot)2023-10-212-1/+158
* [3.11] gh-110918: regrtest: allow to intermix --match and --ignore options (G...Serhiy Storchaka2023-10-2111-141/+122