summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
...
* [3.11] gh-113877: Fix Tkinter method winfo_pathname() on 64-bit Windows (GH-1...Miss Islington (bot)2024-01-101-0/+1
* [3.11] gh-113781: Silence AttributeError in warning module during Python fina...Miss Islington (bot)2024-01-091-0/+2
* [3.11] gh-80109: Fix io.TextIOWrapper dropping the internal buffer during wri...Miss Islington (bot)2024-01-081-0/+2
* [3.11] gh-113729: Fix IDLE's Help -> "IDLE Help" menu bug in 3.12.1 and 3.11....Miss Islington (bot)2024-01-061-0/+1
* [3.11] gh-85567: Fix resouce warnings in pickle and pickletools CLIs (GH-1136...Miss Islington (bot)2024-01-051-0/+2
* [3.11] gh-80532: Do not set ipv6type when cross-compiling (GH-17956) (#113741)Erlend E. Aasland2024-01-051-0/+1
* [3.11] gh-110190: Fix ctypes structs with array on PPCLE64 (GH-112959) (#113167)Diego Russo2024-01-051-0/+1
* [3.11] gh-113538: Don't error in stream reader protocol callback when task is...Miss Islington (bot)2024-01-041-0/+5
* [3.11] gh-113637: Let c_annotations.py to handle the spacing of Limited/Unsta...Ege Akman2024-01-031-0/+1
* [3.11] gh-113602: Bail out when the parser tries to override existing errors ...Miss Islington (bot)2024-01-021-0/+2
* [3.11] gh-62260: Fix ctypes.Structure subclassing with multiple layers (GH-13...Serhiy Storchaka2024-01-011-0/+2
* [3.11] gh-101100: Fix Sphinx warnings in `library/configparser.rst` (GH-11359...Hugo van Kemenade2023-12-313-6/+6
* [3.11] gh-113566: Fix asyncio segfault during interpreter finalization (#113578)Guido van Rossum2023-12-301-0/+2
* [3.11] gh-113543: Make sure that `MacOSXOSAScript` sends `webbrowser.open` au...Miss Islington (bot)2023-12-291-0/+2
* [3.11] bpo-11102: Make configure enable major(), makedev(), and minor() on HP...Miss Islington (bot)2023-12-281-0/+2
* [3.11] bpo-26791: Update shutil.move() to provide the same symlink move behav...Miss Islington (bot)2023-12-271-0/+4
* [3.11] gh-57795: IDLE: Enter the selected text when opening the "Replace" dia...Miss Islington (bot)2023-12-271-0/+1
* [3.11] bpo-36959: Fix error messages for invalid ISO format string in _strpti...Serhiy Storchaka2023-12-261-0/+2
* [3.11] gh-101778: Fix build error when there's a dangling symlink in the dire...Ronald Oussoren2023-12-261-0/+2
* [3.11] gh-106905: Use separate structs to track recursion depth in each PyAST...Serhiy Storchaka2023-12-251-0/+7
* [3.11] bpo-37013: Fix the error handling in socket.if_indextoname() (GH-13503...Miss Islington (bot)2023-12-251-0/+3
* [3.11] gh-113421: Fix multiprocessing logger for "%(filename)s" (GH-113423) (...Miss Islington (bot)2023-12-241-0/+1
* [3.11] gh-113028: Correctly memoize str in pickle when escapes added (GH-1134...Miss Islington (bot)2023-12-241-0/+6
* [3.11] gh-112559: Avoid unnecessary conversion attempts to enum_klass in sign...Miss Islington (bot)2023-12-241-0/+3
* [3.11] gh-74573: document that ndbm can silently corrupt databases on macOS (...Miss Islington (bot)2023-12-231-0/+3
* [3.11] gh-113188: Fix shutil.copymode() and shutil.copystat() on Windows (GH-...Miss Islington (bot)2023-12-231-0/+6
* [3.11] gh-65701: document that freeze doesn't work with framework builds on m...Miss Islington (bot)2023-12-221-0/+2
* [3.11] gh-112305: Fix check-clean-src to detect frozen_modules .h files. (GH-...Miss Islington (bot)2023-12-211-0/+3
* [3.11] GH-113214: Fix SSLProto exception handling in SSL-over-SSL scenarios (...Miss Islington (bot)2023-12-211-0/+1
* [3.11] gh-102362: Fix macOS version number in result of sysconfig.get_platfor...Miss Islington (bot)2023-12-191-0/+3
* [3.11] gh-101100: Fix Sphinx warnings in `library/ast.rst` (GH-113289) (#113291)Hugo van Kemenade2023-12-191-1/+1
* [3.11] gh-113269: IDLE - Fix test_editor hang (macOS) (GH-113271) (#113273)Miss Islington (bot)2023-12-191-0/+1
* [3.11] gh-113199: Make read1() and readline() of HTTPResponse close IO after ...Miss Islington (bot)2023-12-181-0/+3
* [3.11] gh-113246: Updated bundled pip to 23.3.2 (gh-113249) (#113254)Stéphane Bidoul2023-12-181-0/+1
* [3.11] gh-110746: Improve markup in ``tkinter.ttk.rst`` (GH-111236) (#113194)Miss Islington (bot)2023-12-151-0/+1
* [3.11] gh-113009: Fix multiprocessing Process.terminate() on Windows (GH-1131...Miss Islington (bot)2023-12-151-0/+5
* [3.11] gh-61648: Detect line numbers of properties in doctests (GH-113161) (G...Miss Islington (bot)2023-12-151-0/+1
* [3.11] gh-112716: Fix SystemError when __builtins__ is not a dict (GH-112770)...Serhiy Storchaka2023-12-141-0/+2
* [3.11] bpo-40648: Test modes that file can get with chmod() on Windows (GH-20...Miss Islington (bot)2023-12-131-0/+1
* [3.11] gh-101100: Fix Sphinx warning in references with asterisks (GH-113029)...Hugo van Kemenade2023-12-133-8/+8
* [3.11] gh-94606: Fix error when message with Unicode surrogate not surrogatee...Miss Islington (bot)2023-12-111-0/+3
* [3.11] gh-112898: warn about unsaved files when quitting IDLE on macOS (GH-11...Miss Islington (bot)2023-12-111-0/+1
* [3.11] gh-109980: Fix test_tarfile_vs_tar on macOS (GH-112905) (#112928)Miss Islington (bot)2023-12-101-0/+2
* [3.11] gh-79429: Ignore FileNotFoundError when remove a temporary directory i...Miss Islington (bot)2023-12-091-0/+2
* [3.11] gh-110017: Disable test_signal.test_stress_modifying_handlers on macOS...Miss Islington (bot)2023-12-081-0/+2
* [3.11] gh-79325: Fix recursion error in TemporaryDirectory cleanup on Windows...Serhiy Storchaka2023-12-071-0/+2
* [3.11] gh-91133: tempfile.TemporaryDirectory: fix symlink bug in cleanup (GH-...Serhiy Storchaka2023-12-071-0/+2
* [3.11] gh-109981: Fix support.fd_count() on macOS 14 (GH-112797) (#112825)Miss Islington (bot)2023-12-071-0/+3
* [3.11] gh-110190: Fix ctypes structs with array on Arm (#112604) (#112766)Diego Russo2023-12-061-0/+1
* [3.11] gh-75666: Tkinter: "unbind(sequence, funcid)" now only unbinds "funcid...Miss Islington (bot)2023-12-061-0/+6