Python 3.14.0b3
  1. 26d485d Python 3.14.0b3 by Hugo van Kemenade · 9 weeks ago v3.14.0b3
  2. 540fa29 [3.14] gh-123299: Add PEP 779 to What's New in Python 3.14 (GH-135555) (#135602) by Miss Islington (bot) · 9 weeks ago
  3. 7aeddea [3.14] gh-119132: Update 'Using Python on macOS' documentation. (GH-135591) (#135594) by Miss Islington (bot) · 9 weeks ago
  4. a2c4791 [3.14] Use replacements to update versions in "Using Python on macOS" (GH-130400) (#135586) by Miss Islington (bot) · 9 weeks ago
  5. 0e0ad7b [3.14] gh-134160: Split extension module init from PyModule docs; emphasize multi-phase init (GH-135126) (#135470) by Miss Islington (bot) · 9 weeks ago
  6. 9410113 [3.14] gh-119132: Remove "experimental" tag from the CPython free-threading. (gh-135550) (gh-135565) by Miss Islington (bot) · 9 weeks ago
  7. 1c4f01a [3.14] gh-67022: Document bytes/str inconsistency in email.header.decode_header() and suggest email.headerregistry.HeaderRegistry as a sane alternative (GH-92900) (#135548) by Miss Islington (bot) · 9 weeks ago
  8. e00aef6 [3.14] gh-135361: update documentation for `remote_debugger_script` audit event (GH-135362) (#135546) by Miss Islington (bot) · 9 weeks ago
  9. f8f99b1 [3.14] gh-135371: Fix asyncio introspection output to include internal coroutine chains (GH-135436) (#135509) by Miss Islington (bot) · 9 weeks ago
  10. 6ae5455 [3.14] gh-65697: Improved error msg for configparser key validation (GH-135527) (#135541) by Miss Islington (bot) · 9 weeks ago
  11. ee141f0 [3.14] gh-135171: Update documentation for the generator expression (GH-135351) (#135524) by Miss Islington (bot) · 9 weeks ago
  12. f346ba7 [3.14] gh-135504: Document `LIBZSTD_CFLAGS` and `LIBZSTD_LIBS` config options (GH-135505) (#135515) by Miss Islington (bot) · 9 weeks ago
  13. 0fe5463 [3.14] gh-132775: Clean Up Cross-Interpreter Error Handling (gh-135492) by Miss Islington (bot) · 9 weeks ago
  14. b573a85 [3.14] doc: Remove what was essentially duplicate wording. (GH-135431) (GH-135440) by Miss Islington (bot) · 9 weeks ago
  15. a9db299 [3.14] gh-106318: Add example for `str.expandtabs()` (GH-134525) (#135476) by Miss Islington (bot) · 9 weeks ago
  16. 46e7ed7 [3.14] gh-135244: improve wording of `uuid8` docs about CSPRNG (GH-135433) (#135467) by Miss Islington (bot) · 9 weeks ago
  17. 8a78ee6 [3.14] gh-106318: Add example for `str.endswith()` (GH-134523) (#135459) by Miss Islington (bot) · 9 weeks ago
  18. f22aae1 [3.14] gh-106318: Add example for `str.encode()` (GH-134520) (#135457) by Miss Islington (bot) · 9 weeks ago
  19. 04273ad [3.14] gh-134939: Add the concurrent.interpreters Module (gh-135414) by Eric Snow · 9 weeks ago
  20. 4a30154 [3.14] Fix presentation of dataclasses' `unsafe_hash` default value (GH-116532) (#135416) by Miss Islington (bot) · 10 weeks ago
  21. 98136dd [3.14] gh-133264: Correct documentation of how Py_Main and Py_RunMain handle SystemExit (GH-135337) (#135394) by Miss Islington (bot) · 10 weeks ago
  22. 081421a [3.14] gh-118928: Amend sqlite3 execute*() deprecation notes (GH-135163) (#135342) by Miss Islington (bot) · 10 weeks ago
  23. 8b35651 [3.14] gh-127833: Reword and expand the Notation section (GH-134443) (GH-135301) by Miss Islington (bot) · 10 weeks ago
  24. 725ec53 [3.14] bpo-45210: Document that error indicator may be set in tp_dealloc (GH-28358) (#135298) by Miss Islington (bot) · 10 weeks ago
  25. 3d69d18 [3.14] gh-133968: Add PyUnicodeWriter_WriteASCII() function (#133973) (#134974) by Victor Stinner · 10 weeks ago
  26. 1497866 [3.14] Use f-strings in csv docs example (GH-135245) (#135285) by Miss Islington (bot) · 10 weeks ago
  27. 7bb999d [3.14] gh-135263: Fix typo in token.NAME documentation (GH-135275) (#135280) by Miss Islington (bot) · 10 weeks ago
  28. cf2209f [3.14] Update tutorial for new "Copy" button (GH-135007) (#135270) by Miss Islington (bot) · 2 months ago
  29. 483a462 [3.14] gh-134976: document the exception type that can be raised by `s[i]` (GH-134977) (#135258) by Miss Islington (bot) · 2 months ago
  30. 949248d [3.14] gh-135244: generate UUID random Node ID with a CSPRNG as per RFC 9562, §6.10.3 (GH-135226) (#135255) by Miss Islington (bot) · 2 months ago
  31. 88b5784 [3.14] Docs: Update `PyExc_*` tables in the c-api documentation (GH-131640) (GH-135220) by Miss Islington (bot) · 2 months ago
  32. f32c7b9 [3.14] gh-57089: Note _layout_ in the bitfield docs (GH-134148) (GH-135216) by Miss Islington (bot) · 2 months ago
  33. 23552b3 [3.14] feat(docs): type fix - apply pep8 by using docstring instead of comment in the doc. (GH-135181) (#135212) by Miss Islington (bot) · 2 months ago
  34. daf11fc [3.14] Fix versionadded directive rendering in c-api/arg.rst (GH-135199) (#135207) by Miss Islington (bot) · 2 months ago
  35. 5b39741 [3.14] gh-134938: Add set_pledged_input_size() to ZstdCompressor (GH-135010) (GH-135173) by Miss Islington (bot) · 2 months ago
  36. 07921d4 [3.14] gh-131531: android.py enhancements to support cibuildwheel (GH-132870) (#135158) by Miss Islington (bot) · 2 months ago
  37. f5b4385 [3.14] Use a more clear example for the PEP 758 what's new section (GH-135118) (#135119) by Miss Islington (bot) · 2 months ago
  38. 9e0ac76 [3.14] gh-135034: Normalize link targets in tarfile, add `os.path.realpath(strict='allow_missing')` (gh-135037) (gh-135065) by Łukasz Langa · 3 months ago
  39. d420d82 [3.14] gh-134830: Fix reference in `Doc/extending/windows.rst` (GH-134831) (GH-135058) by Miss Islington (bot) · 3 months ago
  40. bf0d412 [3.14] gh-74232: Add a note about roundtrip of non-float numerics in CSV (GH-134963) (GH-135048) by Miss Islington (bot) · 3 months ago
  41. 7ac4618 [3.14] Remove newline in Doc/c-api/lifecycle.rst for gettext builder (GH-135013) (GH-135038) by Miss Islington (bot) · 3 months ago
  42. 0947773 [3.14] gh-122153: indicate that Windows does not support `socket.{send,recv}_fds` (GH-134960) (#135018) by Bénédikt Tran · 3 months ago
  43. 16d5bdd [3.14] gh-134449: fix grammar for `precision_with_grouping` in format description (GH-134608) (#135015) by Miss Islington (bot) · 3 months ago
  44. 5d07d16 [3.14] gh-133503: clarify `compileall -s/-p` docs (GH-134756) (#134997) by Miss Islington (bot) · 3 months ago
  45. 890607f [3.14] gh-134835: Remove outdated list from `howto/urllib2.rst` (GH-134844) (#134984) by Miss Islington (bot) · 3 months ago
  46. f734531 [3.14] gh-134160: Improve multi-phase init note on isolation & subinterpreters (GH-134775) (#134932) by Miss Islington (bot) · 3 months ago
  47. aceb504 [3.14] gh-134918: Fix and improve doctest's documentation (GH-134919) (GH-134966) by Miss Islington (bot) · 3 months ago
  48. 2912fcc [3.14] GH-106235: Clarify `parse_known_args` documentation by removing "remaining" (GH-126921) (#134913) by Miss Islington (bot) · 3 months ago
  49. d45d053 [3.14] gh-132775: Expand the Capability of Interpreter.call() (gh-134933) by Miss Islington (bot) · 3 months ago
  50. 41fe324 [3.14] gh-134733: Fix documentation for the show_empty option of ast.dump() (GH-134925) (GH-134940) by Miss Islington (bot) · 3 months ago
  51. 02712fa Doc: remove unnecessary section header (GH-134917) by Miss Islington (bot) · 3 months ago
  52. 370f91b [3.14] gh-134906: Document CompressionParameter.content_size_flag (GH-134907) (#134915) by Miss Islington (bot) · 3 months ago
  53. 4927596 [3.14] ast docs: Fix description of ast.Constant (GH-134741) (#134911) by Miss Islington (bot) · 3 months ago
  54. 2d40dd0 [3.14] gh-133260: Remove claim that PyUnicode_InternFromString immortalizes (GH-134213) (GH-134883) by Miss Islington (bot) · 3 months ago
  55. da4f375 [3.14] gh-69011: clarify & deduplicate `ctypes.create_*_buffer` docs (GH-132858) (GH-134881) by Miss Islington (bot) · 3 months ago
  56. 381144f [3.14] GH-134848: Use a set to store ``AuditEvents.sources`` (GH-134849) (#134853) by Miss Islington (bot) · 3 months ago
  57. 7515384 [3.14] gh-134817: Document [Timed]RotatingFileHandler shouldRollover method (GH-134818) (GH-134823) by Miss Islington (bot) · 3 months ago
  58. 998cedb [3.14] gh-134160: Block multiple module initialization (GH-134773) (#134827) by Miss Islington (bot) · 3 months ago
  59. 2194729 [3.14] Update outdated statement from `math` about C standard (GH-134621) (#134825) by Miss Islington (bot) · 3 months ago
  60. 0aa0b9b [3.14] Fix typing.TYPE_CHECKING docs to reflect PEP 649. (GH-134813) (#134822) by Miss Islington (bot) · 3 months ago
  61. 0ea41f8 [3.14] gh-134789: Document del s[i] operation for mutable sequences (GH-134804) (#134808) by Miss Islington (bot) · 3 months ago
  62. a1b6252 [3.14] gh-133678: Document C API third party tools (GH-134526) (#134793) by Miss Islington (bot) · 3 months ago
  63. 0f93b2f [3.14] gh-134664: document `cleanup_socket` parameter in `asyncio.start_unix_server` (GH-134750) (#134779) by Miss Islington (bot) · 3 months ago
  64. b6e624a [3.14] gh-134160: Use multi-phase init in documentation examples (GH-134296) (#134753) by Miss Islington (bot) · 3 months ago
  65. 74f5667 [3.14] gh-134675: Add t-string prefixes to tokenizer module, lexical analysis doc, and add a test to make sure we catch this error in the future. (GH-134734) (#134739) by Miss Islington (bot) · 3 months ago
  66. 9ddc7c5 [3.14] gh-119180: Updates to PEP 649/749 docs (GH-134640) (#134731) by Miss Islington (bot) · 3 months ago
  67. aded785 [3.14] gh-91048: Add better error messages for remote debugging for CI builds (GH-134682) (#134719) by Miss Islington (bot) · 3 months ago
  68. c8379c7 [3.14] gh-134559: Add versionadded for ``object.__replace__()`` (GH-134672) (#134699) by Miss Islington (bot) · 3 months ago
  69. ebfd18b [3.14] gh-127833: lexical analysis: Improve section on Names (GH-131474) (#134423) by Miss Islington (bot) · 3 months ago
  70. 1822f33 [3.14] gh-91048: Refactor and optimize remote debugging module (#134652) (#134673) by Pablo Galindo Salgado · 3 months ago
  71. f68f05c [3.14] gh-115999: Add PyCodeObject.co_tlbc to the debug offsets (GH-134286) (#134348) by Miss Islington (bot) · 3 months ago
  72. f5a8bfa [3.14] Fix sphinx-lint warnings (default-role used). (GH-134647) (#134670) by Miss Islington (bot) · 3 months ago
  73. 9c6d2db [3.14] gh-133960: Improve typing.evaluate_forward_ref (GH-133961) (#134663) by Miss Islington (bot) · 3 months ago
  74. 8c66534 [3.14] annotationlib docs: note that ForwardRef.evaluate eventually defaults to empty globals (GH-134661) (#134662) by Miss Islington (bot) · 3 months ago
  75. 162e3f3 [3.14] gh-134595: Update HOWTO to reflect change in CIBW option (GH-134598) (#134622) by Miss Islington (bot) · 3 months ago
  76. 00fd544 [3.14] gh-80334: fix multiprocessing.freeze_support for other spawn platforms (GH-134462) (#134619) by Miss Islington (bot) · 3 months ago
  77. adb0794 [3.14] Further improves Advanced installation docs for PyManager (GH-134541) (GH-134576) by Miss Islington (bot) · 3 months ago
  78. 896b745 [3.14] gh-106318: Add example for `str.count()` (GH-134519) (#134574) by Miss Islington (bot) · 3 months ago
  79. 7efe67a [3.14] gh-106318: Add example for `str.center()` (GH-134518) (#134571) by Miss Islington (bot) · 3 months ago
  80. 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
  81. ee3a0ef [3.14] Docs: fix link in free-threading-python.rst (GH-134548) (#134555) by Miss Islington (bot) · 3 months ago
  82. 06a3a85 [3.14] Avoid `__file__` in `hashlib` example (GH-134540) (#134549) by Miss Islington (bot) · 3 months ago
  83. 37c2c8c [3.14] Docs: Add note to tutorial clarifying scope (GH-134534) (#134536) by Miss Islington (bot) · 3 months ago
  84. 04e2dd6 [3.14] gh-132775: Make _PyXI_session Opaque (gh-134522) by Miss Islington (bot) · 3 months ago
  85. 7e73918 [3.14] gh-134370: Added clarification on instance annotations (GH-134387) (#134509) by Miss Islington (bot) · 3 months ago
  86. d5f7e80 [3.14] Consistent sentence case in docs template files (GH-134412) (#134495) by Miss Islington (bot) · 3 months ago
  87. 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
  88. df6d9e7 [3.14] gh-80050: Update BufferedReader.read docs around non-blocking (GH-130653) (#134444) by Miss Islington (bot) · 3 months ago
  89. 6ea83e0 [3.14] gh-134026: Fix grammar description of for statement (GH-134034) (GH-134424) by Miss Islington (bot) · 3 months ago
  90. 2ffc10b [3.14] gh-132775: Support Fallbacks in _PyObject_GetXIData() (gh-134418) by Miss Islington (bot) · 3 months ago
  91. 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
  92. 9be568e [3.14] gh-132983: Add documentation for compression.zstd (GH-133911) (#134425) by Miss Islington (bot) · 3 months ago
  93. f7cdee9 [3.14] gh-110631: Fix some incorrect indents in the documentation (GH-129312) (#134419) by Miss Islington (bot) · 3 months ago
  94. ac27008 [3.14] Fix signature of `_curses.assume_default_colors` in the docs (GH-134409) (#134417) by Miss Islington (bot) · 3 months ago
  95. b0bf48a [3.14] Add documentation for remote debugging with pdb (GH-134260) (#134398) by Miss Islington (bot) · 3 months ago
  96. 04829d4 [3.14] gh-134209: use heap-allocated memory in `_curses.window.{instr,getstr}` (GH-134283) (#134391) by Miss Islington (bot) · 3 months ago
  97. 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
  98. 6074e1e [3.14] gh-75459: Doc: C API: Improve object life cycle documentation (GH-125962) (GH-134344) by Miss Islington (bot) · 3 months ago
  99. 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
  100. 402d983 [3.14] gh-128002: add what's new docs for `asyncio` (GH-134324) (#134362) by Miss Islington (bot) · 3 months ago