- 8e8a4ba Python 3.12.4 by Thomas Wouters · 1 year, 2 months ago v3.12.4
- dc40226 [3.12] gh-119311: Fix name mangling with PEP 695 generic classes (#119464) (#119644) by Jelle Zijlstra · 1 year, 2 months ago
- f98ec75 [3.12] gh-89928: Fix integer conversion of device numbers (GH-31794) (GH-120054) by Serhiy Storchaka · 1 year, 2 months ago
- 0e150c3 [3.12] gh-119819: Fix regression to allow logging configuration with multipr… (GH-120030) (GH-120034) by Miss Islington (bot) · 1 year, 2 months ago
- fe68908 [3.12] gh-118868: logging QueueHandler fix passing of kwargs (GH-118869) (GH-120031) by Miss Islington (bot) · 1 year, 2 months ago
- 46545d3 [3.12] gh-116145: Update macOS installer to Tcl/Tk 8.6.14 (GH-116151) (GH-119922) by Miss Islington (bot) · 1 year, 3 months ago
- feb7870 [3.12] GH-89727: Fix `shutil.rmtree()` recursion error on deep trees (GH-119808) (#119919) by Barney Gale · 1 year, 3 months ago
- 55f65156 [3.12] gh-113892: Add a extra check to `ProactorEventLoop.sock_connect` to ensure that the given socket is in non-blocking mode (GH-119519) (#119913) by Miss Islington (bot) · 1 year, 3 months ago
- 34a0e7a [3.12] Revert "[3.12] gh-69214: Fix fcntl.ioctl() request type (#119498) (#1… (#119905) by Victor Stinner · 1 year, 3 months ago
- 6d9677d [3.12] gh-119821: Support non-dict globals in LOAD_FROM_DICT_OR_GLOBALS (#119822) (#119890) by Jelle Zijlstra · 1 year, 3 months ago
- 738cf21 [3.12] gh-119585: Fix crash involving `PyGILState_Release()` and `PyThreadState_Clear()` (GH-119753) (#119861) by Sam Gross · 1 year, 3 months ago
- d4680b9 [3.12] gh-103194: Fix Tkinter’s Tcl value type handling for Tcl 8.7/9.0 (GH-103846) (GH-119831) by Serhiy Storchaka · 1 year, 3 months ago
- e85e813 gh-119690: Adds Unicode support for named pipes in _winapi (GH-119717) by Steve Dower · 1 year, 3 months ago
- aae371b [3.12] GH-89727: Fix `os.fwalk()` recursion error on deep trees (GH-119638) (#119765) by Miss Islington (bot) · 1 year, 3 months ago
- 45587df [3.12] GH-89727: Partially fix `shutil.rmtree()` recursion error on deep trees (GH-119634) (#119749) by Barney Gale · 1 year, 3 months ago
- bc01c5d gh-119070: Fix py.exe handling of /usr/bin/env commands missing extension (GH-119426) by Steve Dower · 1 year, 3 months ago
- 4a0af0c [3.12] gh-119118: Fix performance regression in tokenize module (GH-119615) (#119683) by Miss Islington (bot) · 1 year, 3 months ago
- 7f06cd3 [3.12] gh-119011: `type.__type_params__` now return an empty tuple (GH-119296) (#119681) by Jelle Zijlstra · 1 year, 3 months ago
- 09a85ea gh-118263: Add additional arguments to path_t (Argument Clinic type) in posixmodule (GH-119608) by Nice Zombies · 1 year, 3 months ago
- 53843c2 [3.12] Fix typos in HISTORY documentation (GH-119453) (#119598) by Miss Islington (bot) · 1 year, 3 months ago
- 078da88 [3.12] gh-69214: Fix fcntl.ioctl() request type (#119498) (#119505) by Victor Stinner · 1 year, 3 months ago
- 0d5fe2c [3.12] gh-119213: Be More Careful About _PyArg_Parser.kwtuple Across Interpreters (gh-119331) (gh-119425) by Eric Snow · 1 year, 3 months ago
- 874a4f7 gh-118507 : Refactor ntpath native functions (gh-119381) by Nice Zombies · 1 year, 3 months ago
- 8c96850 [3.12] gh-118643: Fix AttributeError in the email module (GH-119099) (GH-119390) by Miss Islington (bot) · 1 year, 3 months ago
- f31ce5e [3.12] Fix typos in documentation (GH-119295) (#119338) by Miss Islington (bot) · 1 year, 3 months ago
- 22bef96 [3.12] Docs: Ensure no warnings are found in the NEWS file before a given line number (GH-119221) (#119266) by Hugo van Kemenade · 1 year, 3 months ago
- 8b6175c [3.12] gh-119174: Fix high DPI causes turtledemo(turtle-graphics examples) windows blurry (GH-119175) (#119290) by Miss Islington (bot) · 1 year, 3 months ago
- ec5743b [3.12] gh-119050: Add XML support to libregrtest refleak checker (#119148) (#119272) by Victor Stinner · 1 year, 3 months ago
- ffe9ba0 [3.12] gh-92081: Fix for email.generator.Generator with whitespace between encoded words. (GH-92281) (#119246) by Miss Islington (bot) · 1 year, 3 months ago
- bd1e950 [3.12] gh-118997: Fix _Py_ClearImmortal() assertion (#119001) by Victor Stinner · 1 year, 3 months ago
- fa359df [3.12] Fix typos in documentation (GH-119092) (#119117) by Miss Islington (bot) · 1 year, 3 months ago
- 387ff96 [3.12] gh-67693: Fix urlunparse() and urlunsplit() for URIs with path starting with multiple slashes and no authority (GH-113563) (GH-119024) by Miss Islington (bot) · 1 year, 3 months ago
- fcdd20e [3.12] gh-58933: Make pdb return to caller frame correctly when f_trace is not set (GH-118979) (#119008) by Tian Gao · 1 year, 3 months ago
- 35649df [3.12] gh-87106: Fix inspect.signature.bind() handling of positional-only arguments with **kwargs (GH-103404) (GH-118984) by Miss Islington (bot) · 1 year, 3 months ago
- eb29e2f gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488) by Steve Dower · 1 year, 3 months ago
- 0d62676 [3.12] gh-103956: Fix `trace` output in case of missing source line (GH-103958) (GH-118832) by Miss Islington (bot) · 1 year, 3 months ago
- e953956 [3.12] gh-118033: Fix `__weakref__` not set for generic dataclasses (GH-118099) (#118822) by Miss Islington (bot) · 1 year, 3 months ago
- 530c3bb [3.12] Format None, True, False and NotImplemented as literals (GH-118758) (GH-118794) by Serhiy Storchaka · 1 year, 3 months ago
- 56c61cc [3.12] gh-118314: Fix padding edge case in binascii.a2b_base64 strict mode (GH-118320) (GH-118691) by Miss Islington (bot) · 1 year, 3 months ago
- a4812fd [3.12] gh-118164: Break a loop between _pydecimal and _pylong and optimize int to str conversion (GH-118483) (GH-118590) by Miss Islington (bot) · 1 year, 3 months ago
- 6abf840 [3.12] gh-78955: Use user-selected color theme for Help => IDLE Doc (GH-9502) (#118632) by Miss Islington (bot) · 1 year, 3 months ago
- 0c60524 [3.12] gh-118164: str(10**10000) hangs if the C _decimal module is missing (GH-118503) (GH-118584) by Miss Islington (bot) · 1 year, 4 months ago
- 3706eef [3.12] gh-118513: Fix sibling comprehensions with a name bound in one and global in the other (GH-118526) (#118548) by Miss Islington (bot) · 1 year, 4 months ago
- 23ba96e [3.12] gh-90848: Fixed create_autospec ignoring configure_mock style kwargs (GH-118163) (#118517) by Miss Islington (bot) · 1 year, 4 months ago
- 238efbe [3.12] gh-118272: Clear generator frame's locals when the generator is closed (#118451) by Irit Katriel · 1 year, 4 months ago
- c48e0ef [3.12] GH-117881: fix athrow().throw()/asend().throw() concurrent access (GH-117882) (#118458) by Thomas Grainger · 1 year, 4 months ago
- ebef3c5 [3.12] gh-116767: fix crash on 'async with' with many context managers (GH-118348) (#118477) by Irit Katriel · 1 year, 4 months ago
- 1b12ad5 [3.12] gh-118404: Fix inspect.signature() for non-comparable callables (GH-118405) (GH-118424) by Miss Islington (bot) · 1 year, 4 months ago
- 97c0194 gh-118347: Fix Windows installer not updating launcher (GH-118386) by Miss Islington (bot) · 1 year, 4 months ago
- 3989894 [3.12] gh-117566: fix IPv6Address.is_loopback for IPv4-mapped loopbacks (GH-117567) (GH-118391) by Miss Islington (bot) · 1 year, 4 months ago
- 666a360 [3.12] gh-101100: Fix Sphinx warnings in `whatsnew/3.9.rst` (GH-118364) (#118365) by Hugo van Kemenade · 1 year, 4 months ago
- ef12d23 [3.12] gh-117928: Bump the minimum Sphinx version to 6.2.1 (GH-117853) (#118321) by Kirill Podoprigora · 1 year, 4 months ago
- 8e3bd34 [3.12] gh-118042: Fix error in Telnet.__del__ when __init__() was not called (GH-118274) by Serhiy Storchaka · 1 year, 4 months ago
- 7a843e8 [3.12] gh-118221: Always use the default row factory in sqlite3.iterdump() (#118223) (#118270) by Erlend E. Aasland · 1 year, 4 months ago
- fc1732c [3.12] GH-117894: prevent aclose()/athrow() being re-used after StopIteration (GH-117851) (GH-118226) by Thomas Grainger · 1 year, 4 months ago
- 0691bd8 [3.12] gh-118013: Use weakrefs for the cache key in `inspect._shadowed_dict` (GH-118202) (#118232) by Miss Islington (bot) · 1 year, 4 months ago
- f86b17a [3.12] gh-113171: gh-65056: Fix "private" (non-global) IP address ranges (GH-113179) (GH-113186) (GH-118177) by Petr Viktorin · 1 year, 4 months ago
- 2eaf9ba [3.12] bpo-40944: Fix IndexError when parse emails with truncated Message-ID, address, routes, etc (GH-20790) (GH-117974) by Miss Islington (bot) · 1 year, 4 months ago
- 30e25d4 [3.12] gh-118168: Fix Unpack interaction with builtin aliases (GH-118169) (#118178) by Miss Islington (bot) · 1 year, 4 months ago
- fbe29e6 [3.12] gh-59215: unittest: restore _top_level_dir at end of discovery (GH-15242) (GH-117508) by Miss Islington (bot) · 1 year, 4 months ago
- 30725f0 [3.12] gh-116741: Upgrade libexpat to 2.6.2 (GH-117296) (GH-118166) by Miss Islington (bot) · 1 year, 4 months ago
- 9ddaf75 [3.12] gh-117995: Don't raise DeprecationWarnings for indexed nameless params (GH-118001) (#118142) by Miss Islington (bot) · 1 year, 4 months ago
- 23192ab [3.12] GH-115874: Fix segfault in FutureIter_dealloc (GH-118114) by Miss Islington (bot) · 1 year, 4 months ago
- 5430f61 [3.12] gh-114053: Fix bad interaction of PEP-695, PEP-563 and ``get_type_hints`` (#118009) (#118104) by Alex Waygood · 1 year, 4 months ago
- bbb1a8e [3.12] gh-117535: Ignore made up file name "sys" for warnings (#118014) by Tian Gao · 1 year, 4 months ago
- dd8b4d4 [3.12] gh-116932: Remove redundant NEWS entry (GH-118040) (#118041) by Miss Islington (bot) · 1 year, 4 months ago
- 5af8fca [3.12] gh-116932: Add note on how to report python documentation theme bugs (GH-117989) (GH-118031) by Miss Islington (bot) · 1 year, 4 months ago
- a72c4a9 [3.12] gh-115009: Update Windows installer to use SQLite 3.45.3 (GH-117445) (#118008) by Mariusz Felisiak · 1 year, 4 months ago
- fda8cd1 [3.12] gh-80361: Fix TypeError in email.Message.get_payload() (GH-117994) (GH-117998) by Miss Islington (bot) · 1 year, 4 months ago
- c270caf [3.12] gh-115009: Update macOS installer to use SQLite 3.45.3 (GH-117443) (#117981) by Miss Islington (bot) · 1 year, 4 months ago
- c34c962 [3.12] gh-117313: Fix re-folding email messages containing non-standard line separators (GH-117369) (GH-117971) by Miss Islington (bot) · 1 year, 4 months ago
- 96b29b3 [3.12] gh-117503: Fix support of non-ASCII user names in posixpath.expanduser() (GH-117504) (GH-117970) by Serhiy Storchaka · 1 year, 4 months ago
- 95982c9 [3.12] gh-86650: Fix IndexError when parse emails with invalid Message-ID (GH-117934) (GH-117965) by Miss Islington (bot) · 1 year, 4 months ago
- 0310804 [3.12] gh-75171: Fix parsing invalid email address headers starting or ending with a dot (GH-15600) (GH-117964) by Miss Islington (bot) · 1 year, 4 months ago
- d9e2126 gh-112844: Fix xz CPE identifier (GH-117656) by Miss Islington (bot) · 1 year, 4 months ago
- aa26dc3 [3.12] gh-117691: Add an appropriate stacklevel for PEP-706 tarfile deprecation warnings (GH-117872) (GH-117930) by Miss Islington (bot) · 1 year, 4 months ago
- 2a58923 gh-77102: site: try utf-8 and locale encoding when reading .pth file (GH-117802) by Inada Naoki · 1 year, 4 months ago
- eb0bfb5 [3.12] Docs: add link roles with Sphinx extlinks (GH-117850) (#117910) by Hugo van Kemenade · 1 year, 4 months ago
- 1a45659 gh-90329: Add _winapi.GetLongPathName and GetShortPathName and use in venv to reduce warnings (GH-117817) by Steve Dower · 1 year, 4 months ago
- e7c7749 [3.12] gh-91565: Replace bugs.python.org links with Devguide/GitHub ones (GH-91568) (GH-117890) by Miss Islington (bot) · 1 year, 4 months ago
- 9376a9f [3.12] gh-117233: Detect support for several hashes at hashlib build time (GH-117234) (#117767) by Miss Islington (bot) · 1 year, 4 months ago
- 653ed76 [3.12] gh-117692: Fix `AttributeError` in `DocTestFinder` on wrapped `builtin_or_method` (GH-117699) (#117708) by Miss Islington (bot) · 1 year, 4 months ago
- af034dd [3.12] gh-117534: Add checking for input parameter in iso_to_ymd (GH-117543) (#117689) by Miss Islington (bot) · 1 year, 4 months ago
- f6650f9a Python 3.12.3 by Thomas Wouters · 1 year, 4 months ago v3.12.3
- a49426a [3.12] gh-109120: Fix syntax error in handlinh of incorrect star expressions… (#117465) by Grigoriev Semyon · 1 year, 5 months ago
- 14aef56 [3.12] gh-117467: Add preserving of mailbox owner on flush (GH-117510) (GH-117537) by Miss Islington (bot) · 1 year, 5 months ago
- eca377f gh-117267: Ensure DirEntry.stat().st_ctime still contains creation time during deprecation period (GH-117354) by Miss Islington (bot) · 1 year, 5 months ago
- 9f831f4 [3.12] gh-117110: Fix subclasses of typing.Any with custom constructors (GH-117111) (#117357) by Miss Islington (bot) · 1 year, 5 months ago
- 5a6318f [3.12] gh-117310: Remove extra DECREF on "no ciphers" error path in `_ssl._SSLContext` constructor (GH-117309) (GH-117317) by Miss Islington (bot) · 1 year, 5 months ago
- 552b264 [3.12] gh-117178: Recover lazy loading of self-referential modules (GH-117179) (#117319) by Miss Islington (bot) · 1 year, 5 months ago
- 8d42c57 [3.12] gh-99108: Update and check HACL* version information (GH-117295) (GH-117302) by Miss Islington (bot) · 1 year, 5 months ago
- 36b1a20 [3.12] gh-66543: Fix mimetype.guess_type() (GH-117217) (GH-117256) by Miss Islington (bot) · 1 year, 5 months ago
- 477ef90 [3.12] gh-83434: Sync libregrtest and test_regrtest with the main branch (#117250) by Victor Stinner · 1 year, 5 months ago
- 1c72265 [3.12] gh-117187: Fix XML tests for vanilla Expat <2.6.0 (GH-117203) (GH-117244) by Miss Islington (bot) · 1 year, 5 months ago
- 2f9caaf [3.12] gh-99108: Refresh HACL*; update modules accordingly; fix namespacing (GH-117237) (GH-117243) by Gregory P. Smith · 1 year, 5 months ago
- bd2c60f [3.12] gh-91227: Ignore ERROR_PORT_UNREACHABLE in proactor recvfrom() (GH-32011) (GH-117209) by Miss Islington (bot) · 1 year, 5 months ago
- f3fee23 [3.12] gh-117084: Fix ZIP file extraction for directory entry names with backslashes on Windows (GH-117129) (GH-117162) by Serhiy Storchaka · 1 year, 5 months ago
- ad0ff86 [3.12] gh-75988: Fix issues with autospec ignoring wrapped object (GH-115223) (#117119) by infohash · 1 year, 5 months ago
- 05c5bec [3.12] gh-116333: Relax error string text expectations in SSL-related tests (GH-116334) (GH-117136) by Miss Islington (bot) · 1 year, 5 months ago
- ea290f8 [3.12] Remove more stray backticks from NEWS files (GH-115374) (#117118) by Hugo van Kemenade · 1 year, 5 months ago