Python 3.11.0a4
  1. 0885999 bpo-46355: Document PyFrameObject and PyThreadState changes (GH-30558) by Victor Stinner · 3 years, 7 months ago
  2. c590b58 bpo-46328: Add sys.exception() (GH-30514) by Irit Katriel · 3 years, 7 months ago
  3. 443b308 bpo-40479: Fix hashlib's usedforsecurity for OpenSSL 3.0.0 (GH-30455) by Christian Heimes · 3 years, 7 months ago
  4. 0bbf30e bpo-46342: make @typing.final introspectable (GH-30530) by Jelle Zijlstra · 3 years, 7 months ago
  5. dce642f bpo-46307: Add string.Template.get_identifiers() method (GH-30493) by Ben Kehoe · 3 years, 7 months ago
  6. 6f05e1e [doc] Add license_url for python-docs-theme 2022.1. (GH-30527) by Julien Palard · 3 years, 7 months ago
  7. 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
  8. 73decdf Remove unused `Any` from `Concatenate` example in typing docs (GH-30516) by Michael Oliver · 3 years, 7 months ago
  9. 6223cbf bpo-45331: [Enum] add rule to docs that mixin type must be subclassable (GH-30521) by Nikita Sobolev · 3 years, 7 months ago
  10. d24cd49 bpo-46270: Describe the `in` and `not in` operators as membership tests. (GH-30504) by Raymond Hettinger · 3 years, 7 months ago
  11. 0b2b9d2 bpo-23882: unittest: Drop PEP 420 support from discovery. (GH-29745) by Inada Naoki · 3 years, 7 months ago
  12. b6aa38f bpo-46261: Update `sqlite3.Cursor.lastrowid` docs (GH-30407) by Erlend Egeberg Aasland · 3 years, 7 months ago
  13. ef5376e bpo-46290: Fix parameter names in dataclasses docs (GH-30450) by Zsolt Dollenstein · 3 years, 7 months ago
  14. 6d07a9f bpo-28546: [doc] Clarify setting pdb breakpoints (GH-30360) by Hugo van Kemenade · 3 years, 7 months ago
  15. 273cb8e bpo-24650: Use full term "generator function" in yield expressions docs (GH-24663) by Jacob Walls · 3 years, 7 months ago
  16. 9b7aa6a bpo-46216: remove spurious link to os.system() from os.time() documentation (GH-30326) by Irit Katriel · 3 years, 7 months ago
  17. 46c7a65 bpo-46251: Add 'Security Considerations' section to logging configura… (GH-30411) by Vinay Sajip · 3 years, 7 months ago
  18. 9925e70 bpo-45292: [PEP-654] exception groups and except* documentation (GH-30158) by Irit Katriel · 3 years, 7 months ago
  19. e028ae9 bpo-45923: Handle call events in bytecode (GH-30364) by Mark Shannon · 3 years, 7 months ago
  20. 3db762d bpo-46031: add POP_JUMP_IF_NOT_NONE and POP_JUMP_IF_NONE (GH-30019) by penguin_wwy · 3 years, 8 months ago
  21. e5894ca bpo-46266: Add calendar day of week constants to __all__ (GH-30412) by Nikita Sobolev · 3 years, 8 months ago
  22. 31e43cb bpo-46009: Remove GEN_START (GH-30367) by Brandt Bucher · 3 years, 8 months ago
  23. f404e26 Fix missing "," in the documentation of Executor Objects (GH-30404) by Philipp Claßen · 3 years, 8 months ago
  24. 7d7817c bpo-20369: concurrent.futures.wait() now deduplicates futures given a… (GH-30168) by Kumar Aditya · 3 years, 8 months ago
  25. b949845 bpo-33252: Document that ResourceWarning is ignored by default (GH-30358) by Hugo van Kemenade · 3 years, 8 months ago
  26. 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
  27. a94461d bpo-46202: Remove opcode POP_EXCEPT_AND_RERAISE (GH-30302) by Irit Katriel · 3 years, 8 months ago
  28. a09062c bpo-44092: Move What's New entry to where it belongs (GH-30381) by Erlend Egeberg Aasland · 3 years, 8 months ago
  29. bef4883 Update old-style strings to f-strings (GH-30384) by David Gilbertson · 3 years, 8 months ago
  30. 2db5613 bpo-34538: Remove Exception subclassing from tutorial (GH-30361) by Hugo van Kemenade · 3 years, 8 months ago
  31. 770f43d Add doctest and improve readability for move_to_end() example. (#30370) by Raymond Hettinger · 3 years, 8 months ago
  32. 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
  33. 9d6a239 bpo-44092: Don't reset statements/cursors before rollback (GH-26026) by Erlend Egeberg Aasland · 3 years, 8 months ago
  34. c960b19 bpo-46222: posixmodule sendfile FreeBSD's constants updates. (GH-30327) by David CARLIER · 3 years, 8 months ago
  35. 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
  36. 8e75c6b argparse docs: prog default is the basename of argv[0] (GH-30298) by Jade Lovelace · 3 years, 8 months ago
  37. ba00f0d Update copyright year to 2022. (GH-30335) by Benjamin Peterson · 3 years, 8 months ago
  38. ce4d25f bpo-46196: document method cmd.Cmd.columnize (#30303) by Nikita Sobolev · 3 years, 8 months ago
  39. 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
  40. a09bc3a bpo-46095: Improve SeqIter documentation. (GH-30316) by Raymond Hettinger · 3 years, 8 months ago
  41. ac4eea2 bpo-46079: Replace external link that is down for maintenance. (GH-30315) by Raymond Hettinger · 3 years, 8 months ago
  42. e18d815 bpo-45321: Add missing error codes to module `xml.parsers.expat.errors` (GH-30188) by Sebastian Pipping · 3 years, 8 months ago
  43. 99945c6 bpo-46109: Separate out files relating to importlib.resources (GH-30160) by Jason R. Coombs · 3 years, 8 months ago
  44. 2cf7d02 bpo-46178: Remove/rename redundant Travis CI code (#30309) by Hugo van Kemenade · 3 years, 8 months ago
  45. fbaf2e6 bpo-46184: remove `netlify.toml` (#30272) by Nikita Sobolev · 3 years, 8 months ago
  46. d12bec6 bpo-43424: Deprecate `webbrowser.MacOSXOSAScript._name` attribute (GH-30241) by Nikita Sobolev · 3 years, 8 months ago
  47. 66c47b6 bpo-46176: mmap module adding MAP_STACK constant. (GH-30252) by David CARLIER · 3 years, 8 months ago
  48. f9a4352 Fix typo in io.rst (GH-30218) by David Gilbertson · 3 years, 8 months ago
  49. 10bf0a9 doc: fix a typo in unittest.mock.rst (GH-30227) by Joe · 3 years, 8 months ago
  50. c1d7a6b docs: Fix typos and use anchor for internal link (GH-30236) by Rafael Fontenelle · 3 years, 8 months ago
  51. 1b30660 bpo-46120: State that `|` is preferred over `Union` (GH-30222) by Nikita Sobolev · 3 years, 8 months ago
  52. cf15419 typos (#30239) by Kumar Aditya · 3 years, 8 months ago
  53. 71ef0b4 bpo-46157: fix typo in docs (GH-30237) by Kumar Aditya · 3 years, 8 months ago
  54. 31ff967 bpo-46140: take more Py_buffer arguments as const * (GH-30217) by David Hewitt · 3 years, 8 months ago
  55. e9a01e2 Update potentially confusing note for mean. (GH-30174) by Mark Dickinson · 3 years, 8 months ago
  56. 7c5c3f7 bpo-46104: Fix example broken by GH-30148 (GH-30203) by Alex Waygood · 3 years, 8 months ago
  57. 29ea68b Revert "bpo-46131: add fastpath for PyFloat_Check() (GH-30200)" (GH-30208) by Raymond Hettinger · 3 years, 8 months ago
  58. 2ef06d4 bpo-46131: add fastpath for PyFloat_Check() (#30200) by Matti Picus · 3 years, 8 months ago
  59. aeb9ef4 bpo-46076: Improve documentation for per-attribute docstrings with `__slots__` (GH-30109) by Alex Waygood · 3 years, 8 months ago
  60. 3d3615f bpo-46130: [docs] Add anchor for whatsnew/3.10 type hint section (GH-30199) by Rafael Fontenelle · 3 years, 8 months ago
  61. da4b214 bpo-42413: Replace `concurrent.futures.TimeoutError` and `asyncio.TimeoutError` with builtin `TimeoutError` (GH-30197) by Kumar Aditya · 3 years, 8 months ago
  62. fe68486 bpo-46044: Fix doc typo introduced in GH-30043 (GH-30171) by Matthias Bussonnier · 3 years, 8 months ago
  63. ae36cd1 bpo-37578: glob.glob -- added include_hidden parameter (GH-30153) by andrei kulakov · 3 years, 8 months ago
  64. 6f2df42 bpo-46113: Minor fixes in stdtypes documentation (GH-30167) by Vivek Vashist · 3 years, 8 months ago
  65. 6ada013 bpo-46104: Reduce use of pre-PEP 526 syntax in typing docs (GH-30148) by Alex Waygood · 3 years, 8 months ago
  66. 396b583 bpo-45711: Remove type and traceback from exc_info (GH-30122) by Irit Katriel · 3 years, 8 months ago
  67. 62a0a2a Doc: some rst linting. (GH-30149) by Julien Palard · 3 years, 8 months ago
  68. ecdc0cc bpo-46044: Annotate deprecated sdists formats (GH-30043) by Matthias Bussonnier · 3 years, 8 months ago
  69. 30322c4 bpo-22047: [argparse] deprecate nested argument groups and mutually exclusive groups (GH-30098) by Irit Katriel · 3 years, 8 months ago
  70. 4506bbe bpo-46072: Document --enable-stats option. (GH-30139) by Mark Shannon · 3 years, 8 months ago
  71. c5d18a5 Fix the output of built-in iter() function example in Iterators (Section 9.8) of The Python Tutorial (GH-30110) by Vivek Vashist · 3 years, 8 months ago
  72. a951c95 bpo-28816: [doc] clarify that zipimport invokes importers only for python files (GH-30060) by Irit Katriel · 3 years, 8 months ago
  73. f025ae6 Add Positional only arguments forward slash (/) to sorted() function in Built-in Functions document (GH-30113) by Vivek Vashist · 3 years, 8 months ago
  74. f54fee7 Document new call opcodes for 3.11 (GH-30107) by Mark Shannon · 3 years, 8 months ago
  75. 9f8f451 bpo-44525: Split calls into PRECALL and CALL (GH-30011) by Mark Shannon · 3 years, 8 months ago
  76. d60457a bpo-45292: [PEP-654] add except* (GH-29581) by Irit Katriel · 3 years, 8 months ago
  77. 1cbb887 bpo-46059: Clarify pattern-matching example in "control flow" docs (GH-30079) by Alex Waygood · 3 years, 8 months ago
  78. cb589d1 bpo-46063: Improve algorithm for computing which rolled-over log file… (GH-30093) by Vinay Sajip · 3 years, 8 months ago
  79. eb483c4 bpo-45949: Pure Python freeze module for cross builds (GH-29899) by Christian Heimes · 3 years, 8 months ago
  80. a62be77 bpo-45643: Add signal.SIGSTKFLT on platforms where this is defined (GH-29266) by Gareth Rees · 3 years, 8 months ago
  81. e09705f Clarify new_event_loop return value. (GH-30078) by Paul Bryan · 3 years, 8 months ago
  82. 481f3ff bpo-37602: Clarify that the lib2to3 nonzero fixer changes only definitions (GH-30075) by Irit Katriel · 3 years, 8 months ago
  83. d0669c5 Remove erroneous padding in dataclasses (GH-30076) by Andre Delfino · 3 years, 8 months ago
  84. f4095e5 bpo-45855: document that `no_block` has no use anymore in PyCapsule_Import (#29665) by Georg Brandl · 3 years, 8 months ago
  85. e029c53 bpo-44674: Use unhashability as a proxy for mutability for default dataclass __init__ arguments. (GH-29867) by Eric V. Smith · 3 years, 8 months ago
  86. 4fe5585 bpo-19737: Improved the documentation for globals (GH-29823) by 180909 · 3 years, 8 months ago
  87. c1051e0 bpo-42114: ctypes documentation: fix winmode parameter default value (GH-29976) by Louis Sautier · 3 years, 8 months ago
  88. 8c74713 bpo-42182: stdtypes doc - update and fix links to several dunder methods (GH-27384) by andrei kulakov · 3 years, 8 months ago
  89. 50669083 bpo-43931: Export Python version as API data (GH-25577) by Gabriele N. Tornetta · 3 years, 8 months ago
  90. b123ad8 bpo-46016: Fix rest syntax of GH-29993 (GH-30006) by Kumar Aditya · 3 years, 8 months ago
  91. e2cfc89 bpo-45391: mark UnionType as a class in documentation (GH-28757) by Bernát Gábor · 3 years, 8 months ago
  92. 73325bb bpo-46007: Exclude PyUnicode_CHECK_INTERNED() from limited C API (GH-29987) by Victor Stinner · 3 years, 8 months ago
  93. 9fe0de2 Merge remote-tracking branch 'upstream/main' by Pablo Galindo · 3 years, 8 months ago
  94. 267539b bpo-46016: fcntl module add FreeBSD's F_DUP2FD_CLOEXEC flag support (GH-29993) by David CARLIER · 3 years, 8 months ago
  95. 3ea574f Fix some false positives of documentation syntax problems by Pablo Galindo · 3 years, 8 months ago
  96. 69806b9 bpo-46009: Do not exhaust generator when send() method raises (GH-29986) by Mark Shannon · 3 years, 8 months ago
  97. 3e0f13b doc: Add link issue 44010 (GH-29454) by Rafael Fontenelle · 3 years, 8 months ago
  98. 7989e9d bpo-40222: update doc entry with respect to the change in WITH_EXCEPT_START (GH-29975) by Irit Katriel · 3 years, 8 months ago
  99. 4ccccb1 bpo-20751: Match variable name to the example. (GH-29980) by Raymond Hettinger · 3 years, 8 months ago
  100. c7e7a4b bpo-35821: Fix restructuredtext code formatting in logging.rst (GH-29963) by Ken Jin · 3 years, 8 months ago