Python 3.14.0b4
  1. 7ec1fab Python 3.14.0b4 by Hugo van Kemenade · 6 weeks ago v3.14.0b4
  2. 376e037 [3.14] gh-120713: Make _Py_NORMALIZE_CENTURY private (GH-135933) (#136387) by Miss Islington (bot) · 6 weeks ago
  3. 145c086 [3.14] gh-136297: Fix `hypothesis` and `subTest` usage in `test_zoneinfo_property.py` (GH-136384) (#136407) by Miss Islington (bot) · 6 weeks ago
  4. 3296d9b [3.14] gh-136155: Docs: only add custom OpenGraph protocol meta tags for HTML builds (GH-136187) (#136382) by Miss Islington (bot) · 6 weeks ago
  5. 2733b29 [3.14] gh-101100: Fix sphinx warnings in `whatsnew/3.11.rst` (GH-136402) (#136405) by Miss Islington (bot) · 6 weeks ago
  6. cdeaa64 [3.14] gh-102567: Add missing newline to `--help-all` (GH-136391) (GH-136403) by Miss Islington (bot) · 6 weeks ago
  7. 78e5d10 [3.14] gh-135913: Document ob_refcnt, ob_type, ob_size (GH-135914) (GH-136377) by Miss Islington (bot) · 6 weeks ago
  8. e1e9d95 [3.14] gh-136032: Fix `argparse.BooleanOptionalAction` doc (GH-136133) (#136329) by Miss Islington (bot) · 6 weeks ago
  9. c726990 [3.14] gh-135906: Use `_PyObject_CAST` in internal headers (GH-135892) (GH-136392) by Miss Islington (bot) · 6 weeks ago
  10. 5a7d266 [3.14] gh-101100: Fix Sphinx warnings in library/email.compat32-message.rst (GH-136323) (#136389) by Miss Islington (bot) · 6 weeks ago
  11. e255313 [3.14] gh-87790: support thousands separators for formatting fractional part of Decimal (GH-132202) (#136365) by Miss Islington (bot) · 6 weeks ago
  12. 442b781 [3.14] gh-87790: support thousands separators for formatting fractional part of Fraction (GH-132204) (#136364) by Miss Islington (bot) · 6 weeks ago
  13. d9c36a7 [3.14] gh-124486: Fix test_whichdb_ndbm in test_dbm on NetBSD (GH-136335) (GH-136378) by Miss Islington (bot) · 6 weeks ago
  14. a7dd48a [3.14] gh-86682: Add versionadded for sys._getframemodulename (GH-136325) (#136375) by Miss Islington (bot) · 6 weeks ago
  15. 236498c [3.14] gh-131591: Document Py_REMOTE_DEBUG (GH-135929) (GH-136374) by Miss Islington (bot) · 6 weeks ago
  16. 5df4f35 [3.14] gh-135755: Document __future__.* and CO_* as proper Sphinx objects (GH-135980) (GH-136370) by Miss Islington (bot) · 6 weeks ago
  17. f02be2d [3.14] gh-101100: Fix sphinx warnings in `whatsnew/3.9` (GH-136163) (#136372) by Miss Islington (bot) · 6 weeks ago
  18. f87578f [3.14] gh-130662: Accept leading zeros in precision/width for Decimal's formatting (GH-132549) (#136362) by Miss Islington (bot) · 6 weeks ago
  19. b2a2f03 [3.14] gh-130662: Accept leading zeros in precision/width for Fraction's formatting (GH-130663) (#136361) by Miss Islington (bot) · 6 weeks ago
  20. 57d6db5 [3.14] gh-136289: Fix test_sqlite3 on platforms with strict UTF-8 filesystem (GH-136326) (GH-136350) by Miss Islington (bot) · 6 weeks ago
  21. 41d1683 [3.14] GH-133932: Tagged ints are heap safe (GH-134244) (#134494) by Miss Islington (bot) · 6 weeks ago
  22. 46a7981 [3.14] GH-135106: Restrict trashcan to GC'ed objects (GH-135682) (#135876) by Miss Islington (bot) · 6 weeks ago
  23. 8f06a9c [3.14] gh-94503: Update logging cookbook with an example of uniformly handling newlines in output. (GH-136217) (GH-136357) by Miss Islington (bot) · 6 weeks ago
  24. aa1800b [3.14] gh-127502: Remove XML vulnerability table (GH-135294) (#136359) by Miss Islington (bot) · 6 weeks ago
  25. 22fad16 [3.14] gh-109700: fix interpreter finalization while handling memory error (GH-136342) (#136352) by Miss Islington (bot) · 6 weeks ago
  26. 3d01565 [3.14] gh-136316: Make typing.evaluate_forward_ref better at evaluating nested forwardrefs (GH-136319) (#136346) by Jelle Zijlstra · 6 weeks ago
  27. bd97cb8 [3.14] gh-109070: Document that get_context in multiprocessing have side effect (GH-136341) (GH-136343) by Miss Islington (bot) · 6 weeks ago
  28. 5b65df79 [3.14] gh-109700: fix memory error handling in `PyDict_SetDefault` (GH-136338) (#136340) by Miss Islington (bot) · 6 weeks ago
  29. 3ea7276 [3.14] gh-129824: fix data races in subinterpreters under TSAN (GH-135794) (#136266) by Miss Islington (bot) · 6 weeks ago
  30. d86ca7b [3.14] gh-136285: Improve `pickle` protocol testing in `test_interpreters` (GH-136286) (#136333) by Miss Islington (bot) · 6 weeks ago
  31. 2b2cf81 [3.14] gh-136315: Fix skipped multithreading test in test_zstd (GH-136320) (#136322) by Miss Islington (bot) · 6 weeks ago
  32. 53584d3 [3.14] gh-101100: Fix references in `http.cookiejar` docs (GH-136238) (GH-136318) by Miss Islington (bot) · 6 weeks ago
  33. c62c523 [3.14] gh-136297: Test all `pickle` protocols in `test_zoneinfo_property.py` (GH-136298) (#136311) by Miss Islington (bot) · 6 weeks ago
  34. 6d21cc5 [3.14] gh-136288: Fix error message in `_testcapi/vectorcall.c` (GH-136258) (GH-136294) by Miss Islington (bot) · 7 weeks ago
  35. 1a2898a [3.14] Docs: Move "or" outside monospace syntax in `tarfile.rst` (GH-136263) (GH-136290) by Miss Islington (bot) · 7 weeks ago
  36. f2f3edb [3.14] gh-135773: have pyvenv.cfg without home key anchor a venv and deduce home (GH-135831) (#136287) by Miss Islington (bot) · 7 weeks ago
  37. fa7e76e [3.14] gh-102555: Fix comment parsing in HTMLParser according to the HTML5 standard (GH-135664) (GH-136271) by Miss Islington (bot) · 7 weeks ago
  38. 2449f77 [3.14] Clarify some details regarding `sys.monitoring` (GH-133981) (GH-136259) by Miss Islington (bot) · 7 weeks ago
  39. 03ce4b2 [3.14] gh-135661: Fix parsing start and end tags in HTMLParser according to the HTML5 standard (GH-135930) (GH-136255) by Miss Islington (bot) · 7 weeks ago
  40. e39f332 [3.14] gh-135252: Document Zstandard integration across zipfile, shutil, and tarfile (GH-135311) (#136254) by Miss Islington (bot) · 7 weeks ago
  41. ea84943 [3.14] gh-115119: Recommend upstream libmpdec in build requirements (GH-136205) (#136244) by Miss Islington (bot) · 7 weeks ago
  42. 4877f43 [3.14] gh-130664: Treat '0' fill character with align '=' as zero-padding for Fraction's (GH-131067) (GH-136241) by Miss Islington (bot) · 7 weeks ago
  43. 150262d [3.14] gh-133740: Fix regression in locale.nl_langinfo(ALT_DIGITS) (GH-136237) (GH-136240) by Miss Islington (bot) · 7 weeks ago
  44. 4bc9c01 [3.14] gh-135069: Fix exception message in encodings.idna module (GH-135071) (#136235) by Miss Islington (bot) · 7 weeks ago
  45. 84cafc7 [3.14] Fix comments for `heapq.siftup_max` (GH-135359) (#136232) by Miss Islington (bot) · 7 weeks ago
  46. 1a4f92b [3.14] gh-135640: Adds more type checking to ElementTree (GH-135643) (GH-136225) by Miss Islington (bot) · 7 weeks ago
  47. 8dcf3ed [3.14] gh-127705: Move Py_INCREF_MORTAL() to the internal C API (GH-136178) (#136206) by Miss Islington (bot) · 7 weeks ago
  48. 5216a6c [3.14] gh-135836: Fix `IndexError` in `asyncio.create_connection()` (GH-135875) (#136221) by Miss Islington (bot) · 7 weeks ago
  49. 8810ccf [3.14] gh-135836: Fix `IndexError` in `asyncio.create_connection` with empty exceptions list (GH-135845) (#136167) by Miss Islington (bot) · 7 weeks ago
  50. b86d3f0 [3.14] gh-136135: Doc: Fix some broken links (GH-136137) (GH-136220) by Miss Islington (bot) · 7 weeks ago
  51. 388e8c3 [3.14] Replace `capi-sig` mailing list with `discuss.python.org` (GH-136211) (#136213) by Miss Islington (bot) · 7 weeks ago
  52. 23a990d [3.14] gh-115119: Defer removal of bundled libmpdec to 3.16 (GH-133997) (#136199) by Sergey B Kirpichev · 7 weeks ago
  53. 8ba024d [3.14] gh-134280: Disable constant folding for ~ with a boolean argument (GH-134982) (GH-136185) by Miss Islington (bot) · 7 weeks ago
  54. 3bc4294 [3.14] GH-134273: Allow setting JIT compiler flags at build time with CFLAGS_JIT (GH-135792) by Miss Islington (bot) · 7 weeks ago
  55. 5e09d19 [3.14] gh-87298: Add tests for find_in_strong_cache() bug in _zoneinfo (GH-24829) (GH-136181) by Miss Islington (bot) · 7 weeks ago
  56. f152d60 [3.14] gh-130396: Move PYOS_LOG2_STACK_MARGIN to internal headers (GH-135928) (#136173) by Miss Islington (bot) · 7 weeks ago
  57. df4e87b [3.14] gh-136169: Update parameter name in fractions.from_float method (GH-136172) (#136174) by Miss Islington (bot) · 7 weeks ago
  58. 665a682 [3.14] gh-135755: Use private names (_Py*) for header file guards new in 3.14 (GH-135921) (GH-135976) by Miss Islington (bot) · 7 weeks ago
  59. 028901e [3.14] gh-133982: Use implementation-specific `open` in `test_fileio.OtherFileTests` (GH-135364) (GH-136148) by Miss Islington (bot) · 7 weeks ago
  60. ebab7c8 [3.14] gh-134939: Fill Out the concurrent.interpreters Docs (gh-136141) by Miss Islington (bot) · 7 weeks ago
  61. 401032a [3.14] gh-63207: Update `time.time` documentation after GH-116822 (GH-136068) (#136138) by Miss Islington (bot) · 7 weeks ago
  62. e86ac72 [3.14] gh-85702: Catch PermissionError in zoneinfo.load_tzdata() (GH-136117) (#136128) by Miss Islington (bot) · 7 weeks ago
  63. 71bd3d0 [3.14] gh-136122: Fix video link for math.tau documentation (GH-136129) (#136131) by Miss Islington (bot) · 7 weeks ago
  64. 3267847 [3.14] gh-135607: remove null checking of weakref list in dealloc of extension modules and objects (#135614) (#136119) by Victor Stinner · 7 weeks ago
  65. 729b674 [3.14] gh-48181: Document `codecs.charmap_build` (GH-135997) (#136123) by Miss Islington (bot) · 7 weeks ago
  66. ed7719a [3.14] gh-131885: Update documented signatures for `csv.{writer,reader}` (GH-136085) (GH-136120) by Miss Islington (bot) · 7 weeks ago
  67. 130d40a [3.14] gh-132813: Fix the csv documentation for quoting and escaping (GH-133209) (#136113) by Miss Islington (bot) · 7 weeks ago
  68. 2e6d3f0 [3.14] gh-136087: Remove `\r` from documented `os.linesep` values (GH-136088) (#136111) by Miss Islington (bot) · 7 weeks ago
  69. 5e65cbb [3.14] Doc: fix duplicated words (GH-136086) (#136108) by Miss Islington (bot) · 7 weeks ago
  70. eb8ed2a [3.14] gh-123299: Provide replacement for removed sqlite3 attributes in What's New 3.14 (GH-125566) (#136103) by Miss Islington (bot) · 7 weeks ago
  71. 231d801 [3.14] gh-127604: Docs: Include a C stack in the `faulthandler` example (GH-136081) (GH-136102) by Miss Islington (bot) · 7 weeks ago
  72. ce65956 [3.14] gh-136053: Check error for TYPE_SLICE in marshal.c (GH-136054) (GH-136092) by Miss Islington (bot) · 7 weeks ago
  73. 7df3eee [3.14] Doc: Fix duplicate words in idlelib (GH-136089) (#136090) by Miss Islington (bot) · 7 weeks ago
  74. c66b54f [3.14] gh-91048: Fix external inspection multi-threaded performance (GH-136005) (#136080) by Pablo Galindo Salgado · 7 weeks ago
  75. 42e13b8 [3.14] gh-76595: Add note on `PyCapsule_Import` behavior (GH-134022) (GH-136074) by Miss Islington (bot) · 7 weeks ago
  76. c9c51bd [3.14] gh-135571: Guard `_hashlib` usage in `test_hashlib.py` (GH-135572) (#136042) by Bénédikt Tran · 7 weeks ago
  77. 7028095 [3.14] gh-135755: rename undocumented `HACL_CAN_COMPILE_SIMD{128,256}` macros (GH-135847) (#136045) by Bénédikt Tran · 7 weeks ago
  78. eff347c [3.14] gh-108765: fix comment about macro definitions in `_stat.c` post GH-108854 (GH-136027) (#136043) by Miss Islington (bot) · 8 weeks ago
  79. 3bd4a49 [3.14] gh-136028: Fix parsing month names containing "İ" (U+0130) in strptime() (GH-136029) (GH-136037) by Miss Islington (bot) · 8 weeks ago
  80. 7e4637e [3.14] gh-92266: Replace tabs with four spaces in Python files (GH-135983) (#136035) by Miss Islington (bot) · 8 weeks ago
  81. 1b21868 [3.14] gh-78465: Fix error message for cls.__new__(cls, ...) where cls is not instantiable (GH-135981) (GH-136030) by Miss Islington (bot) · 8 weeks ago
  82. 33c83ce [3.14] gh-128051: Fix tests if sys.float_repr_style is 'legacy' (GH-135908) (#136025) by Miss Islington (bot) · 8 weeks ago
  83. a168c77 [3.14] gh-53203: Fix strptime() for %c, %x and %X formats on some locales (GH-135971) (GH-136019) by Miss Islington (bot) · 8 weeks ago
  84. 78de34f [3.14] gh-135966: Modify iOS testbed to make app_packages a site directory (GH-135967) (#136012) by Miss Islington (bot) · 8 weeks ago
  85. 10211a7 [3.14] gh-135968: Add iOS binary stubs for strip (GH-135970) (#136014) by Miss Islington (bot) · 8 weeks ago
  86. b99a417 [3.14] Docs: Fix duplicate word typos (GH-135958) (GH-136007) by Miss Islington (bot) · 8 weeks ago
  87. 9798a8d [3.14] gh-135995: Fix missing char in palmos encoding (GH-135990) (#136001) by Miss Islington (bot) · 8 weeks ago
  88. 29cb4d6 [3.14] IDLE: Update NEWS2x.txt with 2.7.0 release date (GH-129908) (#135999) by Miss Islington (bot) · 8 weeks ago
  89. 4ba1812 [3.14] GH-133600: Backport file reorg of `Tools/wasm/wasi` (GH-135950) by Brett Cannon · 8 weeks ago
  90. 2045453 [3.14] gh-129958: New syntax error in format spec applies to both f-strings and t-strings (GH-135570) (#135982) by Miss Islington (bot) · 8 weeks ago
  91. 8752b08 [3.14] gh-91555: add warning to docs about possibility of deadlock/infinite recursion (GH-135954) (GH-135988) by Miss Islington (bot) · 8 weeks ago
  92. ad6c90f [3.14] gh-135110: Fix misleading `generator.close()` documentation (GH-135152) (GH-135985) by Miss Islington (bot) · 8 weeks ago
  93. 19740b7 [3.14] gh-135965: Delete duplicate word in isolating-extensions howto (GH-135964) (#135977) by Miss Islington (bot) · 8 weeks ago
  94. 03711fb [3.14] gh-125206: Make _Py_FFI_SUPPORT_C_COMPLEX private (GH-135932) (GH-135973) by Miss Islington (bot) · 8 weeks ago
  95. a797fe1 [3.14] gh-135755: Move `PyFunction_GET_BUILTINS` to the private API (GH-135938) (GH-135972) by Miss Islington (bot) · 8 weeks ago
  96. e5abdbf [3.14] gh-131591: Add Py_ prefix to MAX_SCRIPT_PATH_SIZE; remove unprefixed struct tag (GH-135924) (GH-135969) by Miss Islington (bot) · 8 weeks ago
  97. 3b5d82a [3.14] gh-135956: Remove duplicate word in _pydatetime docstring (GH-135957) (#135962) by Miss Islington (bot) · 8 weeks ago
  98. 568f50e [3.14] Add whatsnew text for warnings module changes. (gh-135869) (gh-135961) by Miss Islington (bot) · 8 weeks ago
  99. c8e914c [3.14] gh-135721: skip `test_trashcan_python_class` on wasm buildbots with stack overflow (GH-135766) (GH-135955) by Miss Islington (bot) · 8 weeks ago
  100. 39bbf59 [3.14] Docs: Fix indentation in `slice` class of `functions.rst` (GH-134393) (#135948) by Miss Islington (bot) · 8 weeks ago