summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
...
* [3.12] gh-112645: remove deprecation warning for use of onerror in shutil.rmt...Irit Katriel2023-12-031-0/+1
* [3.12] gh-106560: Fix redundant declarations in Include/ (#112611) (#112650)Victor Stinner2023-12-031-0/+2
* [3.12] gh-112578: Fix RuntimeWarning when running zipfile (GH-112579) (GH-112...Miss Islington (bot)2023-12-031-0/+1
* [3.12] gh-112618: Make Annotated cache typed (#112619) (#112628)Alex Waygood2023-12-031-0/+2
* [3.12] gh-112367: Only free perf trampoline arenas at shutdown (GH-112368) (#...Pablo Galindo Salgado2023-12-011-0/+2
* [3.12] gh-111058: Change coro.cr_frame/gen.gi_frame to be None for a closed c...Miss Islington (bot)2023-12-011-0/+3
* [3.12] gh-112356: LOAD_GLOBAL can only include one PUSH_NULL (#112566)Dennis Sweeney2023-12-011-0/+1
* [3.12] gh-111699: Move smtpd note to dedicated section in What's New Python 3...Miss Islington (bot)2023-11-302-0/+2
* [3.12] gh-112509: Fix keys being present in both required_keys and optional_k...Miss Islington (bot)2023-11-291-0/+3
* [3.12] gh-112105: Make completer delims work on libedit (gh-112106) (gh-112487)Miss Islington (bot)2023-11-281-0/+1
* [3.12] gh-109894: Fix initialization of static `MemoryError` in subinterprete...Miss Islington (bot)2023-11-281-0/+1
* [3.12] gh-105716: Support Background Threads in Subinterpreters Consistently ...Eric Snow2023-11-281-0/+3
* [3.12] gh-109793: Allow Switching Interpreters During Finalization (gh-109794...Eric Snow2023-11-281-0/+4
* [3.12] gh-106931: Intern Statically Allocated Strings Globally (gh-107272) (g...Eric Snow2023-11-271-0/+3
* [3.12] gh-109853: Fix sys.path[0] For Subinterpreters (gh-109994) (gh-110701)Eric Snow2023-11-271-0/+1
* [3.12] gh-68166: Tkinter: Add tests and examples for element_create() (GH-111...Miss Islington (bot)2023-11-271-0/+4
* [3.12] gh-112388: Fix an error that was causing the parser to try to overwrit...Miss Islington (bot)2023-11-271-0/+2
* [3.12] gh-112387: Fix error positions for decoded strings with backwards toke...Miss Islington (bot)2023-11-271-0/+2
* [3.12] bpo-41422: Visit the Pickler's and Unpickler's memo in tp_traverse (GH...Miss Islington (bot)2023-11-271-0/+2
* [3.12] gh-112438: Fix support of format units with the "e" prefix in nested t...Miss Islington (bot)2023-11-271-0/+2
* [3.12] gh-84443: SSLSocket.recv_into() now support buffer protocol with items...Miss Islington (bot)2023-11-271-0/+2
* [3.12] gh-112414: Fix `AttributeError` when calling `repr()` on a namespace p...Miss Islington (bot)2023-11-271-0/+3
* [3.12] gh-112358: Fix Python 3.12 regression with subclassing struct.Struct (...Mark Dickinson2023-11-271-0/+2
* [3.12] gh-94722: fix DocTest.__eq__ for case of no line number on one side (G...Miss Islington (bot)2023-11-251-0/+2
* [3.12] GH-109052: Use the base opcode when comparing code objects (GH-112329)Tian Gao2023-11-231-0/+1
* [3.12] gh-110950: add upstream Tk fixes to macOS installer. (GH-111041) (#112...Miss Islington (bot)2023-11-213-0/+8
* [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