Python 3.9.0
  1. 9cf6752 Python 3.9.0 by Łukasz Langa · 4 years, 11 months ago v3.9.0
  2. e8165e7 bpo-37062: Enum: add extended AutoNumber example (GH-22349) (GH-22370) by Miss Islington (bot) · 4 years, 11 months ago
  3. c549527 bpo-41819: Fix compiler warning in init_dump_ascii_wstr() (GH-22332) by Miss Islington (bot) · 4 years, 11 months ago
  4. 168a838 [3.9] bpo-41490: Bump vendored pip to version 20.2.3 (GH-22527). (GH-22544) by Pablo Galindo · 4 years, 11 months ago
  5. c26a666 [3.9] bpo-41602: raise SIGINT exit code on KeyboardInterrupt from pymain_run_module (GH-21956) (#22397) by Łukasz Langa · 4 years, 11 months ago
  6. bd55c46 bpo-41815: SQLite: segfault if backup called on closed database (GH-22322) by Miss Islington (bot) · 4 years, 11 months ago
  7. d636089 Fix a compiler warning in pycore_pylifecycle.h (GH-22331) by Pablo Galindo · 4 years, 11 months ago
  8. df71b65 bpo-41875: Use __builtin_unreachable when possible (GH-22433) by Miss Islington (bot) · 4 years, 11 months ago
  9. 87e94e1 Typo fix - "mesasge" should be "message" (GH-22498) by Miss Skeleton (bot) · 4 years, 11 months ago
  10. f093007 [3.9] Remove duplicated words words (GH-22298). (GH-22299) by Serhiy Storchaka · 4 years, 11 months ago
  11. 3d87eee [3.9] Remove duplicated words words (GH-20413). (GH-22296) by Serhiy Storchaka · 4 years, 11 months ago
  12. fd510e3 [doc] Use list[int] instead of List[int] (etc.) in a few more places (GH-22524) by Miss Skeleton (bot) · 4 years, 11 months ago
  13. d96078b [doc] Fix link to abc.collections.Iterable (GH-22520) by Miss Skeleton (bot) · 4 years, 11 months ago
  14. faaa303 [3.9] bpo-41867: List options for timespec in docstrings of isoformat methods (GH-22418) by Miss Skeleton (bot) · 4 years, 11 months ago
  15. 5533c49 [3.9] bpo-40833: Clarify Path.rename doc-string regarding relative paths (GH-20554) by Miss Skeleton (bot) · 4 years, 11 months ago
  16. fd3d00a [doc] Fix link to abc.collections.Iterable (GH-22502) by Miss Skeleton (bot) · 4 years, 11 months ago
  17. 95de362 bpo-41802: Document 'PyDict_DelItem' can raise a 'KeyError' (GH-22291) by Miss Islington (bot) · 4 years, 11 months ago
  18. 5711c81 Fix grammar in secrets module documentation (GH-22467) by Miss Islington (bot) · 4 years, 11 months ago
  19. 900b985 [doc] Leverage the fact that the actual types can now be indexed for typing (GH-22340) by Miss Islington (bot) · 4 years, 11 months ago
  20. a5750cf bpo-41858: Clarify line in optparse doc (GH-22407) by Miss Islington (bot) · 4 years, 11 months ago
  21. 7e21aab bpo-41844: Add IDLE section to What's New 3.9 (GN-22382) by Miss Islington (bot) · 4 years, 11 months ago
  22. f8b3c64 bpo-35293: Travis CI uses "make venv" for the doc (GH-22307) (GH-22309) by Victor Stinner · 4 years, 11 months ago
  23. e5cc5fd bpo-41762: Fix usage of productionlist markup in the doc (GH-22281) by Miss Islington (bot) · 4 years, 11 months ago
  24. 8dd4302 [3.9] bpo-27032, bpo-37328: Document removing HTMLParser.unescape() (GH-22288) by Terry Jan Reedy · 4 years, 11 months ago
  25. 1f7c99c Post 3.9.0rc2 by Łukasz Langa · 5 years ago
  26. 274e9ce Merge tag 'v3.9.0rc2' into 3.9 by Łukasz Langa · 5 years ago
  27. f76a388 bpo-41662: Fix bugs in binding parameters in sqlite3 (GH-21998) by Miss Islington (bot) · 5 years ago
  28. a9ba8ba [3.9] bpo-39728: Enum: fix duplicate `ValueError` (GH-22277) (GH-22282) by Ethan Furman · 5 years ago
  29. 4465df6 _auto_called cleanup (GH-22285) by Miss Islington (bot) · 5 years ago
  30. 2bd31b5 Python 3.9.0rc2 by Łukasz Langa · 5 years ago v3.9.0rc2
  31. 48f9925 bpo-41517: do not allow Enums to be extended (GH-22271) by Miss Islington (bot) · 5 years ago
  32. 6a39888 bpo-41687: Fix error handling in Solaris sendfile implementation (GH-22128) by Miss Islington (bot) · 5 years ago
  33. 7e356f1 [3.9] bpo-41687: Fix sendfile implementation to work with Solaris (GH-22040) (GH-22273) by Łukasz Langa · 5 years ago
  34. a467706 [3.9] bpo-41789: honor object overrides in Enum classes (GH-22250) (GH-22272) by Ethan Furman · 5 years ago
  35. 95b81e2 bpo-39587: Enum - use correct mixed-in data type (GH-22263) (GH-22266) by Miss Islington (bot) · 5 years ago
  36. 49917d5 bpo-41780: Fix __dir__ of types.GenericAlias (GH-22262) by Miss Islington (bot) · 5 years ago
  37. 0374883 Improve the description of difflib in the documentation (GH-22253) (#22261) by Miss Islington (bot) · 5 years ago
  38. 55e0836 [3.9] bpo-41631: _ast module uses again a global state (GH-21961) (GH-22258) by Pablo Galindo · 5 years ago
  39. 0cc037f bpo-41776: Revise example of "continue" in the tutorial documentation (GH-22234) (GH-22255) by Miss Islington (bot) · 5 years ago
  40. b502c76 bpo-40721: add note about enum member name case (GH-22231) by Miss Islington (bot) · 5 years ago
  41. bf7d4d0 bpo-39883: Update macOS installer copy of LICENSE. (GH-22235) (GH-22236) by Miss Islington (bot) · 5 years ago
  42. b3d11ab [3.9] bpo-41778: Change a punctuation on documentation. (GH-22229) (GH-22232) by Emmanuel Arias · 5 years ago
  43. c978be2 bpo-33239: Fix default value of 'buffering' parameter in docs of tempfile.* functions (GH-21763) (GH-22225) by Miss Islington (bot) · 5 years ago
  44. 98f6e67 bpo-41672: Fix type mismatches in imaplib docs (GH-22207) by Miss Islington (bot) · 5 years ago
  45. 7dfcc8e bpo-39651: Fix asyncio proactor _write_to_self() (GH-22197) by Miss Islington (bot) · 5 years ago
  46. 34e3c75 bpo-41731: Make test_cmd_line_script pass with -vv (GH-22206) by Miss Islington (bot) · 5 years ago
  47. c2577b9 bpo-41729: Fix test_winconsole failures (3) and hang (GH-22146) by Miss Islington (bot) · 5 years ago
  48. c97e402 [doc] struct: update note about network byte order form to be more helpful (GH-22201) by Miss Islington (bot) · 5 years ago
  49. 7af6bf4 Doc: Fix alphabetical ordering of removeprefix/suffix. (GH-22194) by Miss Islington (bot) · 5 years ago
  50. 1b4bdb4 bpo-37149: Change Shipman tkinter link from archive.org to TkDocs (GH-22188) by Miss Islington (bot) · 5 years ago
  51. b86e626 [doc] Remove superfluous comment about equal in f-strings (GH-22006) by Miss Islington (bot) · 5 years ago
  52. 5f76d72 Update idlelib/help.html to current IDLE doc (GH-22181) by Miss Islington (bot) · 5 years ago
  53. 41dbd6e Add missing colon to IDLE doc markup (GH-22007) by Miss Islington (bot) · 5 years ago
  54. 46bc21e [3.9] bpo-41688: Document bug in **= dispatching in the language data… (GH-22172) by Ammar Askar · 5 years ago
  55. 5dd8b3d Fix incorrect bpo number in change notes. (GH-22151) (#22174) by Miss Islington (bot) · 5 years ago
  56. 014b4ef Fixes dead links to Django's logging config docs (GH-20823) (GH-22170) by Miss Islington (bot) · 5 years ago
  57. b2376f9 Fix compiler warnings in init_dump_ascii_wstr() (GH-22150) by Miss Islington (bot) · 5 years ago
  58. 11a82c7 bpo-41525: Make the Python program help ASCII-only (GH-21836) by Miss Islington (bot) · 5 years ago
  59. fd1c725 [doc] Fix padding in timeit (GH-22152) by Miss Islington (bot) · 5 years ago
  60. 6e770fc [3.9] Fix typo in typing.py (GH-22121) (GH-22156) by Miss Islington (bot) · 5 years ago
  61. 1671b0e bpo-41720: Add "return NotImplemented" in turtle.Vec2D.__rmul__(). (GH-22092) by Miss Islington (bot) · 5 years ago
  62. c73ee5a bpo-41401: Fix test_fspath_support in test_io. (GH-21640) (GH-22133) by Victor Stinner · 5 years ago
  63. b6d2acb [3.9] closes bpo-41723: Fix an error in the py_compile documentation. (GH-22118) by Benjamin Peterson · 5 years ago
  64. e4b359d [3.9] [doc] Fix padding in some typing definitions (GH-22114) (GH-22115) by Miss Islington (bot) · 5 years ago
  65. a708ae7 bpo-41218: Improve the test cases for test_compile_top_level_await_no_coro (GH-21363) (GH-22109) by Miss Islington (bot) · 5 years ago
  66. 21100ab Remove unnecessary grammar decorations and change header (GH-20819) (GH-22101) by Miss Islington (bot) · 5 years ago
  67. d64d78b bpo-41531: Fix compilation of dict literals with more than 0xFFFF elements (GH-21850) (GH-22107) by Miss Islington (bot) · 5 years ago
  68. 242eac1 On path with known exact float, extract the double with the fast macro. (GH-21072) by Miss Islington (bot) · 5 years ago
  69. e92219d bpo-29590: fix stack trace for gen.throw() with yield from (GH-19896) by Miss Islington (bot) · 5 years ago
  70. 106c1df7 closes bpo-41533: Fix a potential memory leak when allocating a stack (GH-21847) by Miss Islington (bot) · 5 years ago
  71. 8ed1c17 Fix typo in message from assert statement (GH-21283) by Miss Islington (bot) · 5 years ago
  72. fbb9ee0 [3.9] bpo-38787: Clarify docs for PyType_GetModule and warn against common mistake (GH-20215) (GH-21984) by Miss Islington (bot) · 5 years ago
  73. bf8bf1c [3.9] Improve asyncio-dev 'Concurrency and Multithreading' docs (GH-20882) (GH-22009) by Miss Islington (bot) · 5 years ago
  74. bd078df [3.9] bpo-40486: Specify what happens if directory content change diring iteration (GH-22025) (GH-22093) by Miss Islington (bot) · 5 years ago
  75. 78ef1b6 [3.9] Fix error in argparse documentation example (GH-17399) (GH-21992) by Miss Islington (bot) · 5 years ago
  76. 672d8b9 [3.9] [doc] Fix a typo in the graphlib docs (GH-22030) (GH-22076) by Miss Islington (bot) · 5 years ago
  77. 6386e86 bpo-38585: Remove references to defusedexpat (GH-22095) by Miss Islington (bot) · 5 years ago
  78. fb050d0 bpo-41721: Add xlc options (GH-22097) by Miss Islington (bot) · 5 years ago
  79. 8f13ff9 bpo-41700: Skip test if the locale is not supported (GH-22081) (GH-22085) by Miss Islington (bot) · 5 years ago
  80. 8d68e59 bpo-39010: Improve test shutdown (GH-22066) (#22082) by Miss Islington (bot) · 5 years ago
  81. a268005 bpo-41696: Fix handling of debug mode in asyncio.run (GH-22069) (#22071) by Miss Islington (bot) · 5 years ago
  82. 49571c0 bpo-39010: Fix errors logged on proactor loop restart (GH-22017) (#22034) by Miss Islington (bot) · 5 years ago
  83. 270e249 [3.9] Fix 'gather' rules in the python parser generator (GH-22021) (GH-22080) by Pablo Galindo · 5 years ago
  84. be17295 [3.9] bpo-41697: Correctly handle KeywordOrStarred when parsing arguments in the parser (GH-22077) (GH-22079) by Pablo Galindo · 5 years ago
  85. a5d0232 bpo-39883: Use BSD0 license for code in docs (GH-17635) (GH-22073) by Miss Islington (bot) · 5 years ago
  86. 8de34cd [3.9] bpo-41690: Use a loop to collect args in the parser instead of recursion (GH-22053) (GH-22067) by Pablo Galindo · 5 years ago
  87. a763ee3 [3.9] bpo-39349: Add cancel_futures to Executor.shutdown base class (GH-22023) (GH-22048) by Shantanu · 5 years ago
  88. 27183f4 Fix invalid escape sequences in the peg_highlight Sphinx extension (GH-22047) (GH-22065) by Miss Islington (bot) · 5 years ago
  89. bafaf07 [doc] Remove references to PyChecker. (GH-22054) by Miss Islington (bot) · 5 years ago
  90. e2e0338 Remove reference to Boa Constructor. (GH-22056) by Miss Islington (bot) · 5 years ago
  91. 63fa113 Fixed mistake in test for f-string error description (GH-22036) (GH-22059) (GH-22060) by Miss Islington (bot) · 5 years ago
  92. e2977f6 Note the buffer slots can be set with PyType_Spec with the unlimited API. (GH-22052) by Miss Islington (bot) · 5 years ago
  93. d14775d [3.9] bpo-41654: Fix deallocator of MemoryError to account for subclasses (GH-22020) (GH-22045) by Pablo Galindo · 5 years ago
  94. 4217b3c bpo-41617: Fix pycore_byteswap.h to support clang 3.0 (GH-22042) (GH-22044) by Victor Stinner · 5 years ago
  95. c16a2a1 bpo-41681: Fix for `f-string/str.format` error description when using 2 `,` in format specifier (GH-22036) (GH-22041) by Miss Islington (bot) · 5 years ago
  96. ca55ecb bpo-41344: Raise ValueError when creating shared memory of size 0 (GH-21556) (GH-22018) by Miss Islington (bot) · 5 years ago
  97. 901c2ea bpo-41524: fix pointer bug in PyOS_mystr{n}icmp (GH-21845) (GH-21978) by Miss Islington (bot) · 5 years ago
  98. 6b5e887 bpo-41634: Fix a typo in the curses documentation (GH-21958) by Miss Islington (bot) · 5 years ago
  99. 88b86a9 bpo-19521: Fix parallel build race condition on AIX (GH-22001) by Miss Islington (bot) · 5 years ago
  100. c01a7ed [3.9] bpo-41624: fix documentation of typing.Coroutine (GH-21952) (#21982) by Karthikeyan Singaravelan · 5 years ago