summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-112243: Don't include comments in f-string debug expressions (GH-11...Pablo Galindo Salgado2023-11-201-0/+1
* [3.12] gh-73561: Omit interface scope from IPv6 when used as Host header (GH-...Miss Islington (bot)2023-11-191-0/+1
* [3.12] gh-112266: Remove `(if defined)` part from `__dict__` and `__weakref__...Miss Islington (bot)2023-11-191-0/+2
* [3.12] gh-79871: IDLE - Fix and test debugger module (GH-11451) (#112256)Miss Islington (bot)2023-11-191-0/+4
* [3.12] gh-109538: Catch closed loop runtime error and issue warning (GH-11198...DPR2023-11-161-0/+1
* [3.12] gh-112088: Run autoreconf in GHA check_generated_files (GH-112090) (#1...Victor Stinner2023-11-161-0/+5
* [3.12] gh-111942: Fix SystemError in the TextIOWrapper constructor (GH-112061...Victor Stinner2023-11-151-0/+2
* [3.12] gh-111942: Fix crashes in TextIOWrapper.reconfigure() (GH-111976) (GH-...Miss Islington (bot)2023-11-141-0/+2
* [3.12] gh-111460: Restore ncurses widechar support on macOS (GH-111878) (gh-1...Miss Islington (bot)2023-11-141-0/+3
* gh-111856: Fix os.fstat on windows with FAT32 and exFAT filesystem (GH-112038)Miss Islington (bot)2023-11-131-0/+2
* [3.12] gh-110395: invalidate open kqueues after fork (GH-110517) (#111745)Gregory P. Smith2023-11-111-0/+2
* [3.12] gh-111841: Fix os.putenv() and os.unsetenv() with embedded NUL on Wind...Miss Islington (bot)2023-11-111-0/+2
* [3.12] gh-111251: Fix error checking in _blake2 module init (GH-111252) (#111...Miss Islington (bot)2023-11-101-0/+1
* [3.12] gh-103791: handle `BaseExceptionGroup` in `contextlib.suppress()` (GH-...Miss Islington (bot)2023-11-101-0/+3
* gh-111356: io: Add missing documented objects to io.__all__ (GH-111370)Miss Islington (bot)2023-11-101-0/+1
* [3.12] GH-111804: Drop posix.fallocate() under WASI (GH-111869) (GH-111919)Brett Cannon2023-11-091-0/+2
* [3.12] gh-110543: Fix CodeType.replace in presence of comprehensions (GH-1105...Miss Islington (bot)2023-11-081-0/+3
* [3.12] gh-101180: Fix a bug where iso2022_jp_3 and iso2022_jp_2004 codecs rea...Miss Islington (bot)2023-11-061-0/+1
* [3.12] gh-111159: Fix `SyntaxError` doctests for non-builtin exception classe...Miss Islington (bot)2023-11-041-0/+1
* [3.12] gh-111654: remove redundant decref in LOAD_FROM_DICT_OR_DEREF (GH-1116...Jelle Zijlstra2023-11-031-0/+2
* [3.12] GH-110894: Call loop exception handler for exceptions in client_connec...Kumar Aditya2023-11-021-0/+1
* [3.12] gh-111253: Fix error checking in _socket module init (GH-111254) (#111...Miss Islington (bot)2023-11-011-0/+1
* [3.12] gh-111295: Fix error checking in time extension module init (GH-111296...Miss Islington (bot)2023-11-011-0/+1
* [3.12] gh-110367: Make regrtest --verbose3 compatible with --huntrleaks -jN (...Miss Islington (bot)2023-11-011-0/+3
* [3.12] gh-109181: Speed up Traceback object creation by lazily compute the li...Pablo Galindo Salgado2023-10-311-0/+2
* [3.12] gh-111531: Tkinter: fix reference leaks in bind_class() and bind_all()...Miss Islington (bot)2023-10-311-0/+2
* [3.12] gh-111366: Correctly show custom syntax error messages in the codeop m...Pablo Galindo Salgado2023-10-301-0/+3
* [3.12] gh-79033: Try to fix asyncio.Server.wait_closed() again (GH-111336) (#...Miss Islington (bot)2023-10-281-0/+6
* [3.12] gh-111342: fix typo in math.sumprod (GH-111416) (gh-111419)Miss Islington (bot)2023-10-281-0/+1
* [3.12] gh-111187: Postpone removal version for locale.getdefaultlocale() to 3...Hugo van Kemenade2023-10-271-0/+1
* [3.12] gh-111380: Show SyntaxWarnings only once when parsing if invalid synta...Miss Islington (bot)2023-10-271-0/+2
* GH-111293: Fix DirEntry.inode dropping higher bits on Windows (GH-111294)Miss Islington (bot)2023-10-261-0/+1
* [3.12] gh-111165: Move test running code from test.support to libregrtest (GH...Serhiy Storchaka2023-10-251-0/+2
* [3.12] gh-111174: Fix crash in getbuffer() called repeatedly for empty BytesI...Miss Islington (bot)2023-10-251-0/+2
* [3.12] gh-102956: Fix returning of empty byte strings after seek in zipfile â...Miss Islington (bot)2023-10-251-0/+1
* [3.12] GH-94438: Restore ability to jump over None tests (GH-111243)Miss Islington (bot)2023-10-242-0/+2
* [3.12] gh-110196: Fix ipaddress.IPv6Address.__reduce__ (GH-110198) (GH-111191)Miss Islington (bot)2023-10-221-0/+1
* [3.12] gh-111085: Fix invalid state handling in TaskGroup and Timeout (GH-111...Miss Islington (bot)2023-10-211-0/+3
* [3.12] gh-111159: Fix `doctest` output comparison for exceptions with notes (...Miss Islington (bot)2023-10-211-0/+1
* [3.12] gh-110918: regrtest: allow to intermix --match and --ignore options (G...Serhiy Storchaka2023-10-211-0/+4
* [3.12] gh-110932: Fix regrtest for SOURCE_DATE_EPOCH (GH-111143) (#111154)Miss Islington (bot)2023-10-211-0/+2
* [3.12] gh-111046: for wasi-threads, export memory as well via the linker (GH-...Miss Islington (bot)2023-10-201-0/+1
* gh-110913: Fix WindowsConsoleIO chunking of UTF-8 text (GH-111007)Miss Islington (bot)2023-10-201-0/+1
* [3.12] gh-111092: Make turtledemo run without default root enabled (GH-111093...Miss Islington (bot)2023-10-201-0/+1
* [3.12] GH-101100: Fix reference warnings for ``__enter__`` and ``__exit__`` (...Miss Islington (bot)2023-10-191-1/+1
* [3.12] GH-101100: Fix reference warnings for ``__getitem__`` (GH-110118) (#11...Miss Islington (bot)2023-10-192-2/+2
* [3.12] gh-108791: Fix pdb CLI invalid argument handling (GH-108816) (#111064)Radislav Chugunov2023-10-191-0/+1
* [3.12] gh-111015: Install IDLE.app and Python Launcher.app on macOS with corr...Miss Islington (bot)2023-10-181-0/+1
* [3.12] gh-110938: Fix error messages for indented blocks with functio… (#11...Jelle Zijlstra2023-10-181-0/+2
* [3.12] gh-110995: Fix test_gdb check_usable_gdb() (GH-110998) (#111003)Miss Islington (bot)2023-10-171-0/+2