summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* [3.11] [3.12] gh-83162: Rename re.error in idlelib (GH-101677) (GH-112987) (#...Miss Islington (bot)2023-12-122-2/+4
* [3.11] gh-112953: Rename idlelib/NEWS.txt to News3.txt and update (GH… (#11...Terry Jan Reedy2023-12-123-4/+9
* [3.11] gh-108303: Move `double_const` to `test_import` where it belongs (GH-1...Miss Islington (bot)2023-12-112-3/+6
* [3.11] gh-94606: Fix error when message with Unicode surrogate not surrogatee...Miss Islington (bot)2023-12-113-16/+46
* [3.11] gh-112898: warn about unsaved files when quitting IDLE on macOS (GH-11...Miss Islington (bot)2023-12-111-1/+1
* [3.11] Fix SyntaxWarning in test_syntax.py (GH-112944) (GH-112956)Miss Islington (bot)2023-12-111-1/+1
* [3.11] gh-109980: Fix test_tarfile_vs_tar on macOS (GH-112905) (#112928)Miss Islington (bot)2023-12-101-0/+11
* [3.11] IDLE: Tweak iomenu.IOBinding.maybesave (GH-112914) (#112918)Miss Islington (bot)2023-12-101-10/+11
* [3.11] gh-79429: Ignore FileNotFoundError when remove a temporary directory i...Miss Islington (bot)2023-12-091-1/+4
* [3.11] gh-110190: Temporarily skip new test introduced in gh-112604 on PPC64L...Łukasz Langa2023-12-081-45/+52
* [3.11] gh-110017: Disable test_signal.test_stress_modifying_handlers on macOS...Miss Islington (bot)2023-12-081-0/+1
* [3.11] gh-79325: Fix recursion error in TemporaryDirectory cleanup on Windows...Serhiy Storchaka2023-12-072-2/+19
* [3.11] gh-91133: tempfile.TemporaryDirectory: fix symlink bug in cleanup (GH-...Serhiy Storchaka2023-12-072-15/+123
* [3.11] gh-109981: Fix support.fd_count() on macOS 14 (GH-112797) (#112825)Miss Islington (bot)2023-12-071-2/+9
* [3.11] gh-110190: Fix ctypes structs with array on Arm (#112604) (#112766)Diego Russo2023-12-061-2/+125
* [3.11] gh-75666: Tkinter: "unbind(sequence, funcid)" now only unbinds "funcid...Miss Islington (bot)2023-12-062-11/+45
* [3.11] gh-112769: test_zlib: Fix comparison of ZLIB_RUNTIME_VERSION with non-...Miss Islington (bot)2023-12-051-12/+17
* [3.11] bpo-35332: Handle os.close() errors in shutil.rmtree() (GH-23766) (GH-...Miss Islington (bot)2023-12-052-2/+53
* [3.11] bpo-43153: Don't mask `PermissionError` with `NotADirectoryError` duri...Miss Islington (bot)2023-12-052-2/+37
* Python 3.11.7v3.11.7Pablo Galindo2023-12-041-117/+112
* [3.11] gh-108927: Fix removing testing modules from sys.modules (GH-108952) (...Miss Islington (bot)2023-12-047-9/+63
* [3.11] gh-109786: Fix leaks and crash when re-enter itertools.pairwise.__next...Miss Islington (bot)2023-12-041-0/+72
* [3.11] gh-112625: Protect bytearray from being freed by misbehaving iterator ...Miss Islington (bot)2023-12-041-0/+17
* [3.11] gh-66819: More IDLE htest updates(4) (GH-112686) (#112689)Miss Islington (bot)2023-12-0425-34/+62
* [3.11] gh-66819: More IDLE htest updates(3) (GH-112683) (#112685)Miss Islington (bot)2023-12-046-26/+27
* [3.11] gh-66819: More IDLE htest updates(2) (GH-112642) (#112644)Miss Islington (bot)2023-12-039-69/+70
* [3.11] [3.12] gh-112618: Make Annotated cache typed (GH-112619) (GH-112628) (...Miss Islington (bot)2023-12-032-2/+41
* [3.11] [3.12] gh-109413: libregrtest: Backport `.py`-file changes from GH-112...Miss Islington (bot)2023-12-017-12/+18
* [3.11] [3.12] gh-109413: libregrtest: enable mypy's `--strict-optional` check...Miss Islington (bot)2023-12-014-4/+48
* [3.11] bpo-35191: Fix unexpected integer truncation in socket.setblocking() (...Alexey Izbyshev2023-12-011-2/+2
* [3.11] gh-109413: regrtest: add WorkerRunTests class (GH-112588) (#112594)Miss Islington (bot)2023-12-014-22/+28
* [3.11] gh-82565: Add tests for pickle and unpickle with bad files (GH-16606) ...Miss Islington (bot)2023-12-011-0/+78
* [3.11] gh-104231: Add more tests for str(), repr(), ascii(), and bytes() (GH-...Serhiy Storchaka2023-12-012-50/+121
* [3.11] gh-66819: More IDLE htest updates (GH-112574) (#112576)Miss Islington (bot)2023-12-011-55/+52
* [3.11] IDLE: fix config_key htest (GH-112545) (#112547)Miss Islington (bot)2023-11-302-2/+2
* [3.11] gh-112509: Fix keys being present in both required_keys and optional_k...Miss Islington (bot)2023-11-292-5/+60
* [3.11] gh-112431: Unconditionally call `hash -r` (GH-112432) (GH-112492)Miss Islington (bot)2023-11-281-10/+4
* [3.11] gh-112105: Make completer delims work on libedit (gh-112106) (gh-112488)Miss Islington (bot)2023-11-281-0/+20
* [3.11] gh-68166: Tkinter: Add tests and examples for element_create() (GH-111...Miss Islington (bot)2023-11-271-1/+183
* [3.11] gh-112387: Fix error positions for decoded strings with backwards toke...Miss Islington (bot)2023-11-271-0/+4
* [3.11] gh-112388: Fix an error that was causing the parser to try to overwrit...Miss Islington (bot)2023-11-271-0/+1
* [3.11] gh-112438: Fix support of format units with the "e" prefix in nested t...Serhiy Storchaka2023-11-271-0/+27
* [3.11] gh-84443: SSLSocket.recv_into() now support buffer protocol with items...Serhiy Storchaka2023-11-272-4/+30
* [3.11] gh-94722: fix DocTest.__eq__ for case of no line number on one side (G...Miss Islington (bot)2023-11-252-2/+21
* [3.11] gh-109538: Catch closed loop runtime error and issue warning (GH-11198...DPR2023-11-202-2/+61
* [3.11] gh-112266: Remove `(if defined)` part from `__dict__` and `__weakref__...Nikita Sobolev2023-11-201-14/+14
* [3.11] gh-73561: Omit interface scope from IPv6 when used as Host header (GH-...Miss Islington (bot)2023-11-192-2/+26
* [3.11] IDLE: Fix test_debugger bug and buildbot failures (GH-112258) (#112260)Miss Islington (bot)2023-11-191-5/+7
* [3.11] gh-79871: IDLE - Fix and test debugger module (GH-11451) (#112257)Miss Islington (bot)2023-11-194-77/+396
* [3.11] gh-112155: Run `typing.py` doctests during tests (GH-112156) (#112231)Nikita Sobolev2023-11-181-0/+6