Python 3.12.0a7
  1. 810d365 gh-103056: [Enum] use staticmethod decorator for _gnv_ (GH-103231) by Ethan Furman · 2 years, 5 months ago
  2. 5ffc1e5 gh-98298, gh-74730: [Enum] update docs (GH-103163) by Ethan Furman · 2 years, 5 months ago
  3. 24facd6 gh-101100: Use list of 'dirty' docs, with warnings, instead of a clean list (#103191) by Hugo van Kemenade · 2 years, 5 months ago
  4. 2a72125 gh-101865: Deprecate `co_lnotab` from code objects as per PEP 626 (#101866) by Nikita Sobolev · 2 years, 5 months ago
  5. 55decb7 gh-102994: Profile docs has typo in example (#103074) by Nouran Ali · 2 years, 5 months ago
  6. 32937d6 gh-103109: Document ignore_warnings() test support helper (#103110) by Charlie Zhao · 2 years, 5 months ago
  7. 6883007 bpo-4080: unittest durations (#12271) by Giampaolo Rodola · 2 years, 5 months ago
  8. 6d59c9e gh-102433: Use `inspect.getattr_static` in `typing._ProtocolMeta.__instancecheck__` (#103034) by Alex Waygood · 2 years, 5 months ago
  9. 06249ec gh-102192: deprecate _PyErr_ChainExceptions (#102935) by Irit Katriel · 2 years, 5 months ago
  10. b0422e1 gh-102871: Remove obsolete browsers from webbrowser (#102872) by James De Bias · 2 years, 5 months ago
  11. 048d624 GH-84783: Mention Author for GH-101264 (make slices hashable) (#103146) by Furkan Onder · 2 years, 5 months ago
  12. f6405a4 Quote literal tokens in standard format specifier grammar (GH-102902) by Petr Viktorin · 2 years, 5 months ago
  13. 20c0f19 gh-101100: Expand list of clean docs (GH-103135) by Hugo van Kemenade · 2 years, 5 months ago
  14. c1e71ce Minor docs improvements fix for `codeop` (#103123) by gaogaotiantian · 2 years, 5 months ago
  15. f192a55 gh-101100: Fix Sphinx warning in gc.rst and refactor docs clean list (#103116) by Hugo van Kemenade · 2 years, 5 months ago
  16. fda95aa gh-103099: Link mypy docs from typing.rst (#103100) by Shantanu · 2 years, 5 months ago
  17. d835b3f gh-102582: Fix invalid JSON in Doc/howto/logging-cookbook.rst (GH-102635) by Matěj Cepl · 2 years, 5 months ago
  18. 027223d Update pdb docs for arguments (#102965) by gaogaotiantian · 2 years, 5 months ago
  19. 0708437 gh-103025: fix two ctypes doc issues (#103026) by Peter Jiping Xie · 2 years, 5 months ago
  20. 64cb1a4 gh-100131: Add optional delete parameter to tempfile.TemporaryDirectory() (#100132) by JakobDev · 2 years, 5 months ago
  21. f2e5a6e gh-102873: logging.LogRecord docs: improve description of `msg` parameter (#102875) by Amin Alaee · 2 years, 5 months ago
  22. 6a1c49a gh-101100: Test docs in nit-picky mode (#102513) by Hugo van Kemenade · 2 years, 5 months ago
  23. 413b7db gh-94684: uuid: support bytes in the name argument to uuid3/5 (#94709) by MonadChains · 2 years, 5 months ago
  24. 0444ae2 GH-100982: Break up COMPARE_AND_BRANCH (GH-102801) by Brandt Bucher · 2 years, 5 months ago
  25. 16f6165 Minor readability improvement to the factor() recipe (GH-102971) by Raymond Hettinger · 2 years, 5 months ago
  26. b613208 gh-98239: Document that `inspect.getsource()` can raise `TypeError` (#101689) by Nikita Sobolev · 2 years, 5 months ago
  27. 58d2b30 gh-102936: typing: document performance pitfalls of protocols decorated with `@runtime_checkable` (#102937) by Alex Waygood · 2 years, 5 months ago
  28. 4695709 Move binomialvariate() to a section for discrete distributions (GH-102955) by Raymond Hettinger · 2 years, 5 months ago
  29. f13fdac gh-102810 Improve the sphinx docs for `asyncio.Timeout` (#102934) by JosephSBoyle · 2 years, 5 months ago
  30. 08254be Docs: fixup incorrect escape char in sqlite3 docs (#102945) by Erlend E. Aasland · 2 years, 5 months ago
  31. 8709697 [doc] Fix error in tutorial example: type(exc) is the type rather than the instance (#102751) by Jens-Hilmar Bradt · 2 years, 5 months ago
  32. 9b19d39 gh-102921: [doc] Clarify `exc` argument name in `BaseExceptionGroup` is plural (#102922) by Kevin Kirsche · 2 years, 5 months ago
  33. 3468c76 gh-102859: Remove JUMP_IF_FALSE_OR_POP and JUMP_IF_TRUE_OR_POP (#102870) by Irit Katriel · 2 years, 5 months ago
  34. 04adf2d gh-102780: Fix uncancel() call in asyncio timeouts (#102815) by Kristján Valur Jónsson · 2 years, 5 months ago
  35. af9c34f gh-96931: Fix incorrect results in ssl.SSLSocket.shared_ciphers (#96932) by Benjamin Fogle · 2 years, 5 months ago
  36. 7b2d53d Docs: improve accuracy of sqlite3.Connection.interrupt() (#102904) by Erlend E. Aasland · 2 years, 5 months ago
  37. c24f1f1 Docs: improve the accuracy of the sqlite3.connect() timeout param (#102900) by Erlend E. Aasland · 2 years, 5 months ago
  38. e0c63b7 Docs: improve accuracy of pdb alias example (#102892) by gaogaotiantian · 2 years, 5 months ago
  39. 41ef502 Add link to `sys.exit` function documentation (#102805) by David Poirier · 2 years, 5 months ago
  40. 0214c7a Tweak polynomial itertool recipes (GH-102880) by Raymond Hettinger · 2 years, 5 months ago
  41. 4bb1dd3 gh-102876: remove superfluous parens from itertools.batched recipe (GH-102877) by wim glenn · 2 years, 5 months ago
  42. 910a64e gh-102595: Document `PyObject_Format` c-api function (GH-102596) by Nikita Sobolev · 2 years, 5 months ago
  43. 7f760c2 gh-102828: emit deprecation warning for onerror arg to shutil.rmtree (#102850) by Irit Katriel · 2 years, 5 months ago
  44. 1a5a141 The pow() variant further improves accuracy (GH-102866) by Raymond Hettinger · 2 years, 5 months ago
  45. 4075fe1 Remove itermediate list. Expand docstring. (GH-102862) by Raymond Hettinger · 2 years, 5 months ago
  46. 094cf39 Add itertool recipe for polynomial evaluation. (GH-102852) by Raymond Hettinger · 2 years, 5 months ago
  47. 28d369e gh-102304: Add a What's New Entry About _Py_RefTotal (gh-102845) by Eric Snow · 2 years, 5 months ago
  48. 5e6661b gh-72346: Added isdst deprecation warning to email.utils.localtime (GH-91450) by Alan Williams · 2 years, 5 months ago
  49. d51a6dc gh-102828: add onexc arg to shutil.rmtree. Deprecate onerror. (#102829) by Irit Katriel · 2 years, 5 months ago
  50. e1e9bab gh-102778: Add sys.last_exc, deprecate sys.last_type, sys.last_value,sys.last_traceback (#102779) by Irit Katriel · 2 years, 5 months ago
  51. 4f5774f GH-78530: add support for generators in `asyncio.wait` (#102761) by Kumar Aditya · 2 years, 5 months ago
  52. 3f9285a gh-102755: Add PyErr_DisplayException(exc) (#102756) by Irit Katriel · 2 years, 5 months ago
  53. 405739f Fix outdated note about 'int' rounding or truncating (#102736) by Mark Dickinson · 2 years, 5 months ago
  54. 0f17576 gh-99726: Improves correctness of stat results for Windows, and uses faster API when available (GH-102149) by Steve Dower · 2 years, 5 months ago
  55. adaed17 GH-102748: remove legacy support for generator based coroutines from `asyncio.iscoroutine` (#102749) by Kumar Aditya · 2 years, 5 months ago
  56. b0ec625 GH-102653: Make recipe docstring show the correct distribution (#102742) by Raymond Hettinger · 2 years, 5 months ago
  57. 61b9ff3 gh-101100: Documenting --prefix and --exec-prefix. (GH-102695) by Julien Palard · 2 years, 5 months ago
  58. 8647ba4 Remove misformatted exclamation marks in docs (#102694) by Tom Levy · 2 years, 5 months ago
  59. 0a539b5 gh-102703: Fix typo in modules tutorial documentation (GH-102707) by Robert Prater (B. Eng) · 2 years, 5 months ago
  60. 152292b gh-101578: mention in what's new in 3.12 that exceptions are now normalized before stored (#102702) by Irit Katriel · 2 years, 5 months ago
  61. 80abd62 gh-102354: change python3 to python in docs examples (#102696) by Paul Watson · 2 years, 5 months ago
  62. 88c262c gh-100315: clarification to `__slots__` docs. (#102621) by T · 2 years, 5 months ago
  63. 7bdb331 doc: Remove a duplicate 'versionchanged' in library/asyncio-task (gh-102677) by Joongi Kim · 2 years, 5 months ago
  64. cbd3fbf gh-102013: Add PyUnstable_GC_VisitObjects (#102014) by Jacob Bower · 2 years, 5 months ago
  65. 61479d4 gh-102627: Replace address pointing toward malicious web page (#102630) by Blind4Basics · 2 years, 5 months ago
  66. 78e4e6c gh-101100: Fix Sphinx warnings in `turtle` module (#102340) by Hugo van Kemenade · 2 years, 5 months ago
  67. f6ca71a Fix duplicated words in the docs (GH-102629) by Виталий Дмитриев · 2 years, 5 months ago
  68. e621062 Fixes duplicated word (#102623) by Guido van Rossum · 2 years, 5 months ago
  69. ced13c9 gh-79940: add introspection API for asynchronous generators to `inspect` module (#11590) by Thomas Krennwallner · 2 years, 5 months ago
  70. 08b67fb GH-90997: Shrink the LOAD_GLOBAL caches (#102569) by Brandt Bucher · 2 years, 5 months ago
  71. b48be8f gh-102103: add `module` argument to `dataclasses.make_dataclass` (#102104) by Nikita Sobolev · 2 years, 5 months ago
  72. 12226be gh-102519: Add doc updates for os.listdrives, listvolumes and listmounts (GH-102585) by Steve Dower · 2 years, 5 months ago
  73. 53dceb5 gh-86509: Add link to Lib/_threading_local.py in threading docs (#101824) by Owain Davies · 2 years, 5 months ago
  74. cb35882 gh-102519: Add os.listdrives, os.listvolumes and os.listmounts on Windows (GH-102544) by Steve Dower · 2 years, 5 months ago
  75. 58d761e GH-84783: Document GH-101264 (Make the slice object hashable) in What's New. (#102548) by T. Wouters · 2 years, 5 months ago
  76. 7d801f2 Remove or update bitbucket links (GH-101963) by sblondon · 2 years, 5 months ago
  77. 1f557f9 gh-101100: Fix sphinx warnings in `zipapp` and `zipfile` modules (#102526) by Nikita Sobolev · 2 years, 5 months ago
  78. 061325e Fix style in argparse.rst (#101733) by Marcin Wieczorek · 2 years, 5 months ago
  79. 1e703a4 gh-102381: don't call watcher callback with dead object (#102382) by Carl Meyer · 2 years, 5 months ago
  80. 4a3ea1f gh-95913: Consolidate build requirements changes in 3.11 WhatsNew (GH-98781) by C.A.M. Gerlach · 2 years, 5 months ago
  81. 80b19a3 gh-95913: Edit Faster CPython section in 3.11 WhatsNew (GH-98429) by C.A.M. Gerlach · 2 years, 6 months ago
  82. d959bcd Add gettext support to tools/extensions/c_annotations.py (#101989) by Rémi Lapeyre · 2 years, 6 months ago
  83. d3ca042 gh-95672: Fix versionadded indentation of get_pagesize in test.rst (gh-102455) by Hyunkyun Moon · 2 years, 6 months ago
  84. 6716254 GH-101362: Optimise PurePath(PurePath(...)) (GH-101667) by Barney Gale · 2 years, 6 months ago
  85. 5da379c Move around example in to_bytes() to avoid confusion (#101595) by Sergey B Kirpichev · 2 years, 6 months ago
  86. eff9f43 gh-96821: Add config option `--with-strict-overflow` (#96823) by Matthias Görgens · 2 years, 6 months ago
  87. cb944d0 Add import of `unittest.mock.Mock` in documentation (#102346) by Wagner Alberto · 2 years, 6 months ago
  88. 7b91320 gh-102383: [docs] Arguments of `PyObject_CopyData` are `PyObject *` (#102390) by Nikita Sobolev · 2 years, 6 months ago
  89. 4e7c0cb gh-101754: Document that Windows converts keys in `os.environ` to uppercase (GH-101840) by Owain Davies · 2 years, 6 months ago
  90. 7325000 Fix typos in documentation and comments (GH-102374) by Michael K · 2 years, 6 months ago
  91. eaae563 gh-102088 Optimize iter_index itertools recipe (GH-102360) by Stefan Pochmann · 2 years, 6 months ago
  92. 2f62a5d gh-95672 skip fcntl when pipesize is smaller than pagesize (gh-102163) by Hyunkyun Moon · 2 years, 6 months ago
  93. 7d1d663 Doc: Fix minor error in ePub (GH-100614) by Inada Naoki · 2 years, 6 months ago
  94. 85b1fc1 GH-90744: Fix erroneous doc links in the sys module (#101319) by Furkan Onder · 2 years, 6 months ago
  95. 6b2d7c0 gh-101101: Unstable C API tier (PEP 689) (GH-101102) by Petr Viktorin · 2 years, 6 months ago
  96. 0f89acf gh-101561: Add typing.override decorator (#101564) by Steven Troxler · 2 years, 6 months ago
  97. 4624987 gh-101825: Clarify that as_integer_ratio() output is always normalized (#101843) by Sergey B Kirpichev · 2 years, 6 months ago
  98. 0db6f44 gh-102296 Document that inspect.Parameter kinds support ordering (GH-102297) by Gouvernathor · 2 years, 6 months ago
  99. 101a12c gh-101100: Fix sphinx warnings in `types` module (#102274) by Nikita Sobolev · 2 years, 6 months ago
  100. f3cb15c gh-91038: Change default argument value to `False` instead of `0` (#31621) by Rotzbua · 2 years, 6 months ago