Python 3.11.0rc1
  1. 41cb071 Python 3.11.0rc1 by Pablo Galindo · 3 years ago v3.11.0rc1
  2. d6cf9e4 [3.11] Update the magic number in test_util.py (GH-95714) (#95716) by Miss Islington (bot) · 3 years ago
  3. 96555cb [3.11] Remove draft notice from 3.11 What's new (GH-95713) (#95715) by Miss Islington (bot) · 3 years ago
  4. 954b887 gh-95573: Reduce test data size in test_asyncio/test_ssl.py (GH-95668) (GH-95705) by Miss Islington (bot) · 3 years ago
  5. 6a36b8e [3.11] Clarifying the documentation on library/syslog (GH-92587) (GH-95492) by Shantanu · 3 years ago
  6. 0e636e4 gh-95573: Fix a mistake in asyncio ssl tests suppressing all logs (GH-95687) (GH-95699) by Miss Islington (bot) · 3 years ago
  7. 8232812 GH-95685: Fix rendering of the string documentation (GH-95686) (GH-95700) by Miss Islington (bot) · 3 years ago
  8. 07d97c9 GH-90997: Document CACHEs (GH-95694) (GH-95696) by Miss Islington (bot) · 3 years ago
  9. 4512a16 gh-65802: IDLE - explain SaveAs and extensions (GH-95690) (GH-95692) by Miss Islington (bot) · 3 years ago
  10. 7dc0daf [3.11] Docs: sqlite3 docs fixup (GH-95681) (GH-95683) by Erlend Egeberg Aasland · 3 years ago
  11. cb02dc0 [3.11] gh-92678: Correct return values for errors in PyInit__testcapi (#95664) by Pablo Galindo Salgado · 3 years ago
  12. 4d37b42 [3.11] gh-95271: Extract placeholders howto from sqlite3 tutorial (GH-95522) (#95677) by Erlend Egeberg Aasland · 3 years ago
  13. 71ca01e Remove 3.11 beta release notice from macOS installer displays (GH-95669) by Ned Deily · 3 years ago
  14. 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
  15. 6d83441 gh-95656: Enable the sqlite3 load extension API in Windows build (GH-95662) by Miss Islington (bot) · 3 years ago
  16. 33de186 Docs: fix two typos in the sqlite3 docs (GH-95661) by Miss Islington (bot) · 3 years ago
  17. f5011df gh-95587: Fixes some upgrade detection issues in the Windows installer (GH-95631) by Miss Islington (bot) · 3 years, 1 month ago
  18. 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, 1 month ago
  19. 2d84fe5 GH-95289: Always call uncancel() when parent cancellation is requested (GH-95602) by Miss Islington (bot) · 3 years, 1 month ago
  20. f292635 gh-94936: C getters: co_varnames, co_cellvars, co_freevars (GH-95008) by Miss Islington (bot) · 3 years, 1 month ago
  21. c521c5c gh-91838: Resolve HTTP links which redirect to HTTPS (GH-95642) by Miss Islington (bot) · 3 years, 1 month ago
  22. 312dab2 Revert "[3.11] GH-92678: Expose managed dict clear and visit functions (GH-95246). (#95256)" (#95647) by Mark Shannon · 3 years, 1 month ago
  23. 2ab5601 GH-92678: Fix tp_dictoffset inheritance. (GH-95596) (GH-95604) by Mark Shannon · 3 years, 1 month ago
  24. 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
  25. 390c80d gh-95638: Update idlelib README file and menu lists (GH-95639) by Miss Islington (bot) · 3 years, 1 month ago
  26. b56a80e gh-95191: IDLE Prompts entry for What's New 3.10 (GH-95633) by Miss Islington (bot) · 3 years, 1 month ago
  27. dc5fecb gh-95191: IDLE Prompts entry for Whatnew 3.11 (GH-95632) by Miss Islington (bot) · 3 years, 1 month ago
  28. 1bd1e37 gh-94675: Add a regression test for rjsmin re slowdown (GH-94685) by Miss Islington (bot) · 3 years, 1 month ago
  29. 3132318 [3.11] [Enum] add whatsnew entries (GH-95455) (GH-95620) by Miss Islington (bot) · 3 years, 1 month ago
  30. 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
  31. 450ee4f gh-90817: Use .. deprecated-removed:: when removal version known (GH-94960) by Miss Islington (bot) · 3 years, 1 month ago
  32. 1ed023b gh-95597: Fix typo in Lib directory files (GH-95599) by Miss Islington (bot) · 3 years, 1 month ago
  33. 1016df0 gh-95423: Update winreg.DeleteKeyEx documentation and remove dynamic function load (GH-95521) by Steve Dower · 3 years, 1 month ago
  34. 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
  35. 8d09626 gh-95273: Align sqlite3 const doc refs with the devguide recommendations (GH-95525) by Miss Islington (bot) · 3 years, 1 month ago
  36. 5bc2c3a gh-95609: update bundled pip to 22.2.2 (gh-95610) by Miss Islington (bot) · 3 years, 1 month ago
  37. 72cad6c gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452) by Miss Islington (bot) · 3 years, 1 month ago
  38. 698b52c gh-95233: Correct grp.getgrgid parameter name in documentation (gid -> id) (gh-95232) by Miss Islington (bot) · 3 years, 1 month ago
  39. 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
  40. 8570f6d gh-95191: IDLE: Include prompts when saving Shell GH-95554 (#95557) by Miss Islington (bot) · 3 years, 1 month ago
  41. 118851b gh-83270: Update IDLE's credits (GH-95528) by Miss Islington (bot) · 3 years, 1 month ago
  42. 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
  43. b12dba4 gh-91447: Fix findtext to only give an empty string on None (GH-91486) by Miss Islington (bot) · 3 years, 1 month ago
  44. 7baca3c GH-95150: Use position and exception tables for code hashing and equality (GH-95509) by Miss Islington (bot) · 3 years, 1 month ago
  45. 76d83b1 gh-95173: Add a regression test for sorting tuples containing None (GH-95464) by Miss Islington (bot) · 3 years, 1 month ago
  46. 3192fd7 gh-95445: Ensure Windows msi uninstalls document folder successfully (GH-95465) by Miss Islington (bot) · 3 years, 1 month ago
  47. e62a0df [3.11] gh-95174: Add pthread stubs for WASI (GH-95234) (#95503) by Christian Heimes · 3 years, 1 month ago
  48. 9af9ea2 [3.11] gh-95415: Make availability directive consistent (GH-95416) (GH-95438) by Christian Heimes · 3 years, 1 month ago
  49. ad2872f gh-95273: Clarify when sqlite_* attributes are added to sqlite3 exceptions (GH-95523) by Miss Islington (bot) · 3 years, 1 month ago
  50. e4541c4 gh-95511: IDLE - fix Shell context menu copy-with-prompts bug (GH-95512) by Miss Islington (bot) · 3 years, 1 month ago
  51. a4cda28 bpo-42037: Corrected request dependencies in CookieJar functions (GH-23112) by Miss Islington (bot) · 3 years, 1 month ago
  52. ab444b7 IDLE: Fix docs URL in the About window (GH-28417) by Miss Islington (bot) · 3 years, 1 month ago
  53. 06b5f78 [3.11] gh-95174: WASI: skip missing sockets functions (GH-95179) (GH-95308) by Christian Heimes · 3 years, 1 month ago
  54. 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
  55. db13c0c [3.11] gh-95174: Handle missing dup() and constants in WASI (GH-95229) (GH-95272) by Christian Heimes · 3 years, 1 month ago
  56. 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
  57. 3ca0016 gh-95471: IDLE - Tweak Edit menu (GH-95481) by Miss Islington (bot) · 3 years, 1 month ago
  58. cfef4df gh-90654: IDLE - Insert blank line in NEWS.txt (GH-95478) by Miss Islington (bot) · 3 years, 1 month ago
  59. bd6452a gh-94938: Fix test (GH-95396) by Miss Islington (bot) · 3 years, 1 month ago
  60. a459ee9 gh-95411: IDLE - Enable using the module browser with .pyw files (GH-95397) by Miss Islington (bot) · 3 years, 1 month ago
  61. 1187efe gh-95273: Relocate sqlite3 enable load extension note (GH-95430) by Miss Islington (bot) · 3 years, 1 month ago
  62. 30ca691 gh-95432: Fixup sqlite3 tutorial example (GH-95431) by Miss Islington (bot) · 3 years, 1 month ago
  63. efeda8b GH-95097: fix `asyncio.run` for tasks without `uncancel` method (GH-95211) (GH-95387) by Miss Islington (bot) · 3 years, 1 month ago
  64. c26470f gh-95273: Improve sqlite3 class descriptions (GH-95379) by Miss Islington (bot) · 3 years, 1 month ago
  65. 00566a8 GH-90081: Run python tracers at full speed (GH-95328) (#95363) by Miss Islington (bot) · 3 years, 1 month ago
  66. f06f365 gh-95273: Move sqlite3 executemany examples from reference to tutorial (GH-95351) by Miss Islington (bot) · 3 years, 1 month ago
  67. 6eae15a gh-95273: Condense sqlite3 executescript example (GH-95383) by Miss Islington (bot) · 3 years, 1 month ago
  68. 3e9a496 Improve documentation for adding datetime and timedelta (gh-95403) (gh-95408) by Miss Islington (bot) · 3 years, 1 month ago
  69. 309c8f3 gh-89610: Add .pyi as a recognised extension for IDLE on macOS (GH-95393) by Miss Islington (bot) · 3 years, 1 month ago
  70. b50f58e gh-86128: Add warning to ThreadPoolExecutor docs about atexit behaviour (GH-94008) by Miss Islington (bot) · 3 years, 1 month ago
  71. 1368a1f gh-95359: Fix py.exe launcher handling of per-user py.ini and command names (GH-95399) by Miss Islington (bot) · 3 years, 1 month ago
  72. 9626dea [3.11] Update link to faster cpython benchmarks (GH-95391) (GH-95392) by Miss Islington (bot) · 3 years, 1 month ago
  73. 6934726 gh-95369: add missing decref in error case of exception group's split (GH-95370) by Miss Islington (bot) · 3 years, 1 month ago
  74. 763801a gh-95166: cancel map waited on future on timeout (GH-95169) (GH-95364) by Miss Islington (bot) · 3 years, 1 month ago
  75. 1230792 Docs: Fix refs & tweak wording in sqlite3 'Using shortcut methods' (#95357) by Miss Islington (bot) · 3 years, 1 month ago
  76. d3cc99b gh-95355: Check tokens[0] after allocating memory (GH-95356) by Miss Islington (bot) · 3 years, 1 month ago
  77. 7813d97 [3.11] GH-93899: fix checks for eventfd flags (GH-95170). (#95342) by Kumar Aditya · 3 years, 1 month ago
  78. 33efd7f [3.11] gh-94938: Fix errror detection of unexpected keyword arguments (GH-94999) (GH-95353) by Serhiy Storchaka · 3 years, 1 month ago
  79. 547f0bb gh-95339: update bundled pip to 22.2.1 (gh-95340) by Miss Islington (bot) · 3 years, 1 month ago
  80. 503a3a7 [3.11] gh-95324: Emit a warning if an object doesn't call PyObject_GC_UnTrack during deallocation in debug mode (GH-95325) (#95336) by Miss Islington (bot) · 3 years, 1 month ago
  81. 25086f1 gh-95174: Move WASIX logic into wasi-env (GH-95320) by Miss Islington (bot) · 3 years, 1 month ago
  82. e14c4d5 gh-95273: Normalise sqlite3 reference wording (GH-95274) by Miss Islington (bot) · 3 years, 1 month ago
  83. f281182 gh-94630: Fixup sqlite3 argument spec docs for connection execute* methods (GH-95319) by Miss Islington (bot) · 3 years, 1 month ago
  84. 6b01fc70 GH-95045: gc untrack _lsprof.Profiler before deallocating it (GH-95315) by Miss Islington (bot) · 3 years, 1 month ago
  85. c72c1d6 [3.11] gh-94801: Fix regression in configure's CPPFLAGS handling (GH-95288) (GH-95297) by Christian Heimes · 3 years, 1 month ago
  86. 9640c4c gh-95041: Fail syslog.syslog in case inner call to syslog.openlog fails (GH-95264) by Miss Islington (bot) · 3 years, 1 month ago
  87. 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
  88. 131fc72 [3.11] gh-95280: Fix test_get_ciphers on systems without RSA key exchange (GH-95282) (GH-95310) by Miss Islington (bot) · 3 years, 1 month ago
  89. f083adf Fix minor docstring issues in `dataclasses.py`. (gh-93024) (GH-95286) by Miss Islington (bot) · 3 years, 1 month ago
  90. c72940a gh-95291: Use import helper to improve sqlite3 audit tests (GH-95292) (GH-95293) by Miss Islington (bot) · 3 years, 1 month ago
  91. 7df3a1c gh-95285: py.exe launcher fails with short argv0 (GH-95295) (GH-95298) by Miss Islington (bot) · 3 years, 1 month ago
  92. 0d812a5 gh-94635: Add sqlite3 'Introduction' and 'Tutorial' doc headings (GH-95269) (GH-95304) by Miss Islington (bot) · 3 years, 1 month ago
  93. 820904e gh-95041: Fix several minor issues in syslog.openlog() (GH-95058) (GH-95261) by Miss Islington (bot) · 3 years, 1 month ago
  94. 5e971e8 gh-93351: Add news entry and what's new entry for changes in gh-93351 (GH-95175) (GH-95177) by Miss Islington (bot) · 3 years, 1 month ago
  95. 6fe7e02 gh-91810: Fix regression with writing an XML declaration with encoding='unicode' (GH-93426) (GH-93793) by Miss Islington (bot) · 3 years, 1 month ago
  96. 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
  97. 5a9920f gh-95235: Add explicit parameter list to some sqlite3 methods (GH-95240) (GH-95263) by Miss Islington (bot) · 3 years, 1 month ago
  98. 6284f23 gh-95205: Improve WASM README.md (GH-95267) (GH-95270) by Miss Islington (bot) · 3 years, 1 month ago
  99. 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
  100. 2fb64a0 Post 3.11.0b5 by Pablo Galindo · 3 years, 1 month ago