Python 3.13.0a2
  1. 6c47eac Fix docstring and var name of itertools recipe (#112113) by Sebastian Rittau · 1 year, 9 months ago
  2. 46500c4 GH-111963: Clarify sys.monitoring.free_tool_id's limitations (GH-112291) by Tian Gao · 1 year, 9 months ago
  3. 9d70831 gh-110745: add a newline argument to pathlib.Path.read_text (#110880) by Junya Okabe · 1 year, 9 months ago
  4. d857d53 gh-111361: Added an update for unicodedata in what's new in Python 3.13 (#112031) by Lincoln · 1 year, 9 months ago
  5. a6d25de gh-110383: Explained which error message is generated when there is an unhandled exception (#111574) by Unique-Usman · 1 year, 9 months ago
  6. 6bf8f20 gh-110383: Fix documentation profile cumtime fix (#112221) by Alex Ptakhin · 1 year, 9 months ago
  7. dabc0d7 Fix typo in documentation of `importlib.metadata` (GH-112099) by Charlie Zhao · 1 year, 9 months ago
  8. cb5048e gh-112026: Update What's New: _PyObject_Vectorcall() was restored (#112171) by Victor Stinner · 1 year, 9 months ago
  9. 7c50800 gh-110481, doc: Add "immortal" term to the glossary (#112180) by Victor Stinner · 1 year, 9 months ago
  10. fb4cddb gh-94309: "What's new in Python 3.12": improve deprecation notice for typing.Hashable and typing.Sized (#112196) by Ori Avtalion · 1 year, 9 months ago
  11. 8cd70ee gh-112165: Fix typo in `__main__.py` (#112183) by Terry Jan Reedy · 1 year, 9 months ago
  12. 81ab0e8 [doc] Make subprocess.wait documentation more precise (#98700) by Luis Pedro Coelho · 1 year, 9 months ago
  13. 985679f gh-110812: Isolating Extension Modules HOWTO: List GC-related gotchas (GH-111504) by Petr Viktorin · 1 year, 9 months ago
  14. d9fd33a gh-112088: Run autoreconf in GHA check_generated_files (#112090) by Victor Stinner · 1 year, 9 months ago
  15. b338ffa gh-112026: Add again <unistd.h> include in Python.h (#112046) by Victor Stinner · 1 year, 9 months ago
  16. 0cfdd6e Fix typo in perf profiling docs (#112112) by Ryuji Tsutsui · 1 year, 9 months ago
  17. 6c214de Docs: Add the time to the HTML last updated format (#110091) by Adam Turner · 1 year, 9 months ago
  18. 55f3cce gh-111545: Test PyHash_GetFuncDef() function (#112098) by Victor Stinner · 1 year, 9 months ago
  19. 4f04172 gh-111262: Add PyDict_Pop() function (#112028) by Victor Stinner · 1 year, 9 months ago
  20. e31d65e gh-111622: Fix doc for items views (#112051) by Terry Jan Reedy · 1 year, 9 months ago
  21. d5491a6 GH-110417: Fix `glob` docs ordering (#110418) by Barney Gale · 1 year, 9 months ago
  22. cf67ebf GH-72904: Add `glob.translate()` function (#106703) by Barney Gale · 1 year, 9 months ago
  23. babb787 gh-111138: Add PyList_Extend() and PyList_Clear() functions (#111862) by Victor Stinner · 1 year, 9 months ago
  24. a430b4f Docs: Add `make htmllive` to rebuild and reload HTML files in your browser (#111900) by Hugo van Kemenade · 1 year, 9 months ago
  25. 9a2f25d gh-111944: Add assignment expression parentheses requirements (#111977) by Terry Jan Reedy · 1 year, 9 months ago
  26. 38035fe gh-90890: New methods to access mailbox.Maildir message info and flags (#103905) by Stephen Gildea · 1 year, 9 months ago
  27. 3932b0f gh-110722: Make `-m test -T -j` use sys.monitoring (GH-111710) by Łukasz Langa · 1 year, 9 months ago
  28. d61313b gh-103791: handle `BaseExceptionGroup` in `contextlib.suppress()` (#111910) by Zac Hatfield-Dodds · 1 year, 9 months ago
  29. 0802fd6 gh-81925: Implement native thread ids for kFreeBSD (#111761) by Samuel Thibault · 1 year, 9 months ago
  30. 7d21e3d gh-111895: Convert definition list to bullet list for readability on mobile (#111898) by Hugo van Kemenade · 1 year, 9 months ago
  31. 2f2a0a3 Add detail to comment on range of random.random() (gh-111868) by zipperer · 1 year, 9 months ago
  32. 6046aec gh-111835: Add seekable method to mmap.mmap (gh-111852) by Donghee Na · 1 year, 9 months ago
  33. 005d1e8 gh-68166: Tkinter: Add tests and examples for element_create() (GH-111453) by Serhiy Storchaka · 1 year, 9 months ago
  34. 74b868f gh-111246: Remove listening Unix socket on close (#111483) by Pierre Ossman (ThinLinc team) · 1 year, 9 months ago
  35. 8ab7ad6 Glossary: Add "static type checker" (#111837) by Jelle Zijlstra · 1 year, 9 months ago
  36. 11e8348 gh-111089: Revert PyUnicode_AsUTF8() changes (#111833) by Victor Stinner · 1 year, 9 months ago
  37. 2f9cb7e gh-81137: deprecate assignment of code object to a function of a mismatched type (#111823) by Irit Katriel · 1 year, 9 months ago
  38. 70afb8d gh-85098: Implement functional CLI of symtable (#109112) by Serhiy Storchaka · 1 year, 9 months ago
  39. f55cb44 gh-106672: C API: Report indiscriminately ignored errors (GH-106674) by Serhiy Storchaka · 1 year, 9 months ago
  40. 13405ec gh-79932: raise exception if frame.clear() is called on a suspended frame (#111792) by Irit Katriel · 1 year, 10 months ago
  41. c3e19c3 gh-111729: update generic syntax for `typing.Concatenate` sample code in `Doc/library/typing.rst` (#111734) by 方糖 · 1 year, 10 months ago
  42. ba8aa1f gh-109466: Add ipv6_mapped property to IPv4Address (#109467) by Charles Machalow · 1 year, 10 months ago
  43. 72e27a6 gh-111747: DOC: fix moved link to Documentation Translations (#111748) by partev · 1 year, 10 months ago
  44. 853b4b5 gh-111719: Add extra check for alias command (#111720) by Tian Gao · 1 year, 10 months ago
  45. f48e669 gh-111724: Fix doctest `ResourceWarning` in `howto/descriptor.rst` (#111725) by Nikita Sobolev · 1 year, 10 months ago
  46. 9f33ede docs: specify that PyBytes_AsStringAndSize returns 0 on success (GH-110888) by lefp · 1 year, 10 months ago
  47. ccc8caa gh-111681: minor fixes to typing doctests; remove unused imports in `test_typing` (#111682) by Nikita Sobolev · 1 year, 10 months ago
  48. 24ddaee gh-106168: Revert the "size before item" setting (#111683) by scoder · 1 year, 10 months ago
  49. d49aba5 gh-111354: Simplify _PyGen_yf by moving some of its work to the compiler and frame state (#111648) by Irit Katriel · 1 year, 10 months ago
  50. 0d3df27 gh-54434: Make difflib.rst doctests pass. (#111677) by Terry Jan Reedy · 1 year, 10 months ago
  51. 489b806 Fix typo in documentation of `SysLogHandler.createSocket` (#111665) by LoipesMas · 1 year, 10 months ago
  52. 6a0d7b4 gh-111625: Fix link to Info-ZIP homepage (#111626) by partev · 1 year, 10 months ago
  53. 52cc4af gh-111354: simplify detection of RESUME after YIELD_VALUE at except-depth 1 (#111459) by Irit Katriel · 1 year, 10 months ago
  54. 821a7ac gh-106168: Update PyList_SET_ITEM() What's New doc (#111618) by Victor Stinner · 1 year, 10 months ago
  55. 45a36d5 gh-111374: Add a new PYTHON_FROZEN_MODULES env var, equivalent of `-X frozen_modules`. (#111411) by Yilei Yang · 1 year, 10 months ago
  56. eaf67e3 gh-111576: Improve documention for tkinter.messagebox (GH-111578) by Serhiy Storchaka · 1 year, 10 months ago
  57. 102685c gh-111282: Fix NamedTemporaryFile example code (GH-111283) by Krzysiek Karbowiak · 1 year, 10 months ago
  58. 7705306 gh-110774: allow setting the Runner(loop_factory=...) from IsolatedAsyncioTestCase (#110776) by Thomas Grainger · 1 year, 10 months ago
  59. f6a0232 gh-108082: Add PyErr_FormatUnraisable() function (GH-111086) by Serhiy Storchaka · 1 year, 10 months ago
  60. faa5f60 gh-108765: Python.h no longer includes <stddef.h> on Windows (#111563) by Victor Stinner · 1 year, 10 months ago
  61. 2445673 gh-102249: Expand sys.call_tracing documentation (#102806) by Quentin Peter · 1 year, 10 months ago
  62. 5cc6c80 gh-93607: document `root` attribute of `iterparse` (#99410) by Prometheus3375 · 1 year, 10 months ago
  63. cf3dbe4 gh-106861: Docs: Add availability directives to all Unix-only modules (#108975) by xzmeng · 1 year, 10 months ago
  64. 3dbaed3 gh-111301: Move importlib.resources changes to the Removed section (#111509) by Karolina Surma · 1 year, 10 months ago
  65. 99768343 gh-111301: Move `importlib.resources.files` change to What's new in Python 3.12 (#111512) by Karolina Surma · 1 year, 10 months ago
  66. c4dc5a6 gh-111181: Fix enum doctests (GH-111180) by Nikita Sobolev · 1 year, 10 months ago
  67. bca3305 gh-108082: C API: Add tests for PyErr_WriteUnraisable() (GH-111455) by Serhiy Storchaka · 1 year, 10 months ago
  68. 05f2f0a gh-90815: Add mimalloc memory allocator (#109914) by Dino Viehland · 1 year, 10 months ago
  69. 4d6bdf8 gh-111165: Remove documentation for moved functions (GH-111467) by Serhiy Storchaka · 1 year, 10 months ago
  70. 46389c3 gh-101100: Fix sphinx warnings in `library/asyncio-eventloop.rst` (GH-111222) by Nikita Sobolev · 1 year, 10 months ago
  71. 2655369 gh-79033: Try to fix asyncio.Server.wait_closed() again (GH-111336) by Guido van Rossum · 1 year, 10 months ago
  72. 77bb0d5 gh-108765: Include explicitly <unistd.h> in signalmodule.c (#111402) by Victor Stinner · 1 year, 10 months ago
  73. 8a158a7 gh-111406: Fix broken link to bpython's site (#111407) by Zack Cerza · 1 year, 10 months ago
  74. 9a2f2f4 Fix typos in import system docs (#111396) by Jonathan Berthias · 1 year, 10 months ago
  75. aa73245 gh-111388: Add `show_group` parameter to `traceback.format_exception_only` (#111390) by Nikita Sobolev · 1 year, 10 months ago
  76. 6d42759 gh-111276: Clarify docs and comments about the role of LC_CTYPE (#111319) by Łukasz Langa · 1 year, 10 months ago
  77. 7f9a99e gh-89519: Remove classmethod descriptor chaining, deprecated since 3.11 (gh-110163) by Raymond Hettinger · 1 year, 10 months ago
  78. ee2d22f gh-111343: Fix `itertools` docs: `start` arg is optional for `count` (gh-111344) by Nikita Sobolev · 1 year, 10 months ago
  79. 3f84a19 Docs: Add `restart_events()` and positional arg semantics for `sys.monitoring` (#111291) by Tian Gao · 1 year, 10 months ago
  80. 14f52e1 gh-110679: Improved markup in enum.rst (GH-110747) by Khalil Mouawad · 1 year, 10 months ago
  81. 1262e41 gh-108590: Improve sqlite3 docs on encoding issues and how to handle those (#108699) by Erlend E. Aasland · 1 year, 10 months ago
  82. 81ed80d gh-111187: Postpone removal version for locale.getdefaultlocale() to 3.15 (#111188) by Hugo van Kemenade · 1 year, 10 months ago
  83. f6a45a0 gh-111165: Move test running code from test.support to libregrtest (GH-111166) by Serhiy Storchaka · 1 year, 10 months ago
  84. 8b44f3c Fix first parameter name in `tool` functions from `sys.monitoring` (#111286) by Pavel Karateev · 1 year, 10 months ago
  85. c0ea67d GH-111182: Update EnumType.__contains__ docs (GH-111184) by InSync · 1 year, 10 months ago
  86. c7d68f9 Revert "Fix a code snippet typo in asyncio docs (#108427)" (GH-111271) by Zachary Ware · 1 year, 10 months ago
  87. 1198076 gh-111151: Convert monospaced directives to :ref: (#111152) by InSync · 1 year, 10 months ago
  88. b8c20f9 gh-97928: Change the behavior of tkinter.Text.count() (GH-98484) by Serhiy Storchaka · 1 year, 10 months ago
  89. 6b9babf Fix typo in sys docs (#111196) by James Tocknell · 1 year, 10 months ago
  90. 96cbd1e gh-101100: Fix Sphinx warnings for `fileno` (#111118) by Hugo van Kemenade · 1 year, 10 months ago
  91. be551a7 Add a version added note for PY_VECTORCALL_ARGUMENTS_OFFSET (#110963) by Anthony Shaw · 1 year, 10 months ago
  92. 94c2ddf typo: missing line of output in pull parser example (#111068) by Don Patterson · 1 year, 10 months ago
  93. 46cea34 Fix typo in 3.13's whatsnew (#111215) by Pablo Martí Gamboa · 1 year, 10 months ago
  94. c84b039 gh-110383: Italicize variable name (#111206) by Nick · 1 year, 10 months ago
  95. 1172d02 gh-110383: Added explanation about simplest regex use case for quantifiers. (#111110) by Nick · 1 year, 10 months ago
  96. b845a9e gh-109975: What's new in 3.13: Add module headers to removals and sort (#110994) by Hugo van Kemenade · 1 year, 10 months ago
  97. 8c689c9 gh-101100: Fix sphinx warnings in `library/asyncio-dev.rst` (GH-111179) by Nikita Sobolev · 1 year, 10 months ago
  98. 663cf51 gh-101100: Fix Sphinx warning in `tutorial/introduction.rst` (#111173) by Maciej Olko · 1 year, 10 months ago
  99. c9c4a87 gh-109975: What's new in 3.13: Add PEP 594 to release highlights (#110993) by Hugo van Kemenade · 1 year, 10 months ago
  100. b578e51 gh-111123: symtable should visit exception handlers before the else block (#111142) by Irit Katriel · 1 year, 10 months ago