Python 3.12.0rc3
  1. fbf703c [3.12] Fix extraneous backslashes in hashlib docs (GH-109468) (#109530) by Miss Islington (bot) · 1 year, 11 months ago
  2. cc12f66 [3.12] gh-109451: Fix wrong format specifier in logging documentation (GH-109465) (#109483) by Miss Islington (bot) · 1 year, 11 months ago
  3. 6552879 [3.12] gh-109414: Add some basic information about venvs in the introduction. (GH-109440) (#109481) by Miss Islington (bot) · 1 year, 11 months ago
  4. 02df0df [3.12] gh-109474: Update two Unix packaging URLs (GH-109307) (#109477) by Miss Islington (bot) · 1 year, 11 months ago
  5. e9a9052 [3.12] Docs: Superseded modules: list only module names (GH-109439) (#109445) by Miss Islington (bot) · 1 year, 11 months ago
  6. 3bb8075 [3.12] gh-101100: Fix sphinx warnings in `turtle.rst` (GH-109394) (#109416) by Miss Islington (bot) · 1 year, 11 months ago
  7. 5b38bde [3.12] Fix variable name in dis documentation example (GH-109343) (#109364) by Miss Islington (bot) · 2 years ago
  8. 47402e2 [3.12] gh-105189: fix importlib.resources.abc deprecation docs (GH-105232) (#109363) by Miss Islington (bot) · 2 years ago
  9. 9b82054 [3.12] GH-104395: Add a link in 'Meta Information' to the docs download page (GH-104443) (#109345) by Miss Islington (bot) · 2 years ago
  10. 08bd2aa [3.12] gh-109184: update traceback module doc w.r.t notes (message is no longer always at the end) (#109201) (#109334) by Irit Katriel · 2 years ago
  11. 778d094 [3.12] Fix iter_index() to work with lists which do not support stop=None. (gh-109306) (#109310) by Miss Islington (bot) · 2 years ago
  12. a6ed810 [3.12] gh-109292: add symtable impact of PEP 709 to What's New (GH-109293) (#109296) by Miss Islington (bot) · 2 years ago
  13. 8e96b98 [3.12] gh-107322: zipapp: Remove the suggestion to remove .dist-info directories (GH-107296) (#109281) by Miss Islington (bot) · 2 years ago
  14. a8393dc [3.12] gh-109190: What's New in 3.12: Add subheadings to removals for easy linking (GH-109159) (#109273) by Miss Islington (bot) · 2 years ago
  15. bcd5907 [3.12] Fix "FSTRING_MIDDLE" typo in py312 "What's New" (GH-109222) (#109223) by Miss Islington (bot) · 2 years ago
  16. aef019b [3.12] Improve the sieve() recipe in the itertools docs (gh-109199) (#109203) by Miss Islington (bot) · 2 years ago
  17. fff524e [3.12] Add version directives to ast docs (GH-108788) (#109106) by Miss Islington (bot) · 2 years ago
  18. b27ca96 [3.12] gh-107924: re-order os.sendfile() flag documentation (GH-107926) (#109099) by Miss Islington (bot) · 2 years ago
  19. 4cb29bb [3.12] gh-102823: Document return type of floor division on floats (GH-102824) (#109092) by Miss Islington (bot) · 2 years ago
  20. 2ce2612 [3.12] socket documentation fix - rename triple to 3-tuple (GH-24722) (#109073) by Miss Islington (bot) · 2 years ago
  21. 82f5291 [3.12] gh-71770: Add more details on behavior of configparser's default_section (GH-31562) (#109088) by Miss Islington (bot) · 2 years ago
  22. 26f42b3 [3.12] GH-90915: Document that SystemExit doesn't trigger sys.excepthook (GH-31357) (#109082) by Miss Islington (bot) · 2 years ago
  23. 736c413 [3.12] bpo-38157: Add example about per file output for mock_open. (GH-16090) (#109071) by Miss Islington (bot) · 2 years ago
  24. de0202e [3.12] gh-108740: Fix "make regen-all" race condition (#108741) (#109019) by Victor Stinner · 2 years ago
  25. eeaae92 [3.12] gh-107755: Document the correct default value of slice step (GH-107756) (#108955) by Miss Islington (bot) · 2 years ago
  26. 5ca2a68 [3.12] gh-107732: Mention dir support in importlib.resources docs (GH-107734) (#109058) by Hugo van Kemenade · 2 years ago
  27. ef0dbfb [3.12] GH-108202: Document ``calendar``'s command-line interface (GH-109020) (#109030) by Miss Islington (bot) · 2 years ago
  28. 19d8226 [3.12] GH-90690: Mention removal of ``PRECALL`` in What's New (GH-103910) (#109027) by Miss Islington (bot) · 2 years ago
  29. d7869ec [3.12] gh-108857: improve markup in inspect.Signature.replace() docs (GH-108862) (#108971) by Miss Islington (bot) · 2 years ago
  30. 578b3ea [3.12] GH-103082: Document PEP-669: Low Impact Monitoring for CPython (GH-107772) (#108909) by Miss Islington (bot) · 2 years ago
  31. 7ee021f [3.12] GH-108390: Prevent non-local events being set with `sys.monitoring.set_local_events()` (GH-108420) (#108899) by Mark Shannon · 2 years ago
  32. 8c551a7 [3.12] Link to PEP sections in What's New in 3.12 (GH-108878) (#108890) by Miss Islington (bot) · 2 years ago
  33. 331b026 [3.12] Resolve reference warnings in faq/gui.rst (GH-108147) (#108193) by Miss Islington (bot) · 2 years ago
  34. 183bb67 [3.12] gh-107208: Fix iter_index() recipe to not swallow exceptions (gh-108835) (#108837) by Miss Islington (bot) · 2 years ago
  35. c5ce34f [3.12] gh-101100: Fix sphinx warnings in `unittest.mock-examples.rst` (GH-108810) (#108813) by Nikita Sobolev · 2 years ago
  36. 54e8dd7 [3.12] gh-101100: Fix sphinx warnings in `uuid.rst` (GH-108805) (#108807) by Miss Islington (bot) · 2 years ago
  37. 70a378c [3.12] gh-105563: reference DateType in datetime's documentation (GH-105946) (#108789) by Miss Islington (bot) · 2 years ago
  38. 246cb64 [3.12] Improve some C API documentation (GH-108768) (#108785) by Serhiy Storchaka · 2 years ago
  39. f58617a [3.12] gh-101100: Fix sphinx warnings in `tutorial/appendix.rst` (GH-108750) (#108759) by Hugo van Kemenade · 2 years ago
  40. 712994e [3.12] gh-101100: Fix sphinx warnings in `tutorial/classes.rst` (GH-108746) (#108756) by Miss Islington (bot) · 2 years ago
  41. 1e15c15 [3.12] `ast` docs: Fix incorrect link on `keyword` (GH-108728) (#108737) by Miss Islington (bot) · 2 years ago
  42. 8c3793a [3.12] gh-108682: [Enum] raise TypeError if super().__new__ called in custom __new__ (GH-108704) (#108733) by Miss Islington (bot) · 2 years ago
  43. a92c60c [3.12] gh-97850: Note in py312 whatsnew that `importlib.util.set_loader` and `importlib.util.module_for_loader` have been removed (GH-108719) (#108723) by Miss Islington (bot) · 2 years ago
  44. bc42d6c [3.12] gh-101100: Fix sphinx warnings in `threading.rst` (GH-108684) (#108707) by Miss Islington (bot) · 2 years ago
  45. 420db10 [3.12] gh-101100: Fix Sphinx warnings in the Logging Cookbook (GH-108678) (#108680) by Miss Islington (bot) · 2 years ago
  46. 2e60d58 [3.12] Fix typo in multiprocessing docs (GH-108666) (#108677) by Miss Islington (bot) · 2 years ago
  47. ecabf1e [3.12] gh-108669: unittest: Fix documentation for TestResult.collectedDurations (GH-108670) (#108672) by Miss Islington (bot) · 2 years ago
  48. 1d6d05a [3.12] Mention Ellipsis pickling in the docs (GH-103660) (#108661) by Miss Islington (bot) · 2 years ago
  49. 036dd69 [3.12] gh-107801: Improve the accuracy of io.IOBase.seek docs (#108268) (#108655) by Erlend E. Aasland · 2 years ago
  50. ae9bbd1 [3.12] Fix misc doc typos (GH-108592) (#108594) by Miss Islington (bot) · 2 years ago
  51. 7c7b2bf [3.12] GH-108202: Combine documentation of ``calendar`` constants (GH-108492) (#108579) by Adam Turner · 2 years ago
  52. 5531d03 [3.12] Fix typo in typing docs: Remove redundant backtick (GH-108559) (#108560) by Miss Islington (bot) · 2 years ago
  53. f90099c [3.12] gh-107801: Document io.TextIOWrapper.tell (#108265) (#108547) by Erlend E. Aasland · 2 years ago
  54. 311fd96 [3.12] Docs: Resolve Sphinx warnings in dis.rst (GH-108476) (#108546) by Miss Islington (bot) · 2 years ago
  55. 752d525 [3.12] Fix grammatical error in stringprep documentation (GH-108414) (#108537) by Miss Islington (bot) · 2 years ago
  56. 0b0238d [3.12] gh-105052:update timeit function's description (GH-105060) (#108534) by Miss Islington (bot) · 2 years ago
  57. 387cb9f [3.12] gh-107453: Document errno.{ECANCELED,EOWNERDEAD,ENOTRECOVERABLE,ENOTSUP} (GH-107486) (#108529) by Miss Islington (bot) · 2 years ago
  58. 208741c [3.12] gh-102211: Document `re.{Pattern,Match}`’s existence (GH-102212) (#108490) by Miss Islington (bot) · 2 years ago
  59. ce37fbc [3.12] Docs: Datamodel: Merge "Notes on using __slots__" with the parent section (GH-108400) (#108474) by Miss Islington (bot) · 2 years ago
  60. 334da81 [3.12] Datamodel: Add headings to the standard type hierarchy (GH-108146) (#108477) by Miss Islington (bot) · 2 years ago
  61. c5448ab [3.12] GH-108202: Document ``calendar`` exceptions (GH-108398) (#108467) by Miss Islington (bot) · 2 years ago
  62. 9a225d7 [3.12] gh-108314: PyDict_GetItemString() mentions UTF-8 (#108448) by Victor Stinner · 2 years ago
  63. 09487a2 [3.12] gh-107432 Update Porting Python 2 Code to Python 3 how-to (GH-107434) (#108409) by Miss Islington (bot) · 2 years ago
  64. b312d4f [3.12] gh-70766: Mention the object getstate caveat in 3.11 What's new. (GH-108379) (#108384) by Miss Islington (bot) · 2 years ago
  65. 3aa7df6 [3.12] gh-108267: Dataclasses docs: Fix object.__setattr__ typo (GH-108355) (#108358) by Miss Islington (bot) · 2 years ago
  66. 314c98d [3.12] gh-107136: Remove Plausible for docs metrics (GH-107856) (#108334) by Miss Islington (bot) · 2 years ago
  67. 200af42 [3.12] GH-92584: Remove distutils from the newtypes tutorial includes (GH-108024) (#108333) by Miss Islington (bot) · 2 years ago
  68. 92cbe73 [3.12] Docs: Add link to skip to datetime's format codes (GH-108027) (#108329) by Miss Islington (bot) · 2 years ago
  69. fad8059 [3.12] Document 3.13, 3.14 and future removals (GH-108055) (#108331) by Miss Islington (bot) · 2 years ago
  70. 3cdaa6a [3.12] gh-105857: Document that asyncio subprocess std{in,out,err} can be file handles (GH-107986) (#108332) by Miss Islington (bot) · 2 years ago
  71. 1dbf118 [3.12] gh-107700: [Enum] Document that `EnumType` was added in 3.11 (GH-108260) (#108301) by Miss Islington (bot) · 2 years ago
  72. 68fd6db [3.12] Docs: align the param spec of sqlite3.Connection methods with the implementation (GH-108285) (#108287) by Miss Islington (bot) · 2 years ago
  73. e5d779c [3.12] gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108258) (#108284) by Miss Islington (bot) · 2 years ago
  74. a2b680d [3.12] gh-106971: Docs: Add missing issue reference (GH-106992) (#108283) by Miss Islington (bot) · 2 years ago
  75. ef4d427 [3.12] gh-107801: Improve the accuracy of io.TextIOWrapper.seek docs (#107933) (#108262) by Erlend E. Aasland · 2 years ago
  76. 47f60c3 [3.12] gh-107298: Fix C API datetime documentation (GH-108034). (#108234) by Serhiy Storchaka · 2 years ago
  77. f51cdfa [3.12] gh-108224: Fix asyncio doc inconsistency (GH-108230) (#108231) by Miss Islington (bot) · 2 years ago
  78. 78a2a8c [3.12] gh-107298: Fix references to deprecated and removed PyUnicode C API (GH-108077) (#108225) by Miss Islington (bot) · 2 years ago
  79. a27f18a [3.12] docs: fix grammar in isolating-extensions.rst (GH-108037) (#108218) by Miss Islington (bot) · 2 years ago
  80. a909ec3 [3.12] gh-107845: Fix symlink handling for tarfile.data_filter (GH-107846) (#108211) by Miss Islington (bot) · 2 years ago
  81. f798a63 [3.12] Improve references in the tutorial (GH-108069) (#108203) by Miss Islington (bot) · 2 years ago
  82. 9cd15ca [3.12] Docs: document 'manager' and '_log' attrs of logging.Logging (GH-108145) (#108190) by Miss Islington (bot) · 2 years ago
  83. f2cc005 [3.12] Resolve reference warnings in faq/library.rst (GH-108149) (#108182) by Miss Islington (bot) · 2 years ago
  84. a6f15af [3.12] Resolve reference warnings in faq/design.rst (GH-108148) (#108180) by Miss Islington (bot) · 2 years ago
  85. 399825e [3.12] Docs: Fix Sphinx warnings in sys.rst (#108106) (#108178) by Erlend E. Aasland · 2 years ago
  86. fa6cd7f [3.12] Docs: Fix Sphinx warnings in logging.rst (GH-108139) (#108174) by Erlend E. Aasland · 2 years ago
  87. 7f5a741 [3.12] Resolve reference warnings in faq/programming.rst (GH-108150) (#108170) by Miss Islington (bot) · 2 years ago
  88. ff125c4 [3.12] Docs: Fix Sphinx warnings in license.rst (GH-108142) (#108167) by Miss Islington (bot) · 2 years ago
  89. 590bc6a [3.12] gh-107659: Improve wording of the description of `ctypes.pointer` and `ctypes.POINTER` (GH-107769) (#108163) by Miss Islington (bot) · 2 years ago
  90. fbe1cff [3.12] gh-107619: Extend functools LRU cache docs with generators and async functions (GH-107934) (#108161) by Miss Islington (bot) · 2 years ago
  91. a4a494a [3.12] Fix misspellings in sysconfig docs (GH-108156) (#108157) by Miss Islington (bot) · 2 years ago
  92. 0e5eee0 [3.12] gh-107980: fix doc role for asyncio.timeouts (GH-108126) (#108152) by Miss Islington (bot) · 2 years ago
  93. 540c0d9 [3.12] Docs: Remove links to external C functions and macros in os.rst (GH-108138) (#108143) by Miss Islington (bot) · 2 years ago
  94. 41634ed [3.12] gh-107801: Improve the accuracy of os.lseek docs (#107935) (#108136) by Erlend E. Aasland · 2 years ago
  95. 2807430 [3.12] Docs: format sys.float_info properly (GH-108107) (#108130) by Miss Islington (bot) · 2 years ago
  96. 71e3581 [3.12] gh-101100: Only show GitHub check annotations on changed doc paragraphs (GH-108065) (#108127) by Miss Islington (bot) · 2 years ago
  97. daed54d [3.12] gh-101100: Docs: Check Sphinx warnings and fail if improved (GH-106460) (#108116) by C.A.M. Gerlach · 2 years ago
  98. af6e5fa [3.12] Docs: emphasise warning and add accurate markups for sys.unraisablehook (GH-108105) (#108109) by Miss Islington (bot) · 2 years ago
  99. 2b8e020 [3.12] gh-107801: Improve the docs of the SEEK_* constants (#108099) (#108108) by Erlend E. Aasland · 2 years ago
  100. 60edc70 [3.12] Docs: Fix Sphinx warnings in io.rst (GH-107903) (#108093) by Miss Islington (bot) · 2 years ago