Python 3.11.0rc1
  1. 96555cb [3.11] Remove draft notice from 3.11 What's new (GH-95713) (#95715) by Miss Islington (bot) · 3 years ago
  2. 6a36b8e [3.11] Clarifying the documentation on library/syslog (GH-92587) (GH-95492) by Shantanu · 3 years ago
  3. 8232812 GH-95685: Fix rendering of the string documentation (GH-95686) (GH-95700) by Miss Islington (bot) · 3 years ago
  4. 07d97c9 GH-90997: Document CACHEs (GH-95694) (GH-95696) by Miss Islington (bot) · 3 years ago
  5. 4512a16 gh-65802: IDLE - explain SaveAs and extensions (GH-95690) (GH-95692) by Miss Islington (bot) · 3 years ago
  6. 7dc0daf [3.11] Docs: sqlite3 docs fixup (GH-95681) (GH-95683) by Erlend Egeberg Aasland · 3 years ago
  7. 4d37b42 [3.11] gh-95271: Extract placeholders howto from sqlite3 tutorial (GH-95522) (#95677) by Erlend Egeberg Aasland · 3 years ago
  8. c9986be [3.11] gh-95273: Improve documented return values and exceptions raised for sqlite3 class methods (GH-95530) (#95673) by Erlend Egeberg Aasland · 3 years ago
  9. 33de186 Docs: fix two typos in the sqlite3 docs (GH-95661) by Miss Islington (bot) · 3 years ago
  10. 5ac3d0f gh-91323: Revert "Allow overriding a future compliance check in asyncio.Task (GH-32197)" (GH-95442) (GH-95652) by Miss Islington (bot) · 3 years ago
  11. f292635 gh-94936: C getters: co_varnames, co_cellvars, co_freevars (GH-95008) by Miss Islington (bot) · 3 years ago
  12. c521c5c gh-91838: Resolve HTTP links which redirect to HTTPS (GH-95642) by Miss Islington (bot) · 3 years ago
  13. d8df7e0 [3.11] gh-91838: Use HTTPS links in docs for resources which redirect to HTTPS (GH-95527) (GH-95643) by Serhiy Storchaka · 3 years, 1 month ago
  14. b56a80e gh-95191: IDLE Prompts entry for What's New 3.10 (GH-95633) by Miss Islington (bot) · 3 years, 1 month ago
  15. dc5fecb gh-95191: IDLE Prompts entry for Whatnew 3.11 (GH-95632) by Miss Islington (bot) · 3 years, 1 month ago
  16. 3132318 [3.11] [Enum] add whatsnew entries (GH-95455) (GH-95620) by Miss Islington (bot) · 3 years, 1 month ago
  17. 2c0017b gh-94399: Restore PATH search behaviour of py.exe launcher for '/usr/bin/env' shebang lines (GH-95582) by Miss Islington (bot) · 3 years, 1 month ago
  18. 450ee4f gh-90817: Use .. deprecated-removed:: when removal version known (GH-94960) by Miss Islington (bot) · 3 years, 1 month ago
  19. 1016df0 gh-95423: Update winreg.DeleteKeyEx documentation and remove dynamic function load (GH-95521) by Steve Dower · 3 years, 1 month ago
  20. a591c47 gh-91207: Fix CSS bug in Windows CHM help file and add deprecation message (GH-95607) by Miss Islington (bot) · 3 years, 1 month ago
  21. 8d09626 gh-95273: Align sqlite3 const doc refs with the devguide recommendations (GH-95525) by Miss Islington (bot) · 3 years, 1 month ago
  22. 72cad6c gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452) by Miss Islington (bot) · 3 years, 1 month ago
  23. 698b52c gh-95233: Correct grp.getgrgid parameter name in documentation (gid -> id) (gh-95232) by Miss Islington (bot) · 3 years, 1 month ago
  24. eff6778 [3.11] gh-95516: Add param types and clarify param descriptions of LogRecord (GH-95517) (GH-95566) by Miss Islington (bot) · 3 years, 1 month ago
  25. 5f139e5 gh-92219: Clarify that some options to the installer may break the install (GH-95548) by Miss Islington (bot) · 3 years, 1 month ago
  26. e62a0df [3.11] gh-95174: Add pthread stubs for WASI (GH-95234) (#95503) by Christian Heimes · 3 years, 1 month ago
  27. 9af9ea2 [3.11] gh-95415: Make availability directive consistent (GH-95416) (GH-95438) by Christian Heimes · 3 years, 1 month ago
  28. ad2872f gh-95273: Clarify when sqlite_* attributes are added to sqlite3 exceptions (GH-95523) by Miss Islington (bot) · 3 years, 1 month ago
  29. a4cda28 bpo-42037: Corrected request dependencies in CookieJar functions (GH-23112) by Miss Islington (bot) · 3 years, 1 month ago
  30. 147a9a8 bpo-45445: Revert "bpo-45445: Fail if an invalid X-option is provided in the command line (GH-28823)" (GH-94745) by Miss Islington (bot) · 3 years, 1 month ago
  31. c7ac8b6 [3.11] gh-94635: Add Reference, How-to, and Explanation headings to sqlite3 docs (GH-94636) (#95482) by Erlend Egeberg Aasland · 3 years, 1 month ago
  32. 1187efe gh-95273: Relocate sqlite3 enable load extension note (GH-95430) by Miss Islington (bot) · 3 years, 1 month ago
  33. 30ca691 gh-95432: Fixup sqlite3 tutorial example (GH-95431) by Miss Islington (bot) · 3 years, 1 month ago
  34. c26470f gh-95273: Improve sqlite3 class descriptions (GH-95379) by Miss Islington (bot) · 3 years, 1 month ago
  35. f06f365 gh-95273: Move sqlite3 executemany examples from reference to tutorial (GH-95351) by Miss Islington (bot) · 3 years, 1 month ago
  36. 6eae15a gh-95273: Condense sqlite3 executescript example (GH-95383) by Miss Islington (bot) · 3 years, 1 month ago
  37. 3e9a496 Improve documentation for adding datetime and timedelta (gh-95403) (gh-95408) by Miss Islington (bot) · 3 years, 1 month ago
  38. b50f58e gh-86128: Add warning to ThreadPoolExecutor docs about atexit behaviour (GH-94008) by Miss Islington (bot) · 3 years, 1 month ago
  39. 9626dea [3.11] Update link to faster cpython benchmarks (GH-95391) (GH-95392) by Miss Islington (bot) · 3 years, 1 month ago
  40. 1230792 Docs: Fix refs & tweak wording in sqlite3 'Using shortcut methods' (#95357) by Miss Islington (bot) · 3 years, 1 month ago
  41. e14c4d5 gh-95273: Normalise sqlite3 reference wording (GH-95274) by Miss Islington (bot) · 3 years, 1 month ago
  42. f281182 gh-94630: Fixup sqlite3 argument spec docs for connection execute* methods (GH-95319) by Miss Islington (bot) · 3 years, 1 month ago
  43. 202311c [3.11] gh-95085: Promote Emscripten and WASI to PEP 11 tier 3 (GH-95086) (GH-95307) by Miss Islington (bot) · 3 years, 1 month ago
  44. 0d812a5 gh-94635: Add sqlite3 'Introduction' and 'Tutorial' doc headings (GH-95269) (GH-95304) by Miss Islington (bot) · 3 years, 1 month ago
  45. 86eb500 [3.11] gh-95185: Check recursion depth in the AST constructor (GH-95186) (GH-95208) by Miss Islington (bot) · 3 years, 1 month ago
  46. 5a9920f gh-95235: Add explicit parameter list to some sqlite3 methods (GH-95240) (GH-95263) by Miss Islington (bot) · 3 years, 1 month ago
  47. 19d9536 gh-95051: ensure that timeouts scheduled with `asyncio.Timeout` that have already expired are deliverered promptly (GH-95109) (GH-95216) by Miss Islington (bot) · 3 years, 1 month ago
  48. 4c10dba gh-95235: Document undocumented parameters in sqlite3 functions and methods (GH-95236) by Miss Islington (bot) · 3 years, 1 month ago
  49. 9217051 gh-93610: Improve docs for importlib.resources (GH-93611) (GH-95247) by Miss Islington (bot) · 3 years, 1 month ago
  50. 88ea2b6 gh-95173: Revert commit 51ed2c56a1852cd6b09c85ba81312dc9782772ce (GH-95176) by Miss Islington (bot) · 3 years, 1 month ago
  51. e8edbda [3.11] gh-93351: Add news entry and what's new entry for changes in gh-93351 (GH-95175) (#95178) by Pablo Galindo Salgado · 3 years, 1 month ago
  52. a1a1fd0 Doc: Add omitted secondary prompt in inputoutput tutorial (GH-30317) by Miss Islington (bot) · 3 years, 1 month ago
  53. 3a33e9b Fix copy-friendliness of tutorial example (GH-93424) by Miss Islington (bot) · 3 years, 1 month ago
  54. e99496e Fix async method reference links in `compound_stmts` docs (GH-94935) by Miss Islington (bot) · 3 years, 1 month ago
  55. 0fda874 Fix scheme count in `sysconfig` whatsnew entry (GH-94110) by Miss Islington (bot) · 3 years, 1 month ago
  56. 791c3fd Fix incorrect directive in multiprocessing module documentation (GH-93517) by Miss Islington (bot) · 3 years, 1 month ago
  57. 6a3b6c2 Closes gh-95133: docs, fix indentation level in TestCase.assertLogs example (GH-95134) by Miss Islington (bot) · 3 years, 1 month ago
  58. 12b56e4 gh-81040: Improve sqlite3.Cursor.rowcount docs (GH-94940) by Miss Islington (bot) · 3 years, 1 month ago
  59. a61aa52 gh-95112: Fix What's New 3.11 contribution note periods (GH-95115) by Miss Islington (bot) · 3 years, 1 month ago
  60. 6c43f3e gh-95112: Fix What's New 3.10 contribution note periods (GH-95114) by Miss Islington (bot) · 3 years, 1 month ago
  61. e2e8ec0 GH-95029: Describe Windows Store package isolation and redirection in more detail (GH-95030) by Miss Islington (bot) · 3 years, 1 month ago
  62. d2be442 Remove out of date reference to YIELD_FROM from docs. (GH-94966) (GH-94975) by Miss Islington (bot) · 3 years, 1 month ago
  63. a5c8cec Fix incorrect double indent in ast doc (GH-94976) by Miss Islington (bot) · 3 years, 1 month ago
  64. 37ec0bd In ast doc, update 'below' to 'above' (GH-94967) by Miss Islington (bot) · 3 years, 1 month ago
  65. 1c63734 gh-91348: Restore frame argument to sys._getframe audit event (GH-94928) by Miss Islington (bot) · 3 years, 1 month ago
  66. 5a34287 gh-91181: Add a What's New entry for dropping bytes support for `sys.path` (GH-94918) by Miss Islington (bot) · 3 years, 1 month ago
  67. ccbf853 gh-91181: drop support for bytes on sys.path (GH-31934) by Miss Islington (bot) · 3 years, 1 month ago
  68. 734c8b7 Add additional pointers to pathlib's mapping to os.path functions (GH-94828) by Miss Islington (bot) · 3 years, 1 month ago
  69. a6c4ca9 [3.11] [doc] Update cookbook example and add information about queue types. (GH-94854) (GH-94871) by Miss Islington (bot) · 3 years, 1 month ago
  70. 3b6cb56 GH-46771: docs for asyncio.timeout and task cancellation (GH-94794) by Miss Islington (bot) · 3 years, 1 month ago
  71. 016fd7b Docs: fix typo in sqlite3.rst (GH-94798) by Miss Islington (bot) · 3 years, 1 month ago
  72. 0a51204 [3.11] gh-90359: Unify documentation style for datetime.rst (gh-94836) (gh-94838) by Dong-hee Na · 3 years, 1 month ago
  73. c473627 gh-90359: Update documentation to follow PEP 495. (gh-94800) by Miss Islington (bot) · 3 years, 1 month ago
  74. 7c18501 docs: typing.Self, fix typo (GH-94771) by Miss Islington (bot) · 3 years, 1 month ago
  75. 45896f2 [3.11] gh-93883: elide traceback indicators when possible (GH-93994) (GH-94740) by John Belmonte · 3 years, 1 month ago
  76. f3212b1 GH-77265: Document NaN handling in statistics functions that sort or count (GH-94676) (#94726) by Miss Islington (bot) · 3 years, 1 month ago
  77. cb4359c Use mdash-es consistently in the library docs index (GH-92762) by Miss Islington (bot) · 3 years, 1 month ago
  78. 73a1800 [3.11] gh-94622: Add more references to the sqlite3 types anchor (GH-94623) (#94678) by Erlend Egeberg Aasland · 3 years, 1 month ago
  79. c72001e gh-94321: Document sqlite3.PrepareProtocol (GH-94620) by Miss Islington (bot) · 3 years, 1 month ago
  80. 3517c13 [3.11] gh-94628: Add explicit parameter list to sqlite3.connect docs (GH-94629) (#94645) by Erlend Egeberg Aasland · 3 years, 1 month ago
  81. fa44a76 gh-94630: Update sqlite3 docs with positional-only and keyword-only symbols (GH-94631) by Miss Islington (bot) · 3 years, 1 month ago
  82. 37a47b1 gh-94017: Improve clarity of sqlite3 transaction handling docs (GH-94320) by Miss Islington (bot) · 3 years, 1 month ago
  83. 552fc9a gh-91330: Tests and docs for dataclass descriptor-typed fields (GH-94424) (GH-94576) by Miss Islington (bot) · 3 years, 1 month ago
  84. 7a3dae06 Docs: Convert PEP 630 (Isolating Extension Modules) to a HOWTO (GH-94489) (GH-94566) by Miss Islington (bot) · 3 years, 1 month ago
  85. d49159b [3.11] bpo-46755: Don't log stack info twice in QueueHandler (GH-31355) (GH-94564) by Miss Islington (bot) · 3 years, 1 month ago
  86. 77bf973 Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551) (GH-94557) by Miss Islington (bot) · 3 years, 1 month ago
  87. 99a0668 gh-93626: Set the release for `__future__.annotations` to `None` (GH-93628) (GH-94553) by Miss Islington (bot) · 3 years, 2 months ago
  88. 8fe0b1d [3.11] Update logging documentation: change cross-reference and add webapp r… (GH-94541) by Vinay Sajip · 3 years, 2 months ago
  89. 1e7efbc IDLE doc: Tweek RESTART and Windows console start (GH-94530) by Miss Islington (bot) · 3 years, 2 months ago
  90. abf5f5c gh-81054: Document that SimpleHTTPRequestHandler follows symbolic links (GH-94416) (GH-94492) by Miss Islington (bot) · 3 years, 2 months ago
  91. 1b46df1 Update code sample when importing modules in queue doc (GH-94244) (GH-94490) by Miss Islington (bot) · 3 years, 2 months ago
  92. 6c40538 multiprocessing.spawn doc: Capitalize the p in "Python" (gh-94462) by Miss Islington (bot) · 3 years, 2 months ago
  93. 7fe949e GH-94398: TaskGroup: Fail create_task() during shutdown (GH-94400) (GH-94463) by Miss Islington (bot) · 3 years, 2 months ago
  94. aed28b7 xml.dom.minidom docs: fix typo (GH-93437) by Miss Islington (bot) · 3 years, 2 months ago
  95. b3d69ff GH-90908: Document asyncio.TaskGroup (GH-94359) (GH-94456) by Miss Islington (bot) · 3 years, 2 months ago
  96. ecc8e77 [3.11] gh-89038: [doc] update dis.findlinestarts documentation for changes related to PEP-626 (GH-94247) (GH-94450) by Irit Katriel · 3 years, 2 months ago
  97. 5084a64 bpo-92336: [doc] clarify that the dfile is read by the traceback display code (GH-94409) by Miss Islington (bot) · 3 years, 2 months ago
  98. cbd562f Docs: Update SyntaxError message in REPL example for list comprehension (GH-93901) (GH-94425) by Miss Islington (bot) · 3 years, 2 months ago
  99. 3b4f5ed [3.11] GH-93516: Backport GH-93769 (GH-94231) by Mark Shannon · 3 years, 2 months ago
  100. 3937dbf gh-61585: Clarify import scope in modules tutorial (GH-93455) (GH-94373) by Miss Islington (bot) · 3 years, 2 months ago