Python 3.14.0b2
  1. 12d3f88 Python 3.14.0b2 by Hugo van Kemenade · 3 months ago v3.14.0b2
  2. 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
  3. dc441ef [3.14] gh-132493: Remove __annotations__ usage in inspect._signature_is_functionlike (GH-133415) (#133796) by Miss Islington (bot) · 3 months ago
  4. 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
  5. 16187b5 [3.14] gh-132876: workaround broken ldexp() on Windows 10 (GH-133135) (#134684) by Miss Islington (bot) · 3 months ago
  6. 7216f7b [3.14] gh-69605: Disable PyREPL module autocomplete fallback on regular completion (gh-134181) (gh-134680) by Miss Islington (bot) · 3 months ago
  7. 1822f33 [3.14] gh-91048: Refactor and optimize remote debugging module (#134652) (#134673) by Pablo Galindo Salgado · 3 months ago
  8. 6917fbf [3.14] GH-130328: Fix WindowsConsoleGetEventTests after gh-133728 (gh-134660) (gh-134666) by Miss Islington (bot) · 3 months ago
  9. 9c6d2db [3.14] gh-133960: Improve typing.evaluate_forward_ref (GH-133961) (#134663) by Miss Islington (bot) · 3 months ago
  10. c61fd7c [3.14] gh-134582: Fix t-strings untokenize() roundtrip removing space between braces (GH-134603) (#134659) by Miss Islington (bot) · 3 months ago
  11. cbf4ccf [3.14] gh-133684: Fix get_annotations() where PEP 563 is involved (GH-133795) (#134656) by Miss Islington (bot) · 3 months ago
  12. d82d445 [3.14] gh-133778: Fix setting `__annotations__` under PEP 563 (GH-133794) (#134655) by Miss Islington (bot) · 3 months ago
  13. 93aee56 [3.14] GH-130328: Speedup pasting in legacy console on Windows (gh-133728) (#134653) by Miss Islington (bot) · 3 months ago
  14. 80d70de [3.14] gh-134578: Mark more slow tests (GH-134579) (GH-134590) by Miss Islington (bot) · 3 months ago
  15. 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
  16. 00fd544 [3.14] gh-80334: fix multiprocessing.freeze_support for other spawn platforms (GH-134462) (#134619) by Miss Islington (bot) · 3 months ago
  17. de9444e [3.14] gh-134546: ensure remote pdb script is readable (GH-134552) (#134616) by Miss Islington (bot) · 3 months ago
  18. 576177d [3.14] gh-128840: Limit the number of parts in IPv6 address parsing (GH-128841) (#134610) by Miss Islington (bot) · 3 months ago
  19. 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
  20. 7476f90 [3.14] gh-134557: Revert "[3.14] gh-132775: Use _PyCode GetScriptXIData()" (gh-134600) by Eric Snow · 3 months ago
  21. 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
  22. 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
  23. 8167594 [3.14] gh-133885: Use locks instead of critical sections for _zstd (gh-134289) (gh-134560) by Miss Islington (bot) · 3 months ago
  24. 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
  25. 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
  26. 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
  27. 068d570 [3.14] gh-134322: Fix `repr(threading.RLock)` (GH-134389) (#134528) by Miss Islington (bot) · 3 months ago
  28. bbf8048 [3.14] gh-132775: Use _PyCode GetScriptXIData() (gh-134515) by Miss Islington (bot) · 3 months ago
  29. ced49a1 [3.14] gh-134323: Fix the new `threading.RLock.locked` method (GH-134368) (#134510) by Miss Islington (bot) · 3 months ago
  30. 85c8c0a [3.14] gh-132775: Use _PyObject_GetXIData (With Fallback) (gh-134507) by Miss Islington (bot) · 3 months ago
  31. db98e0b [3.14] gh-71339: Use new assertion methods in tests (GH-129046) (GH-134498) by Miss Islington (bot) · 3 months ago
  32. 64c265a [3.14] gh-131357: Add some extra tests for empty bytes and bytearray (GH-134458) (#134489) by Miss Islington (bot) · 3 months ago
  33. 4e9248f [3.14] gh-134062: Fix hash collisions in IPv4Network and IPv6Network (GH-134063) (#134476) by Miss Islington (bot) · 3 months ago
  34. 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
  35. 93ab55b [3.14] gh-132775: Use _PyFunction_VerifyStateless() and _PyCode_VerifyStateless() (gh-134465) by Miss Islington (bot) · 3 months ago
  36. f8ced87 [3.14] gh-132124: improve safety nets for creating AF_UNIX socket files (GH-134085) (#134447) by Miss Islington (bot) · 3 months ago
  37. 17bf6ab [3.14] gh-62184: Remove _pyio import of _io.FileIO (gh-134192) (gh-134437) by Miss Islington (bot) · 3 months ago
  38. fade04e [3.14] gh-133982: Run unclosed file test on all io implementations (gh-134165) (gh-134433) by Miss Islington (bot) · 3 months ago
  39. 74dde92 [3.14] gh-71253: Match _io exception in _pyio (gh-133985) (gh-134430) by Miss Islington (bot) · 3 months ago
  40. c612a4d [3.14] gh-133982: Update test_bufio to use self.open (gh-133983) (gh-134428) by Miss Islington (bot) · 3 months ago
  41. 2ffc10b [3.14] gh-132775: Support Fallbacks in _PyObject_GetXIData() (gh-134418) by Miss Islington (bot) · 3 months ago
  42. f1a9d89 [3.14] gh-90871: fix connection backlog offset in asyncio (gh-134392) (gh-134421) by Miss Islington (bot) · 3 months ago
  43. 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
  44. 87d7a19 [3.14] gh-133980: use atomic store in `PyObject_GenericSetDict` (GH-133988) (#134354) by Miss Islington (bot) · 3 months ago
  45. b0bf48a [3.14] Add documentation for remote debugging with pdb (GH-134260) (#134398) by Miss Islington (bot) · 3 months ago
  46. 64047f7 [3.14] gh-134360 Add processName attribute to `logging.Formatter` docstring (GH-134371) (GH-134405) by Miss Islington (bot) · 3 months ago
  47. af428a3 [3.14] gh-72680: Fix false positives when using zipfile.is_zipfile() (GH-134250) (#134401) by Miss Islington (bot) · 3 months ago
  48. 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
  49. 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
  50. 6f1f871 [3.14] gh-127146: xfail more Emscripten stack overflows (GH-134358) (#134382) by Miss Islington (bot) · 3 months ago
  51. 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
  52. 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
  53. 8e8d5c9 [3.14] gh-132542: Set native thread ID after fork (GH-132701) (GH-134356) by Miss Islington (bot) · 3 months ago
  54. 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
  55. 7e67b36 [3.14] gh-117596: Add more tests for os.path with invalid paths (GH-134189) (GH-134265) by Miss Islington (bot) · 3 months ago
  56. c23bdc2 [3.14] gh-133890: Handle UnicodeEncodeError in tarfile (GH-134147) (GH-134195) by Miss Islington (bot) · 3 months ago
  57. 9c73a4d [3.14] gh-133940: test_strftime incorrectly calculates expected week (GH-134281) (#134301) by Miss Islington (bot) · 3 months ago
  58. 9be3413 [3.14] Clean up test_posixpath (GH-134315) (GH-134316) by Miss Islington (bot) · 3 months ago
  59. 90aa13a [3.14] gh-133374: fix test_python_legacy_windows_stdio (GH-134080) (GH-134314) by Miss Islington (bot) · 3 months ago
  60. 4effd06 [3.14] gh-132983: Convert zstd ``__new__`` methods to Argument Clinic (GH-133860) (#133915) by Miss Islington (bot) · 3 months ago
  61. 7cbc3ea [3.14] gh-134235: Import Autocomplete for Builtin Modules (GH-134277) (#134285) by Miss Islington (bot) · 3 months ago
  62. 7686c75 [3.14] gh-133779: Revert Windows generation of pyconfig.h and go back to a static header. (GH-133966) by Steve Dower · 3 months ago
  63. 89b744a [3.14] gh-125225: Fix column misalignment in help('topics') output (gh-125226) (gh-134225) by Miss Islington (bot) · 3 months ago
  64. 7d995ea [3.14] gh-134214: Fix test case in pyrepl (gh-134223) (gh-134229) by Miss Islington (bot) · 3 months ago
  65. a3c3d6f [3.14] gh-134158: Fix PyREPL coloring of double braces in f/t-strings (gh-134159) (#134227) by Miss Islington (bot) · 3 months ago
  66. 182464e [3.14] gh-134097: Print number of refs & blocks after each statement in new REPL (gh-134136) (gh-134220) by Miss Islington (bot) · 3 months ago
  67. d9c08c5 [3.14] gh-133999: Fix `except` parsing regression in 3.14 (GH-134035) (#134206) by Miss Islington (bot) · 3 months ago
  68. 9136ccf [3.14] gh-76023: Make os.path.realpath to ignore WinError 1005 in non-strict mode (GH-128328) (GH-134203) by Miss Islington (bot) · 3 months ago
  69. 91d71ac [3.14] gh-134060: Don't create a certain symlink in venv if platform does not support it (GH-134061) by Stan Ulbrych · 3 months ago
  70. 7073587 [3.14] gh-133889: Only show the path of the URL in the SimpleHTTPRequestHandler page (GH-134135) (GH-134190) by Miss Islington (bot) · 3 months ago
  71. bb5f92a [3.14] gh-134144: Fix use-after-free in zapthreads() (GH-134145) (#134182) by Miss Islington (bot) · 3 months ago
  72. 8d51ed6 [3.14] gh-134100: Fix use-after-free in `PyImport_ImportModuleLevelObject` (GH-134117) (#134171) by Miss Islington (bot) · 3 months ago
  73. eaee2ae [3.14] gh-134064: Fix sys.remote_exec() error checking (GH-134067) (#134162) by Miss Islington (bot) · 3 months ago
  74. 1ba5e65 [3.14] gh-134119: Fix crash from calling next() on exhausted template iterator (GH-134120) (#134153) by Miss Islington (bot) · 3 months ago
  75. d7230e1 [3.14] gh-134098: Fix handling %-encoded trailing slash in SimpleHTTPRequestHandler (GH-134099) (GH-134123) by Miss Islington (bot) · 3 months ago
  76. 5cdad8c [3.14] gh-133889: Improve tests for SimpleHTTPRequestHandler (GH-134102) (GH-134121) by Miss Islington (bot) · 3 months ago
  77. f893232 [3.14] gh-134109: Fix showing comments in pydoc output for argparse (GH-134110) (GH-134112) by Miss Islington (bot) · 3 months ago
  78. dda5dc5 [3.14] gh-132388: test HACL* and OpenSSL hash functions in pure Python HMAC (GH-134051) (#134089) by Miss Islington (bot) · 3 months ago
  79. 438f464 [3.14] gh-77065: Use `putwch` instead of `putch` in `getpass.win_getpass` (GH-134058) (#134059) by Miss Islington (bot) · 3 months ago
  80. 29d69e8 [3.14] gh-77065: add missing parameter `echo_char` in `getpass.fallback_getpass` (GH-133849) (#134053) by Miss Islington (bot) · 3 months ago
  81. fede4ed [3.14] Test also error messages in test_limit_int. (GH-134018) (GH-134033) by Miss Islington (bot) · 3 months ago
  82. f2a4b10 [3.14] gh-133970: Make PEP750 types generic (GH-133976) (#134029) by Miss Islington (bot) · 3 months ago
  83. 4adb1dd [3.14] Improve tests for str to Fraction conversion (GH-134010) (GH-134016) by Miss Islington (bot) · 3 months ago
  84. d6cb8fa [3.14] gh-133701: Fix incorrect `__annotations__` on TypedDict defined under PEP 563 (GH-133772) (#134003) by Miss Islington (bot) · 3 months ago
  85. a962934 [3.14] gh-132983: Style improvements for `compression.zstd` (GH-133547) (#134001) by Miss Islington (bot) · 3 months ago
  86. 66d6860 [3.14] gh-132641: fix race in `lru_cache` under free-threading (GH-133787) (#133979) by Miss Islington (bot) · 3 months ago
  87. b94a63c [3.14] gh-132983: Fix small issues with zstd support in zipfile (GH-133723) (#133974) by Miss Islington (bot) · 3 months ago
  88. 69b4387 [3.14] gh-133767: Fix use-after-free in the unicode-escape decoder with an error handler (GH-129648) (GH-133942) by Miss Islington (bot) · 3 months ago
  89. f0a7a6c [3.14] gh-133886: Fix sys.remote_exec() for non-UTF-8 paths (GH-133887) (GH-133963) by Miss Islington (bot) · 3 months ago
  90. 198dc8d [3.14] gh-133885: skip `test_compress_locking` in `test_zstd` (GH-133943) (#133949) by Miss Islington (bot) · 3 months ago
  91. 3467656 [3.14] gh-132775: Add _PyFunction_GetXIData() (gh-133955) by Miss Islington (bot) · 3 months ago
  92. c15980b [3.14] gh-133653: Fix argparse.ArgumentParser with the formatter_class argument (GH-133813) (GH-133941) by Miss Islington (bot) · 3 months ago
  93. c11fc4b [3.14] gh-133677: Fix tests when running in non-UTF-8 locale (GH-133865) (GH-133938) by Miss Islington (bot) · 3 months ago
  94. 89c801b [3.14] gh-133925: Make typing._UnionGenericAlias hashable (GH-133929) (#133936) by Miss Islington (bot) · 3 months ago
  95. cedc37a [3.14] gh-91555: disable logger while handling log record (GH-131812) (GH-133899) by Miss Islington (bot) · 3 months ago
  96. f5d2d73 [3.14] gh-133744: Fix multiprocessing interrupt test: add an event (GH-133746) (#133916) by Miss Islington (bot) · 3 months ago
  97. 507715d [3.14] gh-133893: asyncio.graph: Replace TextIO annotation with io.Writer (GH-133894) (#133901) by Miss Islington (bot) · 3 months ago
  98. 5c9f0ae gh-133703: dict: fix calculate_log2_keysize() (GH-133809) by Miss Islington (bot) · 3 months ago
  99. 39485d5 [3.14] Add classmethod to setUpClass in test_pdb (GH-133840) (#133846) by Miss Islington (bot) · 3 months ago
  100. e7e105f [3.14] gh-86155: Fix data loss after unclosed script or style tag in HTMLParser (GH-22658) (GH-133844) by Miss Islington (bot) · 3 months ago