summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-102512: Turn _DummyThread into _MainThread after os.fork() called f...Miss Islington (bot)2024-01-221-0/+3
* [3.12] gh-114328: tty cbreak mode should not alter ICRNL (GH-114335) (#114410)Miss Islington (bot)2024-01-211-0/+4
* [3.12] gh-113358: Fix rendering tracebacks with exceptions with a broken __ge...Jérome Perrin2024-01-211-0/+1
* [3.12] Check for valid tp_version_tag in specializer (gh-89811) (gh-114216)Peter Lazorchak2024-01-191-0/+2
* [3.12] gh-110345: show Tcl/Tk patchlevel in `tkinter._test()` (GH-110350) (GH...Miss Islington (bot)2024-01-181-0/+1
* [3.12] gh-96905: In IDLE code, stop redefining built-ins 'dict' and 'object' ...Miss Islington (bot)2024-01-181-0/+1
* [3.12] gh-104522: Fix OSError raised when run a subprocess (GH-114195) (#114219)Miss Islington (bot)2024-01-181-0/+3
* [3.12] gh-112343: pdb: Use tokenize to replace convenience variables (GH-1123...Tian Gao2024-01-171-0/+1
* [3.12] gh-114149: [Enum] fix tuple subclass handling when using custom __new_...Miss Islington (bot)2024-01-171-0/+1
* [3.12] gh-38807: Fix race condition in Lib/trace.py (GH-110143) (GH-114206)Miss Islington (bot)2024-01-171-0/+3
* [3.12] gh-105102: Fix nested unions in structures when the system byteorder i...Serhiy Storchaka2024-01-171-0/+2
* [3.12] gh-104282: Fix null pointer dereference in `lzma._decode_filter_proper...Miss Islington (bot)2024-01-171-0/+3
* [3.12] gh-72284: Revise lists in IDLE doc (GH-114174) (#114175)Miss Islington (bot)2024-01-171-0/+2
* [3.12] gh-113659: Skip hidden .pth files (GH-113660) (GH-114143)Miss Islington (bot)2024-01-161-0/+1
* gh-114096: Restore privileges in _winapi.CreateJunction after creating the ju...Miss Islington (bot)2024-01-161-0/+3
* [3.12] gh-114077: Fix OverflowError in socket.sendfile() when pass count >2Gi...Miss Islington (bot)2024-01-161-0/+2
* [3.12] gh-101100: Fix Sphinx warnings in `howto/urllib2.rst` and `library/htt...Hugo van Kemenade2024-01-144-7/+7
* [3.12] gh-101225: Increase the socket backlog when creating a multiprocessing...Miss Islington (bot)2024-01-141-0/+4
* [3.12] gh-95649: Document that asyncio contains uvloop code (GH-107536) (#114...Alois Klink2024-01-142-0/+4
* [3.12] gh-114014: Update `fractions.Fraction()`'s rational parsing regex (GH-...Miss Islington (bot)2024-01-131-0/+1
* [3.12] gh-101100: Fix Sphinx Lint warnings in `Misc/` (GH-113946) (#113998)Hugo van Kemenade2024-01-1244-337/+337
* gh-111877: Fixes stat() handling for inaccessible files on Windows (GH-113716)Miss Islington (bot)2024-01-121-0/+2
* [3.12] gh-113903: Fix an IDLE configdialog test (GH-113973) (#113974)Miss Islington (bot)2024-01-121-0/+1
* gh-81489: Use Unicode APIs for mmap tagname on Windows (GH-14133)Miss Islington (bot)2024-01-111-0/+2
* [3.12] gh-109858: Protect zipfile from "quoted-overlap" zipbomb (GH-110016) (...Miss Islington (bot)2024-01-111-0/+3
* gh-87868: Sort and remove duplicates in getenvironment() (GH-102731)Miss Islington (bot)2024-01-101-0/+2
* [3.12] gh-113594: Fix UnicodeEncodeError in TokenList.fold() (GH-113730) (GH-...Miss Islington (bot)2024-01-101-0/+2
* [3.12] gh-113664: Improve style of Big O notation (GH-113695) (GH-113909)Miss Islington (bot)2024-01-103-3/+3
* [3.12] gh-113877: Fix Tkinter method winfo_pathname() on 64-bit Windows (GH-1...Miss Islington (bot)2024-01-101-0/+1
* [3.12] GH-113661: unittest runner: Don't exit 5 if tests were skipped (GH-113...Miss Islington (bot)2024-01-091-0/+3
* [3.12] gh-113781: Silence AttributeError in warning module during Python fina...Miss Islington (bot)2024-01-091-0/+2
* [3.12] gh-80109: Fix io.TextIOWrapper dropping the internal buffer during wri...Miss Islington (bot)2024-01-081-0/+2
* [3.12] gh-112795: Allow `/` folder in a zipfile (GH-112932) (#113789)Miss Islington (bot)2024-01-071-0/+3
* [3.12] 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.12] gh-62260: Fix ctypes.Structure subclassing with multiple layers (GH-13...Serhiy Storchaka2024-01-051-0/+2
* [3.12] gh-85567: Fix resouce warnings in pickle and pickletools CLIs (GH-1136...Miss Islington (bot)2024-01-051-0/+2
* [3.12] gh-80532: Do not set ipv6type when cross-compiling (GH-17956) (#113740)Miss Islington (bot)2024-01-051-0/+1
* [3.12] gh-110190: Fix ctypes structs with array on PPCLE64 (GH-112959) (#113170)Diego Russo2024-01-051-0/+1
* [3.12] gh-113703: Correctly identify incomplete f-strings in the codeop modul...Pablo Galindo Salgado2024-01-051-0/+2
* [3.12] gh-113320: Reduce the number of dangerous `getattr()` calls when const...Alex Waygood2024-01-051-0/+4
* [3.12] gh-113538: Don't error in stream reader protocol callback when task is...Miss Islington (bot)2024-01-041-0/+5
* [3.12] Document the `co_lines` method on code objects (#113682) (#113686)Alex Waygood2024-01-031-2/+2
* [3.12] gh-101100: Fix Sphinx warnings for removed dead batteries (GH-113669) ...Hugo van Kemenade2024-01-037-10/+10
* [3.12] gh-113637: Let c_annotations.py to handle the spacing of Limited/Unsta...Miss Islington (bot)2024-01-031-0/+1
* [3.12] gh-113602: Bail out when the parser tries to override existing errors ...Miss Islington (bot)2024-01-021-0/+2
* [3.12] gh-101100: Fix Sphinx warnings in `library/configparser.rst` (GH-11359...Hugo van Kemenade2023-12-313-6/+6
* [3.12] gh-113543: Make sure that `MacOSXOSAScript` sends `webbrowser.open` au...Miss Islington (bot)2023-12-291-0/+2
* [3.12] bpo-11102: Make configure enable major(), makedev(), and minor() on HP...Miss Islington (bot)2023-12-281-0/+2
* [3.12] gh-110459: Make sure --with-openssl-rpath works on macOS (GH-113441) (...Miss Islington (bot)2023-12-281-0/+2
* [3.12] bpo-26791: Update shutil.move() to provide the same symlink move behav...Miss Islington (bot)2023-12-271-0/+4