Python 3.13.0a2
  1. 9c4347e Python 3.13.0a2 by Thomas Wouters · 1 year, 9 months ago v3.13.0a2
  2. ad0e2a9 Do not build the macOS installer with mimalloc enabled (#112312) by Ned Deily · 1 year, 9 months ago
  3. fde8fe5 gh-59703: restore include of mach-o/dyld.h (gh-112309) by Ned Deily · 1 year, 9 months ago
  4. 6c47eac Fix docstring and var name of itertools recipe (#112113) by Sebastian Rittau · 1 year, 9 months ago
  5. 4fa376b gh-111863: Rename term Py_NOGIL to Py_GIL_DISABLED in sysconfig (gh-112307) by Donghee Na · 1 year, 9 months ago
  6. 46500c4 GH-111963: Clarify sys.monitoring.free_tool_id's limitations (GH-112291) by Tian Gao · 1 year, 9 months ago
  7. 9d70831 gh-110745: add a newline argument to pathlib.Path.read_text (#110880) by Junya Okabe · 1 year, 9 months ago
  8. d857d53 gh-111361: Added an update for unicodedata in what's new in Python 3.13 (#112031) by Lincoln · 1 year, 9 months ago
  9. 4c483e0 gh-111863: Rename blurb snippet placed in the wrong directory by accident. (#112300) by T. Wouters · 1 year, 9 months ago
  10. e1540ae gh-112252: Fix error on unset $OSNAME in venv/activate (GH-112253) by James Turk · 1 year, 9 months ago
  11. 44aa603 gh-57879: Increase test coverage for pstats.py (gh-111447) by Liu, An-Chi · 1 year, 9 months ago
  12. d67f947 gh-110950: add upstream Tk fixes to macOS installer. (GH-111041) by Christopher Chavez · 1 year, 9 months ago
  13. 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
  14. 6a00a58 gh-111786: Use separate opcode vars for Tier 1 and Tier 2 (#112289) by Michael Droettboom · 1 year, 9 months ago
  15. 8deb8bc gh-112287: Speed up Tier 2 (uop) interpreter a little (#112286) by Guido van Rossum · 1 year, 9 months ago
  16. c4c6321 gh-111848: Clean up RESERVE() macro (#112274) by Guido van Rossum · 1 year, 9 months ago
  17. 1995955 gh-106529: Make FOR_ITER a viable uop (#112134) by Guido van Rossum · 1 year, 9 months ago
  18. d59feb5 gh-112243: Don't include comments in f-string debug expressions (#112284) by Pablo Galindo Salgado · 1 year, 9 months ago
  19. 3b3ec0d gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864) by Hugo van Kemenade · 1 year, 9 months ago
  20. 1c8f912 bpo-45759: Better error messages for non-matching 'elif'/'else' statements (#29513) by Crowthebird · 1 year, 9 months ago
  21. 56e59a4 GH-111807: Lower the parser stack depth under WASI debug builds (#112225) by Brett Cannon · 1 year, 9 months ago
  22. ce1096f9 gh-73561: Omit interface scope from IPv6 when used as Host header (#93324) by Michael · 1 year, 9 months ago
  23. 7c9f267 gh-111926: Update _PyWeakref_IS_DEAD to be thread-safe (gh-112267) by Donghee Na · 1 year, 9 months ago
  24. f812914 gh-112266: Remove `(if defined)` part from `__dict__` and `__weakref__` docstrings (#112268) by Nikita Sobolev · 1 year, 9 months ago
  25. 77d9f1e gh-111965: Using critical sections to make ``io.StringIO`` thread safe. (gh-112116) by AN Long · 1 year, 9 months ago
  26. a6d25de gh-110383: Explained which error message is generated when there is an unhandled exception (#111574) by Unique-Usman · 1 year, 9 months ago
  27. 6bf8f20 gh-110383: Fix documentation profile cumtime fix (#112221) by Alex Ptakhin · 1 year, 9 months ago
  28. 14fd86a IDLE: Fix test_debugger bug and buildbot failures (#112258) by Terry Jan Reedy · 1 year, 9 months ago
  29. adedcfa gh-79871: IDLE - Fix and test debugger module (#11451) by Anthony Shaw · 1 year, 9 months ago
  30. 18c6929 gh-112186: Improve test case `test_loop_is_closed_resource_warnings` (#112187) by DPR · 1 year, 9 months ago
  31. 2bcc0f7 gh-112213: Update _weakref module to use new AC feature (gh-112250) by Donghee Na · 1 year, 9 months ago
  32. b8c952a gh-111903: Update AC to support "pycore_critical_section.h" header (gh-112251) by Donghee Na · 1 year, 9 months ago
  33. 1a969b4 gh-111965: Use critical sections to make io.TextIOWrapper thread safe (gh-112193) by AN Long · 1 year, 9 months ago
  34. e52cc80 gh-112213: Add @critical_section target directive to Argument Clinic (gh-112232) by Donghee Na · 1 year, 9 months ago
  35. 607b5e3 GH-110109: Test pure functionality of `pathlib.Path` user subclasses (#112242) by Barney Gale · 1 year, 9 months ago
  36. 9c7c8ba GH-110109: Fix misplaced tests for `pathlib.WindowsPath.owner()` and `group()` (#112239) by Barney Gale · 1 year, 9 months ago
  37. 91d1730 gh-112234: Remove the toplevel parameter in converttuple() (GH-112235) by Serhiy Storchaka · 1 year, 9 months ago
  38. 0566ab9 gh-111926: Update _weakref to be threadsafe in --disable-gil build (gh-112189) by Donghee Na · 1 year, 9 months ago
  39. eb3c94e gh-110319: Assert type_version != 0 before using it (#112226) by Guido van Rossum · 1 year, 9 months ago
  40. 43b1c33 gh-111810: Fix `test_repr_deep` from `test_userlist` on WASI (#112197) by Nikita Sobolev · 1 year, 9 months ago
  41. 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
  42. dabc0d7 Fix typo in documentation of `importlib.metadata` (GH-112099) by Charlie Zhao · 1 year, 9 months ago
  43. da314f7 A few more cases_generator cleanups (#112220) by Guido van Rossum · 1 year, 9 months ago
  44. cb5048e gh-112026: Update What's New: _PyObject_Vectorcall() was restored (#112171) by Victor Stinner · 1 year, 9 months ago
  45. 7405745 Various small improvements to uop debug output (#112218) by Guido van Rossum · 1 year, 9 months ago
  46. be0bd54 gh-106529: Cleanups split off gh-112134 (#112214) by Guido van Rossum · 1 year, 9 months ago
  47. b414497 Fix syntax in CODEOWNERS file (#112210) by Alex Waygood · 1 year, 9 months ago
  48. 949b2cc gh-112194: Convert more examples to doctests in `typing.py` (#112195) by Nikita Sobolev · 1 year, 9 months ago
  49. 9fb0f2d GH-110109: Speed up `pathlib._PathBase.resolve()` (#110412) by Barney Gale · 1 year, 9 months ago
  50. 25538c7 Tweak my interests (and Mark Shannon's :-) in CODEOWNERS (#112206) by Guido van Rossum · 1 year, 9 months ago
  51. 2dbb2e0 GH-110109: Churn `pathlib.PurePath` methods (#112012) by Barney Gale · 1 year, 9 months ago
  52. 7c50800 gh-110481, doc: Add "immortal" term to the glossary (#112180) by Victor Stinner · 1 year, 9 months ago
  53. 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
  54. 0ee2d77 gh-112070: make `functools.lru_cache` threadsafe in --disable-gil build (gh-112111) by Wanderxjtu · 1 year, 9 months ago
  55. 8cd70ee gh-112165: Fix typo in `__main__.py` (#112183) by Terry Jan Reedy · 1 year, 9 months ago
  56. f92ea63 gh-111799: Fix `testRecursiveRepr` from `test_fileio` on WASI (GH-112181) by Nikita Sobolev · 1 year, 9 months ago
  57. ceefa0b gh-111482: Fix time_clockid_converter() on AIX (#112170) by Victor Stinner · 1 year, 9 months ago
  58. 974847b gh-111800: Fix `test_recursive_repr` from `test_io` under WASI to not recurse so deeply (GH-112150) by Nikita Sobolev · 1 year, 9 months ago
  59. 762eb58 Remove `imp_dummy_def` from `Tools/c-analyzer/cpython/ignored.tsv` (gh-112122) by Nikita Sobolev · 1 year, 9 months ago
  60. 446f18a gh-111956: Add thread-safe one-time initialization. (gh-111960) by Sam Gross · 1 year, 9 months ago
  61. f66afa3 gh-111881: Import lazily zipfile in support.script_helper (#112172) by Victor Stinner · 1 year, 9 months ago
  62. 7680da4 gh-112155: Run `typing.py` doctests as part of `test_typing` (#112156) by Nikita Sobolev · 1 year, 9 months ago
  63. 12c7e9d GH-112152: Fix typo in `typing.override` docstring (#112158) by Qua27 · 1 year, 9 months ago
  64. bd89bca gh-111798: Use lower Py_C_RECURSION_LIMIT in debug mode (#112124) by Victor Stinner · 1 year, 9 months ago
  65. 81ab0e8 [doc] Make subprocess.wait documentation more precise (#98700) by Luis Pedro Coelho · 1 year, 9 months ago
  66. 985679f gh-110812: Isolating Extension Modules HOWTO: List GC-related gotchas (GH-111504) by Petr Viktorin · 1 year, 9 months ago
  67. a646560 gh-111916: Make hashlib related modules thread-safe without the GIL (#111981) by Tomas R · 1 year, 9 months ago
  68. 7218bac gh-111811: Fix test_recursive_repr for WASI (#112130) by Kushal Das · 1 year, 9 months ago
  69. d9fd33a gh-112088: Run autoreconf in GHA check_generated_files (#112090) by Victor Stinner · 1 year, 9 months ago
  70. 7e2308a gh-112026: Add again _PyThreadState_UncheckedGet() function (#112121) by Victor Stinner · 1 year, 9 months ago
  71. e5dfcc2 gh-96954: Don't run regen-unicodedata in regen-all (#112120) by Victor Stinner · 1 year, 9 months ago
  72. bd2f148 gh-112026: Restore removed _PyDict_GetItemStringWithError() (#112119) by Victor Stinner · 1 year, 9 months ago
  73. ec05507 gh-96954: Fix `make regen-unicodedata` in out-of-tree builds (#112118) by Miro Hrončok · 1 year, 9 months ago
  74. 5846924 gh-112026: Restore removed private C API (#112115) by Victor Stinner · 1 year, 9 months ago
  75. b338ffa gh-112026: Add again <unistd.h> include in Python.h (#112046) by Victor Stinner · 1 year, 9 months ago
  76. 4bbb367 GH-111848: Set the IP when de-optimizing (GH-112065) by Mark Shannon · 1 year, 9 months ago
  77. 0cfdd6e Fix typo in perf profiling docs (#112112) by Ryuji Tsutsui · 1 year, 9 months ago
  78. 422c0f0 gh-108303: Delete `imp_dummy` test file (#112110) by Nikita Sobolev · 1 year, 9 months ago
  79. d4f83e1 gh-111789: Use PyDict_GetItemRef() in Modules/_asynciomodule.c (GH-112072) by Serhiy Storchaka · 1 year, 9 months ago
  80. 6c214de Docs: Add the time to the HTML last updated format (#110091) by Adam Turner · 1 year, 9 months ago
  81. 4744f59 gh-112062: Make `_struct` module thread-safe in `--disable-gil` builds (#112094) by Radislav Chugunov · 1 year, 9 months ago
  82. 55f3cce gh-111545: Test PyHash_GetFuncDef() function (#112098) by Victor Stinner · 1 year, 9 months ago
  83. e0f5127 gh-109538: Avoid RuntimeError when StreamWriter is deleted with closed loop (#111983) by DPR · 1 year, 9 months ago
  84. fe9db90 gh-111995: Add getnameinfo extension flag (#111994) by adder32 · 1 year, 9 months ago
  85. 62802b6 gh-111545: Add Include/cpython/pyhash.h header file (#112063) by Victor Stinner · 1 year, 9 months ago
  86. 9302f05 gh-111942: Fix SystemError in the TextIOWrapper constructor (#112061) by Serhiy Storchaka · 1 year, 9 months ago
  87. 0ff6368 gh-111906: Fix warnings during mimalloc build on FreeBSD (#111907) by Furkan Onder · 1 year, 9 months ago
  88. ee06fff gh-111942: Fix crashes in TextIOWrapper.reconfigure() (GH-111976) by Serhiy Storchaka · 1 year, 9 months ago
  89. a519b87 GH-111848: Convert remaining jumps to deopts into tier 2 code. (GH-112045) by Mark Shannon · 1 year, 9 months ago
  90. b11c443 gh-111789: Simplify bytecodes.c by using PyDict_GetItemRef() (GH-111978) by Serhiy Storchaka · 1 year, 9 months ago
  91. 4f04172 gh-111262: Add PyDict_Pop() function (#112028) by Victor Stinner · 1 year, 9 months ago
  92. f44d6ff gh-110944: Make pdb completion work for alias and convenience vars (GH-110945) by Tian Gao · 1 year, 9 months ago
  93. 324531d gh-111903: Add `@critical_section` directive to Argument Clinic. (#111904) by Sam Gross · 1 year, 9 months ago
  94. 16055c1 gh-111789: Simplify ceval.c by using PyDict_GetItemRef() (GH-111980) by Serhiy Storchaka · 1 year, 9 months ago
  95. 9536562 gh-111789: Simplify import.c by using PyDict_GetItemRef() (GH-111979) by Serhiy Storchaka · 1 year, 9 months ago
  96. c98600b gh-111789: Use PyDict_GetItemRef() in _ctypes (GH-111828) by Serhiy Storchaka · 1 year, 9 months ago
  97. 18203a6 gh-111789: Use PyDict_GetItemRef() in Objects/ (GH-111827) by Serhiy Storchaka · 1 year, 9 months ago
  98. e31d65e gh-111622: Fix doc for items views (#112051) by Terry Jan Reedy · 1 year, 9 months ago
  99. 31ad7e0 GH-111520: Add back the operand local (GH-111813) by Brandt Bucher · 1 year, 9 months ago
  100. 36aab34 gh-107149: make new opcode util functions private rather than public and unstable (#112042) by Irit Katriel · 1 year, 9 months ago