- 567c38b Python 3.13.0b4 by Thomas Wouters · 1 year, 1 month ago v3.13.0b4
- ea36420 [3.13] Move misplaced blurb entries (#121919) by T. Wouters · 1 year, 1 month ago
- 3d9692d [3.13] gh-120678: pyrepl: Include globals from modules passed with `-i` (GH-120904) (#121916) by Miss Islington (bot) · 1 year, 1 month ago
- 5a8e137 [3.13] gh-78889: Stop IDLE Shell freezes from sys.stdout.shell.xyz (GH-121876) (#121911) by Miss Islington (bot) · 1 year, 1 month ago
- 4395d68 [3.13] gh-113993: Don't immortalize in PyUnicode_InternInPlace; keep immortalizing in other API (GH-121364) (GH-121854) by Petr Viktorin · 1 year, 1 month ago
- 2e34591 [3.13] GH-120371: Add WASI SDK 22 support (GH-121870) (GH-121873) by Miss Islington (bot) · 1 year, 1 month ago
- 6613029 [3.13] gh-121860: Fix crash when materializing managed dict (GH-121866) (#121867) by Miss Islington (bot) · 1 year, 1 month ago
- d24ec8a [3.13] gh-121130: Fix f-string format specifiers with debug expressions (GH-121150) (#121868) by Pablo Galindo Salgado · 1 year, 1 month ago
- 54db42f [3.13] gh-121814: Only check f_trace_opcodes if Python frame exists (GH-121818) (#121861) by Miss Islington (bot) · 1 year, 1 month ago
- 7c9861f [3.13] gh-121160: Add some tests for readline.set_history_length (GH-121326) (GH-121856) by Miss Islington (bot) · 1 year, 1 month ago
- 281ffb6 [3.13] gh-113993: For string interning, do not rely on (or assert) _Py_IsImmortal (GH-121358) (GH-121851) by Miss Islington (bot) · 1 year, 1 month ago
- f0e4b02 [3.13] gh-120522: Revert "Add a `--with-app-store-compliance` configure option to patch out problematic code" (GH-121844) (#121845) by Miss Islington (bot) · 1 year, 1 month ago
- d02adec [3.13] gh-119189: Fix the power operator for Fraction (GH-119242) (GH-119836) by Miss Islington (bot) · 1 year, 1 month ago
- 4a62fdf [3.13] gh-121295: Fix blocked console after interrupting a long paste (GH-121815) (GH-121826) by Miss Islington (bot) · 1 year, 1 month ago
- a1505af [3.13] gh-120831: Increase the default minimum supported iOS version to 13.0 (GH-121250) (#121833) by Miss Islington (bot) · 1 year, 1 month ago
- 0794220 [3.13] gh-121794: Don't set `ob_tid` to zero in fast-path dealloc (GH-121799) (#121821) by Miss Islington (bot) · 1 year, 1 month ago
- b506de4 [3.13] gh-121245: Refactor site.register_readline() (GH-121659) (GH-121816) by Miss Islington (bot) · 1 year, 1 month ago
- c4daec4 [3.13] gh-121657: Display correct error message for yield from outsid… (GH-121768) by Kirill Podoprigora · 1 year, 1 month ago
- 308857b [3.13] gh-121746: Bind Alt+Enter to "accept" in the REPL (GH-121754) (GH-121803) by Miss Islington (bot) · 1 year, 1 month ago
- 55ff124 [3.13] gh-57141: Make shallow argument to filecmp.dircmp keyword-only (GH-121767) (#121777) by Miss Islington (bot) · 1 year, 1 month ago
- 767f714 [3.13] gh-121731: Fix mimalloc compile error on GNU/Hurd (GH-121732) (#121773) by Miss Islington (bot) · 1 year, 1 month ago
- f672ee2 [3.13] gh-121749: Fix discrepancy in docs for `PyModule_AddObjectRef` (GH-121750) (GH-121752) by Miss Islington (bot) · 1 year, 1 month ago
- dfedbdb [3.13] gh-120012: clarify the behaviour of `multiprocessing.Queue.empty` on closed queues. (GH-120102) (#120469) by Miss Islington (bot) · 1 year, 1 month ago
- e28f863 [3.13] gh-121609: Fix pasting of characters containing unicode character joiner (GH-121667) (#121733) by Miss Islington (bot) · 1 year, 1 month ago
- 62572f1 [3.13] gh-121497: Make Pyrepl respect correctly the history with input hook set (GH-121498) (#121703) by Miss Islington (bot) · 1 year, 1 month ago
- de51ee0 [3.13] gh-121499: Fix multi-line history rendering in the REPL (GH-121531) (#121679) by Miss Islington (bot) · 1 year, 1 month ago
- fcc4a53 [3.13] NEWS: Fix Sphinx warnings and increase threshold for new news nits (GH-121482) (#121513) by Hugo van Kemenade · 1 year, 1 month ago
- 15c875a [3.13] Update retroactive comments from GH-117741 (segfault in `FutureIter_dealloc`) (GH-121638) (GH-121642) by Miss Islington (bot) · 1 year, 1 month ago
- 35f7155 [3.13] gh-121103: Put free-threaded libraries in `lib/python3.14t` (GH-121293) (#121631) by Miss Islington (bot) · 1 year, 1 month ago
- c6dbfbb [3.13] gh-117482: Fix Builtin Types Slot Wrappers (gh-121630) by Miss Islington (bot) · 1 year, 1 month ago
- 38c4028 [3.13] gh-121332: Make AST node constructor check _attributes instead of hardcoding attributes (GH-121334) (#121625) by Jelle Zijlstra · 1 year, 1 month ago
- 0504f45 [3.13] gh-89364: Export PySignal_SetWakeupFd() function (GH-121537) (#121582) by Miss Islington (bot) · 1 year, 1 month ago
- a1fc8d3 [3.13] GH-121439: Allow PyTupleObjects with an ob_size of 20 in the free_list to be reused (gh-121428) (gh-121565) by Miss Islington (bot) · 1 year, 1 month ago
- c128718 [3.13] gh-121368: Fix seq lock memory ordering in _PyType_Lookup (GH-121388) (#121505) by Miss Islington (bot) · 1 year, 1 month ago
- eef5c64 [3.13] gh-121487: Fix deprecation warning for ATOMIC_VAR_INIT in mimalloc (gh-121488) (#121504) by Miss Islington (bot) · 1 year, 1 month ago
- 2f8919e [3.13] GH-121012: Set index to -1 when list iterators become exhausted in tier 2 (GH-121483) (GH-121494) by Miss Islington (bot) · 1 year, 1 month ago
- 78437b7 [3.13] gh-121467: Fix makefile to include mimalloc headers (GH-121469) (#121471) by Miss Islington (bot) · 1 year, 1 month ago
- abefbcb [3.13] gh-121084: Fix test_typing random leaks (GH-121360) (#121373) by Miss Islington (bot) · 1 year, 1 month ago
- 868e9ab gh-118507: Amend news entry to mention ntpath.isfile bugfix (GH-120817) by Steve Dower · 1 year, 1 month ago
- 678fb82 [3.13] gh-121201: Disable perf_trampoline on riscv64 for now (GH-121328) (#121336) by Miss Islington (bot) · 1 year, 1 month ago
- 65ed1b7 [3.13] gh-117983: Defer import of threading for lazy module loading (GH-120233) (GH-121349) by Miss Islington (bot) · 1 year, 1 month ago
- e7008d7 [3.13] gh-118714: Make the pdb post-mortem restart/quit behavior more reasonable (GH-118725) (#121346) by Miss Islington (bot) · 1 year, 2 months ago
- 3d4e533 [3.13] gh-112136: Restore removed _PyArg_Parser (GH-121262) (#121344) by Miss Islington (bot) · 1 year, 2 months ago
- dacf4ff [3.13] gh-121279: Re-add prematurely removed import warnings to importlib.abc (#121281) by Miro Hrončok · 1 year, 2 months ago
- 2c3aa52 [3.13] gh-120782: Update internal type cache when reloading datetime (GH-120829) (#120855) by neonene · 1 year, 2 months ago
- 78e96bd [3.13] gh-121245: Correct pyrepl import in site.py (GH-121255) (#121261) by Miss Islington (bot) · 1 year, 2 months ago
- 010bf92 [3.13] gh-121200: Fix test_expanduser_pwd2() of test_posixpath (GH-121228) (#121232) by Miss Islington (bot) · 1 year, 2 months ago
- 1f2f9c4 [3.13] gh-121188: Sanitize invalid XML characters in regrtest (GH-121195) (#121204) by Miss Islington (bot) · 1 year, 2 months ago
- 82777cd [3.13] gh-113565: Improve and harden detection of curses dependencies (GH-119816) (#121202) by Miss Islington (bot) · 1 year, 2 months ago
- d481d4b [3.13] gh-87744: fix waitpid race while calling send_signal in asyncio (GH-121126) (#121194) by Miss Islington (bot) · 1 year, 2 months ago
- 0dfb437 [3.13] gh-120522: Add a `--with-app-store-compliance` configure option to patch out problematic code (GH-120984) (#121173) by Miss Islington (bot) · 1 year, 2 months ago
- d96a52e [3.13] gh-121101: Document -Wall option (an alias for -Walways) (GH-121102) (#121146) by Miss Islington (bot) · 1 year, 2 months ago
- 009618f [3.13] gh-120713: Normalize year with century for datetime.strftime (GH-120820) (GH-121144) by Miss Islington (bot) · 1 year, 2 months ago
- 58a3c3c gh-121115: Skip __index__ in PyLong_AsNativeBytes by default (GH-121118) by Miss Islington (bot) · 1 year, 2 months ago
- 99de20d [3.13] gh-121018: Fix more cases of exiting in argparse when exit_on_error=False (GH-121056) (GH-121128) by Serhiy Storchaka · 1 year, 2 months ago
- 4970476 [3.13] gh-121096: Ignore dlopen() leaks in Valgrind suppression file (GH-121097) (#121122) by Miss Islington (bot) · 1 year, 2 months ago
- e310d2b [3.13] gh-105623 Fix performance degradation in logging RotatingFileHandler (GH-105887) (GH-121117) by Miss Islington (bot) · 1 year, 2 months ago
- 7b41395 Python 3.13.0b3 by Thomas Wouters · 1 year, 2 months ago v3.13.0b3
- 49e5740 [3.13] gh-121027: Add a future warning in functools.partial.__get__ (GH-121086) (#121092) by Miss Islington (bot) · 1 year, 2 months ago
- c7d2b2b [3.13] gh-120888: Bump bundled pip to 24.1.1 (GH-120889) (#121080) by Miss Islington (bot) · 1 year, 2 months ago
- 9df7392 [3.13] gh-120868: Fix breaking change in `logging.config` when using `QueueHandler` (GH-120872) (GH-121078) by Miss Islington (bot) · 1 year, 2 months ago
- c839974 [3.13] gh-113433: Automatically Clean Up Subinterpreters in Py_Finalize() (gh-121067) by Miss Islington (bot) · 1 year, 2 months ago
- e26e098 [3.13] gh-120642: Move private PyCode APIs to the internal C API (#120643) (#121043) by Victor Stinner · 1 year, 2 months ago
- 6bc7e2c [3.13] gh-121018: Ensure ArgumentParser.parse_args with exit_on_error=False raises instead of exiting when given unrecognized arguments (GH-121019) (GH-121032) by Miss Islington (bot) · 1 year, 2 months ago
- f2b4f51 [3.13] gh-120380: fix Python implementation of `pickle.Pickler` for `bytes` and `bytearray` objects in protocol version 5. (GH-120422) (GH-120832) by Miss Islington (bot) · 1 year, 2 months ago
- 8463425 [3.13] gh-121025: Improve partialmethod.__repr__ (GH-121033) (#121037) by Miss Islington (bot) · 1 year, 2 months ago
- f4f8a71 [3.13] gh-114053: Fix another edge case involving `get_type_hints`, PEP 695 and PEP 563 (GH-120272) (#121003) by Miss Islington (bot) · 1 year, 2 months ago
- 899dfba [3.13] gh-120108: Fix deepcopying of AST trees with .parent attributes (GH-120114) (#121000) by Jelle Zijlstra · 1 year, 2 months ago
- d26ce50 [3.13] gh-120671: Fix PY_CHECK_CC_WARNING() in configure.ac (GH-120822) (#120985) by Miss Islington (bot) · 1 year, 2 months ago
- 0a77058 [3.13] gh-120858: PyDict_Next should not lock the dict (GH-120859) (#120964) by Miss Islington (bot) · 1 year, 2 months ago
- 9769b7a [3.13] gh-113993: Allow interned strings to be mortal, and fix related issues (GH-120520) (GH-120945) by Petr Viktorin · 1 year, 2 months ago
- 447e07a [3.13] gh-119521: Rename IncompleteInputError to _IncompleteInputError and remove from public API/ABI (GH-119680, GH-120955) (GH-120944) by Miss Islington (bot) · 1 year, 2 months ago
- 732c005 [3.13] gh-119614: Fix truncation of strings with embedded null characters in Tkinter (GH-120909) (GH-120938) by Miss Islington (bot) · 1 year, 2 months ago
- 544a472 [3.13] gh-120683: Fix an error in logging.LogRecord timestamp (GH-120709) (GH-120933) by Miss Islington (bot) · 1 year, 2 months ago
- b7240ed [3.13] gh-119824: Revert the `where` solution and use meta commands (#120919) by Tian Gao · 1 year, 2 months ago
- 6be1048 [3.13] gh-120910: Fix issue resolving relative paths outside site-packages. (GH-120911) (#120917) by Miss Islington (bot) · 1 year, 2 months ago
- 99f18ea [3.13] gh-101830: Fix Tcl_Obj to string conversion (GH-120884) (GH-120905) by Miss Islington (bot) · 1 year, 2 months ago
- 41b2d19 [3.13] Amend categories of @nineteendo's news entries (GH-120735) (#120850) by Nice Zombies · 1 year, 2 months ago
- a860b1d [3.13] gh-120811: Fix reference leak upon `_PyContext_Exit` failure (GH-120812) (#120843) by Miss Islington (bot) · 1 year, 2 months ago
- 4dc27bc [3.13] gh-119344: Make critical section API public (GH-119353) (#120856) by Sam Gross · 1 year, 2 months ago
- f3d7823 [3.13] gh-120384: Fix array-out-of-bounds crash in `list_ass_subscript` (GH-120442) (#120826) by Miss Islington (bot) · 1 year, 2 months ago
- 3cb6c4c [3.13] gh-117511: Make PyMutex public in the non-limited API (GH-117731) (#120800) by Sam Gross · 1 year, 2 months ago
- b8fd80f [3.13] GH-119462: Enforce invariants of type versioning. Backport of GH-120731. (#120748) by Mark Shannon · 1 year, 2 months ago
- 8cfd005 [3.13] gh-119698: fix `symtable.Class.get_methods` and document its behaviour correctly (GH-120151) (#120777) by Jelle Zijlstra · 1 year, 2 months ago
- 6b714d5 [3.13] GH-120602: Support LLVM_VERSION_SUFFIX for JIT builds (GH-120768) by Miss Islington (bot) · 1 year, 2 months ago
- 355d928 [3.13] gh-120732: Fix `name` passing to `Mock`, when using kwargs to `create_autospec` (GH-120737) (#120760) by Miss Islington (bot) · 1 year, 2 months ago
- ae04b6f [3.13] gh-120437: Fix `_CHECK_STACK_SPACE` optimization problems introduced in gh-118322 (GH-120712) (#120747) by Nadeshiko Manju · 1 year, 2 months ago
- 4ce1246 [3.13] gh-120722: Set position on RETURN_VALUE in lambda (GH-120724) (#120738) by Miss Islington (bot) · 1 year, 2 months ago
- 9be94f9 [3.13] gh-119506: fix `_io.TextIOWrapper.write()` write during flush (GH-119507) (#119964) by Miss Islington (bot) · 1 year, 2 months ago
- 39c3f11 [3.13] gh-120381: Fix inspect.ismethoddescriptor() (GH-120684) by Miss Islington (bot) · 1 year, 2 months ago
- a22eb2f [3.13] gh-120633: Move scrollbar and remove tear-off menus in turtledemo (GH-120634) (#120725) by Miss Islington (bot) · 1 year, 2 months ago
- 50fa775 [3.13] gh-120367: fix bug where compiler detects redundant jump after pseudo op replacement (GH-120714) (#120716) by Miss Islington (bot) · 1 year, 2 months ago
- 1ce5984 [3.13] gh-118789: Add `PyUnstable_Object_ClearWeakRefsNoCallbacks` (GH-118807) (#120695) by Miss Islington (bot) · 1 year, 2 months ago
- 61a2229 [3.13] gh-120367: fix removal of redundant NOPs and jumps after reordering hot-cold blocks (GH-120425) (#120621) by Miss Islington (bot) · 1 year, 2 months ago
- 7c47f93 [3.13] gh-119933: Improve ``SyntaxError`` message for invalid type parameters expressions (GH-119976) (#120641) by Jelle Zijlstra · 1 year, 2 months ago
- 1c41aa7 [3.13] gh-119824: Print stack entry when user input is needed (GH-119882) (#120533) by Tian Gao · 1 year, 2 months ago
- a19bb26 [3.13] gh-112346: Always set OS byte to 255, simpler gzip.compress function. (GH-120486) (#120563) by Miss Islington (bot) · 1 year, 2 months ago
- 3a9f438 [3.13] gh-120541: Improve the "less" prompt in pydoc (GH-120543) (GH-120562) by Miss Islington (bot) · 1 year, 2 months ago
- e54a28b [3.13] gh-120495: Fix incorrect exception handling in Tab Nanny (GH-120498) (#120548) by Miss Islington (bot) · 1 year, 2 months ago
- 18ea22a [3.13] gh-120161: Fix a Crash in the _datetime Module (gh-120518) by Miss Islington (bot) · 1 year, 2 months ago