summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* [3.11] bpo-43153: Don't mask `PermissionError` with `NotADirectoryError` duri...Miss Islington (bot)2023-12-051-0/+4
* Merge remote-tracking branch 'upstream/3.11' into 3.11Pablo Galindo2023-12-041-0/+4
|\
| * [3.11] gh-105967: Work around a macOS bug, limit zlib C library crc32 API cal...Miss Islington (bot)2023-12-041-0/+4
* | Python 3.11.7v3.11.7Pablo Galindo2023-12-0479-161/+795
|/
* [3.11] gh-108927: Fix removing testing modules from sys.modules (GH-108952) (...Miss Islington (bot)2023-12-041-0/+4
* [3.11] gh-109786: Fix leaks and crash when re-enter itertools.pairwise.__next...Miss Islington (bot)2023-12-041-0/+2
* [3.11] gh-112625: Protect bytearray from being freed by misbehaving iterator ...Miss Islington (bot)2023-12-041-0/+1
* [3.11] [3.12] gh-112618: Make Annotated cache typed (GH-112619) (GH-112628) (...Miss Islington (bot)2023-12-031-0/+2
* [3.11] bpo-35191: Fix unexpected integer truncation in socket.setblocking() (...Alexey Izbyshev2023-12-011-0/+2
* [3.11] gh-112509: Fix keys being present in both required_keys and optional_k...Miss Islington (bot)2023-11-291-0/+3
* [3.11] gh-112105: Make completer delims work on libedit (gh-112106) (gh-112488)Miss Islington (bot)2023-11-281-0/+1
* [3.11] gh-68166: Tkinter: Add tests and examples for element_create() (GH-111...Miss Islington (bot)2023-11-271-0/+4
* [3.11] gh-112387: Fix error positions for decoded strings with backwards toke...Miss Islington (bot)2023-11-271-0/+2
* [3.11] gh-112388: Fix an error that was causing the parser to try to overwrit...Miss Islington (bot)2023-11-271-0/+2
* [3.11] bpo-41422: Visit the Pickler's and Unpickler's memo in tp_traverse (GH...Serhiy Storchaka2023-11-271-0/+2
* [3.11] gh-112438: Fix support of format units with the "e" prefix in nested t...Serhiy Storchaka2023-11-271-0/+2
* [3.11] gh-84443: SSLSocket.recv_into() now support buffer protocol with items...Serhiy Storchaka2023-11-271-0/+2
* [3.11] gh-94722: fix DocTest.__eq__ for case of no line number on one side (G...Miss Islington (bot)2023-11-251-0/+2
* [3.11] gh-110950: add upstream Tk fixes to macOS installer. (GH-111041) (#112...Miss Islington (bot)2023-11-213-0/+8
* [3.11] gh-109538: Catch closed loop runtime error and issue warning (GH-11198...DPR2023-11-201-0/+1
* [3.11] gh-112266: Remove `(if defined)` part from `__dict__` and `__weakref__...Nikita Sobolev2023-11-201-0/+2
* [3.11] gh-73561: Omit interface scope from IPv6 when used as Host header (GH-...Miss Islington (bot)2023-11-191-0/+1
* [3.11] gh-79871: IDLE - Fix and test debugger module (GH-11451) (#112257)Miss Islington (bot)2023-11-191-0/+4
* [3.11] gh-111942: Fix crashes in TextIOWrapper.reconfigure() (GH-111976) (GH-...Miss Islington (bot)2023-11-152-0/+4
* [3.11] gh-111841: Fix os.putenv() and os.unsetenv() with embedded NUL on Wind...Miss Islington (bot)2023-11-111-0/+2
* [3.11] gh-111251: Fix error checking in _blake2 module init (GH-111252) (#111...Miss Islington (bot)2023-11-101-0/+1
* gh-111356: io: Add missing documented objects to io.__all__ (GH-111370)Miss Islington (bot)2023-11-101-0/+1
* [3.11] GH-111804: Drop posix.fallocate() under WASI (GH-111869) (GH-111920)Brett Cannon2023-11-091-0/+2
* [3.11] gh-101180: Fix a bug where iso2022_jp_3 and iso2022_jp_2004 co… (gh-...Donghee Na2023-11-061-0/+1
* [3.11] gh-111159: Fix `SyntaxError` doctests for non-builtin exception classe...Miss Islington (bot)2023-11-041-0/+1
* [3.11] [3.12] GH-110894: Call loop exception handler for exceptions in client...Miss Islington (bot)2023-11-041-0/+1
* [3.11] gh-110367: Make regrtest --verbose3 compatible with --huntrleaks -jN (...Miss Islington (bot)2023-11-011-0/+3
* [3.11] gh-109181: Speed up Traceback object creation by lazily compute the li...Pablo Galindo Salgado2023-10-311-0/+2
* [3.11] gh-111366: Correctly show custom syntax error messages in the codeop m...Pablo Galindo Salgado2023-10-311-0/+3
* [3.11] gh-111380: Show SyntaxWarnings only once when parsing if invalid synta...Miss Islington (bot)2023-10-311-0/+2
* [3.11] gh-111531: Tkinter: fix reference leaks in bind_class() and bind_all()...Miss Islington (bot)2023-10-311-0/+2
* [3.11] gh-111187: Postpone removal version for locale.getdefaultlocale() to 3...Hugo van Kemenade2023-10-271-0/+1
* [3.11] bpo-43950: handle wide unicode characters in tracebacks (GH-28150) (#1...Pablo Galindo Salgado2023-10-271-0/+3
* [3.11] GH-94438: Restore ability to jump over None tests (GH-111338)Savannah Ostrowski2023-10-252-0/+2
* [3.11] [3.12] gh-111165: Move test running code from test.support to libregrt...Serhiy Storchaka2023-10-251-0/+2
* [3.11] gh-111309: Use unittest to collect and run distutils tests (GH-111311)Serhiy Storchaka2023-10-251-0/+1
* [3.11] gh-111174: Fix crash in getbuffer() called repeatedly for empty BytesI...Miss Islington (bot)2023-10-251-0/+2
* [3.11] gh-110196: Fix ipaddress.IPv6Address.__reduce__ (GH-110198) (GH-111190)Miss Islington (bot)2023-10-221-0/+1
* [3.11] gh-111085: Fix invalid state handling in TaskGroup and Timeout (GH-111...Miss Islington (bot)2023-10-211-0/+3
* [3.11] gh-111159: Fix `doctest` output comparison for exceptions with notes (...Miss Islington (bot)2023-10-211-0/+1
* [3.11] gh-110918: regrtest: allow to intermix --match and --ignore options (G...Serhiy Storchaka2023-10-211-0/+4
* [3.11] gh-110932: Fix regrtest for SOURCE_DATE_EPOCH (GH-111143) (#111153)Miss Islington (bot)2023-10-211-0/+2
* gh-110913: Fix WindowsConsoleIO chunking of UTF-8 text (GH-111007)Miss Islington (bot)2023-10-201-0/+1
* [3.11] gh-111092: Make turtledemo run without default root enabled (GH-111093...Miss Islington (bot)2023-10-201-0/+1
* [3.11] GH-101100: Fix reference warnings for ``__enter__`` and ``__exit__`` (...Miss Islington (bot)2023-10-191-1/+1