summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
...
* [3.12] gh-101100: Fix Sphinx warnings in `whatsnew/3.9.rst` (GH-118364) (#118...Hugo van Kemenade2024-04-285-10/+10
* [3.12] gh-117928: Bump the minimum Sphinx version to 6.2.1 (GH-117853) (#118321)Kirill Podoprigora2024-04-261-0/+1
* [3.12] gh-118042: Fix error in Telnet.__del__ when __init__() was not called ...Serhiy Storchaka2024-04-261-0/+2
* [3.12] gh-118221: Always use the default row factory in sqlite3.iterdump() (#...Erlend E. Aasland2024-04-251-0/+2
* [3.12] GH-117894: prevent aclose()/athrow() being re-used after StopIteration...Thomas Grainger2024-04-251-0/+1
* [3.12] gh-118013: Use weakrefs for the cache key in `inspect._shadowed_dict` ...Miss Islington (bot)2024-04-241-0/+9
* [3.12] gh-113171: gh-65056: Fix "private" (non-global) IP address ranges (GH-...Petr Viktorin2024-04-241-0/+9
* [3.12] bpo-40944: Fix IndexError when parse emails with truncated Message-ID,...Miss Islington (bot)2024-04-231-0/+1
* [3.12] gh-118168: Fix Unpack interaction with builtin aliases (GH-118169) (#1...Miss Islington (bot)2024-04-231-0/+4
* [3.12] gh-59215: unittest: restore _top_level_dir at end of discovery (GH-152...Miss Islington (bot)2024-04-231-0/+3
* [3.12] gh-116741: Upgrade libexpat to 2.6.2 (GH-117296) (GH-118166)Miss Islington (bot)2024-04-232-10/+11
* [3.12] gh-117995: Don't raise DeprecationWarnings for indexed nameless params...Miss Islington (bot)2024-04-221-0/+2
* [3.12] GH-115874: Fix segfault in FutureIter_dealloc (GH-118114)Miss Islington (bot)2024-04-191-0/+1
* [3.12] gh-114053: Fix bad interaction of PEP-695, PEP-563 and ``get_type_hint...Alex Waygood2024-04-191-0/+4
* [3.12] gh-117535: Ignore made up file name "sys" for warnings (#118014)Tian Gao2024-04-191-0/+1
* [3.12] gh-116932: Remove redundant NEWS entry (GH-118040) (#118041)Miss Islington (bot)2024-04-181-1/+0
* [3.12] gh-116932: Add note on how to report python documentation theme bugs (...Miss Islington (bot)2024-04-181-0/+1
* [3.12] gh-115009: Update Windows installer to use SQLite 3.45.3 (GH-117445) (...Mariusz Felisiak2024-04-172-4/+5
* [3.12] gh-80361: Fix TypeError in email.Message.get_payload() (GH-117994) (GH...Miss Islington (bot)2024-04-171-0/+2
* [3.12] gh-115009: Update macOS installer to use SQLite 3.45.3 (GH-117443) (#1...Miss Islington (bot)2024-04-171-0/+1
* [3.12] gh-117313: Fix re-folding email messages containing non-standard line ...Miss Islington (bot)2024-04-171-0/+4
* [3.12] gh-117503: Fix support of non-ASCII user names in posixpath.expanduser...Serhiy Storchaka2024-04-171-0/+2
* [3.12] gh-86650: Fix IndexError when parse emails with invalid Message-ID (GH...Miss Islington (bot)2024-04-171-0/+2
* [3.12] gh-75171: Fix parsing invalid email address headers starting or ending...Miss Islington (bot)2024-04-171-0/+1
* gh-112844: Fix xz CPE identifier (GH-117656)Miss Islington (bot)2024-04-161-1/+1
* [3.12] gh-117691: Add an appropriate stacklevel for PEP-706 tarfile deprecati...Miss Islington (bot)2024-04-161-0/+5
* gh-77102: site: try utf-8 and locale encoding when reading .pth file (GH-117802)Inada Naoki2024-04-161-0/+3
* [3.12] Docs: add link roles with Sphinx extlinks (GH-117850) (#117910)Hugo van Kemenade2024-04-1531-68/+63
* gh-90329: Add _winapi.GetLongPathName and GetShortPathName and use in venv to...Steve Dower2024-04-151-0/+5
* [3.12] gh-91565: Replace bugs.python.org links with Devguide/GitHub ones (GH...Miss Islington (bot)2024-04-151-0/+1
* [3.12] gh-117233: Detect support for several hashes at hashlib build time (GH...Miss Islington (bot)2024-04-111-0/+3
* [3.12] gh-117692: Fix `AttributeError` in `DocTestFinder` on wrapped `builtin...Miss Islington (bot)2024-04-101-0/+2
* [3.12] gh-117534: Add checking for input parameter in iso_to_ymd (GH-117543) ...Miss Islington (bot)2024-04-092-0/+3
* Python 3.12.3v3.12.3Thomas Wouters2024-04-09106-245/+1101
* [3.12] gh-109120: Fix syntax error in handlinh of incorrect star expressionsâ...Grigoriev Semyon2024-04-041-0/+2
* [3.12] gh-117467: Add preserving of mailbox owner on flush (GH-117510) (GH-11...Miss Islington (bot)2024-04-041-0/+2
* gh-117267: Ensure DirEntry.stat().st_ctime still contains creation time durin...Miss Islington (bot)2024-04-031-0/+5
* [3.12] gh-117110: Fix subclasses of typing.Any with custom constructors (GH-1...Miss Islington (bot)2024-03-291-0/+1
* [3.12] gh-117310: Remove extra DECREF on "no ciphers" error path in `_ssl._SS...Miss Islington (bot)2024-03-281-0/+4
* [3.12] gh-117178: Recover lazy loading of self-referential modules (GH-117179...Miss Islington (bot)2024-03-281-0/+2
* [3.12] gh-99108: Update and check HACL* version information (GH-117295) (GH-1...Miss Islington (bot)2024-03-271-4/+4
* [3.12] gh-66543: Fix mimetype.guess_type() (GH-117217) (GH-117256)Miss Islington (bot)2024-03-261-0/+4
* [3.12] gh-83434: Sync libregrtest and test_regrtest with the main branch (#11...Victor Stinner2024-03-263-0/+7
* [3.12] gh-117187: Fix XML tests for vanilla Expat <2.6.0 (GH-117203) (GH-117244)Miss Islington (bot)2024-03-261-0/+1
* [3.12] gh-99108: Refresh HACL*; update modules accordingly; fix namespacing (...Gregory P. Smith2024-03-262-32/+38
* [3.12] gh-91227: Ignore ERROR_PORT_UNREACHABLE in proactor recvfrom() (GH-320...Miss Islington (bot)2024-03-251-0/+1
* [3.12] gh-117084: Fix ZIP file extraction for directory entry names with back...Serhiy Storchaka2024-03-221-0/+2
* [3.12] gh-75988: Fix issues with autospec ignoring wrapped object (GH-115223)...infohash2024-03-221-0/+1
* [3.12] gh-116333: Relax error string text expectations in SSL-related tests (...Miss Islington (bot)2024-03-211-0/+3
* [3.12] Remove more stray backticks from NEWS files (GH-115374) (#117118)Hugo van Kemenade2024-03-212-4/+4