- 2268289 Python 3.13.0b1 by Thomas Wouters · 1 year, 3 months ago v3.13.0b1
- 4605465 gh-118734: Fixes Windows build when Use_TIER2 is unspecified (#118735) by Steve Dower · 1 year, 3 months ago
- 71080b8a0 gh-118660: Add second type parameter to (Async)ContextManager (#118681) by Jelle Zijlstra · 1 year, 3 months ago
- 65f5e58 gh-66410: Do not stringify arguments of Tkinter callback (GH-98592) by Serhiy Storchaka · 1 year, 3 months ago
- b60d4c0 gh-118090: Improve error message for empty type param brackets (GH-118091) by Nikita Sobolev · 1 year, 3 months ago
- 0485922 gh-118518: Rename `PYTHONPERFJITSUPPORT` and `-X perfjit` with underscores (#118693) by Hugo van Kemenade · 1 year, 3 months ago
- 0f8a07d gh-118418: Deprecate failing to pass a value to the *type_params* parameter of some private `typing` APIs (#118695) by Alex Waygood · 1 year, 3 months ago
- 1e42842 gh-118650: Exclude `_repr_*` methods from Enum's _sunder_ reservation (GH-118651) by chrysn · 1 year, 3 months ago
- 6cf7067 gh-109975: Update 'What's New in Python 3.13' for beta (#118694) by Hugo van Kemenade · 1 year, 3 months ago
- fe47d9b gh-118314: Fix padding edge case in binascii.a2b_base64 strict mode (GH-118320) by Youfu Zhang · 1 year, 3 months ago
- de1428f gh-62090: Simplify argparse usage formatting (GH-105039) by Ali Hamdan · 1 year, 3 months ago
- 49258ef gh-118107: Fix zipimporter ZIP64 handling. (GH-118108) by John Sirois · 1 year, 3 months ago
- 0d91488 gh-118414: Fix assertion in YIELD_VALUE when tracing lines or instrs (#118683) by Tian Gao · 1 year, 3 months ago
- b2cd54a gh-117953: Always Run Extension Init Func in Main Interpreter First (gh-118157) by Eric Snow · 1 year, 3 months ago
- 853163d gh-116322: Enable the GIL while loading C extension modules (#118560) by Brett Simmers · 1 year, 3 months ago
- e7dafdc gh-110209: Add __class_getitem__ for generator and coroutine (#110212) by James Hilton-Balfe · 1 year, 3 months ago
- 8d8275b gh-118473: Fix set_asyncgen_hooks not to be partially set when arguments are invalid (#118474) by Jeong, YunWon · 1 year, 3 months ago
- e042219 gh-117486: Improve behavior for user-defined AST subclasses (#118212) by Jelle Zijlstra · 1 year, 3 months ago
- 8419f01 gh-118647: Add defaults to typing.Generator and typing.AsyncGenerator (#118648) by Jelle Zijlstra · 1 year, 3 months ago
- 325a1da gh-115119: Default to --with-system-libmpdec=yes (#118539) by Erlend E. Aasland · 1 year, 3 months ago
- e5353d4 GH-83151: Add closure support to pdb (GH-111094) by Tian Gao · 1 year, 3 months ago
- 5a1618a gh-118362: Fix thread safety around lookups from the type cache in the face of concurrent mutators (#118454) by Dino Viehland · 1 year, 3 months ago
- e5c6992 GH-117714: implement athrow().close() and asend().close() using throw (GH-117906) by Thomas Grainger · 1 year, 3 months ago
- 417dd3a gh-116322: Rename PyModule_ExperimentalSetGIL to PyUnstable_Module_SetGIL (GH-118645) by Petr Viktorin · 1 year, 3 months ago
- 709ca90 gh-118271: Support more options for reading/writing images in Tkinter (GH-118273) by Serhiy Storchaka · 1 year, 3 months ago
- 1b639a0 gh-118225: Support more options for copying images in Tkinter (GH-118228) by Serhiy Storchaka · 1 year, 3 months ago
- 0085c3a gh-116871: Improve name suggestions in tracebacks (GH-116930) by Serhiy Storchaka · 1 year, 3 months ago
- d6fa1d4 gh-66543: Add mimetypes.guess_file_type() (GH-117258) by Serhiy Storchaka · 1 year, 3 months ago
- 153b3f7 gh-118465: Add __firstlineno__ attribute to class (GH-118475) by Serhiy Storchaka · 1 year, 3 months ago
- 05adfbb gh-95382: Improve performance of json encoder with indent (GH-118105) by Pieter Eendebak · 1 year, 3 months ago
- 7758be4 gh-78955: Use user-selected color theme for Help => IDLE Doc (#9502) by Terry Jan Reedy · 1 year, 3 months ago
- 2eb9991 Add Lysandros Nikolaou to the News entry of gh-111201 (#118616) by Pablo Galindo Salgado · 1 year, 3 months ago
- f27f8c7 gh-111201: A new Python REPL (GH-111567) by Pablo Galindo Salgado · 1 year, 3 months ago
- 40cc809 gh-117549: Don't use designated initializers in headers (#118580) by Guido van Rossum · 1 year, 3 months ago
- 9c13d9e gh-74929: Rudimentary docs for PEP 667 (#118581) by Guido van Rossum · 1 year, 3 months ago
- 5a0022a GH-111744: Make breakpoint() enter the debugger immediately (GH-118579) by Tian Gao · 1 year, 3 months ago
- 1511bc9 gh-101137: Add `text/x-rst` to `mimetypes` (#118593) by Nikita Sobolev · 1 year, 3 months ago
- b6f0ab5 gh-83505: Add markdown mimetype mapping (#17995) by Ryan Batchelder · 1 year, 3 months ago
- 3b32575 gh-118131: Command-line interface for the `random` module (#118132) by Hugo van Kemenade · 1 year, 3 months ago
- 711c80b gh-118164: Break a loop between _pydecimal and _pylong and optimize int to str conversion (GH-118483) by Serhiy Storchaka · 1 year, 4 months ago
- 1b22d80 gh-118518: Allow perf to work without frame pointers (#112254) by Pablo Galindo Salgado · 1 year, 4 months ago
- 999f0c5 gh-118164: str(10**10000) hangs if the C _decimal module is missing (#118503) by Tim Peters · 1 year, 4 months ago
- 08d169f gh-109617: fix ncurses incompatibility on macOS with Xcode 15 (#111258) by Davide Rizzo · 1 year, 4 months ago
- f34e965 GH-111744: Support opcode events in bdb (GH-111834) by Tian Gao · 1 year, 4 months ago
- b034f14 gh-74929: Implement PEP 667 (GH-115153) by Tian Gao · 1 year, 4 months ago
- 00da0af gh-113081: Print colorized exception just like built-in traceback in pdb (#113082) by Tian Gao · 1 year, 4 months ago
- 85af789 gh-111997: C-API for signalling monitoring events (#116413) by Irit Katriel · 1 year, 4 months ago
- 9c14ed0 gh-107674: Improve performance of `sys.settrace` (GH-117133) by Tian Gao · 1 year, 4 months ago
- 998c385 gh-83856: Honor atexit for all multiprocessing start methods (GH-114279) by Tian Gao · 1 year, 4 months ago
- dd8f05f gh-115119: Update macOS installer to build with libmpdec 4.0.0 (GH-118382) by Erlend E. Aasland · 1 year, 4 months ago
- 1324502 gh-115119: Update Windows installer to mpdecimal 4.0.0 (#118506) by Erlend E. Aasland · 1 year, 4 months ago
- c2627d6 gh-116322: Add Py_mod_gil module slot (#116882) by Brett Simmers · 1 year, 4 months ago
- 2dae505 gh-117514: Add `sys._is_gil_enabled()` function (#118514) by Sam Gross · 1 year, 4 months ago
- c8deb1e gh-118513: Fix sibling comprehensions with a name bound in one and global in the other (#118526) by Carl Meyer · 1 year, 4 months ago
- 37ccf16 gh-101732: Modules/_ssl.c: use Y2038 compatible openssl function when available (GH-118425) by Alexander Kanavin · 1 year, 4 months ago
- ca269e5 gh-116126: Implement PEP 696 (#116129) by Jelle Zijlstra · 1 year, 4 months ago
- 4e2caf2 gh-118500: Add pdb support for zipapp (#118501) by Tian Gao · 1 year, 4 months ago
- b28a333 gh-90848: Fixed create_autospec ignoring configure_mock style kwargs (#118163) by infohash · 1 year, 4 months ago
- 6bcbee0 gh-93502: Add new C-API functions to trace object creation and destruction (#115945) by Pablo Galindo Salgado · 1 year, 4 months ago
- 2770d5c gh-105879: Add support for keyword arguments to eval and exec (#105885) by Raphael Gaschignard · 1 year, 4 months ago
- 9789440 gh-82062: Fix support of parameter defaults on methods in extension modules (GH-115270) by Sergey B Kirpichev · 1 year, 4 months ago
- 81939da gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488) by Steve Dower · 1 year, 4 months ago
- 7c97dc8 gh-118216: Don't consider dotted `__future__` imports (#118267) by Crowthebird · 1 year, 4 months ago
- a524152 gh-118335: Make REGEN_JIT_COMMAND empty if tier2 interpreter enabled (#118493) by Guido van Rossum · 1 year, 4 months ago
- a7711a2 gh-117607: Speedup os.path.relpath() (GH-117608) by Nice Zombies · 1 year, 4 months ago
- b52c753 gh-110850: Add PyTime_TimeRaw() function (#118394) by Victor Stinner · 1 year, 4 months ago
- 7595511 gh-116622: Android sysconfig updates (#118352) by Malcolm Smith · 1 year, 4 months ago
- 759e8e7 gh-99730: urllib.request: Keep HEAD method on redirect (GH-99731) by Harmen Stoppels · 1 year, 4 months ago
- beb653c gh-117958: Expose JIT code via method in UOpExecutor (#117959) by Anthony Shaw · 1 year, 4 months ago
- 4a08a75 gh-99180: Remove traceback anchors in return and assign statements that cover all the displayed range (#112670) by Pablo Galindo Salgado · 1 year, 4 months ago
- c1bf487 gh-116767: fix crash on 'async with' with many context managers (GH-118348) by Irit Katriel · 1 year, 4 months ago
- fc7e1aa GH-117881: fix athrow().throw()/asend().throw() concurrent access (GH-117882) by Thomas Grainger · 1 year, 4 months ago
- 2520eed gh-116622: Add Android testbed (GH-117878) by Malcolm Smith · 1 year, 4 months ago
- 7d83f7b gh-118335: Configure Tier 2 interpreter at build time (#118339) by Guido van Rossum · 1 year, 4 months ago
- 587388f gh-118124: Use static_assert() in Py_BUILD_ASSERT() on C11 (#118398) by Victor Stinner · 1 year, 4 months ago
- 6999d68 gh-118218: Reuse return tuple in itertools.pairwise (GH-118219) by Shantanu · 1 year, 4 months ago
- b568c2c gh-118406: Add signature for sqlite3.Connection objects (#118428) by Erlend E. Aasland · 1 year, 4 months ago
- 1f16b4c gh-118272: Clear generator frame's locals when the generator is closed (#118277) by Irit Katriel · 1 year, 4 months ago
- d7ac427 gh-117618: Make package.module searchable for breakpoints and clean up docs (#117619) by Tian Gao · 1 year, 4 months ago
- 17a8af9 gh-118402: Fix inspect.signature() for functools.cmp_to_key() result (GH-118427) by Serhiy Storchaka · 1 year, 4 months ago
- 3b268f4 gh-116622: Redirect stdout and stderr to system log when embedded in an Android app (#118063) by Malcolm Smith · 1 year, 4 months ago
- 11f8348 gh-118404: Fix inspect.signature() for non-comparable callables (GH-118405) by Serhiy Storchaka · 1 year, 4 months ago
- 8b56d82 GH-118306: Update JIT to use LLVM 18 (GH-118307) by Savannah Ostrowski · 1 year, 4 months ago
- 96d8ca7 gh-118347: Fix Windows installer not updating launcher (GH-118386) by Steve Dower · 1 year, 4 months ago
- 444ac0b gh-118285: Fix signatures of operator.{attrgetter,itemgetter,methodcaller} instances (GH-118316) by Serhiy Storchaka · 1 year, 4 months ago
- 375c94c gh-107674: Lazy load line number to improve performance of tracing (GH-118127) by Tian Gao · 1 year, 4 months ago
- c7e7bfc gh-115119: Detect _decimal dependencies using pkg-config (#115406) by Erlend E. Aasland · 1 year, 4 months ago
- 133c1a7 gh-118293: Suppress mouse cursor feedback when launching Windows processes with multiprocessing (GH-118315) by Henrik Tunedal · 1 year, 4 months ago
- e0ab642 gh-101100: Fix Sphinx warnings in `whatsnew/3.9.rst` (#118364) by Hugo van Kemenade · 1 year, 4 months ago
- 2326d6c gh-109118: Make comprehensions work within annotation scopes, but without inlining (#118160) by Jelle Zijlstra · 1 year, 4 months ago
- 8397d8d Correct spelling error in recent NEWS entry (#118308) by Xie Yanbo · 1 year, 4 months ago
- 194fd17 bpo-32839: Add the after_info() method for Tkinter widgets (GH-5664) by Cheryl Sabella · 1 year, 4 months ago
- 0f99861 gh-117385: Remove unhooked events on sys.settrace (GH-117386) by Tian Gao · 1 year, 4 months ago
- 463c20d gh-117928: Bump the minimum Sphinx version to 6.2.1 (#117853) by Kirill Podoprigora · 1 year, 4 months ago
- fb7f79b gh-117566: fix IPv6Address.is_loopback for IPv4-mapped loopbacks (GH-117567) by Faidon Liambotis · 1 year, 4 months ago
- 10bb90e gh-102511: Speed up os.path.splitroot() with native helpers (GH-118089) by Nice Zombies · 1 year, 4 months ago
- e38b43c2 gh-118221: Always use the default row factory in sqlite3.iterdump() (#118223) by Erlend E. Aasland · 1 year, 4 months ago
- 4b10e20 gh-117786: Fix venv created from Windows Store install by restoring __PYVENV_LAUNCHER__ smuggling (GH-117814) by Steve Dower · 1 year, 4 months ago
- 93b7ed7 gh-108191: Add support of positional argument in SimpleNamespace constructor (GH-108195) by Serhiy Storchaka · 1 year, 4 months ago
- 03e3e31 gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791) by Eric Snow · 1 year, 4 months ago