Python 3.11.0b1
  1. 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
  2. 5021064 gh-92203: Add closure support to exec(). (#92204) by larryhastings · 3 years, 3 months ago
  3. a79001e gh-92368: Fix missing possessive apostrophe (#92397) by gophra · 3 years, 3 months ago
  4. 5fbaf80 Fix What's New: use :gh: instead of :issue: (#92395) by Serhiy Storchaka · 3 years, 3 months ago
  5. 15dbe85 gh-91827: Add method info_pathlevel() in tkinter (GH-91829) by Serhiy Storchaka · 3 years, 3 months ago
  6. 6f18b86 gh-92332: Docs-only deprecation of `typing.Text` (GH-92351) by Alex Waygood · 3 years, 3 months ago
  7. 291945b Enum docs: Remove unnecessary apostrophes (#92382) by Alex Waygood · 3 years, 3 months ago
  8. 740da8d Document the lifetime of `PyUnicode_AsUTF8String` (#92325) by Matt Wozniski · 3 years, 3 months ago
  9. ebaf094 GH-89519: Deprecate classmethod descriptor chaining (#92379) by Raymond Hettinger · 3 years, 3 months ago
  10. 93364f9 gh-78157: [Enum] nested classes will not be members in 3.13 (GH-92366) by Ethan Furman · 3 years, 3 months ago
  11. fa4f0a1 gh-90622: Prevent max_tasks_per_child use with a fork mp_context. (#91587) by Gregory P. Smith · 3 years, 3 months ago
  12. 2b563f1 gh-87901: Add encoding to os.popen (GH-92374) by Inada Naoki · 3 years, 3 months ago
  13. 301351c update argparse's doc of append action. (#92344) by Hai Shi · 3 years, 4 months ago
  14. 299692a gh-88279: Deprecate PySys_SetArgvEx() (#92363) by Victor Stinner · 3 years, 4 months ago
  15. 5f29268 gh-57684: Document safe path in What's New in Python 3.11 (#92362) by Victor Stinner · 3 years, 4 months ago
  16. 1303f8c gh-80010: Expand fromisoformat to include most of ISO-8601 (#92177) by Paul Ganssle · 3 years, 4 months ago
  17. ada8b6d gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (#31542) by Victor Stinner · 3 years, 4 months ago
  18. f6dd14c gh-82616: Add process_group support to subprocess.Popen (#23930) by Gregory P. Smith · 3 years, 4 months ago
  19. 9a0a7b4 gh-91996: Add an HTTPMethod StrEnum to http (GH-91997) by cibofo · 3 years, 4 months ago
  20. 354ab7a minor hashlib doc example cleanup. (#92340) by Gregory P. Smith · 3 years, 4 months ago
  21. ae553b3 bpo-41818: Add os.login_tty() for *nix. (#29658) by Soumendra Ganguly · 3 years, 4 months ago
  22. 43b135f gh-92047: Py_GetVersion multi-digit minor version (GH-92047) (#92048) by Robert Howlett · 3 years, 4 months ago
  23. d1b2e98 gh-92223: Remove pre-Python 3.7 alternative in asyncio docs (#92224) by Sebastian Rittau · 3 years, 4 months ago
  24. 7d7a378 Fix typo in Sorting howto (#92280) by Carl Meyer · 3 years, 4 months ago
  25. 48c6165 gh-91928: Add `datetime.UTC` alias for `datetime.timezone.utc` (GH-91973) by Kabir Kwatra · 3 years, 4 months ago
  26. ee2205b gh-87304: Improve comments in language reference for imports (#92164) by Robert Yang · 3 years, 4 months ago
  27. 27e3665 Improve the typing docs (#92264) by Jelle Zijlstra · 3 years, 4 months ago
  28. 2eca5da gh-89653: PEP 670: Convert PyBytes macros to functions (#91990) by Victor Stinner · 3 years, 4 months ago
  29. d5dfcd4 bpo-46696: Add socket.SO_INCOMING_CPU constant (#31237) by David CARLIER · 3 years, 4 months ago
  30. 9dc4aae Link to GitHub instead of BPO for CPython bug tracker (GH-92221) by slateny · 3 years, 4 months ago
  31. f6f36cc bpo-44863: Allow generic typing.TypedDict (#27663) by Samodya Abey · 3 years, 4 months ago
  32. 6c7249f gh-92154: Expose PyCode_GetCode in the C API (GH-92168) by Ken Jin · 3 years, 4 months ago
  33. 78e70be gh-70363: Implement `io.IOBase` interface for `SpooledTemporaryFile` (GH-29560) by Carey Metcalfe · 3 years, 4 months ago
  34. c1767fc Fix doc warnings in What's New in 3.11 (GH-92215) by Ken Jin · 3 years, 4 months ago
  35. b04e02c bpo-43923: Add support for generic typing.NamedTuple (#92027) by Serhiy Storchaka · 3 years, 4 months ago
  36. cc6ae4f bpo-46586: Fix more erroneous doc links to builtins (#31429) by Meer Suri · 3 years, 4 months ago
  37. 2d30ade bpo-46285: Add command-line option -p/--protocol to module http.server (#30999) by Géry Ogam · 3 years, 4 months ago
  38. 32e4f45 bpo-6686: Replace String with Bytes in xml.sax.handler documentation (#30612) by Yassir Karroum · 3 years, 4 months ago
  39. 5f45a9d importlib docs: Update importlib.abc hierarchy (#31113) by David Gilbertson · 3 years, 4 months ago
  40. dd57fe1 Fix duplicate word. (GH-92182) by Benjamin Peterson · 3 years, 4 months ago
  41. ff88f7e gh-87390: Add __unpacked__ attribute to types.GenericAlias (#92059) by Jelle Zijlstra · 3 years, 4 months ago
  42. 4b297a9 gh-91783: Document security considerations for shutil.unpack_archive (#91844) by Sam Ezeh · 3 years, 4 months ago
  43. 5f9c0f5 Add weakref_slot to dataclass decorator, to allow instances with slots to be weakref-able. (#92160) by Eric V. Smith · 3 years, 4 months ago
  44. 958f21c gh-92082: contextlib docs: Change aclosing from a class to a function for consistency (#92155) by Thaddeus1499 · 3 years, 4 months ago
  45. b9ab6ce gh-88546: glob.glob docs: Make new paragraph for emphasis and reordered sentence (#91614) by slateny · 3 years, 4 months ago
  46. bb857a9 asyncio.subprocess: Fix a typo in doc (#92030) by Harsh · 3 years, 4 months ago
  47. 2a7efa3 Fix typo in Programming FAQ (#92083) by Matt Harding · 3 years, 4 months ago
  48. b25352a gh-85133: os docs: Add that getenv uses os.environ (#91874) by slateny · 3 years, 4 months ago
  49. 9166ace gh-84714: Add behavior if dst file exists (#91867) by slateny · 3 years, 4 months ago
  50. 6811bde gh-88097: doc: fix link to Py_Version (#92141) by Victor Stinner · 3 years, 4 months ago
  51. 614420d gh-85679: Recommend `encoding="utf-8"` in tutorial (GH-91778) by Inada Naoki · 3 years, 4 months ago
  52. ed71129 gh-91998: 'WebAssemby' to 'WebAssembly' (#92040) by vainaijr · 3 years, 4 months ago
  53. 9588f88 typing docs: Add example for async functions (#20386) by Sam Bull · 3 years, 4 months ago
  54. 1066ecb gh-81488: Add recursive wording for issubclass docs (#92087) by slateny · 3 years, 4 months ago
  55. 0729b31 gh-91952: Make TextIOWrapper.reconfigure() supports "locale" encoding (GH-91982) by Inada Naoki · 3 years, 4 months ago
  56. 238aa62 Improving readability of argparse.rst (GH-91751) by Antonio Andrade · 3 years, 4 months ago
  57. 5dcfb91 gh-89253: Add 3.10 whatsnew section for itertools.pairwise (GH-91563) by slateny · 3 years, 4 months ago
  58. efb87b1 gh-85757: Change wording from nested to inner (GH-91811) by slateny · 3 years, 4 months ago
  59. 2b97d7f Fix typo in asyncio-extending.rst (#91609) by Yurii Karabas · 3 years, 4 months ago
  60. ea39246 gh-91611: Use example.com for documentation, not mydomain.com (#91613) by Motoki Naruse · 3 years, 4 months ago
  61. 567be05 gh-87801: Add run() to subprocess.CalledProcessError description (#91628) by slateny · 3 years, 4 months ago
  62. d7eb1ff gh-87192: Update wording for fcntl 'Changed in' (#91658) by slateny · 3 years, 4 months ago
  63. b660d09 Convert :issue: to :gh: in whatsnew (GH-92089) by Dennis Sweeney · 3 years, 4 months ago
  64. 3a8e2b6 gh-85864: io docs: Add missing position-only parameters (#91950) by slateny · 3 years, 4 months ago
  65. 9ea9078 gh-92019: Make sqlite3.Blob indexing conform with the norm (#92020) by Erlend Egeberg Aasland · 3 years, 4 months ago
  66. 3483299 gh-81548: Deprecate octal escape sequences with value larger than 0o377 (GH-91668) by Serhiy Storchaka · 3 years, 4 months ago
  67. 19dca04 gh-91760: Deprecate group names and numbers which will be invalid in future (GH-91794) by Serhiy Storchaka · 3 years, 4 months ago
  68. 354ace8 gh-91954: Emit EncodingWarning from locale and subprocess (GH-91977) by Inada Naoki · 3 years, 4 months ago
  69. 2f7952c Rephrase typing.assert_never docs (#92061) by Shantanu · 3 years, 4 months ago
  70. d0064a1 gh-91491: Add several typing features to What's New (#92060) by Shantanu · 3 years, 4 months ago
  71. c2b5797 gh-91217: deprecate xdrlib (GH-92066) by Brett Cannon · 3 years, 4 months ago
  72. 7861a9e Fix indentation for typing.Unpack docs (#92058) by Jelle Zijlstra · 3 years, 4 months ago
  73. 53ca774 sorting howto: Add clarification on < using __lt__ (#92010) by slateny · 3 years, 4 months ago
  74. 81120b6 bpo-44791: Accept ellipsis as the last argument of typing.Concatenate (#30969) by Serhiy Storchaka · 3 years, 4 months ago
  75. 89c6b2b bpo-36329: Remove 'make -C Doc serve' in favour of 'make -C Doc htmlview' (GH-32354) by Hugo van Kemenade · 3 years, 4 months ago
  76. 64113a4 gh-91873: Summarise deprecations in typing at the top level (GH-91864) by Ken Jin · 3 years, 4 months ago
  77. ea2f5bc bpo-22276: Change pathlib.Path.glob not to ignore trailing path separator (GH-10349) by Eisuke Kawashima · 3 years, 4 months ago
  78. 0ef8d92 gh-91603: Speed up isinstance/issubclass on union types (GH-91631) by Yurii Karabas · 3 years, 4 months ago
  79. 87c6cf9 gh-89479: Export _Py_GetSpecializationStats() internal function (#92011) by Victor Stinner · 3 years, 4 months ago
  80. 407c3af gh-91217: deprecate uu (GH-92009) by Brett Cannon · 3 years, 4 months ago
  81. f348154 Add note that headers added via urllib.request.add_header are added to redirected requests (#30708) by Ashwin Ramaswami · 3 years, 4 months ago
  82. 161dff7 gh-84459: Make wording more specific for Path.replace (GH-91853) by slateny · 3 years, 4 months ago
  83. ad9f817 gh-91498: socket: Add TCP_CONNECTION_INFO on macOS (#69256) by David CARLIER · 3 years, 4 months ago
  84. 80de027 gh-68966: Deprecate the mailcap module (#91951) by Victor Stinner · 3 years, 4 months ago
  85. b87f7f2 bpo-21761: Clarify __file__/__cached__ in import reference (GH-31565) by slateny · 3 years, 4 months ago
  86. 1af871e gh-91217: deprecate telnetlib (GH-91958) by Brett Cannon · 3 years, 4 months ago
  87. d174ebe gh-91217: deprecate sunau (GH-91866) by Brett Cannon · 3 years, 4 months ago
  88. cd5726f gh-91401: Add a failsafe way to disable vfork. (#91490) by Gregory P. Smith · 3 years, 4 months ago
  89. 20cc695 gh-64783: Fix signal.NSIG value on FreeBSD (#91929) by Victor Stinner · 3 years, 4 months ago
  90. 93d2801 gh-90633: Improve error and docs for typing.assert_never (#91720) by Jelle Zijlstra · 3 years, 4 months ago
  91. f7641a2 gh-91888: add a `:gh:` role to the documentation (#91889) by Ezio Melotti · 3 years, 4 months ago
  92. dd3cf12 gh-91491: What's New in 3.11 section for typing PEPs (#91721) by Jelle Zijlstra · 3 years, 4 months ago
  93. b4e0484 gh-91230: Concise catch_warnings with simplefilter (#91435) by Zac Hatfield-Dodds · 3 years, 4 months ago
  94. 692e907 gh-91217: deprecate spwd (#91846) by Brett Cannon · 3 years, 4 months ago
  95. 92c1037 gh-84461: Add --enable-wasm-pthreads and more file systems (GH-91820) by Christian Heimes · 3 years, 4 months ago
  96. 9b5ca54 gh-84461: Add sys._emscripten_info, improve docs and build (gh-91781) by Christian Heimes · 3 years, 4 months ago
  97. 0daa99f gh-88116: Enhance the inspect frame APIs to use the extended position information (GH-91531) by Pablo Galindo Salgado · 3 years, 4 months ago
  98. a3f2cf3 gh-85864: Mark positional-only args in io docs (#91683) by slateny · 3 years, 4 months ago
  99. 254aaa7 gh-91547: Remove "Undocumented modules" page (#91682) by Shantanu · 3 years, 4 months ago
  100. e7929cb gh-91217: deprecate-sndhdr (#91806) by Brett Cannon · 3 years, 4 months ago