- 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
- d69c515 [3.12] gh-116773: Fix overlapped memory corruption crash (GH-116774) (#117078) by jkriegshauser · 1 year, 5 months ago
- da2f9d1 [3.12] gh-117021: Fix integer overflow in PyLong_AsPid() on non-Windows 64-bit platforms (GH-117064) (GH-117070) by Serhiy Storchaka · 1 year, 5 months ago
- 9256433 [3.12] gh-113964: Don't prevent new threads until all non-daemon threads exit (GH-116677) (#117029) by Sam Gross · 1 year, 5 months ago
- 0fc8ae4 [3.12] gh-116957: configparser: Do post-process values after DuplicateOptionError (GH-116958) (GH-117013) by David Röthlisberger · 1 year, 5 months ago
- 688623d [3.12] gh-116735: Use `MISSING` for `CALL` event if argument is absen… (#116873) by Tian Gao · 1 year, 5 months ago
- 5da6e30 [3.12] gh-116869: Make C API compatible with ISO C90 (GH-116950) (#117011) by Miss Islington (bot) · 1 year, 5 months ago
- 35e8f04 [3.12] gh-90872: Fix subprocess.Popen.wait() for negative timeout (#116989) (#117002) by Victor Stinner · 1 year, 5 months ago
- 23f9732 [3.12] gh-105866: fix dataclass with slots=True, weakref_slot=True (GH-105870) (GH-116978) by Miss Islington (bot) · 1 year, 5 months ago
- 547e882 [3.12] gh-90535: Fix support of interval>1 in logging.TimedRotatingFileHandler (GH-116220) (GH-116892) by Miss Islington (bot) · 1 year, 5 months ago
- fcb2301 [3.12] gh-112536: Add --tsan test for reasonable TSAN execution times. (gh-116601) (#116929) by Antoine Pitrou · 1 year, 5 months ago
- 2ac1b48 [3.12] gh-112536: Add support for thread sanitizer (TSAN) (gh-112648) (#116924) by Antoine Pitrou · 1 year, 5 months ago
- 04e6146 [3.12] gh-116484: Fix collisions between Checkbutton and ttk.Checkbutton default names (GH-116495) (GH-116901) by Miss Islington (bot) · 1 year, 5 months ago
- 716d482 [3.12] gh-116764: Fix regressions in urllib.parse.parse_qsl() (GH-116801) (GH-116894) by Miss Islington (bot) · 1 year, 5 months ago
- 8336cb2 [3.12] gh-116811: Ensure MetadataPathFinder.invalidate_caches is reachable when delegated through PathFinder. (GH-116812) (#116864) by Jason R. Coombs · 1 year, 5 months ago
- abd0798 [3.12] gh-90095: Ignore empty lines and comments in `.pdbrc` (GH-116834) (#116854) by Miss Islington (bot) · 1 year, 5 months ago
- 56a3c5f [3.12] gh-116626: Emit `CALL` events for all `INSTRUMENTED_CALL_FUNCTION_EX (GH-116732) by Tian Gao · 1 year, 5 months ago
- 0cc5047 [3.12] GH-115979: update test_importlib to work under WASI SDK 21 (GH-116754) (GH-116759) by Miss Islington (bot) · 1 year, 5 months ago
- 9caad1f [3.12] gh-116401: Fix blocking os.fwalk() and shutil.rmtree() on opening a named pipe (GH-116421) (GH-116716) by Serhiy Storchaka · 1 year, 5 months ago
- dcfb21d [3.12] gh-116604: Correctly honor the gc status when calling _Py_RunGC (GH-116628) (#116653) by Pablo Galindo Salgado · 1 year, 5 months ago
- f9d1ec8 [3.12] gh-116307: Proper fix for 'mod' leaking across importlib tests (GH-116680) (#116684) by Miss Islington (bot) · 1 year, 5 months ago
- d19c2eb [3.12] gh-90095: Make .pdbrc work properly and add some reasonable te… (#116661) by Tian Gao · 1 year, 5 months ago
- 1fb6615 [3.12] gh-116600: [Enum] fix global Flag repr (GH-116615) (GH-116629) by Miss Islington (bot) · 1 year, 5 months ago
- d771729 [3.12] gh-116040: [Enum] fix by-value calls when second value is falsey (GH-116072) (GH-116476) by Ethan Furman · 1 year, 5 months ago
- 0a01ed6 [3.12] gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) (GH-115623) (GH-116248) by Sebastian Pipping · 1 year, 5 months ago
- 2528e46 [3.12] gh-116143: Fix race condition in pydoc _start_server (GH-116144) (#116415) by Miss Islington (bot) · 1 year, 5 months ago
- 88fdb08 [3.12] GH-116313: get WASI builds to run under wasmtime 18 w/ WASI 0.2/preview2 primitives (GH-116327) (GH-116373) by Brett Cannon · 1 year, 6 months ago
- 55faaa5 [3.12] gh-74668: Fix support of bytes in urllib.parse.parse_qsl() (GH-115771) (GH-116366) by Miss Islington (bot) · 1 year, 6 months ago
- 85c32ad [3.12] gh-76511: Fix email.Message.as_string() for non-ASCII message with ASCII charset (GH-116125) (GH-116364) by Miss Islington (bot) · 1 year, 6 months ago
- 34efd49 gh-115554: Improved logic for handling multiple existing py.exe launcher installs (GH-115793) by Miss Islington (bot) · 1 year, 6 months ago
- 6264c4f [3.12] gh-116325: Raise `SyntaxError` rather than `IndexError` on ForwardRef with empty string arg (GH-116341) (#116347) by Miss Islington (bot) · 1 year, 6 months ago
- ee7ba53 gh-116116: Backport blake2 change to fix building with clang-cl on windows-i686 (GH-116117) by Miss Islington (bot) · 1 year, 6 months ago
- d8a56ea [3.12] gh-116296: Fix refleak in reduce_newobj() corner case (GH-116297) (#116299) by Miss Islington (bot) · 1 year, 6 months ago
- 3f830ad [3.12] gh-115809: Improve TimedRotatingFileHandler.getFilesToDelete() (GH-115812) (GH-116261) by Miss Islington (bot) · 1 year, 6 months ago
- 25b2159 [3.12] GH-115978: Disable `*readv()` and `*writev()` on WASI (GH-116228) (GH-116231) by Miss Islington (bot) · 1 year, 6 months ago
- 90f75e1 [3.12] gh-112281: Allow `Union` with unhashable `Annotated` metadata (GH-112283) (#116213) by Miss Islington (bot) · 1 year, 6 months ago
- 8dae3fa [3.12] gh-88352: Fix logging.TimedRotatingFileHandler (GH-116191) (GH-116208) by Miss Islington (bot) · 1 year, 6 months ago
- d341098 [3.12] gh-101293: Fix support of custom callables and types in inspect.Signature.from_callable() (GH-115530) (GH-116198) by Miss Islington (bot) · 1 year, 6 months ago
- 40e9295 [3.12] gh-87115: Set `__main__.__spec__` to `None` in pdb (GH-116141) (#116154) by Tian Gao · 1 year, 6 months ago
- 211b559 [3.12] gh-112844: Add SBOM for external dependencies (GH-115789) (#116128) by Miss Islington (bot) · 1 year, 6 months ago
- 240e5f6 [3.12] Docs: mark up NotImplemented using the :data: role throughout the docs (GH-116135) (#116147) by Miss Islington (bot) · 1 year, 6 months ago
- 6359141 [3.12] gh-116034: fix location info on the error of a failed assertion (#116054) by Irit Katriel · 1 year, 6 months ago
- 542f327 [3.12] gh-114572: Fix locking in cert_store_stats and get_ca_certs (GH-114573) (GH-115547) by Miss Islington (bot) · 1 year, 6 months ago
- dec637a [3.12] gh-115197: Stop resolving host in urllib.request proxy bypass (GH-115210) by Miss Islington (bot) · 1 year, 6 months ago
- 418e720 [3.12] gh-112006: Fix inspect.unwrap() for types where __wrapped__ is a data descriptor (GH-115540) (GH-115966) by Miss Islington (bot) · 1 year, 6 months ago
- 3af945f [3.12] bpo-43952: Fix multiprocessing Listener authkey bug (GH-25845) (GH-115995) by Miss Islington (bot) · 1 year, 6 months ago
- 3185a1b [3.12] bpo-44865: Fix yet one missing translations in argparse (GH-27668) (GH-115974) by Miss Islington (bot) · 1 year, 6 months ago
- f0c194a [3.12] gh-77956: Add the words 'default' and 'version' help text localizable (GH-12711) (GH-115967) by Serhiy Storchaka · 1 year, 6 months ago
- 7b91b90 [3.12] gh-114763: Protect lazy loading modules from attribute access races (GH-114781) (GH-115870) by Miss Islington (bot) · 1 year, 6 months ago
- 53b84e7 [3.12] gh-115881: Ensure `ast.parse()` parses conditional context managers even with low `feature_version` passed (#115920) (#115959) by Alex Waygood · 1 year, 6 months ago
- 1932da0 [3.12] gh-115823: Calculate correctly error locations when dealing with implicit encodings (GH-115824) (#115949) by Miss Islington (bot) · 1 year, 6 months ago
- 116375e [3.12] gh-115886: Handle embedded null characters in shared memory name (GH-115887) (GH-115906) by Serhiy Storchaka · 1 year, 6 months ago
- 4ac657a [3.12] gh-67044: Always quote or escape \r and \n in csv.writer() (GH-115741) (GH-115866) by Miss Islington (bot) · 1 year, 6 months ago
- a3bef56 [3.12] gh-88516: show file proxy icon in IDLE editor windows on macOS (GH-112894) (#115840) by Miss Islington (bot) · 1 year, 6 months ago
- d2fced7 [3.12] gh-112364: Correct unparsing of backslashes and quotes in ast.… (#115782) by Frank Hoffmann · 1 year, 6 months ago
- 3651c27 [3.12] gh-93205: When rotating logs with no namer specified, match whole extension (GH-93224) (GH-115784) by Miss Islington (bot) · 1 year, 6 months ago
- dae7341 [3.12] gh-96310: Fix a traceback in argparse when all options in a mutually exclusive group are suppressed (GH-96311) (GH-115767) by Miss Islington (bot) · 1 year, 6 months ago
- cab8d07 [3.12] gh-115399: Document CVE-2023-52425 under "XML vulnerabilities" (GH-115400) (GH-115760) by Miss Islington (bot) · 1 year, 6 months ago
- f1c1afd [3.12] gh-86291: linecache: get module name from __spec__ if available (GH-22908) (GH-115731) by Miss Islington (bot) · 1 year, 6 months ago
- 5ea86f4 [3.12] gh-115712: Support CSV dialects with delimiter=' ' and skipinitialspace=True (GH-115721) (GH-115729) by Serhiy Storchaka · 1 year, 6 months ago
- 20907ca [3.12] Add missed `stream` argument (GH-111775) (#115716) by Miss Islington (bot) · 1 year, 6 months ago
- eb74573 gh-115543: Update py.exe to know about Python 3.13 and to install 3.12 by default (GH-115544) by Miss Islington (bot) · 1 year, 6 months ago
- cffb4c7 [3.12] gh-60346: Improve handling single-dash options in ArgumentParser.parse_known_args() (GH-114180) (GH-115675) by Miss Islington (bot) · 1 year, 6 months ago
- 323f635 [3.12] gh-115154: Fix untokenize handling of unicode named literals (GH-115171) (#115662) by Miss Islington (bot) · 1 year, 6 months ago
- e25ac3b [3.12] gh-111358: Fix timeout behaviour in BaseEventLoop.shutdown_default_executor (GH-115622) (#115641) by Miss Islington (bot) · 1 year, 6 months ago
- b9d1efa [3.12] gh-115618: Remove improper Py_XDECREFs in property methods (GH-115619) (GH-115620) by Serhiy Storchaka · 1 year, 6 months ago
- dadc768 [3.12] gh-115596: Fix ProgramPriorityTests in test_os permanently changing the process priority (GH-115610) (GH-115616) by Miss Islington (bot) · 1 year, 6 months ago
- e32cde5 [3.12] gh-107155: Fix help() for lambda function with return annotation (GH-115612) by Kirill Podoprigora · 1 year, 6 months ago
- 23aef57 [3.12] gh-100985: Consistently wrap IPv6 IP address during CONNECT (GH-100986) (GH-115591) by Miss Islington (bot) · 1 year, 6 months ago
- 9148b77 [3.12] gh-100884: email/_header_value_parser: don't encode list separators (GH-100885) (GH-115592) by Miss Islington (bot) · 1 year, 6 months ago
- de347c0 [3.12] gh-95782: Fix io.BufferedReader.tell() etc. being able to return offsets < 0 (GH-99709) (GH-115599) by Miss Islington (bot) · 1 year, 6 months ago
- bf0e072 [3.12] gh-96497: Mangle name before symtable lookup in 'symtable_extend_namedexpr_scope' (GH-96561) (GH-115603) by Miss Islington (bot) · 1 year, 6 months ago
- 83c7dd5 [3.12] gh-115570: Fix DeprecationWarnings in test_typing (#115571) (#115574) by Jelle Zijlstra · 1 year, 6 months ago
- 0e4f73b [3.12] GH-113516: don't set `LDSHARED` when building for WASI (GH-115495) (GH-115496) by Brett Cannon · 1 year, 6 months ago
- 14930ac [3.12] gh-115399: Upgrade bundled libexpat to 2.6.0 (GH-115431) (#115469) by Miss Islington (bot) · 1 year, 6 months ago
- 50f17a5 [3.12] gh-112302: Move pip SBOM discovery to release-tools (GH-115360) (#115486) by Miss Islington (bot) · 1 year, 6 months ago
- 5ec52c3 [3.12] gh-112087: Fix reduce logic for the empty reverse iterator for list (gh-115471) by Donghee Na · 1 year, 6 months ago
- d258943 [3.12] gh-115243: Fix crash in deque.index() when the deque is concurrently modified (GH-115247) (GH-115465) by Miss Islington (bot) · 1 year, 6 months ago
- 13af281 [3.12] gh-115392: Fix doctest reporting incorrect line numbers for decorated functions (GH-115440) (#115459) by Miss Islington (bot) · 1 year, 6 months ago
- 45e5599 [3.12] gh-101100: Fix sphinx warnings in `c-api/gcsupport.rst` (GH-114786) (#115263) by Miss Islington (bot) · 1 year, 6 months ago
- 4d87832 [3.12] GH-112215: Backport C recursion changes (GH-115083) by Mark Shannon · 1 year, 6 months ago
- 09c98e4 [3.12] gh-114563: C decimal falls back to pydecimal for unsupported format strings (GH-114879) (GH-115353) by John Belmonte · 1 year, 6 months ago
- 8774f50 [3.12] Remove stray backtick in NEWS entry (GH-115356) (#115364) by Miss Islington (bot) · 1 year, 6 months ago
- 225856e [3.12] gh-115233: Fix an example in the Logging Cookbook (GH-115325) (GH-115355) by Serhiy Storchaka · 1 year, 6 months ago