summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-119189: Add yet more tests for mixed Fraction arithmetic (GH-119298...Miss Islington (bot)2024-05-221-3/+32
* [3.13] gh-118877: Fix AssertionError crash in pyrepl (GH-118936) (#119363)Miss Islington (bot)2024-05-222-4/+25
* gh-118507 : Refactor `nt._path_is*` to improve applicability for other cases ...Miss Islington (bot)2024-05-223-24/+38
* [3.13] gh-119102: Fix REPL for dumb terminal (GH-119332) (#119359)Miss Islington (bot)2024-05-221-1/+6
* [3.13] gh-119035: Add Ctrl+← and Ctrl+→ word-skipping keybindings to new ...Miss Islington (bot)2024-05-212-3/+8
* [3.13] gh-110383: Document `socket.makefile()` accepts combined modes (GH-119...Miss Islington (bot)2024-05-211-1/+2
* [3.13] gh-119102: Fix REPL for dumb terminal (GH-119269) (#119308)Miss Islington (bot)2024-05-211-1/+2
* [3.13] gh-74929: PEP 667 general docs update (gh-119291)Miss Islington (bot)2024-05-212-7/+10
* [3.13] gh-119174: Fix high DPI causes turtledemo(turtle-graphics examples) wi...Miss Islington (bot)2024-05-214-11/+23
* [3.13] gh-119050: Add XML support to libregrtest refleak checker (GH-119148) ...Miss Islington (bot)2024-05-204-25/+37
* [3.13] gh-119253: use ImportError in _ios_support (GH-119254) (#119265)Miss Islington (bot)2024-05-201-2/+2
* [3.13] gh-119189: Add more tests for mixed Fraction arithmetic (GH-119236) (G...Miss Islington (bot)2024-05-201-0/+263
* [3.13] gh-118760: Restore the default value of tkinter.wantobjects to 1 (GH-1...Miss Islington (bot)2024-05-201-1/+1
* [3.13] gh-92081: Fix for email.generator.Generator with whitespace between en...Miss Islington (bot)2024-05-203-8/+78
* [3.13] gh-119185: Fix typo in `_pyrepl.pager`: `tempfilepager` should be `tem...Miss Islington (bot)2024-05-201-1/+1
* [3.13] gh-119121: Fix and test `async.staggered.staggered_race` (GH-119173) (...Miss Islington (bot)2024-05-202-2/+98
* [3.13] IDLE: fix url in config.py comment (GH-119198) (#119199)Miss Islington (bot)2024-05-201-1/+1
* [3.13] GH-119113: Raise `TypeError` from `pathlib.PurePath.with_suffix(None)`...Miss Islington (bot)2024-05-192-7/+7
* [3.13] GH-118447: Fix FreeBSD test failures. (GH-119170) (#119181)Miss Islington (bot)2024-05-191-0/+1
* [3.13] GH-118447: Fix handling of unreadable symlinks in `os.path.realpath()`...Miss Islington (bot)2024-05-182-13/+30
* [3.13] gh-119050: Add type hints to libregrtest/results.py (GH-119144) (#119156)Miss Islington (bot)2024-05-181-6/+6
* [3.13] gh-119132: Update sys.version to identify free-threaded or not. (gh-11...Miss Islington (bot)2024-05-181-9/+15
* [3.13] gh-119132: Log sys._is_gil_enabled() in test.pythoninfo (GH-119140) (#...Miss Islington (bot)2024-05-181-3/+7
* [3.13] gh-119049: Fix incorrect display of warning which is constructed by C ...Miss Islington (bot)2024-05-171-1/+43
* [3.13] Add Tkinter tests for different events (GH-118778) (GH-119091)Miss Islington (bot)2024-05-161-0/+278
* [3.13] gh-119064: Use os_helper.FakePath instead of pathlib.Path in tests (GH...Miss Islington (bot)2024-05-1619-127/+115
* [3.13] gh-118760: Fix errors in calling Tkinter bindings on Windows (GH-11878...Miss Islington (bot)2024-05-151-0/+3
* [3.13] Remove references to private symbols from zipimport module docstring (...Miss Islington (bot)2024-05-151-3/+1
* gh-118486: Simplify test_win32_mkdir_700 to check the exact ACL (GH-119056)Miss Islington (bot)2024-05-151-15/+8
* [3.13] typing tests: remove some unnecessary uses of `exec()` (GH-119005) (#1...Miss Islington (bot)2024-05-141-19/+9
* [3.13] Add yet few cases for urlparse/urlunparse roundtrip tests (GH-119031) ...Miss Islington (bot)2024-05-141-0/+17
* [3.13] gh-67693: Fix urlunparse() and urlunsplit() for URIs with path startin...Miss Islington (bot)2024-05-142-4/+68
* [3.13] gh-58933: Make pdb return to caller frame correctly when f_trace is no...Miss Islington (bot)2024-05-132-7/+61
* [3.13] gh-87106: Fix inspect.signature.bind() handling of positional-only arg...Miss Islington (bot)2024-05-132-17/+36
* [3.13] GH-118844: Fix build failures when combining --disable-gil with --enab...Miss Islington (bot)2024-05-131-1/+1
* [3.13] gh-118899: Add tests for `NotImplemented` attribute access (GH-118902)...Miss Islington (bot)2024-05-121-0/+18
* [3.13] gh-117655: Prevent `test_strptime` from raising a DeprecationWarning (...Miss Islington (bot)2024-05-112-14/+20
* [3.13] gh-118921: Add `copy()` method for `FrameLocalsProxy` (GH-118923) (#11...Miss Islington (bot)2024-05-101-3/+9
* [3.13] gh-118846: Fix free-threading test failures when run sequentially (GH-...Miss Islington (bot)2024-05-108-6/+35
* [3.13] Rename typing._collect_parameters (GH-118900) (#118917)Miss Islington (bot)2024-05-102-8/+29
* [3.13] gh-118895: Call PyType_Ready() on typing.NoDefault (GH-118897) (#118914)Miss Islington (bot)2024-05-101-2/+21
* gh-118209: Add Windows structured exception handling to mmap module (GH-118213)Miss Islington (bot)2024-05-101-0/+77
* [3.13] gh-118851: Default ctx arguments to AST constructors to Load() (GH-118...Miss Islington (bot)2024-05-091-0/+17
* [3.13] gh-118846: Fix PGO tests in free-threaded build (GH-118862) (#118867)Miss Islington (bot)2024-05-092-2/+4
* [3.13] gh-118817: Fix `asyncio REPL` on Windows (GH-118819) (#118847)Miss Islington (bot)2024-05-092-4/+8
* gh-118802: Fix ACL use in test for non-English Windows (GH-118831)Miss Islington (bot)2024-05-091-3/+2
* [3.13] gh-103956: Fix `trace` output in case of missing source line (GH-10395...Miss Islington (bot)2024-05-092-4/+37
* [3.13] gh-118033: Fix `__weakref__` not set for generic dataclasses (GH-11809...Miss Islington (bot)2024-05-092-3/+116
* [3.13] [tests]: Mark ``test_statistics.test_kde_random`` with a ``requires_re...Miss Islington (bot)2024-05-091-0/+1
* [3.13] gh-118772: Allow TypeVars without a default to follow those with a def...Miss Islington (bot)2024-05-082-10/+32