Python 3.11.0a5
  1. 734b1f1 bpo-46569: [Enum] fix typo in `StrEnum` docs (GH-31007) by Nikita Sobolev · 3 years, 7 months ago
  2. 6baa98e bpo-46624: Defer to 3.12: "Remove deprecated support for non-integer values" (GH-31098) by Miro Hrončok · 3 years, 7 months ago
  3. b4bd1e1 bpo-44977: Deprecate delegation of int to __trunc__ (GH-31031) by Zackery Spytz · 3 years, 7 months ago
  4. 7ffe7ba bpo-46483: Remove `__class_getitem__` from `pathlib.PurePath` (GH-30848) by Nikita Sobolev · 3 years, 7 months ago
  5. e8659b4 bpo-45173: Keep configparser deprecations until Python 3.12 (GH-30952) by Hugo van Kemenade · 3 years, 7 months ago
  6. f66c857 bpo-45459: Add Py_buffer to limited API (GH-29991) by Christian Heimes · 3 years, 7 months ago
  7. 06a4911 Add recipe for subslices (GH-31028) by Raymond Hettinger · 3 years, 7 months ago
  8. f77beac Fix minor details in the Counter docs (GH-31029) by Raymond Hettinger · 3 years, 7 months ago
  9. abcc3d7 bpo-46414: Add typing.reveal_type (#30646) by Jelle Zijlstra · 3 years, 7 months ago
  10. a4cb319 bpo-46355: What's New: Note that PyFrameObject are private (GH-31032) by Petr Viktorin · 3 years, 7 months ago
  11. 18cb2ef bpo-29688: document and test `pathlib.Path.absolute()` (GH-26153) by Barney Gale · 3 years, 7 months ago
  12. 89fd7c3 bpo-46329: Split calls into precall and call instructions. (GH-30855) by Mark Shannon · 3 years, 7 months ago
  13. 44afdbd bpo-42238: [doc] Avoid hardcoding fast-moving lines in susp-ignored.csv. (GH-30981) by Julien Palard · 3 years, 7 months ago
  14. 18ea973 bpo-40170: Remove PyHeapType_GET_MEMBERS() macro (GH-30942) by Victor Stinner · 3 years, 7 months ago
  15. ace0aa2 bpo-42982: update pbkdf2 example & add another link (GH-30966) by Gregory P. Smith · 3 years, 7 months ago
  16. 08c0ed2 bpo-23556: [doc] Fix inaccuracy in documentation for raise without args. Improve tests for context in nested except handlers. (GH-29236) by Kinshuk Dua · 3 years, 7 months ago
  17. 897ce90 bpo-42982: Improve the text on suggested number of iterations of PBKDF2 (GH-24276) by Illia Volochii · 3 years, 7 months ago
  18. bcafab8 [doc]: Spotted errors while working on rstlint. (GH-30879) by Julien Palard · 3 years, 7 months ago
  19. b50322d bpo-45162: Revert "Remove many old deprecated unittest features" (GH-30935) by Gregory P. Smith · 3 years, 7 months ago
  20. fcde0bc bpo-45296: Clarify close, quit, and exit in IDLE (GH-30936) by Terry Jan Reedy · 3 years, 7 months ago
  21. f0a6481 bpo-46502: Remove "How do I tell incomplete input" from FAQ (GH-30925) by Mateusz Łoskot · 3 years, 7 months ago
  22. 8548366 bpo-46528: Simplify the VM's stack manipulations (GH-30902) by Brandt Bucher · 3 years, 7 months ago
  23. b9d8980 bpo-43698: do not use `...` as argument name in docs (GH-30502) by Nikita Sobolev · 3 years, 7 months ago
  24. 7cf285d bpo-41844: Update IDLE part of What's New 3.9 to 20228 (GH-30905) by Terry Jan Reedy · 3 years, 7 months ago
  25. 4a49fa6 bpo-48146: Update IDLE part of What's New 3.10 to 2022 (GH-30906) by Terry Jan Reedy · 3 years, 7 months ago
  26. ee60550 Move doctests to the main docs. Eliminate duplication. Improve coverage. (GH-30869) by Raymond Hettinger · 3 years, 7 months ago
  27. b18fd54 bpo-46431: Add example of subclassing ExceptionGroup. Document the message and exceptions attributes (GH-30852) by Irit Katriel · 3 years, 7 months ago
  28. 80e1def bpo-45711: move whatsnew entries which are incorrectly listed under New Features (GH-30849) by Irit Katriel · 3 years, 7 months ago
  29. d7c6863 bpo-41906: Accept built filters in dictConfig (GH-30756) by Mario Corchero · 3 years, 7 months ago
  30. 58f3d98 bpo-46422: use `dis.Positions` in `dis.Instruction` (GH-30716) by Nikita Sobolev · 3 years, 7 months ago
  31. 0367a36 bpo-43683: Streamline YIELD_VALUE and SEND (GH-30723) by Mark Shannon · 3 years, 7 months ago
  32. d75a51b fix typo in typing.rst (#30841) by Jelle Zijlstra · 3 years, 7 months ago
  33. 270a091 Improve grouper() recipe to demonstrate all forms of zip() (GH-30837) by Raymond Hettinger · 3 years, 7 months ago
  34. c8a5366 bpo-46468: document that "-m http.server" defaults to port 8000 (GH-30776) by Jelle Zijlstra · 3 years, 7 months ago
  35. 5d73524 bpo-46460: remove duplicated `versionchanged` from `dis.rst` (GH-30752) by Nikita Sobolev · 3 years, 7 months ago
  36. 57d1855 bpo-46463: Fixes escape4chm.py script used when building the CHM documentation file (GH-30768) by Steve Dower · 3 years, 7 months ago
  37. 40fcd16 bpo-30512: Add CAN Socket support for NetBSD (GH-30066) by Thomas Klausner · 3 years, 7 months ago
  38. b04dfbb bpo-46409: Make generators in bytecode (GH-30633) by Mark Shannon · 3 years, 7 months ago
  39. d05a663 no-issue: Fix documentation typos. (GH-30576) by Piotr Fusik · 3 years, 7 months ago
  40. 4b99803 doc: Clarify os.urandom return type (#30282) by Florian Bruhin · 3 years, 7 months ago
  41. d45cd2d Update documentation in datetime module strftime-and-strptime-behavior fix typo in '%W' format code description (GH-30232) by Evan · 3 years, 7 months ago
  42. 1faf7c4 bpo-45680: Minor formatting fix in stdtypes.rst (GH-30690) by Ken Jin · 3 years, 7 months ago
  43. 0eae9a2 bpo-45680: Clarify documentation on ``GenericAlias`` objects (GH-29335) by Alex Waygood · 3 years, 7 months ago
  44. 3bf6315 bpo-22039: [doc] clarify that there are no plans to disable deleting an attribute via PyObject_SetAttr (GH-30639) by Irit Katriel · 3 years, 7 months ago
  45. a847785 bpo-43869: Time Epoch is the same on all platforms (GH-30664) by Victor Stinner · 3 years, 7 months ago
  46. 3852269 bpo-45554: Document multiprocessing.Process.exitcode values (GH-30142) by John Marshall · 3 years, 7 months ago
  47. 65940fa bpo-20823: Clarify copyreg.pickle() documentation (GH-30230) by Kumar Aditya · 3 years, 7 months ago
  48. ff7703c bpo-43869: Improve epoch docs (GH-25777) by Miguel Brito · 3 years, 7 months ago
  49. bdf2ab1 bpo-46402: Promote SQLite URI tricks in `sqlite3` docs (GH-30660) by Erlend Egeberg Aasland · 3 years, 7 months ago
  50. c47c9e6 bpo-44934: Add optional feature AppendPath to Windows MSI installer (GH-27889) by bneuburg · 3 years, 7 months ago
  51. 62a6594 bpo-40066: [Enum] fix tests (GH-30643) by Ethan Furman · 3 years, 7 months ago
  52. 83d544b bpo-40066: [Enum] skip failing doc test (GH-30637) by Kumar Aditya · 3 years, 7 months ago
  53. 42a64c0 Revert "bpo-40066: [Enum] update str() and format() output (GH-30582)" (GH-30632) by Victor Stinner · 3 years, 7 months ago
  54. acf7403 bpo-40066: [Enum] update str() and format() output (GH-30582) by Ethan Furman · 3 years, 7 months ago
  55. 305588c bpo-20281, bpo-29964: update datetime docs to refer %z and %Z to a pre-existing footnote (GH-30354) by Hugo van Kemenade · 3 years, 7 months ago
  56. 025cbe7 bpo-45569: Change PYLONG_BITS_IN_DIGIT default to 30 (GH-30497) by Mark Dickinson · 3 years, 7 months ago
  57. 73140de bpo-23183: Document the timeit output (GH-30359) by Hugo van Kemenade · 3 years, 7 months ago
  58. 0885999 bpo-46355: Document PyFrameObject and PyThreadState changes (GH-30558) by Victor Stinner · 3 years, 7 months ago
  59. c590b58 bpo-46328: Add sys.exception() (GH-30514) by Irit Katriel · 3 years, 7 months ago
  60. 443b308 bpo-40479: Fix hashlib's usedforsecurity for OpenSSL 3.0.0 (GH-30455) by Christian Heimes · 3 years, 7 months ago
  61. 0bbf30e bpo-46342: make @typing.final introspectable (GH-30530) by Jelle Zijlstra · 3 years, 7 months ago
  62. dce642f bpo-46307: Add string.Template.get_identifiers() method (GH-30493) by Ben Kehoe · 3 years, 7 months ago
  63. 6f05e1e [doc] Add license_url for python-docs-theme 2022.1. (GH-30527) by Julien Palard · 3 years, 7 months ago
  64. 43c5c13 closes bpo-46253: Change Py_UNICODE to Py_UCS4 in the C API docs to match the current source code (GH-30387) by Julian Gilbey · 3 years, 7 months ago
  65. 73decdf Remove unused `Any` from `Concatenate` example in typing docs (GH-30516) by Michael Oliver · 3 years, 7 months ago
  66. 6223cbf bpo-45331: [Enum] add rule to docs that mixin type must be subclassable (GH-30521) by Nikita Sobolev · 3 years, 7 months ago
  67. d24cd49 bpo-46270: Describe the `in` and `not in` operators as membership tests. (GH-30504) by Raymond Hettinger · 3 years, 7 months ago
  68. 0b2b9d2 bpo-23882: unittest: Drop PEP 420 support from discovery. (GH-29745) by Inada Naoki · 3 years, 7 months ago
  69. b6aa38f bpo-46261: Update `sqlite3.Cursor.lastrowid` docs (GH-30407) by Erlend Egeberg Aasland · 3 years, 7 months ago
  70. ef5376e bpo-46290: Fix parameter names in dataclasses docs (GH-30450) by Zsolt Dollenstein · 3 years, 7 months ago
  71. 6d07a9f bpo-28546: [doc] Clarify setting pdb breakpoints (GH-30360) by Hugo van Kemenade · 3 years, 7 months ago
  72. 273cb8e bpo-24650: Use full term "generator function" in yield expressions docs (GH-24663) by Jacob Walls · 3 years, 7 months ago
  73. 9b7aa6a bpo-46216: remove spurious link to os.system() from os.time() documentation (GH-30326) by Irit Katriel · 3 years, 7 months ago
  74. 46c7a65 bpo-46251: Add 'Security Considerations' section to logging configura… (GH-30411) by Vinay Sajip · 3 years, 8 months ago
  75. 9925e70 bpo-45292: [PEP-654] exception groups and except* documentation (GH-30158) by Irit Katriel · 3 years, 8 months ago
  76. e028ae9 bpo-45923: Handle call events in bytecode (GH-30364) by Mark Shannon · 3 years, 8 months ago
  77. 3db762d bpo-46031: add POP_JUMP_IF_NOT_NONE and POP_JUMP_IF_NONE (GH-30019) by penguin_wwy · 3 years, 8 months ago
  78. e5894ca bpo-46266: Add calendar day of week constants to __all__ (GH-30412) by Nikita Sobolev · 3 years, 8 months ago
  79. 31e43cb bpo-46009: Remove GEN_START (GH-30367) by Brandt Bucher · 3 years, 8 months ago
  80. f404e26 Fix missing "," in the documentation of Executor Objects (GH-30404) by Philipp Claßen · 3 years, 8 months ago
  81. 7d7817c bpo-20369: concurrent.futures.wait() now deduplicates futures given a… (GH-30168) by Kumar Aditya · 3 years, 8 months ago
  82. b949845 bpo-33252: Document that ResourceWarning is ignored by default (GH-30358) by Hugo van Kemenade · 3 years, 8 months ago
  83. e09d94a bpo-46231: Remove invalid_* rules preceded by more tokens from the grammar docs (GH-30341) by Pablo Galindo Salgado · 3 years, 8 months ago
  84. a94461d bpo-46202: Remove opcode POP_EXCEPT_AND_RERAISE (GH-30302) by Irit Katriel · 3 years, 8 months ago
  85. a09062c bpo-44092: Move What's New entry to where it belongs (GH-30381) by Erlend Egeberg Aasland · 3 years, 8 months ago
  86. bef4883 Update old-style strings to f-strings (GH-30384) by David Gilbertson · 3 years, 8 months ago
  87. 2db5613 bpo-34538: Remove Exception subclassing from tutorial (GH-30361) by Hugo van Kemenade · 3 years, 8 months ago
  88. 770f43d Add doctest and improve readability for move_to_end() example. (#30370) by Raymond Hettinger · 3 years, 8 months ago
  89. 51700bf bpo-34931: [doc] clarify behavior of os.path.splitext() on paths with multiple leading periods (GH-30347) by Irit Katriel · 3 years, 8 months ago
  90. 9d6a239 bpo-44092: Don't reset statements/cursors before rollback (GH-26026) by Erlend Egeberg Aasland · 3 years, 8 months ago
  91. c960b19 bpo-46222: posixmodule sendfile FreeBSD's constants updates. (GH-30327) by David CARLIER · 3 years, 8 months ago
  92. 65e7c1f bpo-46219, 46221: simplify except* implementation following exc_info changes. Move helpers to exceptions.c. Do not assume that exception groups are truthy. (GH-30289) by Irit Katriel · 3 years, 8 months ago
  93. 8e75c6b argparse docs: prog default is the basename of argv[0] (GH-30298) by Jade Lovelace · 3 years, 8 months ago
  94. ba00f0d Update copyright year to 2022. (GH-30335) by Benjamin Peterson · 3 years, 8 months ago
  95. ce4d25f bpo-46196: document method cmd.Cmd.columnize (#30303) by Nikita Sobolev · 3 years, 8 months ago
  96. 7a8796d bpo-45903: Fix typo in What's New: Signature.from_builtin is removed (GH-29813) by Hugo van Kemenade · 3 years, 8 months ago
  97. a09bc3a bpo-46095: Improve SeqIter documentation. (GH-30316) by Raymond Hettinger · 3 years, 8 months ago
  98. ac4eea2 bpo-46079: Replace external link that is down for maintenance. (GH-30315) by Raymond Hettinger · 3 years, 8 months ago
  99. e18d815 bpo-45321: Add missing error codes to module `xml.parsers.expat.errors` (GH-30188) by Sebastian Pipping · 3 years, 8 months ago
  100. 99945c6 bpo-46109: Separate out files relating to importlib.resources (GH-30160) by Jason R. Coombs · 3 years, 8 months ago