Python 3.12.0b1
  1. 5612078 Python 3.12.0b1 by Thomas Wouters · 2 years, 3 months ago v3.12.0b1
  2. 5360cb3 gh-101282: Apply BOLT optimizations to libpython for shared builds (#104709) by Gregory Szorc · 2 years, 3 months ago
  3. 9bc80da gh-94473: Flatten arguments in tkinter.Canvas.coords() (GH-98479) by Serhiy Storchaka · 2 years, 3 months ago
  4. a5f244d gh-104656: Rename typeparams AST node to type_params (#104657) by Jelle Zijlstra · 2 years, 3 months ago
  5. f3466bc gh-98836: Extend PyUnicode_FromFormat() (GH-98838) by Serhiy Storchaka · 2 years, 3 months ago
  6. 5841fbc gh-103857: Document utcnow and utcfromtimestamp deprecations in What's New (#104542) by Hugo van Kemenade · 2 years, 3 months ago
  7. 9392379 GH-101291: Add low level, unstable API for pylong (GH-101685) by Mark Shannon · 2 years, 3 months ago
  8. ab71acd typing docs: Move some classes out of the "Generics" section (#104707) by Jelle Zijlstra · 2 years, 3 months ago
  9. be0c106 gh-103295: expose API for writing perf map files (#103546) by gsallam · 2 years, 3 months ago
  10. 60993ba8 Corrected identifier (#104713) by William Sawyer · 2 years, 3 months ago
  11. 6715f91 gh-102856: Python tokenizer implementation for PEP 701 (#104323) by Marta Gómez Macías · 2 years, 3 months ago
  12. 12f1581 gh-103606: raise RuntimeError if config file is invalid or empty (#104701) by Prince Roshan · 2 years, 3 months ago
  13. 30488fa gh-49174: document that the effect of calling gc.collect() during a collection is undefined (#104699) by Irit Katriel · 2 years, 3 months ago
  14. 2c97878 gh-104679 Fixed syntax highlighting in turtle docs (#104682) by han-solo · 2 years, 3 months ago
  15. 06eeee9 Replace "OS X" with "macOS" (#104653) by partev · 2 years, 3 months ago
  16. 3bc94e6 docs: fix wrong indentation causing rendering error in dis page (#104661) by Nyakku Shigure · 2 years, 3 months ago
  17. 6e39fa1 gh-94906: Support multiple steps in math.nextafter (#103881) by Matthias Görgens · 2 years, 3 months ago
  18. 486bc8e0 gh-85984: New additions and improvements to the tty library. (#101832) by Soumendra Ganguly · 2 years, 3 months ago
  19. 3ac856e gh-104659: Consolidate python examples in enum documentation (#104665) by Thomas Hisch · 2 years, 3 months ago
  20. 27a7d5e gh-92248: Deprecate `type`, `choices`, `metavar` parameters of `argparse.BooleanOptionalAction` (#103678) by Nikita Sobolev · 2 years, 3 months ago
  21. ab8f546 gh-103921: Rename "type" header in argparse docs (#104654) by Jelle Zijlstra · 2 years, 3 months ago
  22. 616fcad GH-103545: Add macOS specific constants for ``os.setpriority`` to ``os`` (#104606) by Ronald Oussoren · 2 years, 3 months ago
  23. dcdc90d GH-104484: Add case_sensitive argument to `pathlib.PurePath.match()` (GH-104565) by thirumurugan · 2 years, 3 months ago
  24. cfa517d GH-96803: Document and test new unstable internal frame API functions (GH-104211) by Mark Shannon · 2 years, 3 months ago
  25. 152227b gh-103606: Improve error message from logging.config.FileConfig (GH-103628) by Prince Roshan · 2 years, 3 months ago
  26. 2f630e1 gh-102153: Start stripping C0 control and space chars in `urlsplit` (#102508) by Illia Volochii · 2 years, 3 months ago
  27. 0bb61dd gh-104539: Fix indentation error in logging.config.rst (#104545) by Jesper Noordsij · 2 years, 3 months ago
  28. 85ec192 gh-69152: add method get_proxy_response_headers to HTTPConnection class (#104248) by Alexey Namyotkin · 2 years, 3 months ago
  29. 24d8b88 gh-103763: Implement PEP 695 (#103764) by Jelle Zijlstra · 2 years, 3 months ago
  30. b15a1a6 gh-67056: document that registering/unregistering an atexit func from within an atexit func is undefined (#104473) by Irit Katriel · 2 years, 3 months ago
  31. 146106a gh-104487: PYTHON_FOR_REGEN must be minimum Python 3.10 (#104488) by Erlend E. Aasland · 2 years, 3 months ago
  32. 88c5c58 gh-104337: Clarify random.gammavariate doc entry (#104410) by Terry Jan Reedy · 2 years, 3 months ago
  33. 2f7b5e4 Minor improvements to typing docs (#104465) by Jelle Zijlstra · 2 years, 3 months ago
  34. c527eb1 gh-91896: Revert some very noisy DeprecationWarnings for `ByteString` (#104424) by Alex Waygood · 2 years, 3 months ago
  35. 1be80ed Add a mention of PYTHONBREAKPOINT to breakpoint() docs (#104430) by Ned Batchelder · 2 years, 3 months ago
  36. ce4eecf gh-91896: Fixup some docs issues following ByteString deprecation (#104422) by Alex Waygood · 2 years, 3 months ago
  37. b2c1b4d gh-104389: Add 'unused' keyword to Argument Clinic C converters (#104390) by Erlend E. Aasland · 2 years, 3 months ago
  38. 0449ffe gh-104301: Allow leading whitespace in disambiguated pdb statements (#104342) by James Gerity · 2 years, 3 months ago
  39. 7470321 gh-101117: Improve accuracy of sqlite3.Cursor.rowcount docs (#104287) by Erlend E. Aasland · 2 years, 3 months ago
  40. a7a2dbb gh-104010: Separate and improve docs for `typing.get_origin` and `typing.get_args` (#104013) by chgnrdv · 2 years, 3 months ago
  41. 13ac176 gh-103960: Dark mode: invert image brightness (#103983) by Hugo van Kemenade · 2 years, 3 months ago
  42. 7ba6288 gh-102327: Extend docs for "url" and "headers" parameters to HTTPConnection.request() by David Foster · 2 years, 3 months ago
  43. 2866e03 gh-97696 Add documentation for get_coro() behavior with eager tasks (#104304) by Jacob Bower · 2 years, 3 months ago
  44. c3b595e gh-97933: (PEP 709) inline list/dict/set comprehensions (#101441) by Carl Meyer · 2 years, 3 months ago
  45. 85f9818 gh-97696: Move around and update the whatsnew entry for asyncio eager task factory (#104298) by Itamar Ostricher · 2 years, 3 months ago
  46. 03029ac gh-90656: Add platform triplets for 64-bit LoongArch (LA64) (#30939) by Zhang Na · 2 years, 3 months ago
  47. 942482c GH-104284: Fix documentation gettext build (#104296) by Adam Turner · 2 years, 3 months ago
  48. 76eef55 GH-104145: Use fully-qualified cross reference types for the bisect module (#104172) by Adam Turner · 2 years, 3 months ago
  49. 1f56795 gh-102500: Remove mention of bytes shorthand (#104281) by Shantanu · 2 years, 3 months ago
  50. c2683fc gh-97696: Improve and fix documentation for asyncio eager tasks (#104256) by Itamar Ostricher · 2 years, 3 months ago
  51. 1b19bd1 gh-103193: cache calls to `inspect._shadowed_dict` in `inspect.getattr_static` (#104267) by Alex Waygood · 2 years, 3 months ago
  52. 4ee2068 gh-104254: Document the optional keyword-only "context" argument to Task constructor (#104251) by Itamar Ostricher · 2 years, 3 months ago
  53. 376137f gh-90953: Emit deprecation warnings for `ast` features deprecated in Python 3.8 (#104199) by Alex Waygood · 2 years, 3 months ago
  54. f508800 GH-97950: Use new-style index directive ('builtin') (#104164) by Adam Turner · 2 years, 3 months ago
  55. 4cd95dc gh-102215: importlib documentation cleanups by Sam Morris · 2 years, 3 months ago
  56. d00d942 GH-100479: Add `pathlib.PurePath.with_segments()` (GH-103975) by Barney Gale · 2 years, 4 months ago
  57. 721a783 gh-64658: Expand Argument Clinic return converter docs (#104175) by Erlend E. Aasland · 2 years, 4 months ago
  58. fa86a77 gh-104112: link from cached_property docs to method-caching FAQ (#104113) by Carl Meyer · 2 years, 4 months ago
  59. d47cddf gh-102500: Add PEP 688 and 698 to the 3.12 release highlights (#104174) by Hugo van Kemenade · 2 years, 4 months ago
  60. 8100be5 GH-81079: Add case_sensitive argument to `pathlib.Path.glob()` (GH-102710) by Barney Gale · 2 years, 4 months ago
  61. 09b7695 gh-91896: Deprecate collections.abc.ByteString (#102096) by Shantanu · 2 years, 4 months ago
  62. b7a0a52 gh-102500: Document PEP 688 (#102571) by Jelle Zijlstra · 2 years, 4 months ago
  63. b17d32c gh-96534: socketmodule: support FreeBSD divert(4) socket (#96536) by Gleb Smirnoff · 2 years, 4 months ago
  64. 55d50d1 GH-97950: Use new-style index directive ('statement') (#104162) by Adam Turner · 2 years, 4 months ago
  65. 3e7995c GH-97950: Use new-style index directive ('exception') (#104160) by Adam Turner · 2 years, 4 months ago
  66. 6ab4636 GH-97950: Use new-style index directive ('object') (#104158) by Adam Turner · 2 years, 4 months ago
  67. b0ce2db GH-97950: Use new-style index directive ('operator') (#104156) by Adam Turner · 2 years, 4 months ago
  68. 33ca322 GH-97950: Use new-style index directive ('keyword') (#104153) by Adam Turner · 2 years, 4 months ago
  69. d012237 GH-97950: Use new-style index directive ('module') (#103996) by Adam Turner · 2 years, 4 months ago
  70. cd9a56c gh-103509: PEP 697 -- Limited C API for Extending Opaque Types (GH-103511) by Petr Viktorin · 2 years, 4 months ago
  71. 35d2738 GH-97950: Allow translation of index directive content (#104000) by Adam Turner · 2 years, 4 months ago
  72. d6e83fb gh-97850: Deprecate `find_loader` and `get_loader` in `pkgutil` (GH-98520) by Nikita Sobolev · 2 years, 4 months ago
  73. 9f9e001 gh-103590: mention that the change is included in 3.11.4 and clarify except* documentation (#104095) by Irit Katriel · 2 years, 4 months ago
  74. 0fc58c6 gh-103693: Add convenience variable feature to `pdb` (#103694) by Tian Gao · 2 years, 4 months ago
  75. 524a7f7 gh-103968: Deprecate creating heap types whose metaclass has custom tp_new. (GH-103972) by Petr Viktorin · 2 years, 4 months ago
  76. 423d7fa GH-97850: Suppress cross-references to removed ``importlib.util`` functions (#104134) by Adam Turner · 2 years, 4 months ago
  77. 8b03e5f GH-97850: Suppress cross-references to the removed ``module_repr`` method (#104133) by Adam Turner · 2 years, 4 months ago
  78. 328435e GH-98040: Suppress cross-references to the removed ``imp`` module (#104131) by Adam Turner · 2 years, 4 months ago
  79. 3269978 gh-98040: Remove find_loader, find_module and other deprecated APIs (#98059) by Barry Warsaw · 2 years, 4 months ago
  80. fdb3ef8 gh-82012: Deprecate bitwise inversion (~) of bool (#103487) by Tim Hoffmann · 2 years, 4 months ago
  81. 5b05b01 gh-101100: Fix Sphinx warnings in `curses` and `curses.ascii` modules (#103457) by Hugo van Kemenade · 2 years, 4 months ago
  82. af886ff GH-89769: `pathlib.Path.glob()`: do not follow symlinks when checking for precise match (GH-29655) by andrei kulakov · 2 years, 4 months ago
  83. 587f2f0 gh-65022: Fix description of tuple return value in copyreg (#103892) by Shantanu · 2 years, 4 months ago
  84. 87223f3 gh-103743: Add PyUnstable_Object_GC_NewWithExtraData (GH-103744) by Jurica Bradarić · 2 years, 4 months ago
  85. 68ed2a2 GH-103484: Fix redirected permanently URLs (#104001) by Rafael Fontenelle · 2 years, 4 months ago
  86. 82ba6ce Improve assert_type phrasing (#104081) by Shantanu · 2 years, 4 months ago
  87. a474e04 gh-97696: asyncio eager tasks factory (#102853) by Itamar Ostricher · 2 years, 4 months ago
  88. e665563 gh-100458: Clarify Enum.__format__() change of mixed-in types in the whatsnew/3.11.rst (GH-100387) by Anže Pečar · 2 years, 4 months ago
  89. 93107aa Adjust expression from `==` to `!=` in alignment with the meaning of the paragraph. (GH-104021) by Ben Faulhaber · 2 years, 4 months ago
  90. 74a2b79 gh-88773: Added teleport method to Turtle library (#103974) by Liam Gersten · 2 years, 4 months ago
  91. accb417 Replace Netlify with Read the Docs build previews (#103843) by Hugo van Kemenade · 2 years, 4 months ago
  92. 85c7bf5 gh-103793: Defer formatting task name (#103767) by Itamar Ostricher · 2 years, 4 months ago
  93. 84e7d0f gh-103636: issue warning for deprecated calendar constants (#103833) by Prince Roshan · 2 years, 4 months ago
  94. ed29f52 Various small fixes to dis docs (#103923) by Jelle Zijlstra · 2 years, 4 months ago
  95. e1f1464 gh-98040: Remove just the `imp` module (#98573) by Barry Warsaw · 2 years, 4 months ago
  96. 83aa496 gh-101100: Add reference doc for __post_init__ (#103818) by Olga Matoula · 2 years, 4 months ago
  97. c3453fb Update itertool recipe: polynomial_from_roots() (GH-103973) by Raymond Hettinger · 2 years, 4 months ago
  98. 30216b6 gh-100021: Document that sqlite3's executemany() discards resulting rows (#103939) by Erlend E. Aasland · 2 years, 4 months ago
  99. 67d140d gh-83925: Make asyncio.subprocess communicate similar to non-asyncio (#18650) by Marek Marczykowski-Górecki · 2 years, 4 months ago
  100. 2cf945b Docs: fix dunders with too many underscores (#103955) by Erlend E. Aasland · 2 years, 4 months ago