Python 3.11.0b3
  1. d779e5d Remove the execution bit to some socket-related files. (GH-93368) by Miss Islington (bot) · 3 years, 3 months ago
  2. 00f8fe9 [3.11] gh-91162: Fix substitution of unpacked tuples in generic aliases (GH-92335) (#92484) by Miss Islington (bot) · 3 years, 3 months ago
  3. 3a62701 Remove VOC reference (93333) by Miss Islington (bot) · 3 years, 3 months ago
  4. cc31cfc bpo-42272: fix misleading warning filter message/module docs (GH-23172) by Miss Islington (bot) · 3 years, 3 months ago
  5. 624fc61 gh-92240 : Include release dates for "What's New In Python 3.X" (GH-92937) by Miss Islington (bot) · 3 years, 3 months ago
  6. 48647d0 gh-92727: Add example of named group in doc for re.Match.__getitem__ (GH-92730) by Miss Islington (bot) · 3 years, 3 months ago
  7. 3637425 [3.11] bpo-40514: Drop EXPERIMENTAL_ISOLATED_SUBINTERPRETERS (gh-93185) (GH-93306) by Eric Snow · 3 years, 3 months ago
  8. 3f7abff gh-91243: Document Required and NotRequired (GH-93173) by Miss Islington (bot) · 3 years, 3 months ago
  9. 34bd36c gh-77024: test.support: Improve documentation (GH-92513) by Miss Islington (bot) · 3 years, 3 months ago
  10. 83940c0 gh-90817: Deprecate explicitly locale.resetlocale() (GH-93196) by Miss Islington (bot) · 3 years, 3 months ago
  11. 74b205b gh-92728: Restore re.template, but deprecate it (GH-93161) by Miss Islington (bot) · 3 years, 3 months ago
  12. fd35be5 Doc: No need to use rst syntax in code comments. (GH-93102) by Miss Islington (bot) · 3 years, 3 months ago
  13. cea6573 gh-92859: Doc: add info about logging.debug() calling basicConfig() (GH-93063) (GH-93151) by Miss Islington (bot) · 3 years, 3 months ago
  14. fc31e2d gh-92913: Fix typos in documentation (GH-93129) by Miss Islington (bot) · 3 years, 3 months ago
  15. 9a2fe42 gh-89158: Add some REPL secondary prompt markers (GH-93073) by Miss Islington (bot) · 3 years, 3 months ago
  16. 83aa0d1 gh-73137: Added sub-subsection headers for flags in re (GH-93000) by Miss Islington (bot) · 3 years, 3 months ago
  17. 247e059 gh-92994: Clarify importlib "check" example (GH-92995) by Miss Islington (bot) · 3 years, 3 months ago
  18. 25334ca binascii docs: strict_mode parameter is keyword-only (GH-93055) by Miss Islington (bot) · 3 years, 3 months ago
  19. a86ad12 termios docs: fix indentation (GH-93080) by Miss Islington (bot) · 3 years, 3 months ago
  20. 09c3dff gh-91362: reword pickle docs to account for nested classes (GH-92429) by Miss Islington (bot) · 3 years, 3 months ago
  21. f2aeb3f gh-71223: Improve rendering of some references in the docs (GH-93041) by Miss Islington (bot) · 3 years, 3 months ago
  22. b97e28f gh-93019: Fix markup in zipfile.rst (GH-93025) by Miss Islington (bot) · 3 years, 3 months ago
  23. b52e44d Take advantage of math.comb() in the nth_combination() recipe (GH-93027) (#93032) by Miss Islington (bot) · 3 years, 3 months ago
  24. 61dfe37 [3.11] gh-72073: Add Windows case in pathlib.rename (GH-93002) (GH-93028) by Miss Islington (bot) · 3 years, 3 months ago
  25. 24223ec gh-92611: Clarify planned removal version in PEP 594-deprecated modules (GH-92793) (GH-93026) by Miss Islington (bot) · 3 years, 3 months ago
  26. 6a3a6ba gh-91860: documentation for typing.dataclass_transform (GH-92768) by Miss Islington (bot) · 3 years, 3 months ago
  27. 6814ab7 Doc: add missing manpage and title references in tkinter docs (GH-29008) by Miss Islington (bot) · 3 years, 3 months ago
  28. 4eb2f40 gh-92913: Clarify changes to PyInitConfig.module_search_paths[_set] fields (GH-92980) by Miss Islington (bot) · 3 years, 3 months ago
  29. 37d60c0 gh-92417: `importlib` docs: remove references to unsupported Python versions (GH-92424) (GH-92979) by Miss Islington (bot) · 3 years, 3 months ago
  30. 27302ae bpo-46879: Fix incorrect sphinx object names in doc (GH-31615) (GH-92974) by Miss Islington (bot) · 3 years, 3 months ago
  31. de97d82 gh-92417: `subprocess` docs: remove note on compatibility with Python <3.5 (GH-92538) (GH-92972) by Miss Islington (bot) · 3 years, 3 months ago
  32. 02fe225 gh-92417: `fractions`, `decimal`: Improve docs for alternative constructor methods (GH-92421) (GH-92970) by Miss Islington (bot) · 3 years, 3 months ago
  33. a2d6e6c gh-92417: `socket` docs: remove references to Python <3.3 (GH-92544) (GH-92968) by Miss Islington (bot) · 3 years, 3 months ago
  34. 4d1e243 bpo-45393: help() on operator precedence has misleading entries (GH-31246) (GH-92965) by Miss Islington (bot) · 3 years, 3 months ago
  35. 54653b5 gh-92417: Update docs and examples of doctest.IGNORE_EXCEPTION_DETAIL for Py>=3 (GH-92502) (GH-92962) by Miss Islington (bot) · 3 years, 3 months ago
  36. 611d43c gh-91491: Complete Whats New in 3.11 for typing (GH-92708) by Miss Islington (bot) · 3 years, 3 months ago
  37. 17a62d1 Doc: amend ssl.PROTOCOL_SSLv2 and ssl.PROTOCOL_SSLv3 wording (GH-92634) by Miss Islington (bot) · 3 years, 3 months ago
  38. 482e334 Include ``asyncio.Barrier`` in 3.11 Whats New (GH-92927) by Miss Islington (bot) · 3 years, 3 months ago
  39. aa55985 gh-87901: Remove the encoding argument from os.popen (GH-92836) by Miss Islington (bot) · 3 years, 3 months ago
  40. 8499635 gh-92812: Align ArgumentParser.add_subparsers() docs with argument spec (GH-92814) by Miss Islington (bot) · 3 years, 3 months ago
  41. 65ebd92 gh-92780: Improve sqlite3.Connection.create_collation docs (GH-92790) by Miss Islington (bot) · 3 years, 3 months ago
  42. fad72d0 gh-91755: Document Py_IncRef and Py_DecRef as C functions (GH-91805) by Miss Islington (bot) · 3 years, 3 months ago
  43. 9a61afe bpo-40838: document `getdoc`, `getmodule`, `getsourcefile` in `inspect` returns `None` (GH-30575) by Miss Islington (bot) · 3 years, 3 months ago
  44. 76b81be gh-81548: Clarify the deprecation of octal sequences affect byte strings (GH-92643) by Miss Islington (bot) · 3 years, 3 months ago
  45. da2f0c7 re docs: fix source code link (GH-92819) by Miss Islington (bot) · 3 years, 3 months ago
  46. 2ef6a98 Speedup: build docs in parallel (GH-92733) by Miss Islington (bot) · 3 years, 3 months ago
  47. fdfc7eb gh-87670: Add web.archive redirects from effbot (GH-92816) by Miss Islington (bot) · 3 years, 3 months ago
  48. 5b2c5ae [3.11] Restore default role check in `make check`. (GH-92290) (#92821) by Ezio Melotti · 3 years, 3 months ago
  49. 9a97a89 gh-92611: Link to PEP 594 sections & add key detail in doc deprecation notices (GH-92612) by Miss Islington (bot) · 3 years, 3 months ago
  50. 60c4bca Fix typo in argparse docs. (GH-92691) (#92709) by Miss Islington (bot) · 3 years, 3 months ago
  51. 0c1795b Document Py_ssize_t. (GH-92512) by Miss Islington (bot) · 3 years, 3 months ago
  52. 715b070 gh-92436: __future__ docs: add note on expectations for "from __future__ import annotations" (GH-92568) by Miss Islington (bot) · 3 years, 3 months ago
  53. 6e1a214 gh-89653: PEP 670: unicodeobject.h uses _Py_CAST() (GH-92696) (GH-92703) by Miss Islington (bot) · 3 years, 3 months ago
  54. bf86901 Fix minor documentation error in bisect docs (GH-92697) by Miss Islington (bot) · 3 years, 3 months ago
  55. a2c8180 [3.11] gh-89336: Fix configparser.RawConfigParser.readfp typo (GH-92636) (GH-92662) by Miss Islington (bot) · 3 years, 3 months ago
  56. 5ea8a93 [3.11] Fix typo in unittest.rst: addCleanupModule -> addModuleCleanup (GH-92631) (GH-92659) by Miss Islington (bot) · 3 years, 3 months ago
  57. a9b5bc3 Update numbers.rst (GH-31995) by Miss Islington (bot) · 3 years, 3 months ago
  58. b162f08 gh-91966 Document where key functions are applied in the bisect module (GH-92602) (#92667) by Miss Islington (bot) · 3 years, 3 months ago
  59. 5197134 Revert "gh-92550 - Fix regression in `pathlib.Path.rglob()` (GH-92583)" (GH-92599) by Serhiy Storchaka · 3 years, 3 months ago
  60. 635b62a [3.11] gh-76773: Update docs mentioning no-longer-supported Windows versions & features (GH-92529) (GH-92608) by Miss Islington (bot) · 3 years, 3 months ago
  61. e4fc347 gh-92417: `zlib` docs, `binascii` docs: remove Python 2 compatibility notes (GH-92543) (GH-92607) by Miss Islington (bot) · 3 years, 3 months ago
  62. c84f547 [3.11] gh-92417: `unittest.mock` docs: remove references to Python <2.6 (GH-92539) (GH-92606) by Miss Islington (bot) · 3 years, 3 months ago
  63. 74c094d bpo-13553: Document tkinter.Tk args (GH-4786) by Miss Islington (bot) · 3 years, 3 months ago
  64. 2d38a2f gh-91928: Add what's new entry for datetime.UTC alias (GH-92567) by Miss Islington (bot) · 3 years, 3 months ago
  65. a51baec gh-92550 - Fix regression in `pathlib.Path.rglob()` (GH-92583) by Miss Islington (bot) · 3 years, 3 months ago
  66. b7b7b4f Doc: Update py2app link. (GH-91585) by Miss Islington (bot) · 3 years, 3 months ago
  67. 1e4cdcf gh-91345: Talk about ``sys._getframe`` compatibility in 3.11 whatsnew (GH-92552) by Miss Islington (bot) · 3 years, 3 months ago
  68. 2505e22 What's New in Python 3.11: move C API changes (GH-92390) by Miss Islington (bot) · 3 years, 3 months ago
  69. ea58fea Enhance PyConfig documentation (GH-92394) by Miss Islington (bot) · 3 years, 3 months ago
  70. 2f46cf6 bpo-38056: overhaul Error Handlers section in codecs documentation (GH-15732) by Miss Islington (bot) · 3 years, 3 months ago
  71. cffa76d pdb docs: workaround for double semicolon in strings (GH-17011) by Miss Islington (bot) · 3 years, 3 months ago
  72. 574d7b8 bpo-39229: fix formatting in library/functions.rst (GH-17857) by Miss Islington (bot) · 3 years, 3 months ago
  73. b6da20f gh-77521: Add link to builtin module names in modules tutorial (GH-92438) by Miss Islington (bot) · 3 years, 3 months ago
  74. 5917e71 Use percentage over factor for 3.11 whatsnew performance (GH-92496) by Miss Islington (bot) · 3 years, 3 months ago
  75. d6b83a3 gh-80856: doc: reveal doctest directives (GH-92318) by Miss Islington (bot) · 3 years, 3 months ago
  76. 8037fb7 Fix the `versionadded` for asyncio.StreamWriter.start_tls() (GH-92378) by Miss Islington (bot) · 3 years, 3 months ago
  77. 7c6d649 gh-92417: `logging` docs: Remove warning that only applies to Python <3.2 (GH-92425) by Miss Islington (bot) · 3 years, 3 months ago
  78. 6d8fd3f `typing.Text`: tweak deprecation notice (GH-92405) by Miss Islington (bot) · 3 years, 3 months ago
  79. 29f592e [3.11] gh-92417: `asyncio` docs: `asyncio.run()` is available on all supported Python versions (GH-92419) (GH-92462) by Miss Islington (bot) · 3 years, 3 months ago
  80. dfad113 [3.11] gh-92417: `json` docs: `dict` is ordered on all supported Python versions (GH-92422) (GH-92464) by Miss Islington (bot) · 3 years, 3 months ago
  81. c35da32 [3.11] gh-92417: `doctest` docs: remove references to Python <3.6 (GH-92420) (GH-92467) by Miss Islington (bot) · 3 years, 3 months ago
  82. be6c89c [3.11] GH-92431: Fix footnotes in Doc/c-api/exceptions.rst (GH-92432) (GH-92469) by Miss Islington (bot) · 3 years, 3 months ago
  83. eec14f4 [3.11] gh-92417: `stdtypes` docs: delete discussion of Python 2 differences (GH-92423) (GH-92472) by Miss Islington (bot) · 3 years, 3 months ago
  84. f71b305 Update What's New in 3.11 faster cpython figures and contributors (GH-92401) by Miss Islington (bot) · 3 years, 3 months ago
  85. c63c8ac bpo-45046: Support context managers in unittest (GH-28045) by Miss Islington (bot) · 3 years, 3 months ago
  86. a85bdd7 gh-92417: `typing` docs: `from __future__ import annotations` can be used in all supported Python versions (GH-92418) by Miss Islington (bot) · 3 years, 3 months ago
  87. d0d22ca gh-92448: Update the documentation builder to render the GitHub issue. (GH-92449) by Miss Islington (bot) · 3 years, 3 months ago
  88. 565a5a3 gh-92308: Add Pending Removal section to 3.11 What's New (GH-92309) by Miss Islington (bot) · 3 years, 3 months ago
  89. e89c01e [3.11] Add CI step to check changes in the exported ABI (#92442) by Pablo Galindo Salgado · 3 years, 3 months ago
  90. 8d32a5c Update the SOURCE_URI in pyspecific.py to point to the new branch by Pablo Galindo · 3 years, 3 months ago v3.11.0b1
  91. 5021064 gh-92203: Add closure support to exec(). (#92204) by larryhastings · 3 years, 3 months ago
  92. a79001e gh-92368: Fix missing possessive apostrophe (#92397) by gophra · 3 years, 3 months ago
  93. 5fbaf80 Fix What's New: use :gh: instead of :issue: (#92395) by Serhiy Storchaka · 3 years, 3 months ago
  94. 15dbe85 gh-91827: Add method info_pathlevel() in tkinter (GH-91829) by Serhiy Storchaka · 3 years, 3 months ago
  95. 6f18b86 gh-92332: Docs-only deprecation of `typing.Text` (GH-92351) by Alex Waygood · 3 years, 3 months ago
  96. 291945b Enum docs: Remove unnecessary apostrophes (#92382) by Alex Waygood · 3 years, 3 months ago
  97. 740da8d Document the lifetime of `PyUnicode_AsUTF8String` (#92325) by Matt Wozniski · 3 years, 3 months ago
  98. ebaf094 GH-89519: Deprecate classmethod descriptor chaining (#92379) by Raymond Hettinger · 3 years, 3 months ago
  99. 93364f9 gh-78157: [Enum] nested classes will not be members in 3.13 (GH-92366) by Ethan Furman · 3 years, 3 months ago
  100. fa4f0a1 gh-90622: Prevent max_tasks_per_child use with a fork mp_context. (#91587) by Gregory P. Smith · 3 years, 3 months ago