- 2305ca5 Python 3.12.1 by Thomas Wouters · 1 year, 8 months ago v3.12.1
- 34e9e20 [3.12] gh-79325: Fix recursion error in TemporaryDirectory cleanup on Windows (GH-112762) (GH-112847) by Miss Islington (bot) · 1 year, 8 months ago
- 6ceb8ae [3.12] gh-91133: tempfile.TemporaryDirectory: fix symlink bug in cleanup (GH-99930) (GH-112838) by Miss Islington (bot) · 1 year, 8 months ago
- f272716 [3.12] gh-112125: Fix None.__ne__(None) returning NotImplemented instead of … (#112827) by Victor Stinner · 1 year, 8 months ago
- e21a7a9 [3.12] gh-109981: Fix support.fd_count() on macOS 14 (GH-112797) (#112824) by Miss Islington (bot) · 1 year, 8 months ago
- f941ecf [3.12] gh-110190: Fix ctypes structs with array on Arm (#112604) (#112767) by Diego Russo · 1 year, 9 months ago
- f189bd3 [3.12] gh-75666: Tkinter: "unbind(sequence, funcid)" now only unbinds "funcid" (GH-111322) (GH-112802) by Miss Islington (bot) · 1 year, 9 months ago
- 5720f7f [3.12] gh-112769: test_zlib: Fix comparison of ZLIB_RUNTIME_VERSION with non-int suffix (GH-112771) (GH-112773) by Miss Islington (bot) · 1 year, 9 months ago
- e63bb9c [3.12] bpo-35332: Handle os.close() errors in shutil.rmtree() (GH-23766) (GH-112763) by Miss Islington (bot) · 1 year, 9 months ago
- 5acfb82 [3.12] bpo-43153: Don't mask `PermissionError` with `NotADirectoryError` during tempdirectory cleanup (GH-29940) (GH-112753) by Miss Islington (bot) · 1 year, 9 months ago
- 85bbfa8 [3.12] gh-112334: Restore subprocess's use of `vfork()` & fix `extra_groups=[]` behavior (GH-112617) (#112731) by Miss Islington (bot) · 1 year, 9 months ago
- 88ec2a4 [3.12] gh-105967: Work around a macOS bug, limit zlib C library crc32 API calls to 1gig (GH-112615) (#112724) by Miss Islington (bot) · 1 year, 9 months ago
- 8d21242 [3.12] gh-108927: Fix removing testing modules from sys.modules (GH-108952) (ПР-112711) by Miss Islington (bot) · 1 year, 9 months ago
- 55896f4 [3.12] gh-109786: Fix leaks and crash when re-enter itertools.pairwise.__next__() (GH-109788) (GH-112699) by Miss Islington (bot) · 1 year, 9 months ago
- 29a5ff0 [3.12] gh-112625: Protect bytearray from being freed by misbehaving iterator inside bytearray.join (GH-112626) (GH-112693) by Miss Islington (bot) · 1 year, 9 months ago
- f5965c2 [3.12] gh-112645: remove deprecation warning for use of onerror in shutil.rmtree (#112659) (#112665) by Irit Katriel · 1 year, 9 months ago
- 05f5d41 [3.12] gh-106560: Fix redundant declarations in Include/ (#112611) (#112650) by Victor Stinner · 1 year, 9 months ago
- 73cda99 [3.12] gh-112578: Fix RuntimeWarning when running zipfile (GH-112579) (GH-112646) by Miss Islington (bot) · 1 year, 9 months ago
- 2a378ca [3.12] gh-112618: Make Annotated cache typed (#112619) (#112628) by Alex Waygood · 1 year, 9 months ago
- 11232c1 [3.12] gh-112367: Only free perf trampoline arenas at shutdown (GH-112368) (#112590) by Pablo Galindo Salgado · 1 year, 9 months ago
- 7eff607 [3.12] gh-111058: Change coro.cr_frame/gen.gi_frame to be None for a closed coroutine/generator. (GH-112428) (#112589) by Miss Islington (bot) · 1 year, 9 months ago
- a99305e [3.12] gh-112356: LOAD_GLOBAL can only include one PUSH_NULL (#112566) by Dennis Sweeney · 1 year, 9 months ago
- 4c9da4c [3.12] gh-111699: Move smtpd note to dedicated section in What's New Python 3.12 doc (GH-112544) (GH-112552) by Miss Islington (bot) · 1 year, 9 months ago
- c678126 [3.12] gh-112509: Fix keys being present in both required_keys and optional_keys in TypedDict (GH-112512) (#112530) by Miss Islington (bot) · 1 year, 9 months ago
- 7225a01 [3.12] gh-112105: Make completer delims work on libedit (gh-112106) (gh-112487) by Miss Islington (bot) · 1 year, 9 months ago
- 0aceac5 [3.12] gh-109894: Fix initialization of static `MemoryError` in subinterpreter (gh-110911) (gh-111238) by Miss Islington (bot) · 1 year, 9 months ago
- 0122b4d [3.12] gh-105716: Support Background Threads in Subinterpreters Consistently (gh-109921) (gh-110707) by Eric Snow · 1 year, 9 months ago
- 82ae5a6 [3.12] gh-109793: Allow Switching Interpreters During Finalization (gh-109794) (gh-110705) by Eric Snow · 1 year, 9 months ago
- 4f71f16 [3.12] gh-106931: Intern Statically Allocated Strings Globally (gh-107272) (gh-110713) by Eric Snow · 1 year, 9 months ago
- 3135544 [3.12] gh-109853: Fix sys.path[0] For Subinterpreters (gh-109994) (gh-110701) by Eric Snow · 1 year, 9 months ago
- 1cb95cd [3.12] gh-68166: Tkinter: Add tests and examples for element_create() (GH-111453) (GH-111857) by Miss Islington (bot) · 1 year, 9 months ago
- 698b4b7 [3.12] gh-112388: Fix an error that was causing the parser to try to overwrite tokenizer errors (GH-112410) (#112466) by Miss Islington (bot) · 1 year, 9 months ago
- 7140716 [3.12] gh-112387: Fix error positions for decoded strings with backwards tokenize errors (GH-112409) (#112468) by Miss Islington (bot) · 1 year, 9 months ago
- 4463d2e [3.12] bpo-41422: Visit the Pickler's and Unpickler's memo in tp_traverse (GH-21664) (GH-112464) by Miss Islington (bot) · 1 year, 9 months ago
- 46047bb [3.12] gh-112438: Fix support of format units with the "e" prefix in nested tuples in PyArg_Parse (gh-112439) (GH-112460) by Miss Islington (bot) · 1 year, 9 months ago
- 3ef75ee [3.12] gh-84443: SSLSocket.recv_into() now support buffer protocol with itemsize != 1 (GH-20310) (GH-112458) by Miss Islington (bot) · 1 year, 9 months ago
- f9861e6 [3.12] gh-112414: Fix `AttributeError` when calling `repr()` on a namespace package imported with a custom loader (GH-112425) (#112440) by Miss Islington (bot) · 1 year, 9 months ago
- 42df736 [3.12] gh-112358: Fix Python 3.12 regression with subclassing struct.Struct (GH-112424) (#112426) by Mark Dickinson · 1 year, 9 months ago
- e93af80 [3.12] gh-94722: fix DocTest.__eq__ for case of no line number on one side (GH-112385) (#112400) by Miss Islington (bot) · 1 year, 9 months ago
- 3210e3c [3.12] GH-109052: Use the base opcode when comparing code objects (GH-112329) by Tian Gao · 1 year, 9 months ago
- fab9824 [3.12] gh-110950: add upstream Tk fixes to macOS installer. (GH-111041) (#112294) by Miss Islington (bot) · 1 year, 9 months ago
- 7e70e2e [3.12] gh-112243: Don't include comments in f-string debug expressions (GH-112284) (#112285) by Pablo Galindo Salgado · 1 year, 9 months ago
- d4fd165 [3.12] gh-73561: Omit interface scope from IPv6 when used as Host header (GH-93324) (#112272) by Miss Islington (bot) · 1 year, 9 months ago
- cf8c830 [3.12] gh-112266: Remove `(if defined)` part from `__dict__` and `__weakref__` docstrings (GH-112268) (#112270) by Miss Islington (bot) · 1 year, 9 months ago
- a62dcac [3.12] gh-79871: IDLE - Fix and test debugger module (GH-11451) (#112256) by Miss Islington (bot) · 1 year, 9 months ago
- 2ef3676 [3.12] gh-109538: Catch closed loop runtime error and issue warning (GH-111983) (#112142) by DPR · 1 year, 9 months ago
- a498433 [3.12] gh-112088: Run autoreconf in GHA check_generated_files (GH-112090) (#112159) by Victor Stinner · 1 year, 9 months ago
- 1445d77 [3.12] gh-111942: Fix SystemError in the TextIOWrapper constructor (GH-112061) (GH-112089) by Victor Stinner · 1 year, 9 months ago
- 24216d0 [3.12] gh-111942: Fix crashes in TextIOWrapper.reconfigure() (GH-111976) (GH-112058) by Miss Islington (bot) · 1 year, 9 months ago
- d34650e [3.12] gh-111460: Restore ncurses widechar support on macOS (GH-111878) (gh-112034) by Miss Islington (bot) · 1 year, 9 months ago
- dfdbfc5 gh-111856: Fix os.fstat on windows with FAT32 and exFAT filesystem (GH-112038) by Miss Islington (bot) · 1 year, 9 months ago
- 0f7671c [3.12] gh-110395: invalidate open kqueues after fork (GH-110517) (#111745) by Gregory P. Smith · 1 year, 9 months ago
- 3bd8b74 [3.12] gh-111841: Fix os.putenv() and os.unsetenv() with embedded NUL on Windows (GH-111842) (GH-111966) by Miss Islington (bot) · 1 year, 9 months ago
- 2c6000c [3.12] gh-111251: Fix error checking in _blake2 module init (GH-111252) (#111297) by Miss Islington (bot) · 1 year, 9 months ago
- 3780414 [3.12] gh-103791: handle `BaseExceptionGroup` in `contextlib.suppress()` (GH-111910) (#111955) by Miss Islington (bot) · 1 year, 9 months ago
- 95141aa gh-111356: io: Add missing documented objects to io.__all__ (GH-111370) by Miss Islington (bot) · 1 year, 9 months ago
- 5a8e6f8 [3.12] GH-111804: Drop posix.fallocate() under WASI (GH-111869) (GH-111919) by Brett Cannon · 1 year, 9 months ago
- 4f976c3 [3.12] gh-110543: Fix CodeType.replace in presence of comprehensions (GH-110586) (#111866) by Miss Islington (bot) · 1 year, 9 months ago
- c4e524c [3.12] gh-101180: Fix a bug where iso2022_jp_3 and iso2022_jp_2004 codecs read out of bounds (gh-111695) (gh-111769) by Miss Islington (bot) · 1 year, 10 months ago
- 3b839cc [3.12] gh-111159: Fix `SyntaxError` doctests for non-builtin exception classes (GH-111541) (#111732) by Miss Islington (bot) · 1 year, 10 months ago
- 1a95ad6 [3.12] gh-111654: remove redundant decref in LOAD_FROM_DICT_OR_DEREF (GH-111655) (#111674) by Jelle Zijlstra · 1 year, 10 months ago
- 9aa8829 [3.12] GH-110894: Call loop exception handler for exceptions in client_connected_cb (GH-111601) (#111632) by Kumar Aditya · 1 year, 10 months ago
- 99f0dd8 [3.12] gh-111253: Fix error checking in _socket module init (GH-111254) (#111299) by Miss Islington (bot) · 1 year, 10 months ago
- a94bdc2 [3.12] gh-111295: Fix error checking in time extension module init (GH-111296) (#111300) by Miss Islington (bot) · 1 year, 10 months ago
- 2162512 [3.12] gh-110367: Make regrtest --verbose3 compatible with --huntrleaks -jN (GH-111577) (#111589) by Miss Islington (bot) · 1 year, 10 months ago
- 4f619e8 [3.12] gh-109181: Speed up Traceback object creation by lazily compute the line number (GH-111548) (#111551) by Pablo Galindo Salgado · 1 year, 10 months ago
- dde5a99 [3.12] gh-111531: Tkinter: fix reference leaks in bind_class() and bind_all() (GH-111533) (GH-111535) by Miss Islington (bot) · 1 year, 10 months ago
- ca36426 [3.12] gh-111366: Correctly show custom syntax error messages in the codeop module functions (GH-111384). (#111517) by Pablo Galindo Salgado · 1 year, 10 months ago
- 2e5d4e2 [3.12] gh-79033: Try to fix asyncio.Server.wait_closed() again (GH-111336) (#111424) by Miss Islington (bot) · 1 year, 10 months ago
- c3f75b7 [3.12] gh-111342: fix typo in math.sumprod (GH-111416) (gh-111419) by Miss Islington (bot) · 1 year, 10 months ago
- 7d22e85 [3.12] gh-111187: Postpone removal version for locale.getdefaultlocale() to 3.15 (GH-111188) (#111323) by Hugo van Kemenade · 1 year, 10 months ago
- 307ca78 [3.12] gh-111380: Show SyntaxWarnings only once when parsing if invalid syntax is encouintered (GH-111381) (#111382) by Miss Islington (bot) · 1 year, 10 months ago
- e25d8b4 GH-111293: Fix DirEntry.inode dropping higher bits on Windows (GH-111294) by Miss Islington (bot) · 1 year, 10 months ago
- 5c4f9a1 [3.12] gh-111165: Move test running code from test.support to libregrtest (GH-111166) (GH-111316) by Serhiy Storchaka · 1 year, 10 months ago
- 45c0b38 [3.12] gh-111174: Fix crash in getbuffer() called repeatedly for empty BytesIO (GH-111210) (GH-111314) by Miss Islington (bot) · 1 year, 10 months ago
- 6f130f2 [3.12] gh-102956: Fix returning of empty byte strings after seek in zipfile … (GH-103565) (#111289) by Miss Islington (bot) · 1 year, 10 months ago
- 0bbdfe6 [3.12] GH-94438: Restore ability to jump over None tests (GH-111243) by Miss Islington (bot) · 1 year, 10 months ago
- 9e73c71 [3.12] gh-110196: Fix ipaddress.IPv6Address.__reduce__ (GH-110198) (GH-111191) by Miss Islington (bot) · 1 year, 10 months ago
- 028f477 [3.12] gh-111085: Fix invalid state handling in TaskGroup and Timeout (GH-111111) (GH-111171) by Miss Islington (bot) · 1 year, 10 months ago
- f6cde99 [3.12] gh-111159: Fix `doctest` output comparison for exceptions with notes (GH-111160) (#111169) by Miss Islington (bot) · 1 year, 10 months ago
- 1ea9302 [3.12] gh-110918: regrtest: allow to intermix --match and --ignore options (GH-110919) (GH-111167) by Serhiy Storchaka · 1 year, 10 months ago
- 0409057 [3.12] gh-110932: Fix regrtest for SOURCE_DATE_EPOCH (GH-111143) (#111154) by Miss Islington (bot) · 1 year, 10 months ago
- 727f8ee [3.12] gh-111046: for wasi-threads, export memory as well via the linker (GH-111099) (GH-111141) by Miss Islington (bot) · 1 year, 10 months ago
- dfc8d7a gh-110913: Fix WindowsConsoleIO chunking of UTF-8 text (GH-111007) by Miss Islington (bot) · 1 year, 10 months ago
- 42fd44a [3.12] gh-111092: Make turtledemo run without default root enabled (GH-111093) (#111095) by Miss Islington (bot) · 1 year, 10 months ago
- 91a6e98 [3.12] GH-101100: Fix reference warnings for ``__enter__`` and ``__exit__`` (GH-110112) (#111075) by Miss Islington (bot) · 1 year, 10 months ago
- cdcab40 [3.12] GH-101100: Fix reference warnings for ``__getitem__`` (GH-110118) (#111073) by Miss Islington (bot) · 1 year, 10 months ago
- 68a5640 [3.12] gh-108791: Fix pdb CLI invalid argument handling (GH-108816) (#111064) by Radislav Chugunov · 1 year, 10 months ago
- 228b124 [3.12] gh-111015: Install IDLE.app and Python Launcher.app on macOS with correct permissions (gh-111037) by Miss Islington (bot) · 1 year, 10 months ago
- 2bca5f4 [3.12] gh-110938: Fix error messages for indented blocks with functio… (#110990) by Jelle Zijlstra · 1 year, 10 months ago
- f0c2390 [3.12] gh-110995: Fix test_gdb check_usable_gdb() (GH-110998) (#111003) by Miss Islington (bot) · 1 year, 10 months ago
- 72b0f0e [3.12] bpo-42663: Fix parsing TZ strings in zoneinfo module (GH-23825) (GH-110882) by Serhiy Storchaka · 1 year, 10 months ago
- b6755d8 [3.12] gh-109216: Fix possible memory leak in `BUILD_MAP` (#109324) by Nikita Sobolev · 1 year, 10 months ago
- a2cc9a4 [3.12] gh-109747: Improve errors for unsupported look-behind patterns (GH-109859) (GH-110859) by Miss Islington (bot) · 1 year, 10 months ago
- 0164832 [3.12] gh-110392: Fix tty functions (GH-110642) (GH-110853) by Miss Islington (bot) · 1 year, 10 months ago
- 27d5ea2 [3.12] gh-110782: Fix crash when TypeVar is constructed with keyword args (GH-110784) (#110787) by Miss Islington (bot) · 1 year, 10 months ago
- 4d0e6c8 [3.12] gh-110696: Fix incorrect syntax error message for incorrect argument unpacking (GH-110706) (#110765) by Pablo Galindo Salgado · 1 year, 10 months ago
- e6c53dd [3.12] gh-108826: Document `dis` module CLI and rename `_test` function to `main` (#108827) (#110681) by Hugo van Kemenade · 1 year, 10 months ago
- 989aa44 [3.12] gh-65052: Prevent pdb from crashing when trying to display objects (GH-110578) (#110734) by Miss Islington (bot) · 1 year, 10 months ago
- 9ffef4d [3.12] GH-110488: Fix two small issues in `pathlib.PurePath.with_name()` (GH-110651) (#110678) by Barney Gale · 1 year, 10 months ago