Python 3.13.4
  1. 8a526ec Python 3.13.4 by Thomas Wouters · 3 months ago v3.13.4
  2. aa9eb5f [3.13] gh-135034: Normalize link targets in tarfile, add `os.path.realpath(strict='allow_missing')` (GH-135037) (GH-135064) by T. Wouters · 3 months ago
  3. 7e2ebdb [3.13] gh-74232: Add a note about roundtrip of non-float numerics in CSV (GH-134963) (GH-135049) by Miss Islington (bot) · 3 months ago
  4. 11f7270 [3.13] gh-122153: indicate that Windows does not support `socket.{send,recv}_fds` (GH-134960) (#135017) by Bénédikt Tran · 3 months ago
  5. 0446628 [3.13] gh-133503: clarify `compileall -s/-p` docs (GH-134756) (#134996) by Miss Islington (bot) · 3 months ago
  6. e69ecfe [3.13] gh-134835: Remove outdated list from `howto/urllib2.rst` (GH-134844) (#134985) by Miss Islington (bot) · 3 months ago
  7. 366a790 [3.13] gh-134918: Fix and improve doctest's documentation (GH-134919) (GH-134967) by Miss Islington (bot) · 3 months ago
  8. 19b31d1 [3.13] GH-106235: Clarify `parse_known_args` documentation by removing "remaining" (GH-126921) (#134914) by Miss Islington (bot) · 3 months ago
  9. 7c5a1ea [3.13] gh-134733: Fix documentation for the show_empty option of ast.dump() (GH-134925) (GH-134941) by Miss Islington (bot) · 3 months ago
  10. 7fdc829 Doc: remove unnecessary section header (GH-134917) by Miss Islington (bot) · 3 months ago
  11. f4b8cd5 [3.13] ast docs: Fix description of ast.Constant (GH-134741) (#134912) by Miss Islington (bot) · 3 months ago
  12. a9ba2ec [3.13] gh-133260: Remove claim that PyUnicode_InternFromString immortalizes (GH-134213) (GH-134884) by Miss Islington (bot) · 3 months ago
  13. aebb4ea [3.13] gh-69011: : clarify & deduplicate `ctypes.create_*_buffer` docs (GH-132858) (GH-134882) by Miss Islington (bot) · 3 months ago
  14. 9cd608f [3.13] GH-134848: Use a set to store ``AuditEvents.sources`` (GH-134849) (#134854) by Miss Islington (bot) · 3 months ago
  15. 8e60e6c [3.13] gh-134817: Document [Timed]RotatingFileHandler shouldRollover method (GH-134818) (GH-134824) by Miss Islington (bot) · 3 months ago
  16. 067df2b [3.13] gh-134160: Block multiple module initialization (GH-134773) (#134828) by Miss Islington (bot) · 3 months ago
  17. 956490b [3.13] Update outdated statement from `math` about C standard (GH-134621) (#134826) by Miss Islington (bot) · 3 months ago
  18. 73e4328 [3.13] gh-134789: Document del s[i] operation for mutable sequences (GH-134804) (#134809) by Miss Islington (bot) · 3 months ago
  19. d6e4786 [3.13] gh-133678: Document C API third party tools (GH-134526) (#134792) by Miss Islington (bot) · 3 months ago
  20. a5f281f [3.13] gh-134664: document `cleanup_socket` parameter in `asyncio.start_unix_server` (GH-134750) (#134780) by Miss Islington (bot) · 3 months ago
  21. 480f02d [3.13] gh-134160: Use multi-phase init in documentation examples (GH-134296) (#134754) by Miss Islington (bot) · 3 months ago
  22. b31d46e [3.13] gh-134559: Add versionadded for ``object.__replace__()`` (GH-134672) (#134700) by Miss Islington (bot) · 3 months ago
  23. f331d03 [3.13] Fix sphinx-lint warnings (default-role used). (GH-134647) (#134669) by Miss Islington (bot) · 3 months ago
  24. 698bf97 [3.13] gh-134595: Update HOWTO to reflect change in CIBW option (GH-134598) (#134623) by Miss Islington (bot) · 3 months ago
  25. 44d1849 [3.13] gh-80334: fix multiprocessing.freeze_support for other spawn platforms (GH-134462) (#134620) by Miss Islington (bot) · 3 months ago
  26. 1dbb644 [3.13] gh-106318: Add example for `str.count()` (GH-134519) (#134573) by Miss Islington (bot) · 3 months ago
  27. 5b203f5 [3.13] gh-106318: Add example for `str.center()` (GH-134518) (#134572) by Miss Islington (bot) · 3 months ago
  28. c6497d6 [3.13] Add notes on nogil & reinitialization to the Opt-Out section in Module Isolation HOWTO (GH-134141) (GH-134491) by Miss Islington (bot) · 3 months ago
  29. 1a61d81 [3.13] Docs: fix link in free-threading-python.rst (GH-134548) (#134556) by Miss Islington (bot) · 3 months ago
  30. b212653 [3.13] Avoid `__file__` in `hashlib` example (GH-134540) (#134550) by Miss Islington (bot) · 3 months ago
  31. 79f20f1 [3.13] Docs: Add note to tutorial clarifying scope (GH-134534) (#134545) by Kattni · 3 months ago
  32. 0671eb6 [3.13] Consistent sentence case in docs template files (GH-134412) (#134496) by Miss Islington (bot) · 3 months ago
  33. 5ecc39e [3.13] gh-80050: Update BufferedReader.read docs around non-blocking (GH-130653) (#134445) by Gregory P. Smith · 3 months ago
  34. bc60b33 [3.13] gh-132246: Add special buffer methods to C API Type Object docs (gh-132247) (gh-134427) by Miss Islington (bot) · 3 months ago
  35. fcebf5a [3.13] gh-110631: Fix some incorrect indents in the documentation (GH-129312) (#134420) by Miss Islington (bot) · 3 months ago
  36. 7df6749 [3.13] gh-85045: clarified that the underlying buffer of a TextIOBase can be a RawIOBase (GH-134372) (#134375) by Miss Islington (bot) · 3 months ago
  37. 61af847 [3.13] gh-101100: Fix Sphinx warnings in `library/decimal.rst` (GH-134303) (#134339) by Hugo van Kemenade · 3 months ago
  38. eca8ff1 [3.13] gh-128307: Update what's new in 3.13 with create_task changes of asyncio (#134304) (#134335) by Guido van Rossum · 3 months ago
  39. 0c0fedf [3.13] gh-53189: Document peculiarities of InteractiveConsole in relation to pickle (GH-123069) (GH-134329) by Miss Islington (bot) · 3 months ago
  40. edbde92 [3.13] gh-134201: Expand explanation of Base85 encodings in base64 docs (GH-134288) (#134297) by Miss Islington (bot) · 3 months ago
  41. 55a7cb1 [3.13] gh-122055: Clarify documentation for empty matches in RE (GH-133169) (GH-134218) by Miss Islington (bot) · 3 months ago
  42. 8d92823 [3.13] Docs: C API: Fix the incorrect `PyThreadState_Swap` documentation (#133900) by Peter Bierma · 3 months ago
  43. 018ec63 [3.13] document `Py_VISIT` as a macro in the docs (GH-133688) (#134187) by Miss Islington (bot) · 3 months ago
  44. 9c29769 [3.13] fix indent in `controlflow.rst` docs (GH-134008) (#134185) by Miss Islington (bot) · 3 months ago
  45. fd6a602 [3.13] gh-133745: Fix asyncio task factory name/context kwarg breaks (#133948) by Thomas Grainger · 3 months ago
  46. ebe54d7 [3.13] gh-134150: Clarify distinction between JSON and Python objects (GH-134154) (#134167) by Miss Islington (bot) · 3 months ago
  47. f625432 [3.13] gh-88275: Add missing `__init__` method to `match` example (GH-120281) (#134143) by Miss Islington (bot) · 3 months ago
  48. ec42d72 [3.13] Docs: fix spelling of "test case" in `unittest` documentation (GH-134137) (#134139) by Miss Islington (bot) · 3 months ago
  49. c529870 [3.13] gh-133881: add forward reference to `list.sort()` in lambda expression tutorial (GH-133910) (#134127) by Miss Islington (bot) · 3 months ago
  50. 4291bbe [3.13] gh-117026: Remove outdated sentence in SimpleHTTPRequestHandler docs (GH-117027) (GH-134108) by Miss Islington (bot) · 3 months ago
  51. 8077e22 [3.13] gh-133286: add explanation about `seq` for pathlib Pattern Language (GH-133340) (#134106) by Miss Islington (bot) · 3 months ago
  52. 2a029a7 [3.13] gh-133515: fix docs for unawaited coroutines in debug mode (GH-134081) (#134094) by Miss Islington (bot) · 3 months ago
  53. 0007c9b [3.13] gh-124210: Add introduction to `threading` docs (GH-127046) (#134091) by Miss Islington (bot) · 3 months ago
  54. bd3add0 [3.13] gh-133986: Document string split algorithm when sep is None and maxsplit is 0 (GH-133987) (#133992) by Miss Islington (bot) · 3 months ago
  55. ab8aafe [3.13] Docs: remove link elements in builders other than HTML (GH-133720) (#134006) by Miss Islington (bot) · 3 months ago
  56. 78a04b3 [3.13] gh-46236: Document PyUnicode_BuildEncodingMap (#133770) by Stan Ulbrych · 3 months ago
  57. 05ddd06 [3.13] gh-133413: Fix references to removed Request.has_data (GH-133414) (GH-133946) by Miss Islington (bot) · 3 months ago
  58. 532acbd [3.13] gh-133904: Fix `math.factorial` documentation (GH-133907) (#133922) by mkaraev · 3 months ago
  59. 927da99 [3.13] gh-133823: update "Pending Removal in 3.15" notes about `TypedDict` (GH-133864) (#133871) by Miss Islington (bot) · 3 months ago
  60. 18501a1 [3.13] gh-132642: document how to render human-readable `timedelta` objects (GH-133825) (#133836) by Miss Islington (bot) · 3 months ago
  61. 3de6546 [3.13] gh-132971: Update shutil.which() docs (GH-133067) (#133804) by Miss Islington (bot) · 3 months ago
  62. 0a39a18 [3.13] Docs: use boolean constants for returning boolean value (GH-133325) (GH-133761) by Miss Islington (bot) · 3 months ago
  63. a98d46a [3.13] gh-133644: update `Py_InteractiveFlag` deprecation notice (GH-133749) (#133752) by Miss Islington (bot) · 3 months ago
  64. eefe7e2 [3.13] Doc: Allow translating a code block in the tutorial (GH-131353) (#133649) by Miss Islington (bot) · 3 months ago
  65. a063d6c [3.13] gh-127833: lexical analysis: Add backticks to BOM example (GH-132407) (#133633) by Miss Islington (bot) · 3 months ago
  66. 6beec6c [3.13] gh-133361: move the explanation of dict equal before its use (GH-133424) (#133621) by Miss Islington (bot) · 3 months ago
  67. ce9d708 [3.13] gh-131535: Fix stale example in html.parser docs, make examples doctests (GH-131551) (GH-133587) by Miss Islington (bot) · 3 months ago
  68. 3f93295 [3.13] GH-133231: Backport PYTHON_JIT documentation to 3.13 (GH-133539) by Brandt Bucher · 3 months ago
  69. fe18437 [3.13] gh-130117: Document why nested `Union`, `Literal`, and `Annotated` types referenced through a type alias are not flattened (GH-130119) (#133488) by Miss Islington (bot) · 3 months ago
  70. f371b23 [3.13] gh-107006: Move `threading.local` docstring to docs (GH-131840) (#133432) by Miss Islington (bot) · 3 months ago
  71. 3d1b8e2 [3.13] gh-133089: Use original timeout value for `TimeoutExpired` when the func `subprocess.run` is called with a timeout (GH-133103) (#133418) by Miss Islington (bot) · 4 months ago
  72. 130491f [3.13] gh-130160: use `.. program::` directive for documenting `platform` CLI (GH-133335) (#133341) by Hugo van Kemenade · 4 months ago
  73. bb0a857 gh-91156: Document how TextIOWrapper interacts with UTF-8 mode (GH-132885) by Miss Islington (bot) · 4 months ago
  74. b225ce7 [3.13] Docs: delete title links in `turtle.rst` and `typing.rst` (GH-133283) (#133293) by Miss Islington (bot) · 4 months ago
  75. 679e632 [3.13] gh-132246: Add PEP 688 to C Buffer Protocol docs (GH-132249) (#132282) by Miss Islington (bot) · 4 months ago
  76. 4f006ff [3.13] Apply 'mod' role to typing module (GH-133201) (#133217) by Miss Islington (bot) · 4 months ago
  77. ff41346 [3.13] gh-46236: Document `PyUnicodeIter_Type` (GH-132925) (GH-133149) by Stan Ulbrych · 4 months ago
  78. dcbda41 [3.13] gh-57281: Fix duplicate deprecation note: array 'u' format (GH-133113) (#133147) by Miss Islington (bot) · 4 months ago
  79. 85882ca [3.13] gh-132726: Change the heading of `sysconfig` CLI section (GH-133035) (#133088) by Miss Islington (bot) · 4 months ago
  80. 6ade0c3 [3.13] gh-133033: Add docs for `TypeIgnore` (GH-133034) (#133078) by Miss Islington (bot) · 4 months ago
  81. 2c9842f [3.13] doc: update co_flags reference (GH-132300) (#132936) by Hugo van Kemenade · 4 months ago
  82. 7ebfc6e [3.13] gh-132909: handle overflow for `'K'` format in `do_mkvalue` (GH-132911) (#132932) by Bénédikt Tran · 4 months ago
  83. 293f289 [3.13] gh-98347: Add links to python-isal in the documentation (GH-98637) (#132894) by Miss Islington (bot) · 4 months ago
  84. 9953971 [3.13] Differentiate bitwise OR from the word "or" (GH-132890) (#132891) by Miss Islington (bot) · 4 months ago
  85. 52e0f56 [3.13] Fix a grammar error in the `Py_ALWAYS_INLINE` doc (GH-129304) (#132877) by Miss Islington (bot) · 4 months ago
  86. 9ec6f77 [3.13] gh-128185: Align Decimal docs with spec (case irrelevant for nan/inf) (GH-128323) (#132875) by Miss Islington (bot) · 4 months ago
  87. bd4a39f [3.13] gh-122399: change webbrowser.rst to better describe the contents of controller object (GH-122407) (#132874) by Miss Islington (bot) · 4 months ago
  88. abbc44c [3.13] gh-132742: Update documentation for the fcntl module (GH-132765) (GH-132832) by Miss Islington (bot) · 4 months ago
  89. cdabbc1 [3.13] gh-122179: Fix hashlib.file_digest and non-blocking I/O (GH-132787) by Gregory P. Smith · 4 months ago
  90. d8b9011 [3.13] gh-85583: Add an overview of formatted string literals (f-strings) to ``str`` (GH-132689) (#132767) by Miss Islington (bot) · 4 months ago
  91. 5ab628f [3.13] gh-129327: revise hashlib documentation to account for FIPS removing sha1 (GH-132729) (#132740) by Miss Islington (bot) · 4 months ago
  92. 38f305b [3.13] Docs: Fix REPL example in `Doc/library/shutil.rst` (GH-132700) (#132728) by Miss Islington (bot) · 4 months ago
  93. 83cb89b [3.13] gh-129719: Restore missing `socket.CAN_RAW_ERR_FILTER` on Linux (GH-129721) (#132702) by Miss Islington (bot) · 4 months ago
  94. 151828d [3.13] Minor doc edit: Make multinomial() the first math example (gh-132697) (gh-132698) by Miss Islington (bot) · 4 months ago
  95. ca2e1a1 [3.13] gh-130861: Add clarification to the perf docs on optimization levels (GH-131098) (#132687) by Miss Islington (bot) · 4 months ago
  96. bfba11a [3.13] gh-132668: Remove outdated description of `POP_JUMP_*` instructions (GH-132669) (#132680) by Miss Islington (bot) · 4 months ago
  97. 7d4c00e [3.13] Docs: Migrate entirely to PSF hosted plausible for analytics (GH-132648) (#132660) by Miss Islington (bot) · 4 months ago
  98. db7ad1c [3.13] gh-132608: Fix a sample code coloring for ast.While (GH-132609) (#132612) by Miss Islington (bot) · 4 months ago
  99. f9578dc [3.13] typing docs: Clarify Protocol / runtime_checkable docs (GH-132606) (#132607) by Miss Islington (bot) · 4 months ago
  100. 2a1a337 [3.13] Docs: Synchronise ``indexsidebar.html`` with docsbuild-scripts (GH-132567) (#132573) by Miss Islington (bot) · 4 months ago