summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* [3.12] Restore decimal context after decimal doctests (GH-120149) (GH-120168)Miss Islington (bot)2024-06-061-3/+7
* [3.12] gh-119819: Update logging configuration to support joinable multiprocâ...Miss Islington (bot)2024-06-051-2/+6
* [3.12] gh-119311: Fix name mangling with PEP 695 generic classes (#119464) (#...Jelle Zijlstra2024-06-041-0/+94
* [3.12] gh-119819: Update test to skip if _multiprocessing is unavailable. (GH...Miss Islington (bot)2024-06-041-1/+1
* [3.12] gh-120048: Make `test_imaplib` faster (GH-120050) (#120070)Miss Islington (bot)2024-06-041-14/+8
* [3.12] gh-120039: Reduce expected timeout in test_siginterrupt_off (GH-120047...Miss Islington (bot)2024-06-041-3/+3
* [3.12] gh-89928: Fix integer conversion of device numbers (GH-31794) (GH-120054)Serhiy Storchaka2024-06-041-2/+13
* [3.12] gh-119819: Fix regression to allow logging configuration with multiprâ...Miss Islington (bot)2024-06-041-0/+26
* [3.12] gh-118868: logging QueueHandler fix passing of kwargs (GH-118869) (GH-...Miss Islington (bot)2024-06-041-0/+29
* [3.12] gh-119070: Update test_shebang_executable_extension to always use non-...Miss Islington (bot)2024-06-041-3/+3
* [3.12] GH-89727: Fix `shutil.rmtree()` recursion error on deep trees (GH-1198...Barney Gale2024-06-011-1/+0
* [3.12] gh-113892: Add a extra check to `ProactorEventLoop.sock_connect` to en...Miss Islington (bot)2024-06-011-2/+7
* [3.12] gh-119821: Support non-dict globals in LOAD_FROM_DICT_OR_GLOBALS (#119...Jelle Zijlstra2024-06-011-0/+20
* [3.12] gh-119585: Fix crash involving `PyGILState_Release()` and `PyThreadSta...Sam Gross2024-05-311-0/+16
* [3.12] gh-107262: Update Tkinter tests for Tcl/Tk 8.6.14 (GH-119322) (GH-119807)Miss Islington (bot)2024-05-302-9/+22
* [3.12] gh-109218: Refactor tests for the complex() constructor (GH-119635) (G...Miss Islington (bot)2024-05-301-167/+195
* gh-119690: Adds Unicode support for named pipes in _winapi (GH-119717)Steve Dower2024-05-303-9/+66
* [3.12] GH-89727: Fix FD leak on `os.fwalk()` generator finalization. (GH-1197...Miss Islington (bot)2024-05-301-0/+21
* [3.12] GH-89727: Fix `os.fwalk()` recursion error on deep trees (GH-119638) (...Miss Islington (bot)2024-05-301-2/+0
* [3.12] gh-119260: Clarify is_dataclass Behavior for Subclasses in Documentati...Miss Islington (bot)2024-05-301-0/+18
* [3.12] GH-89727: Partially fix `shutil.rmtree()` recursion error on deep tree...Barney Gale2024-05-291-0/+11
* gh-119070: Avoid test crash due to Unicode in stderr output (GH-119747)Steve Dower2024-05-291-1/+1
* gh-119070: Fix py.exe handling of /usr/bin/env commands missing extension (GH...Steve Dower2024-05-291-0/+8
* [3.12] gh-119011: `type.__type_params__` now return an empty tuple (GH-119296...Jelle Zijlstra2024-05-282-0/+13
* [3.12] gh-119581: Add a test of InitVar with name shadowing (GH-119582) (#119...Miss Islington (bot)2024-05-281-0/+23
* [3.12] Re-order imports to align with zipp 3.18.2 (GH-119587) (#119590)Miss Islington (bot)2024-05-282-3/+3
* gh-118263: Add additional arguments to path_t (Argument Clinic type) in posix...Nice Zombies2024-05-282-1/+12
* [3.12] gh-116860: Remove outdated `test_parserhack` from `test_future` (GH-11...Miss Islington (bot)2024-05-281-20/+0
* [3.12] [3.13] gh-119461: Fix ThreadedVSOCKSocketStreamTest (GH-119465) (GH-11...Miss Islington (bot)2024-05-231-4/+6
* [3.12] gh-119213: Be More Careful About _PyArg_Parser.kwtuple Across Interpre...Eric Snow2024-05-221-0/+33
* gh-118507 : Refactor ntpath native functions (gh-119381)Nice Zombies2024-05-222-0/+25
* [3.12] gh-118643: Fix AttributeError in the email module (GH-119099) (GH-119390)Miss Islington (bot)2024-05-221-2/+10
* [3.12] gh-119189: Add yet more tests for mixed Fraction arithmetic (GH-119298...Miss Islington (bot)2024-05-211-3/+32
* [3.12] gh-119050: Add XML support to libregrtest refleak checker (#119148) (#...Victor Stinner2024-05-204-25/+37
* [3.12] gh-119189: Add more tests for mixed Fraction arithmetic (GH-119236) (G...Miss Islington (bot)2024-05-201-0/+263
* [3.12] gh-92081: Fix for email.generator.Generator with whitespace between en...Miss Islington (bot)2024-05-202-1/+37
* [3.12] gh-119050: Add type hints to libregrtest/results.py (GH-119144) (#119157)Miss Islington (bot)2024-05-181-6/+6
* [3.12] Add Tkinter tests for different events (GH-118778) (GH-119095)Serhiy Storchaka2024-05-161-0/+278
* [3.12] gh-119064: Use os_helper.FakePath instead of pathlib.Path in tests (GH...Serhiy Storchaka2024-05-1619-128/+116
* gh-118486: Simplify test_win32_mkdir_700 to check the exact ACL (GH-119056)Miss Islington (bot)2024-05-151-15/+8
* [3.12] typing tests: remove some unnecessary uses of `exec()` (GH-119005) (#1...Miss Islington (bot)2024-05-141-19/+9
* [3.12] Add yet few cases for urlparse/urlunparse roundtrip tests (GH-119031) ...Miss Islington (bot)2024-05-141-0/+17
* [3.12] gh-67693: Fix urlunparse() and urlunsplit() for URIs with path startin...Miss Islington (bot)2024-05-141-3/+67
* [3.12] gh-58933: Make pdb return to caller frame correctly when f_trace is no...Tian Gao2024-05-131-0/+52
* [3.12] gh-87106: Fix inspect.signature.bind() handling of positional-only arg...Miss Islington (bot)2024-05-131-5/+20
* [3.12] gh-118899: Add tests for `NotImplemented` attribute access (GH-118902)...Miss Islington (bot)2024-05-121-0/+18
* gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488)Steve Dower2024-05-092-0/+47
* gh-118802: Fix ACL use in test for non-English Windows (GH-118831)Miss Islington (bot)2024-05-091-3/+2
* [3.12] gh-103956: Fix `trace` output in case of missing source line (GH-10395...Miss Islington (bot)2024-05-091-0/+25
* [3.12] gh-118033: Fix `__weakref__` not set for generic dataclasses (GH-11809...Miss Islington (bot)2024-05-091-0/+106