summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Python 3.11.9v3.11.9Pablo Galindo2024-04-0287-202/+902
* [3.11] gh-117110: Fix subclasses of typing.Any with custom constructors (GH-1...Miss Islington (bot)2024-03-291-0/+1
* [3.11] gh-117310: Remove extra DECREF on "no ciphers" error path in `_ssl._SS...Miss Islington (bot)2024-03-281-0/+4
* [3.11] gh-117178: Recover lazy loading of self-referential modules (GH-117179...Miss Islington (bot)2024-03-281-0/+2
* [3.11] gh-66543: Fix mimetype.guess_type() (GH-117217) (GH-117257)Miss Islington (bot)2024-03-261-0/+4
* [3.11] [3.12] gh-83434: Sync libregrtest and test_regrtest with the main bran...Miss Islington (bot)2024-03-263-0/+7
* [3.11] gh-117187: Fix XML tests for vanilla Expat <2.6.0 (GH-117203) (GH-117245)Miss Islington (bot)2024-03-261-0/+1
* [3.11] gh-91227: Ignore ERROR_PORT_UNREACHABLE in proactor recvfrom() (GH-320...Serhiy Storchaka2024-03-251-0/+1
* [3.11] gh-117084: Fix ZIP file extraction for directory entry names with back...Serhiy Storchaka2024-03-221-0/+2
* [3.11] gh-75988: Fix issues with autospec ignoring wrapped object (GH-115223)...infohash2024-03-221-0/+1
* [3.11] gh-117021: Fix integer overflow in PyLong_AsPid() on non-Windows 64-bi...Serhiy Storchaka2024-03-211-0/+2
* [3.11] gh-116773: Fix overlapped memory corruption crash (GH-116774) (#117077)jkriegshauser2024-03-201-0/+1
* [3.11] gh-116957: configparser: Do post-process values after DuplicateOptionE...David Röthlisberger2024-03-191-0/+3
* [3.11] gh-90872: Fix subprocess.Popen.wait() for negative timeout (#116989) (...Victor Stinner2024-03-191-0/+3
* [3.11] gh-105866: fix dataclass with slots=True, weakref_slot=True (GH-105870...Miss Islington (bot)2024-03-191-0/+1
* [3.11] gh-90535: Fix support of interval>1 in logging.TimedRotatingFileHandle...Miss Islington (bot)2024-03-181-0/+3
* [3.11] gh-116484: Fix collisions between Checkbutton and ttk.Checkbutton defa...Miss Islington (bot)2024-03-161-0/+3
* [3.11] gh-116764: Fix regressions in urllib.parse.parse_qsl() (GH-116801) (GH...Miss Islington (bot)2024-03-161-0/+4
* [3.11] gh-116811: Ensure MetadataPathFinder.invalidate_caches is reachable wh...Jason R. Coombs2024-03-151-0/+2
* [3.11] gh-90095: Ignore empty lines and comments in `.pdbrc` (GH-116834) (#11...Miss Islington (bot)2024-03-151-0/+1
* [3.11] GH-115979: update test_importlib to work under WASI SDK 21 (GH-116754)...Brett Cannon2024-03-131-0/+1
* [3.11] gh-116401: Fix blocking os.fwalk() and shutil.rmtree() on opening a na...Serhiy Storchaka2024-03-131-0/+2
* [3.11] gh-116307: Proper fix for 'mod' leaking across importlib tests… (#11...Jason R. Coombs2024-03-131-0/+2
* [3.11] gh-90095: Make .pdbrc work properly and add some reasonable te… (#11...Tian Gao2024-03-121-0/+1
* [3.11] gh-116600: [Enum] fix global Flag repr (GH-116615) (#116630)Miss Islington (bot)2024-03-121-0/+1
* [3.11] gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) ...Sebastian Pipping2024-03-061-0/+8
* [3.11] gh-116143: Fix race condition in pydoc _start_server (GH-116144) (#116...Miss Islington (bot)2024-03-061-0/+3
* [3.11] GH-116313: get WASI builds to run under wasmtime 18 w/ WASI 0.2/previe...Brett Cannon2024-03-051-0/+1
* [3.11] gh-74668: Fix support of bytes in urllib.parse.parse_qsl() (GH-115771)...Miss Islington (bot)2024-03-051-0/+3
* [3.11] gh-76511: Fix email.Message.as_string() for non-ASCII message with ASC...Miss Islington (bot)2024-03-051-0/+4
* [3.11] gh-116325: Raise `SyntaxError` rather than `IndexError` on ForwardRef ...Miss Islington (bot)2024-03-051-0/+2
* [3.11] gh-116296: Fix refleak in reduce_newobj() corner case (GH-116297) (#11...Miss Islington (bot)2024-03-041-0/+1
* [3.11] gh-112281: Allow `Union` with unhashable `Annotated` metadata (GH-1122...Nikita Sobolev2024-03-031-0/+2
* [3.11] gh-115809: Improve TimedRotatingFileHandler.getFilesToDelete() (GH-115...Miss Islington (bot)2024-03-031-0/+4
* [3.11] GH-115978: Disable `*readv()` and `*writev()` on WASI (GH-116228) (GH-...Miss Islington (bot)2024-03-021-0/+4
* [3.11] gh-88352: Fix logging.TimedRotatingFileHandler (GH-116191) (GH-116209)Miss Islington (bot)2024-03-011-0/+6
* gh-115554: Improved logic for handling multiple existing py.exe launcher inst...Steve Dower2024-03-011-0/+6
* [3.11] gh-101293: Fix support of custom callables and types in inspect.Signat...Miss Islington (bot)2024-03-011-0/+4
* [3.11] gh-87115: Set `__main__.__spec__` to `None` in pdb (GH-116141) (#116155)Tian Gao2024-02-291-0/+1
* [3.11] Docs: mark up NotImplemented using the :data: role throughout the docs...Miss Islington (bot)2024-02-292-2/+2
* [3.11] gh-115197: Stop resolving host in urllib.request proxy bypass (GH-115210)Miss Islington (bot)2024-02-281-0/+2
* [3.11] gh-116034: fix location info on the error of a failed assertion (#116052)Irit Katriel2024-02-281-0/+1
* [3.11] gh-112006: Fix inspect.unwrap() for types where __wrapped__ is a data ...Miss Islington (bot)2024-02-271-0/+2
* [3.11] bpo-43952: Fix multiprocessing Listener authkey bug (GH-25845) (GH-115...Miss Islington (bot)2024-02-271-0/+2
* [3.11] bpo-44865: Fix yet one missing translations in argparse (GH-27668) (GH...Miss Islington (bot)2024-02-261-0/+1
* [3.11] gh-77956: Add the words 'default' and 'version' help text localizable...Serhiy Storchaka2024-02-261-0/+1
* [3.11] gh-114763: Protect lazy loading modules from attribute access races (G...Miss Islington (bot)2024-02-261-0/+3
* [3.11] gh-115881: Ensure `ast.parse()` parses conditional context managers ev...Alex Waygood2024-02-261-0/+4
* [3.11] gh-115823: Calculate correctly error locations when dealing with impli...Miss Islington (bot)2024-02-261-0/+3
* [3.11] gh-115886: Handle embedded null characters in shared memory name (GH-1...Serhiy Storchaka2024-02-251-0/+2