Python 3.14.0b2
  1. 12d3f88 Python 3.14.0b2 by Hugo van Kemenade · 3 months ago v3.14.0b2
  2. 6c917cb [3.14] gh-91048: Correct Apple platform includes for iOS. (GH-134712) (#134714) by Miss Islington (bot) · 3 months ago
  3. da3d554 [3.14] gh-132710: add missing NEWS entry for GH-134697 (GH-134705) (#134707) by Miss Islington (bot) · 3 months ago
  4. 072f50f [3.14] gh-132710: only use stable `_uuid.generate_time_safe()` to deduce MAC address (GH-132901) (#134697) by Bénédikt Tran · 3 months ago
  5. c8379c7 [3.14] gh-134559: Add versionadded for ``object.__replace__()`` (GH-134672) (#134699) by Miss Islington (bot) · 3 months ago
  6. ed52549 [3.14] gh-134208: remove dead AC directives for `_curses.window.{chgat,getstr,instr}` (GH-134325) (#134701) by Bénédikt Tran · 3 months ago
  7. dc441ef [3.14] gh-132493: Remove __annotations__ usage in inspect._signature_is_functionlike (GH-133415) (#133796) by Miss Islington (bot) · 3 months ago
  8. 1ce68f6 [3.14] gh-134152: Fix UnboundLocalError in email._header_value_parser _get_ptext_to_endchars (GH-134233) (#134678) by Miss Islington (bot) · 3 months ago
  9. ebfd18b [3.14] gh-127833: lexical analysis: Improve section on Names (GH-131474) (#134423) by Miss Islington (bot) · 3 months ago
  10. 16187b5 [3.14] gh-132876: workaround broken ldexp() on Windows 10 (GH-133135) (#134684) by Miss Islington (bot) · 3 months ago
  11. 7216f7b [3.14] gh-69605: Disable PyREPL module autocomplete fallback on regular completion (gh-134181) (gh-134680) by Miss Islington (bot) · 3 months ago
  12. 1822f33 [3.14] gh-91048: Refactor and optimize remote debugging module (#134652) (#134673) by Pablo Galindo Salgado · 3 months ago
  13. f68f05c [3.14] gh-115999: Add PyCodeObject.co_tlbc to the debug offsets (GH-134286) (#134348) by Miss Islington (bot) · 3 months ago
  14. f5a8bfa [3.14] Fix sphinx-lint warnings (default-role used). (GH-134647) (#134670) by Miss Islington (bot) · 3 months ago
  15. 6917fbf [3.14] GH-130328: Fix WindowsConsoleGetEventTests after gh-133728 (gh-134660) (gh-134666) by Miss Islington (bot) · 3 months ago
  16. 9c6d2db [3.14] gh-133960: Improve typing.evaluate_forward_ref (GH-133961) (#134663) by Miss Islington (bot) · 3 months ago
  17. 8c66534 [3.14] annotationlib docs: note that ForwardRef.evaluate eventually defaults to empty globals (GH-134661) (#134662) by Miss Islington (bot) · 3 months ago
  18. c61fd7c [3.14] gh-134582: Fix t-strings untokenize() roundtrip removing space between braces (GH-134603) (#134659) by Miss Islington (bot) · 3 months ago
  19. cbf4ccf [3.14] gh-133684: Fix get_annotations() where PEP 563 is involved (GH-133795) (#134656) by Miss Islington (bot) · 3 months ago
  20. d82d445 [3.14] gh-133778: Fix setting `__annotations__` under PEP 563 (GH-133794) (#134655) by Miss Islington (bot) · 3 months ago
  21. 93aee56 [3.14] GH-130328: Speedup pasting in legacy console on Windows (gh-133728) (#134653) by Miss Islington (bot) · 3 months ago
  22. 80d70de [3.14] gh-134578: Mark more slow tests (GH-134579) (GH-134590) by Miss Islington (bot) · 3 months ago
  23. 81f0993 [3.14] gh-134168: fix `http.server` CLI support for IPv6 and `--directory` when serving over HTTPS (GH-134169) (#134630) by Bénédikt Tran · 3 months ago
  24. 162e3f3 [3.14] gh-134595: Update HOWTO to reflect change in CIBW option (GH-134598) (#134622) by Miss Islington (bot) · 3 months ago
  25. 00fd544 [3.14] gh-80334: fix multiprocessing.freeze_support for other spawn platforms (GH-134462) (#134619) by Miss Islington (bot) · 3 months ago
  26. de9444e [3.14] gh-134546: ensure remote pdb script is readable (GH-134552) (#134616) by Miss Islington (bot) · 3 months ago
  27. 576177d [3.14] gh-128840: Limit the number of parts in IPv6 address parsing (GH-128841) (#134610) by Miss Islington (bot) · 3 months ago
  28. 38a3824 [3.14] gh-132983: Make _zstd C code PEP 7 compliant (GH-134605) (#134609) by Miss Islington (bot) · 3 months ago
  29. f301af6 [3.14] gh-132983: Slightly tweak error messages for _zstd compressor/decompressor options dict (GH-134601) (#134602) by Miss Islington (bot) · 3 months ago
  30. 7476f90 [3.14] gh-134557: Revert "[3.14] gh-132775: Use _PyCode GetScriptXIData()" (gh-134600) by Eric Snow · 3 months ago
  31. 09a34f1 [3.14] gh-134381: Fix RuntimeError when starting not-yet started Thread after fork (gh-134514) (gh-134596) by Miss Islington (bot) · 3 months ago
  32. 6e60586 [3.14] gh-133454: Reduce the number of threads in test_racing_getbuf_and_releasebuf (GH-133458) (GH-134589) by Miss Islington (bot) · 3 months ago
  33. adb0794 [3.14] Further improves Advanced installation docs for PyManager (GH-134541) (GH-134576) by Miss Islington (bot) · 3 months ago
  34. 8167594 [3.14] gh-133885: Use locks instead of critical sections for _zstd (gh-134289) (gh-134560) by Miss Islington (bot) · 3 months ago
  35. 896b745 [3.14] gh-106318: Add example for `str.count()` (GH-134519) (#134574) by Miss Islington (bot) · 3 months ago
  36. 7efe67a [3.14] gh-106318: Add example for `str.center()` (GH-134518) (#134571) by Miss Islington (bot) · 3 months ago
  37. 73967c4 [3.14] gh-134451: Converted `asyncio.tools.CycleFoundException` from dataclass to a regular exception type. (GH-134513) (#134564) by Miss Islington (bot) · 3 months ago
  38. c67eb41 [3.14] gh-114177: avoid calling connection lost callbacks when loop is already closed in asyncio subprocess (GH-134508) (#134561) by Miss Islington (bot) · 3 months ago
  39. 1cdbb33 [3.14] gh-128307: Update docs for asyncio.create_task, TaskGroup.create_task, asyncio.create_task (GH-134202) (#134553) by Miss Islington (bot) · 3 months ago
  40. ee3a0ef [3.14] Docs: fix link in free-threading-python.rst (GH-134548) (#134555) by Miss Islington (bot) · 3 months ago
  41. 8f4bf15 [3.14] GH-131769: fix detecting a pydebug build of the build Python when building for WASI (GH-133219) by Brett Cannon · 3 months ago
  42. 15e26ee [3.14] GH-130397: remove special-casing of C stack depth for WASI (GH-134469) (GH-134547) by Miss Islington (bot) · 3 months ago
  43. 06a3a85 [3.14] Avoid `__file__` in `hashlib` example (GH-134540) (#134549) by Miss Islington (bot) · 3 months ago
  44. 37c2c8c [3.14] Docs: Add note to tutorial clarifying scope (GH-134534) (#134536) by Miss Islington (bot) · 3 months ago
  45. 7480e50 [3.14] gh-132775: Fix Recently Introduced Warnings (gh-134532) by Miss Islington (bot) · 3 months ago
  46. 04e2dd6 [3.14] gh-132775: Make _PyXI_session Opaque (gh-134522) by Miss Islington (bot) · 3 months ago
  47. 068d570 [3.14] gh-134322: Fix `repr(threading.RLock)` (GH-134389) (#134528) by Miss Islington (bot) · 3 months ago
  48. bbf8048 [3.14] gh-132775: Use _PyCode GetScriptXIData() (gh-134515) by Miss Islington (bot) · 3 months ago
  49. c31b25c [3.14] gh-133740: Fix locale.nl_langinfo(ALT_DIGITS) (GH-134468) (#134512) by Miss Islington (bot) · 3 months ago
  50. ced49a1 [3.14] gh-134323: Fix the new `threading.RLock.locked` method (GH-134368) (#134510) by Miss Islington (bot) · 3 months ago
  51. 7e73918 [3.14] gh-134370: Added clarification on instance annotations (GH-134387) (#134509) by Miss Islington (bot) · 3 months ago
  52. 85c8c0a [3.14] gh-132775: Use _PyObject_GetXIData (With Fallback) (gh-134507) by Miss Islington (bot) · 3 months ago
  53. 59cb829 [3.14] gh-134455: Fix `build-details.json` to use the ``c_api.headers`` key (GH-134456) (#134504) by Miss Islington (bot) · 3 months ago
  54. db98e0b [3.14] gh-71339: Use new assertion methods in tests (GH-129046) (GH-134498) by Miss Islington (bot) · 3 months ago
  55. d5f7e80 [3.14] Consistent sentence case in docs template files (GH-134412) (#134495) by Miss Islington (bot) · 3 months ago
  56. 64c265a [3.14] gh-131357: Add some extra tests for empty bytes and bytearray (GH-134458) (#134489) by Miss Islington (bot) · 3 months ago
  57. 9cef5c1 [3.14] Add notes on nogil & reinitialization to the Opt-Out section in Module Isolation HOWTO (GH-134141) (GH-134492) by Miss Islington (bot) · 3 months ago
  58. 03a2112 [3.14] gh-134309: Add ``github.actor`` to the GitHub Actions concurrency key (GH-134310) (#134484) by Miss Islington (bot) · 3 months ago
  59. 4e9248f [3.14] gh-134062: Fix hash collisions in IPv4Network and IPv6Network (GH-134063) (#134476) by Miss Islington (bot) · 3 months ago
  60. 9989915 [3.14] gh-127960 Fix the REPL to set the correct namespace by setting the correct `__main__` module (gh-134275) (gh-134473) by Miss Islington (bot) · 3 months ago
  61. 93ab55b [3.14] gh-132775: Use _PyFunction_VerifyStateless() and _PyCode_VerifyStateless() (gh-134465) by Miss Islington (bot) · 3 months ago
  62. 11d77d2 [3.14] gh-132983: Fix refleak in zstd dictionary functions (gh-134463) by Miss Islington (bot) · 3 months ago
  63. f8ced87 [3.14] gh-132124: improve safety nets for creating AF_UNIX socket files (GH-134085) (#134447) by Miss Islington (bot) · 3 months ago
  64. df6d9e7 [3.14] gh-80050: Update BufferedReader.read docs around non-blocking (GH-130653) (#134444) by Miss Islington (bot) · 3 months ago
  65. 6ea83e0 [3.14] gh-134026: Fix grammar description of for statement (GH-134034) (GH-134424) by Miss Islington (bot) · 3 months ago
  66. cdc92cd [3.14] gh-132983: Refactor shared code in train_dict and finalize_dict (GH-134432) (#134442) by Miss Islington (bot) · 3 months ago
  67. 17bf6ab [3.14] gh-62184: Remove _pyio import of _io.FileIO (gh-134192) (gh-134437) by Miss Islington (bot) · 3 months ago
  68. fade04e [3.14] gh-133982: Run unclosed file test on all io implementations (gh-134165) (gh-134433) by Miss Islington (bot) · 3 months ago
  69. 74dde92 [3.14] gh-71253: Match _io exception in _pyio (gh-133985) (gh-134430) by Miss Islington (bot) · 3 months ago
  70. c612a4d [3.14] gh-133982: Update test_bufio to use self.open (gh-133983) (gh-134428) by Miss Islington (bot) · 3 months ago
  71. 2ffc10b [3.14] gh-132775: Support Fallbacks in _PyObject_GetXIData() (gh-134418) by Miss Islington (bot) · 3 months ago
  72. cd3395a [3.14] gh-132246: Add special buffer methods to C API Type Object docs (gh-132247) (gh-134426) by Miss Islington (bot) · 3 months ago
  73. f1a9d89 [3.14] gh-90871: fix connection backlog offset in asyncio (gh-134392) (gh-134421) by Miss Islington (bot) · 3 months ago
  74. 9be568e [3.14] gh-132983: Add documentation for compression.zstd (GH-133911) (#134425) by Miss Islington (bot) · 3 months ago
  75. f7cdee9 [3.14] gh-110631: Fix some incorrect indents in the documentation (GH-129312) (#134419) by Miss Islington (bot) · 3 months ago
  76. ac27008 [3.14] Fix signature of `_curses.assume_default_colors` in the docs (GH-134409) (#134417) by Miss Islington (bot) · 3 months ago
  77. 7c3e215 [3.14] gh-132542: Only run test_native_id_after_fork if native_id is supported (GH-134408) (GH-134413) by Miss Islington (bot) · 3 months ago
  78. 87d7a19 [3.14] gh-133980: use atomic store in `PyObject_GenericSetDict` (GH-133988) (#134354) by Miss Islington (bot) · 3 months ago
  79. b0bf48a [3.14] Add documentation for remote debugging with pdb (GH-134260) (#134398) by Miss Islington (bot) · 3 months ago
  80. 64047f7 [3.14] gh-134360 Add processName attribute to `logging.Formatter` docstring (GH-134371) (GH-134405) by Miss Islington (bot) · 3 months ago
  81. af428a3 [3.14] gh-72680: Fix false positives when using zipfile.is_zipfile() (GH-134250) (#134401) by Miss Islington (bot) · 3 months ago
  82. e379a71 [3.14] gh-91048: Fix error path result in _remote_debugging_module (GH-134347) (#134399) by Miss Islington (bot) · 3 months ago
  83. 81c348b GH-130727: Avoid race condition in _wmimodule by copying shared data (GH-134313) by Miss Islington (bot) · 3 months ago
  84. 69710b7 [3.14] gh-134215: PyREPL: Do not show underscored modules by default during autocompletion (gh-134267) (gh-134388) by Miss Islington (bot) · 3 months ago
  85. 04829d4 [3.14] gh-134209: use heap-allocated memory in `_curses.window.{instr,getstr}` (GH-134283) (#134391) by Miss Islington (bot) · 3 months ago
  86. 379805d [3.14] gh-128066: Properly handle history file writes for RO fs on PyREPL (gh-134380) (gh-134385) by Miss Islington (bot) · 3 months ago
  87. 899ce7d [3.14] gh-85045: clarified that the underlying buffer of a TextIOBase can be a RawIOBase (GH-134372) (#134374) by Miss Islington (bot) · 3 months ago
  88. 6f1f871 [3.14] gh-127146: xfail more Emscripten stack overflows (GH-134358) (#134382) by Miss Islington (bot) · 3 months ago
  89. a2950d5 [3.14] gh-131357: Add tests for zero-sized bytes objects in test_bytes.py (GH-134234) (#134378) by Miss Islington (bot) · 3 months ago
  90. 2d90cc8 [3.14] gh-106213: Shorten Emscripten wasm-gc trampoline by a little (GH-133984) (#134376) by Miss Islington (bot) · 3 months ago
  91. efdaae5 [3.14] gh-86802: Fix asyncio memory leak; shielded task exceptions log once through the exception handler (gh-134331) (gh-134343) by Miss Islington (bot) · 3 months ago
  92. 6ce2045 [3.14] GH-133779: Fix finding pyconfig.h on Windows JIT builds (GH-134359) by Miss Islington (bot) · 3 months ago
  93. 6074e1e [3.14] gh-75459: Doc: C API: Improve object life cycle documentation (GH-125962) (GH-134344) by Miss Islington (bot) · 3 months ago
  94. 6d4b56d [3.14] gh-127945: Update What's New in Python 3.14 for free-threaded ctypes (GH-134332) (#134364) by Miss Islington (bot) · 3 months ago
  95. 402d983 [3.14] gh-128002: add what's new docs for `asyncio` (GH-134324) (#134362) by Miss Islington (bot) · 3 months ago
  96. 8e8d5c9 [3.14] gh-132542: Set native thread ID after fork (GH-132701) (GH-134356) by Miss Islington (bot) · 3 months ago
  97. dc5866a [3.14] gh-129748: Update mimalloc to use atomic store for mi_block_set_nextx (GH-134238) (gh-134352) by Miss Islington (bot) · 3 months ago
  98. ff0facd [3.14] gh-101100: Fix Sphinx warnings in `library/decimal.rst` (GH-134303) (#134338) by Miss Islington (bot) · 3 months ago
  99. b9a7e79 [3.14] gh-128307: Update what's new in 3.13 and 3.14 with create_task changes of asyncio (GH-134304) (#134319) by Miss Islington (bot) · 3 months ago
  100. 2dedf5e [3.14] gh-62824: Add alias for iso-8859-8-i which is the same as iso-8859-8 (gh-134306) (gh-134330) by Miss Islington (bot) · 3 months ago