summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Python 3.12.11v3.12.11Thomas Wouters2025-06-038-17/+73
* [3.12] gh-128840: Fix parsing long IPv6 addresses with embedded IPv4 address ...Miss Islington (bot)2025-06-031-0/+1
* [3.12] gh-123409: fix `IPv6Address.reverse_pointer` for IPv4-mapped addresses...Miss Islington (bot)2025-06-031-0/+2
* [3.12] gh-135034: Normalize link targets in tarfile, add `os.path.realpath(st...T. Wouters2025-06-031-0/+6
* [3.12] gh-87799: Improve the textual representation of IPv4-mapped IPv6 addre...Miss Islington (bot)2025-06-031-0/+1
* [3.12] gh-128840: Limit the number of parts in IPv6 address parsing (GH-12884...Miss Islington (bot)2025-05-261-0/+2
* [3.12] gh-134062: Fix hash collisions in IPv4Network and IPv6Network (GH-1340...Miss Islington (bot)2025-05-261-0/+3
* [3.12] gh-133767: Fix use-after-free in the unicode-escape decoder with an er...Serhiy Storchaka2025-05-261-0/+2
* Python 3.12.10v3.12.10Thomas Wouters2025-04-0869-139/+693
* [3.12] gh-117779: Fix reading duplicated entries in zipfile by name (GH-12925...Miss Islington (bot)2025-04-081-0/+3
* [3.12] gh-101137: Add `text/x-rst` to `mimetypes` (GH-118593) (GH-118599)sobolevn2025-04-081-0/+1
* [3.12] gh-130775: Allow negative locations in `ast` (GH-130795) (#132260)sobolevn2025-04-081-0/+1
* [3.12] gh-130164: Fix inspect.Signature.bind() handling of positional-only ar...Miss Islington (bot)2025-04-081-0/+3
* [3.12] gh-116608: undeprecate functional importlib.resources API (#132206)Thomas Grainger2025-04-081-0/+1
* [3.12] gh-131809: Upgrade vendored expat to 2.7.1 (GH-132192) (#132237)Miss Islington (bot)2025-04-072-8/+9
* [3.12] gh-131852: Filter out POT-Creation-Date in msgfmt (GH-131880) (GH-132216)Miss Islington (bot)2025-04-071-0/+2
* [3.12] gh-124111: Update macOS installer to use Tcl/Tk 8.6.16. (GH-132190)Miss Islington (bot)2025-04-071-0/+1
* [3.12] gh-131423: Update macOS installer to use OpenSSL 3.0.16. (GH-132189)Miss Islington (bot)2025-04-071-0/+1
* [3.12] gh-91132: Update macOS installer to use ncurses 6.5. (GH-129990)Miss Islington (bot)2025-04-071-0/+1
* [3.12] GH-107674: Avoid allocating boxed ints for `sys.settrace` line events ...Miss Islington (bot)2025-04-061-0/+1
* [3.12] gh-128632: fix segfault on nested __classdict__ type param (GH… (#13...Tomasz Pytel2025-04-041-0/+2
* [3.12] gh-132075: Fix possible use of sockaddr structures with uninitialized ...Miss Islington (bot)2025-04-041-0/+2
* [3.12] gh-89039: Call subclass constructors in datetime.*.replace (GH-114780)...Serhiy Storchaka2025-04-021-0/+6
* [3.12] gh-132002: Fix crash of `ContextVar` on unhashable `str` subtype (GH-1...Miss Islington (bot)2025-04-021-0/+2
* [3.12] gh-111178: Fix getsockaddrarg() undefined behavior (GH-131668) (GH-131...Miss Islington (bot)2025-04-011-0/+1
* [3.12] gh-129917: Update installers to use SQLite 3.49.1 (#131025) (#131958)Erlend E. Aasland2025-03-313-4/+6
* [3.12] gh-131865: Properly apply exported CFLAGS for dtrace/systemtap builds ...Miss Islington (bot)2025-03-311-0/+2
* [3.12] gh-126033: fix UAF in `xml.etree.ElementTree.Element.remove` when conc...Miss Islington (bot)2025-03-311-0/+3
* [3.12] gh-126037: fix UAF in `xml.etree.ElementTree.Element.find*` when concu...Bénédikt Tran2025-03-311-0/+5
* [3.12] gh-131050: skip `test_dh_params` when TLS library lacks FFDHE ciphersu...Miss Islington (bot)2025-03-291-0/+1
* gh-131423: Update to OpenSSL 3.0.16. (GH-131839)Steve Dower2025-03-282-4/+7
* [3.12] gh-131740: Update PyUnstable_GC_VisitObjects to traverse perm gen (#13...Donghee Na2025-03-281-0/+1
* [3.12] gh-131670: Fix crash in `anext()` when `__anext__` is sync and raises ...Miss Islington (bot)2025-03-241-0/+1
* [3.12] gh-131045: [Enum] fix flag containment checks when using values (GH-13...Bénédikt Tran2025-03-241-0/+1
* [3.12] gh-131492, gh-131461: handle exceptions in GzipFile constructor while ...Miss Islington (bot)2025-03-211-0/+1
* [3.12] gh-88887: Cleanup `multiprocessing.resource_tracker.ResourceTracker` u...luccabb2025-03-211-0/+1
* [3.12] gh-131417: Mention asyncio Future and Task in docs for generic classes...Miss Islington (bot)2025-03-191-0/+2
* [3.12] gh-121284: Fix email address header folding with parsed encoded-word (...Miss Islington (bot)2025-03-181-0/+7
* [3.12] gh-131261: Update libexpat to 2.7.0 (CVE-2024-8176) (GH-131361)Miss Islington (bot)2025-03-182-6/+7
* [3.12] gh-131325: fix sendfile fallback implementation to drain data after wr...Miss Islington (bot)2025-03-171-0/+1
* [3.12] gh-129843: fix pure Python implementation of `warnings.warn_explicit` ...Miss Islington (bot)2025-03-171-0/+1
* [3.12] gh-131204: Fix `difflib.HtmlDiff` may not use monospaced font (GH-1312...Wulian2332025-03-141-0/+1
* [3.12] gh-130814: Enhance documentation for Python C API type objects (GH-130...Miss Islington (bot)2025-03-141-0/+1
* [3.12] gh-85012: Properly reset msgctxt when compiling messages with msgfmt (...Serhiy Storchaka2025-03-131-0/+1
* gh-130959: Reject whitespace in fractions, in pure Python `fromisoformat()` (...Miss Islington (bot)2025-03-111-0/+3
* [3.12] gh-130809: Fix `PyFrame_LocalsToFast` copying the wrong value (#130816)Kyle Cutler2025-03-111-0/+2
* [3.12] gh-125331: Allow the parser to activate future imports on the fly (GH-...Miss Islington (bot)2025-03-101-0/+5
* gh-131020: py.exe launcher does not correctly detect a BOM when searching for...Miss Islington (bot)2025-03-101-0/+2
* [3.12] gh-113238: add Anchor to importlib.resources (GH-113801) (#130499)Hugo van Kemenade2025-03-081-0/+1
* [3.12] gh-127371 Avoid unbounded growth SpooledTempfile.writelines (GH-127372...Miss Islington (bot)2025-03-051-0/+3