1. 7b41395 Python 3.13.0b3 by Thomas Wouters · 1 year ago v3.13.0b3
  2. 49e5740 [3.13] gh-121027: Add a future warning in functools.partial.__get__ (GH-121086) (#121092) by Miss Islington (bot) · 1 year ago
  3. c7d2b2b [3.13] gh-120888: Bump bundled pip to 24.1.1 (GH-120889) (#121080) by Miss Islington (bot) · 1 year ago
  4. 9df7392 [3.13] gh-120868: Fix breaking change in `logging.config` when using `QueueHandler` (GH-120872) (GH-121078) by Miss Islington (bot) · 1 year ago
  5. c839974 [3.13] gh-113433: Automatically Clean Up Subinterpreters in Py_Finalize() (gh-121067) by Miss Islington (bot) · 1 year ago
  6. c052b19 [3.13] gh-120838: Add _PyThreadState_WHENCE_FINI (gh-121013) by Miss Islington (bot) · 1 year ago
  7. bc515b3 [3.13] gh-121016: Add test for PYTHON_BASIC_REPL envioronment variable (GH-121017) (#121064) by devdanzin · 1 year ago
  8. d7cd71c [3.13] gh-120937: Reference weakref from the `__del__` documentation (GH-120940) (#121061) by Miss Islington (bot) · 1 year ago
  9. 38cfa92 [3.13] gh-118908: Use __main__ for the default PyREPL namespace (GH-121054) (#121059) by Miss Islington (bot) · 1 year ago
  10. 64c4139 [3.13] gh-120593: Fix const qualifier in pyatomic.h (GH-121055) (#121057) by Miss Islington (bot) · 1 year ago
  11. bdcc738 [3.13] gh-121008: Fix idlelib.run tests (GH-121046) (#121049) by Miss Islington (bot) · 1 year ago
  12. 7db14f1 [3.13] Ignore some failing tests in emulated JIT CI (GH-120977) by Miss Islington (bot) · 1 year ago
  13. e26e098 [3.13] gh-120642: Move private PyCode APIs to the internal C API (#120643) (#121043) by Victor Stinner · 1 year ago
  14. 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 ago
  15. 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 ago
  16. 8463425 [3.13] gh-121025: Improve partialmethod.__repr__ (GH-121033) (#121037) by Miss Islington (bot) · 1 year ago
  17. 571cefd [3.13] gh-120155: Fix Coverity issue in parse_string() (GH-120997) (#121005) by Miss Islington (bot) · 1 year ago
  18. 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 ago
  19. 899dfba [3.13] gh-120108: Fix deepcopying of AST trees with .parent attributes (GH-120114) (#121000) by Jelle Zijlstra · 1 year ago
  20. 1764a31 [3.13] Doc/README: Document 'make htmllive' (GH-120692) (#120990) by Miss Islington (bot) · 1 year ago
  21. 6cddf1a [3.13] gh-120661: improve example for basic type hints (GH-120934) (#120987) by Miss Islington (bot) · 1 year ago
  22. d26ce50 [3.13] gh-120671: Fix PY_CHECK_CC_WARNING() in configure.ac (GH-120822) (#120985) by Miss Islington (bot) · 1 year ago
  23. 6bfcf98 [3.13] Add --with-lto back to Linux JIT CI (GH-120972) by Miss Islington (bot) · 1 year ago
  24. 4619f89 [3.13] GH-119054: Add "Permissions and ownership" section to pathlib docs. (GH-120505) (#120967) by Barney Gale · 1 year ago
  25. 0a77058 [3.13] gh-120858: PyDict_Next should not lock the dict (GH-120859) (#120964) by Miss Islington (bot) · 1 year ago
  26. 6aee5ed [3.13] gh-120860: Fix a few bugs in `type_setattro` error paths. (GH-120861) (#120963) by Miss Islington (bot) · 1 year ago
  27. 9769b7a [3.13] gh-113993: Allow interned strings to be mortal, and fix related issues (GH-120520) (GH-120945) by Petr Viktorin · 1 year ago
  28. 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 ago
  29. a19a589 [3.13] docs: puremagic.what() as replacement for imghdr.what() (GH-120871) (#120951) by Miss Islington (bot) · 1 year ago
  30. 502a99a [3.13] gh-120373: Mark test_audit.test_http as requiring the network resource (GH-120374) (#120948) by Miss Islington (bot) · 1 year ago
  31. 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 ago
  32. 206028d [3.13] gh-112169: Documented getaddrinfo/getnameinfo default loop executor usage and implications. (GH-112191) (#120935) by Miss Islington (bot) · 1 year ago
  33. 544a472 [3.13] gh-120683: Fix an error in logging.LogRecord timestamp (GH-120709) (GH-120933) by Miss Islington (bot) · 1 year ago
  34. b7240ed [3.13] gh-119824: Revert the `where` solution and use meta commands (#120919) by Tian Gao · 1 year ago
  35. 1aadb51 [3.13] Docs makefile/RTD: Use uv if installed (GH-120711) (#120922) by Miss Islington (bot) · 1 year ago
  36. 6be1048 [3.13] gh-120910: Fix issue resolving relative paths outside site-packages. (GH-120911) (#120917) by Miss Islington (bot) · 1 year ago
  37. d6791cd [3.13] Typing docs: normalize some indents in code examples (GH-120912) (#120915) by Miss Islington (bot) · 1 year ago
  38. 99f18ea [3.13] gh-101830: Fix Tcl_Obj to string conversion (GH-120884) (GH-120905) by Miss Islington (bot) · 1 year ago
  39. 97acd29 [3.13] gh-120896: Fix typo in version changed note of `urllib.parse.urlparse()` (GH-120898) (#120902) by Miss Islington (bot) · 1 year ago
  40. bf7aac3 [3.13] gh-119003: Clarify slice assignments (GH-119935) (#120847) by Miss Islington (bot) · 1 year ago
  41. 41b2d19 [3.13] Amend categories of @nineteendo's news entries (GH-120735) (#120850) by Nice Zombies · 1 year ago
  42. cffead8 [3.13] gh-120873: Add tests for new widget options in Tk 8.7 (GH-120877) (GH-120879) by Miss Islington (bot) · 1 year ago
  43. 61e6b6a [3.13] gh-120873: Add test for "state" option in ttk.Scale (GH-120874) (GH-120875) by Miss Islington (bot) · 1 year ago
  44. a860b1d [3.13] gh-120811: Fix reference leak upon `_PyContext_Exit` failure (GH-120812) (#120843) by Miss Islington (bot) · 1 year ago
  45. 4fabbf9 [3.13] gh-104855: Update Tkinter tests for Tcl/Tk 8.7 and 9.0 (GH-120824) (GH-120864) by Miss Islington (bot) · 1 year ago
  46. 4dc27bc [3.13] gh-119344: Make critical section API public (GH-119353) (#120856) by Sam Gross · 1 year ago
  47. e748805 [3.13] gh-120838: Add a Note in the Docs About Expectations for Py_Finalize() (gh-120852) by Miss Islington (bot) · 1 year ago
  48. abdbf33 [3.13] gh-120773: document introspective attributes of an async generator object in the inspect module (GH-120778) (#120827) by Miss Islington (bot) · 1 year ago
  49. f3d7823 [3.13] gh-120384: Fix array-out-of-bounds crash in `list_ass_subscript` (GH-120442) (#120826) by Miss Islington (bot) · 1 year ago
  50. 7302855 [3.13] gh-111259: Document idiomatic RE pattern (?s:.) that matches any character (GH-120745) (GH-120813) by Miss Islington (bot) · 1 year ago
  51. 3cb6c4c [3.13] gh-117511: Make PyMutex public in the non-limited API (GH-117731) (#120800) by Sam Gross · 1 year ago
  52. 7c7aa5a [3.13] gh-119258: Backport optimizer frame fixes in GH-119365 (GH-120699) by Ken Jin · 1 year ago
  53. b8fd80f [3.13] GH-119462: Enforce invariants of type versioning. Backport of GH-120731. (#120748) by Mark Shannon · 1 year ago
  54. d0a5e40 [3.13] Update the documentation howto index page and group docs into 3 logical sections (GH-119366, GH-120703) (GH-120646) by Miss Islington (bot) · 1 year ago
  55. 8cfd005 [3.13] gh-119698: fix `symtable.Class.get_methods` and document its behaviour correctly (GH-120151) (#120777) by Jelle Zijlstra · 1 year ago
  56. 5d19490 [3.13] Fix typos in comments (GH-120481) (#120774) by Miss Islington (bot) · 1 year ago
  57. 6b714d5 [3.13] GH-120602: Support LLVM_VERSION_SUFFIX for JIT builds (GH-120768) by Miss Islington (bot) · 1 year ago
  58. e415d25 [3.13] gh-118820: Zero-valued flag enum has no name (GH-118848) (GH-120759) by Miss Islington (bot) · 1 year ago
  59. 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 ago
  60. d3918eb [3.13] Regen ``Doc/requirements-oldest-sphinx.txt`` (GH-120753) (#120757) by Miss Islington (bot) · 1 year ago
  61. adef569 [3.13] gh-120521: clarify except* documentation to allow tuples (GH-120523) (#120750) by Miss Islington (bot) · 1 year ago
  62. ae04b6f [3.13] gh-120437: Fix `_CHECK_STACK_SPACE` optimization problems introduced in gh-118322 (GH-120712) (#120747) by Nadeshiko Manju · 1 year ago
  63. bb5d194 [3.13] gh-120635: Avoid leaking processes in test_pyrepl (GH-120676) (#120741) by Miss Islington (bot) · 1 year ago
  64. 4ce1246 [3.13] gh-120722: Set position on RETURN_VALUE in lambda (GH-120724) (#120738) by Miss Islington (bot) · 1 year ago
  65. c598e61 [3.13] gh-119960: Add information about regex flags in re module functions (GH-119978) (#120730) by Miss Islington (bot) · 1 year ago
  66. 071b66b [3.13] gh-120726: Fix compiler warnings on is_core_module() (GH-120727) (#120729) by Miss Islington (bot) · 1 year ago
  67. 9be94f9 [3.13] gh-119506: fix `_io.TextIOWrapper.write()` write during flush (GH-119507) (#119964) by Miss Islington (bot) · 1 year ago
  68. d65e145 [3.13] gh-120449: fix ``test_pyclbr`` introspection for mangled names (GH-120450) (GH-120700) by Miss Islington (bot) · 1 year ago
  69. 39c3f11 [3.13] gh-120381: Fix inspect.ismethoddescriptor() (GH-120684) by Miss Islington (bot) · 1 year ago
  70. a22eb2f [3.13] gh-120633: Move scrollbar and remove tear-off menus in turtledemo (GH-120634) (#120725) by Miss Islington (bot) · 1 year ago
  71. 1b02811 [3.13] gh-120496: Add a note about iterator thread-safe (gh-120685) (#120706) by Miss Islington (bot) · 1 year ago
  72. 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 ago
  73. 07145dd [3.13] gh-117953: Skip `test_interpreters` properly without GIL (gh-120707) by Miss Islington (bot) · 1 year ago
  74. 1ce5984 [3.13] gh-118789: Add `PyUnstable_Object_ClearWeakRefsNoCallbacks` (GH-118807) (#120695) by Miss Islington (bot) · 1 year ago
  75. 4f4973d [3.13] gh-120659: Skip `test_freethreading` with GIL (GH-120660) (#120694) by Miss Islington (bot) · 1 year ago
  76. 8c129d9 [3.13] gh-119241: Add HOWTO for free-threaded C API extensions (GH-119877) (#120693) by Miss Islington (bot) · 1 year ago
  77. 36b0052 [3.13] gh-120662: Improve `smtplib` example (GH-120668) (#120681) by Miss Islington (bot) · 1 year ago
  78. 692874c [3.13] gh-119897: Add test for lambda generator invocation (GH-120658) (#120673) by Miss Islington (bot) · 1 year ago
  79. 451cb71 [3.13] gh-120590: Fix test_pydoc in the refleak hunting mode (GH-120615) (GH-120669) by Miss Islington (bot) · 1 year ago
  80. 71ad34d [3.13] gh-120524: Avoid a Race On _PyRuntime.types.managed_static.types[i].interp_count (gh-120657) by Miss Islington (bot) · 1 year ago
  81. 396f8b0 [3.13] gh-117657: Fix `__slots__` thread safety in free-threaded build (GH-119368) (#120655) by Miss Islington (bot) · 1 year, 1 month ago
  82. 0dbb86c [3.13] gh-117657: Fix TSan reported data race on ioctl_works (GH-120175) (#120654) by Miss Islington (bot) · 1 year, 1 month ago
  83. 9172bc3 [3.13] gh-115649: Copy the filename into main interpreter before intern in import.c (GH-120315) (#120652) by Miss Islington (bot) · 1 year, 1 month ago
  84. f7ba323 [3.13] gh-120433: Mention ``chocolatey`` for installing llvm on Windows as an alternative option (GH-120434) (#120651) by Miss Islington (bot) · 1 year, 1 month ago
  85. 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, 1 month ago
  86. 7c47f93 [3.13] gh-119933: Improve ``SyntaxError`` message for invalid type parameters expressions (GH-119976) (#120641) by Jelle Zijlstra · 1 year, 1 month ago
  87. 03b89e3 [3.13] gh-120586: Fix several "unused function" warnings in `posixmodule.c` (GH-120588) (#120616) by Miss Islington (bot) · 1 year, 1 month ago
  88. 3b28e43 [3.13] gh-112346: Document the OS byte in `gzip.compress` output change in 3.11 (GH-120480) (#120612) by Miss Islington (bot) · 1 year, 1 month ago
  89. aa39ba0 [3.13] gh-120567: Clarify weekday return in calendar.monthrange docstring (GH-120570) (#120597) by Miss Islington (bot) · 1 year, 1 month ago
  90. 7655989 [3.13] gh-118596: Add thread-safety clarifications to the SSLContext documentation (GH-118597) (#120595) by Miss Islington (bot) · 1 year, 1 month ago
  91. 1c41aa7 [3.13] gh-119824: Print stack entry when user input is needed (GH-119882) (#120533) by Tian Gao · 1 year, 1 month ago
  92. 6ee68fb [3.13] gh-120584: Fix "unused thread_critical_sections" warning in `test_critical_sections` (GH-120585) (#120592) by Miss Islington (bot) · 1 year, 1 month ago
  93. 96b784b [3.13] Docs: remove temporary hardcoded links (GH-120348) (#120587) by Miss Islington (bot) · 1 year, 1 month ago
  94. f2a4540 [3.13] gh-120579: Guard `_testcapi` import in `test_free_threading` (GH-120580) (#120583) by Miss Islington (bot) · 1 year, 1 month ago
  95. eee2c45 [3.13] gh-120360: Add self as IDLE doc owner (GH-120571) (#120576) by Miss Islington (bot) · 1 year, 1 month ago
  96. d4e1d09 [3.13] gh-120572: add missing parentheses in TypeIs documentation (GH-120573) (#120575) by Miss Islington (bot) · 1 year, 1 month ago
  97. a19bb26 [3.13] gh-112346: Always set OS byte to 255, simpler gzip.compress function. (GH-120486) (#120563) by Miss Islington (bot) · 1 year, 1 month ago
  98. 3a9f438 [3.13] gh-120541: Improve the "less" prompt in pydoc (GH-120543) (GH-120562) by Miss Islington (bot) · 1 year, 1 month ago
  99. 29bbd5f [3.13] annotations: expand documentation on "simple" assignment targets (GH-120535) (#120555) by Miss Islington (bot) · 1 year, 1 month ago
  100. cbcb526 [3.13] gh-117657: Make PyType_HasFeature (exported version) atomic (GH-120484) (#120554) by Miss Islington (bot) · 1 year, 1 month ago