Python 3.13.0a2
  1. 9c4347e Python 3.13.0a2 by Thomas Wouters · 1 year, 9 months ago v3.13.0a2
  2. 9d70831 gh-110745: add a newline argument to pathlib.Path.read_text (#110880) by Junya Okabe · 1 year, 9 months ago
  3. 4c483e0 gh-111863: Rename blurb snippet placed in the wrong directory by accident. (#112300) by T. Wouters · 1 year, 9 months ago
  4. d67f947 gh-110950: add upstream Tk fixes to macOS installer. (GH-111041) by Christopher Chavez · 1 year, 9 months ago
  5. de2715f gh-59703: use the system dladdr function in getpath.c for macOS framework builds (GH-111546) by AN Long · 1 year, 9 months ago
  6. 8deb8bc gh-112287: Speed up Tier 2 (uop) interpreter a little (#112286) by Guido van Rossum · 1 year, 9 months ago
  7. 1995955 gh-106529: Make FOR_ITER a viable uop (#112134) by Guido van Rossum · 1 year, 9 months ago
  8. d59feb5 gh-112243: Don't include comments in f-string debug expressions (#112284) by Pablo Galindo Salgado · 1 year, 9 months ago
  9. 3b3ec0d gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864) by Hugo van Kemenade · 1 year, 9 months ago
  10. 1c8f912 bpo-45759: Better error messages for non-matching 'elif'/'else' statements (#29513) by Crowthebird · 1 year, 9 months ago
  11. 56e59a4 GH-111807: Lower the parser stack depth under WASI debug builds (#112225) by Brett Cannon · 1 year, 9 months ago
  12. ce1096f9 gh-73561: Omit interface scope from IPv6 when used as Host header (#93324) by Michael · 1 year, 9 months ago
  13. f812914 gh-112266: Remove `(if defined)` part from `__dict__` and `__weakref__` docstrings (#112268) by Nikita Sobolev · 1 year, 9 months ago
  14. adedcfa gh-79871: IDLE - Fix and test debugger module (#11451) by Anthony Shaw · 1 year, 9 months ago
  15. f489ace GH-111808: Make the default value for `test.support.infinite_recursion()` conditional on compiler optimizations (GH-112223) by Brett Cannon · 1 year, 9 months ago
  16. 446f18a gh-111956: Add thread-safe one-time initialization. (gh-111960) by Sam Gross · 1 year, 9 months ago
  17. bd89bca gh-111798: Use lower Py_C_RECURSION_LIMIT in debug mode (#112124) by Victor Stinner · 1 year, 9 months ago
  18. a646560 gh-111916: Make hashlib related modules thread-safe without the GIL (#111981) by Tomas R · 1 year, 9 months ago
  19. d9fd33a gh-112088: Run autoreconf in GHA check_generated_files (#112090) by Victor Stinner · 1 year, 9 months ago
  20. 7e2308a gh-112026: Add again _PyThreadState_UncheckedGet() function (#112121) by Victor Stinner · 1 year, 9 months ago
  21. bd2f148 gh-112026: Restore removed _PyDict_GetItemStringWithError() (#112119) by Victor Stinner · 1 year, 9 months ago
  22. ec05507 gh-96954: Fix `make regen-unicodedata` in out-of-tree builds (#112118) by Miro Hrončok · 1 year, 9 months ago
  23. 5846924 gh-112026: Restore removed private C API (#112115) by Victor Stinner · 1 year, 9 months ago
  24. b338ffa gh-112026: Add again <unistd.h> include in Python.h (#112046) by Victor Stinner · 1 year, 9 months ago
  25. e0f5127 gh-109538: Avoid RuntimeError when StreamWriter is deleted with closed loop (#111983) by DPR · 1 year, 9 months ago
  26. fe9db90 gh-111995: Add getnameinfo extension flag (#111994) by adder32 · 1 year, 9 months ago
  27. 9302f05 gh-111942: Fix SystemError in the TextIOWrapper constructor (#112061) by Serhiy Storchaka · 1 year, 9 months ago
  28. ee06fff gh-111942: Fix crashes in TextIOWrapper.reconfigure() (GH-111976) by Serhiy Storchaka · 1 year, 9 months ago
  29. 4f04172 gh-111262: Add PyDict_Pop() function (#112028) by Victor Stinner · 1 year, 9 months ago
  30. f44d6ff gh-110944: Make pdb completion work for alias and convenience vars (GH-110945) by Tian Gao · 1 year, 9 months ago
  31. 324531d gh-111903: Add `@critical_section` directive to Argument Clinic. (#111904) by Sam Gross · 1 year, 9 months ago
  32. cf67ebf GH-72904: Add `glob.translate()` function (#106703) by Barney Gale · 1 year, 9 months ago
  33. babb787 gh-111138: Add PyList_Extend() and PyList_Clear() functions (#111862) by Victor Stinner · 1 year, 9 months ago
  34. 29af736 gh-111856: Fix os.fstat on windows with FAT32 and exFAT filesystem (GH-112038) by AN Long · 1 year, 9 months ago
  35. d2f305df gh-111460: Restore ncurses widechar support on macOS (#111878) by Davide Rizzo · 1 year, 9 months ago
  36. 1447af7 gh-106905: avoid incorrect SystemError about recursion depth mismatch (#106906) by Markus Mohrhard · 1 year, 9 months ago
  37. d7cef7b GH-111429: Speed up `pathlib.PurePath.[is_]relative_to()` (#111431) by Barney Gale · 1 year, 9 months ago
  38. 38035fe gh-90890: New methods to access mailbox.Maildir message info and flags (#103905) by Stephen Gildea · 1 year, 9 months ago
  39. ae8116c gh-107431: Make `multiprocessing.managers.{DictProxy,ListProxy}` generic (#107433) by Nikita Sobolev · 1 year, 9 months ago
  40. 148af38 gh-80731: Avoid executing code in except block in cmd (GH-111740) by Tian Gao · 1 year, 9 months ago
  41. 3932b0f gh-110722: Make `-m test -T -j` use sys.monitoring (GH-111710) by Łukasz Langa · 1 year, 9 months ago
  42. 0b06d24 gh-111841: Fix os.putenv() and os.unsetenv() with embedded NUL on Windows (GH-111842) by Serhiy Storchaka · 1 year, 9 months ago
  43. d61313b gh-103791: handle `BaseExceptionGroup` in `contextlib.suppress()` (#111910) by Zac Hatfield-Dodds · 1 year, 9 months ago
  44. baeb771 gh-111356: io: Add missing documented objects to io.__all__ (#111370) by Nicolas Tessore · 1 year, 9 months ago
  45. 0802fd6 gh-81925: Implement native thread ids for kFreeBSD (#111761) by Samuel Thibault · 1 year, 9 months ago
  46. 34a03e9 GH-111843: Tier 2 exponential backoff (GH-111850) by Mark Shannon · 1 year, 9 months ago
  47. 25c4956 GH-109369: Exit tier 2 if executor is invalid (GH-111657) by Mark Shannon · 1 year, 9 months ago
  48. 6046aec gh-111835: Add seekable method to mmap.mmap (gh-111852) by Donghee Na · 1 year, 9 months ago
  49. 97c4c06 GH-111804: Drop posix.fallocate() under WASI (GH-111869) by Brett Cannon · 1 year, 9 months ago
  50. 31c90d5 gh-111569: Implement Python critical section API (gh-111571) by Sam Gross · 1 year, 9 months ago
  51. 0b718e6 gh-110543: Fix CodeType.replace in presence of comprehensions (#110586) by Jelle Zijlstra · 1 year, 9 months ago
  52. 005d1e8 gh-68166: Tkinter: Add tests and examples for element_create() (GH-111453) by Serhiy Storchaka · 1 year, 9 months ago
  53. 74b868f gh-111246: Remove listening Unix socket on close (#111483) by Pierre Ossman (ThinLinc team) · 1 year, 9 months ago
  54. f88caab gh-111768: Add `wsgiref.util.is_hop_by_hop` to `__all__` (#111770) by Stefan · 1 year, 9 months ago
  55. 11e8348 gh-111089: Revert PyUnicode_AsUTF8() changes (#111833) by Victor Stinner · 1 year, 10 months ago
  56. 2f9cb7e gh-81137: deprecate assignment of code object to a function of a mismatched type (#111823) by Irit Katriel · 1 year, 10 months ago
  57. 178861b gh-111623: Add Support for Cross-interpreter tuples (gh-111628) by Anthony Shaw · 1 year, 10 months ago
  58. 70afb8d gh-85098: Implement functional CLI of symtable (#109112) by Serhiy Storchaka · 1 year, 10 months ago
  59. f55cb44 gh-106672: C API: Report indiscriminately ignored errors (GH-106674) by Serhiy Storchaka · 1 year, 10 months ago
  60. 13405ec gh-79932: raise exception if frame.clear() is called on a suspended frame (#111792) by Irit Katriel · 1 year, 10 months ago
  61. a7b0f63 GH-111772: Specialize slot loads and stores for `_Py_T_OBJECT` (GH-111773) by Mark Shannon · 1 year, 10 months ago
  62. c8faa35 gh-101180: Fix a bug where iso2022_jp_3 and iso2022_jp_2004 codecs read out of bounds (gh-111695) by Masayuki Moriyama · 1 year, 10 months ago
  63. ba8aa1f gh-109466: Add ipv6_mapped property to IPv4Address (#109467) by Charles Machalow · 1 year, 10 months ago
  64. 853b4b5 gh-111719: Add extra check for alias command (#111720) by Tian Gao · 1 year, 10 months ago
  65. a6c1c04 gh-110395: invalidate open kqueues after fork (#110517) by Davide Rizzo · 1 year, 10 months ago
  66. cd6b2ce gh-80675: Set `f_trace_lines = True` on all frames upon `pdb.set_trace()` (#110881) by Tian Gao · 1 year, 10 months ago
  67. 9573d14 gh-96954: use a directed acyclic word graph for storing the unicodedata codepoint names (#97906) by CF Bolz-Tereick · 1 year, 10 months ago
  68. 0e9c364 GH-110829: Ensure Thread.join() joins the OS thread (#110848) by Antoine Pitrou · 1 year, 10 months ago
  69. a28a396 gh-111666: Speed up `BaseExceptionGroup.{derive,split,subgroup}` (#111667) by Nikita Sobolev · 1 year, 10 months ago
  70. 18c9548 gh-111159: Fix `SyntaxError` doctests for non-builtin exception classes (#111541) by Nikita Sobolev · 1 year, 10 months ago
  71. 20cfab9 gh-111506: Implement Py_SET_REFCNT() as opaque function in limited C API (#111508) by Victor Stinner · 1 year, 10 months ago
  72. e0afed7 gh-103615: Use local events for opcode tracing (GH-109472) by Tian Gao · 1 year, 10 months ago
  73. 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
  74. 7810b69 gh-90026: support XATTRs on Cygwin (GH-105075) by Philippe Cerfon · 1 year, 10 months ago
  75. 3a1b09e gh-111654: remove redundant decref in LOAD_FROM_DICT_OR_DEREF (#111655) by AN Long · 1 year, 10 months ago
  76. f4b5588 gh-110892: Return NULL for `PyTrace_RETURN` events caused by an exception (GH-110909) by Tian Gao · 1 year, 10 months ago
  77. 4fe22c7 gh-111482: Use Argument Clinic for clock_gettime() (#111641) by Victor Stinner · 1 year, 10 months ago
  78. 52cc4af gh-111354: simplify detection of RESUME after YIELD_VALUE at except-depth 1 (#111459) by Irit Katriel · 1 year, 10 months ago
  79. 229f44d GH-110894: Call loop exception handler for exceptions in client_connected_cb (#111601) by Kumar Aditya · 1 year, 10 months ago
  80. 230e8e9 GH-111435: Add Support for Sharing True and False Between Interpreters (gh-111436) by Anthony Shaw · 1 year, 10 months ago
  81. 834b7c1 gh-106718: Treat PyConfig.stdlib_dir as highest-priority setting for stdlib_dir when calculating paths (GH-108730) by Yilei Yang · 1 year, 10 months ago
  82. 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
  83. 7e135a4 gh-111520: Integrate the Tier 2 interpreter in the Tier 1 interpreter (#111428) by Guido van Rossum · 1 year, 10 months ago
  84. d9a5530 gh-110367: Make regrtest --verbose3 compatible with --huntrleaks -jN (#111577) by Victor Stinner · 1 year, 10 months ago
  85. 7705306 gh-110774: allow setting the Runner(loop_factory=...) from IsolatedAsyncioTestCase (#110776) by Thomas Grainger · 1 year, 10 months ago
  86. f6a0232 gh-108082: Add PyErr_FormatUnraisable() function (GH-111086) by Serhiy Storchaka · 1 year, 10 months ago
  87. 453e96e gh-111420: Allow type comments in parenthesized `with` statements (#111468) by Tomas R · 1 year, 10 months ago
  88. faa5f60 gh-108765: Python.h no longer includes <stddef.h> on Windows (#111563) by Victor Stinner · 1 year, 10 months ago
  89. abb1542 gh-109181: Speed up Traceback object creation by lazily compute the line number (#111548) by Pablo Galindo Salgado · 1 year, 10 months ago
  90. ad6380b GH-111438: Add Support for Sharing Floats Between Interpreters (gh-111439) by Anthony Shaw · 1 year, 10 months ago
  91. e3353c4 gh-111531: Tkinter: fix reference leaks in bind_class() and bind_all() (GH-111533) by Serhiy Storchaka · 1 year, 10 months ago
  92. cd6e0a0 gh-111366: Correctly show custom syntax error messages in the codeop module functions (#111384) by Pablo Galindo Salgado · 1 year, 10 months ago
  93. 6dfb8fe gh-110481: Implement biased reference counting (gh-110764) by Sam Gross · 1 year, 10 months ago
  94. 05f2f0a gh-90815: Add mimalloc memory allocator (#109914) by Dino Viehland · 1 year, 10 months ago
  95. 8c47ada gh-66425: Remove the unreachable code to set `REMOTE_HOST` header (gh-111441) by c-bata · 1 year, 10 months ago
  96. 2655369 gh-79033: Try to fix asyncio.Server.wait_closed() again (GH-111336) by Guido van Rossum · 1 year, 10 months ago
  97. 9dc4fb8 gh-111342: fix typo in math.sumprod (GH-111416) by Sergey B Kirpichev · 1 year, 10 months ago
  98. 1c9a0c4 gh-59013: Make line number of function breakpoint more precise (#110582) by Tian Gao · 1 year, 10 months ago
  99. aa73245 gh-111388: Add `show_group` parameter to `traceback.format_exception_only` (#111390) by Nikita Sobolev · 1 year, 10 months ago
  100. 7f9a99e gh-89519: Remove classmethod descriptor chaining, deprecated since 3.11 (gh-110163) by Raymond Hettinger · 1 year, 10 months ago