Python 3.8.6
  1. db45529 Python 3.8.6 by Łukasz Langa · 5 years ago v3.8.6
  2. 5acc1b5 bpo-37062: Enum: add extended AutoNumber example (GH-22349) (GH-22369) by Miss Islington (bot) · 5 years ago
  3. 2466a7a bpo-35764: Rewrite the IDLE Calltips doc section (GH-22363) by Miss Islington (bot) · 5 years ago
  4. 6d372ef fix `EventType` bases by Miss Islington (bot) · 5 years ago
  5. 7bcbb53 bpo-40181: Remove '/' reminder in IDLE calltips. (GH-22350) by Miss Islington (bot) · 5 years ago
  6. ca2d99d bpo-41815: SQLite: segfault if backup called on closed database (GH-22322) by Miss Islington (bot) · 5 years ago
  7. 488e3eb bpo-41811: create SortKey members using first given value (GH-22316) (GH-22326) by Miss Islington (bot) · 5 years ago
  8. 3acc403 bpo-35293: Travis CI uses "make venv" for the doc (GH-22307) (GH-22309) (GH-22310) by Victor Stinner · 5 years ago
  9. b7cdea8 bpo-35293: Remove RemovedInSphinx40Warning (GH-22198) by Miss Islington (bot) · 5 years ago
  10. c5cddc1 bpo-41762: Fix usage of productionlist markup in the doc (GH-22281) (GH-22300) by Miss Islington (bot) · 5 years ago
  11. 038688a [3.8] Remove duplicated words words (GH-20413). (GH-22297) by Serhiy Storchaka · 5 years ago
  12. 5efb1a7 [3.8] bpo-39728: Enum: fix duplicate `ValueError` (GH-22277) (GH-22283) by Ethan Furman · 5 years ago
  13. 007edda _auto_called cleanup (GH-22285) by Miss Islington (bot) · 5 years ago
  14. 3f40121 bpo-41517: do not allow Enums to be extended (GH-22271) by Miss Islington (bot) · 5 years ago
  15. 929112e bpo-41789: honor object overrides in Enum classes (GH-22250) by Miss Islington (bot) · 5 years ago
  16. 8f8ebcc bpo-39587: Enum - use correct mixed-in data type (GH-22263) by Miss Islington (bot) · 5 years ago
  17. 5fdc142 Improve the description of difflib in the documentation (GH-22253) (GH-22260) by Miss Islington (bot) · 5 years ago
  18. a0da907 bpo-41776: Revise example of "continue" in the tutorial documentation (GH-22234) (GH-22256) by Miss Islington (bot) · 5 years ago
  19. 624cc10 bpo-40721: add note about enum member name case (GH-22231) by Miss Islington (bot) · 5 years ago
  20. b007a9b bpo-41744: Package python.props with correct name in NuGet package (GH-22154) by Miss Islington (bot) · 5 years ago
  21. 3c618d0 bpo-39883: Update macOS installer copy of LICENSE. (GH-22235) by Miss Islington (bot) · 5 years ago
  22. d09bead bpo-41778: Change a punctuation on documentation. (GH-22229) (GH-22230) by Miss Islington (bot) · 5 years ago
  23. 38c8d39 [3.8] bpo-37479: Enum - use correct __format__ (GH-14545) by Ethan Furman · 5 years ago
  24. bf50b0e bpo-33239: Fix default value of 'buffering' parameter in docs of tempfile.* functions (GH-21763) (GH-22226) by Miss Islington (bot) · 5 years ago
  25. 3a150c7 bpo-41672: Fix type mismatches in imaplib docs (GH-22207) (#22218) by Miss Islington (bot) · 5 years ago
  26. 530d110 bpo-39651: Fix asyncio proactor _write_to_self() (GH-22197) by Miss Islington (bot) · 5 years ago
  27. 77901dc bpo-41731: Make test_cmd_line_script pass with -vv (GH-22206) by Miss Islington (bot) · 5 years ago
  28. bbab340 bpo-41729: Fix test_winconsole failures (3) and hang (GH-22146) by Miss Islington (bot) · 5 years ago
  29. e4c6947 [doc] struct: update note about network byte order form to be more helpful (GH-22201) by Miss Islington (bot) · 5 years ago
  30. 8a30bdd bpo-37149: Change Shipman tkinter link from archive.org to TkDocs (GH-22188) (#22193) by Miss Islington (bot) · 5 years ago
  31. e3d0e9b [doc] Remove superfluous comment about equal in f-strings (GH-22006) by Miss Islington (bot) · 5 years ago
  32. 9133b01 Update idlelib/help.html to current IDLE doc (GH-22181) by Miss Islington (bot) · 5 years ago
  33. d423aa8 Add missing colon to IDLE doc markup (GH-22007) by Miss Islington (bot) · 5 years ago
  34. 4c4c354 [3.8] [3.9] bpo-41688: Document bug in **= dispatching in the language data… (GH-22172) (GH-22175) by Miss Islington (bot) · 5 years ago
  35. 778a9b2 Fixes dead links to Django's logging config docs (GH-20823) (GH-22171) by Miss Islington (bot) · 5 years ago
  36. 23d3681 Fix compiler warnings in init_dump_ascii_wstr() (GH-22150) by Miss Islington (bot) · 5 years ago
  37. 9171dc2 bpo-41525: Make the Python program help ASCII-only (GH-21836) by Miss Islington (bot) · 5 years ago
  38. 68bc679 [3.8] [doc] Fix padding in timeit (GH-22152) (GH-22159) by Miss Islington (bot) · 5 years ago
  39. 7799dd3 [3.8] Fix typo in typing.py (GH-22121) (GH-22158) by Mariatta · 5 years ago
  40. 3cb5073 Post 3.8.6rc1 by Łukasz Langa · 5 years ago
  41. 7c6dc85 Merge tag 'v3.8.6rc1' into 3.8 by Łukasz Langa · 5 years ago
  42. ebef6c0 bpo-41720: Add "return NotImplemented" in turtle.Vec2D.__rmul__(). (GH-22092) by Miss Islington (bot) · 5 years ago
  43. 08bd63d Python 3.8.6rc1 by Łukasz Langa · 5 years ago v3.8.6rc1
  44. 84105cb bpo-41401: Fix test_fspath_support in test_io. (GH-21640) (GH-22133) (GH-22135) by Victor Stinner · 5 years ago
  45. 4e581d6 closes bpo-41723: Fix an error in the py_compile documentation. (GH-22110) by Miss Islington (bot) · 5 years ago
  46. 6ae6195 bpo-41654: Explicitly cast PyExc_MemoryError to PyTypeObject to avoid warning (GH-22102) by Pablo Galindo · 5 years ago
  47. 4ddb2d7 [3.8] Improve asyncio-dev 'Concurrency and Multithreading' docs (GH-20882) (GH-22010) by Miss Islington (bot) · 5 years ago
  48. e77547b [3.8] Fix error in argparse documentation example (GH-17399) (GH-21990) by Miss Islington (bot) · 5 years ago
  49. 66e9c2a [3.8] closes bpo-41533: Fix a potential memory leak when allocating a stack (GH-21847) (GH-22015) by Miss Islington (bot) · 5 years ago
  50. e52f5bc [3.8] bpo-40486: Specify what happens if directory content change diring iteration (GH-22025) (GH-22094) by Miss Islington (bot) · 5 years ago
  51. 1470c91 bpo-38585: Remove references to defusedexpat (GH-22095) by Miss Islington (bot) · 5 years ago
  52. 4bcff52 bpo-41700: Skip test if the locale is not supported (GH-22081) (GH-22086) by Miss Islington (bot) · 5 years ago
  53. 40e2444 bpo-39010: Improve test shutdown (GH-22066) (#22083) by Miss Islington (bot) · 5 years ago
  54. 1f5f127 bpo-41696: Fix handling of debug mode in asyncio.run (GH-22069) (#22072) by Miss Islington (bot) · 5 years ago
  55. a986b06 bpo-39010: Fix errors logged on proactor loop restart (GH-22017) (#22035) by Miss Islington (bot) · 5 years ago
  56. 9fef7c5 bpo-39883: Use BSD0 license for code in docs (GH-17635) (GH-22074) by Miss Islington (bot) · 5 years ago
  57. 5d663ed [doc] Remove references to PyChecker. (GH-22055) by Miss Islington (bot) · 5 years ago
  58. a8b05c4 Remove reference to Boa Constructor. (GH-22057) by Miss Islington (bot) · 5 years ago
  59. 77f4000 [3.8] [3.9] bpo-41654: Fix deallocator of MemoryError to account for subclasses (GH-22020) (GH-22046) by Pablo Galindo · 5 years ago
  60. 38e3287 bpo-41344: Raise ValueError when creating shared memory of size 0 (GH-21556) (GH-22019) by Miss Islington (bot) · 5 years ago
  61. 85ca9c0 bpo-41524: fix pointer bug in PyOS_mystr{n}icmp (GH-21845) (GH-22016) by Miss Islington (bot) · 5 years ago
  62. a1473d2 bpo-41634: Fix a typo in the curses documentation (GH-21958) by Miss Islington (bot) · 5 years ago
  63. 838316d [3.8] bpo-41624: fix documentation of typing.Coroutine (GH-21952). (#21983) by Karthikeyan Singaravelan · 5 years ago
  64. 641279e bpo-41609: Fix output of pdb's whatis command for instance methods (GH-21935) (#21976) by Miss Islington (bot) · 5 years ago
  65. 7475aa2 bpo-33660: Fix PosixPath to resolve a relative path on root (GH-21975) by Miss Islington (bot) · 5 years ago
  66. 57b6988 [3.8] bpo-32751: Wait for task cancel in asyncio.wait_for() when timeout <= 0 (GH-21895) (#21967) by Elvis Pranskevichus · 5 years ago
  67. 6e1954c bpo-37658: Fix asyncio.wait_for() to respect waited task status (GH-21894) (#21965) by Miss Islington (bot) · 5 years ago
  68. 0804539 Document vars behavior when __dict__ is missing (GH-21466) (GH-21941) by Miss Islington (bot) · 5 years ago
  69. e94d5db Fix grammar in Doc/tutorial/controlflow.rst (GH-21885) (#21923) by Miss Islington (bot) · 5 years ago
  70. 0694b82 bpo-40994: Ungroup items in collections.abc documentation for improved clarity (GH-21880) (#21927) by Miss Islington (bot) · 5 years ago
  71. 1370d9d bpo-41572: Fix grammar in BaseTransport.close docstring (GH-21914) (GH-21930) by Miss Islington (bot) · 5 years ago
  72. 7d0fef5 bpo-40204: Allow pre-Sphinx 3 syntax in the doc (GH-21844) (GH-21901) (GH-21928) by Victor Stinner · 5 years ago
  73. 34889a5 [3.8] venv: Update Aspen URL in 'activate' script comment (GH-21797) by Frank Dana · 5 years ago
  74. 2bcd0fe Fix typo in message from assert statement (GH-21283) by Miss Islington (bot) · 5 years ago
  75. 1baa8b1 bpo-40782: Change asyncio.AbstractEventLoop.run_in_executor to be a method not a coroutine (GH-21852) by Miss Islington (bot) · 5 years ago
  76. 08f0a21 [3.8] bpo-41503: Fix race between setTarget and flush in logging.handlers.MemoryHandler (GH-21765) (GH-21898) by Miss Islington (bot) · 5 years ago
  77. 2434581 bpo-31122: ssl.wrap_socket() now raises ssl.SSLEOFError rather than OSError when peer closes connection during TLS negotiation (GH-18772) by Miss Islington (bot) · 5 years ago
  78. 0a5b30d Fix typo in typing doc (GH-21879) by Miss Islington (bot) · 5 years ago
  79. 2a9f709 bpo-41410: Fix outdated info in mkstemp docs (GH-21701) by Miss Islington (bot) · 5 years ago
  80. e05f20b Fixed comment about pathlib.link_to: it was added in 3.8, not changed. (GH-21851) (#21866) by Miss Islington (bot) · 5 years ago
  81. 43b3e4c [3.8] bpo-41066: Update the comparison section for os vs pathlib (GH-21261) (GH-21864) by Antoine Pitrou · 5 years ago
  82. a3416c1 [3.9] bpo-41520: Fix second codeop regression (GH-21848) by Miss Islington (bot) · 5 years ago
  83. afff51f bpo-41520: codeop no longer ignores SyntaxWarning (GH-21838) by Miss Islington (bot) · 5 years ago
  84. 622d90f bpo-41475: Fix note in "What's new in 3.7" (GH-21733) (GH-21833) by Miss Islington (bot) · 5 years ago
  85. 7b3ceaa [3.8] bpo-41504: Add links to asttokens, leoAst, LibCST and parso to ast docs (GH-21773) (GH-21829) by Miss Islington (bot) · 5 years ago
  86. 09d8260 bpo-40548: Fix "Check for source changes (pull_request)" GH Action job (GH-21806) by Miss Islington (bot) · 5 years ago
  87. 860bc0e bpo-41514: Fix buggy IDLE test (GH-21808) by Miss Islington (bot) · 5 years ago
  88. 61f23cb bpo-41468: Improve and test IDLE run error exit (GH-21798) by Miss Islington (bot) · 5 years ago
  89. f421865 [3.8] Doc: Add output to example code in programming FAQ (GH-21346) (GH-21791) by Miss Islington (bot) · 5 years ago
  90. 6925523 Improve renamed test_run.RecursionLimitTest (GH-21794) by Miss Islington (bot) · 5 years ago
  91. 105cfb5 bpo-41455: Provide a link to how the third generation is collected in the GC docs (GH-21703) by Miss Islington (bot) · 5 years ago
  92. 66c8996 bpo-41497: Fix potential UnicodeDecodeError in dis CLI (GH-21757) by Miss Islington (bot) · 5 years ago
  93. de5de41 Doc: Add a link to tutorial page from `open()` doc (GH-21737) by Miss Islington (bot) · 5 years ago
  94. 398dabb Update Azure Pipelines build to use Ubuntu 18.04 and move triggers into YAML files (GH-21776) by Miss Islington (bot) · 5 years ago
  95. 135de08 bpo-41490: Update ensurepip to install pip 20.2.1 and setuptools 49.2.1 (GH-21775) by Steve Dower · 5 years ago
  96. 87bc220 bpo-41473: Skip test_gdb with gdb 9.2 to work around gdb bug (GH-21768) by Miss Islington (bot) · 5 years ago
  97. dc98a54 bpo-41098: Doc: Add missing deprecated directives (GH-21162) by Miss Islington (bot) · 5 years ago
  98. 713ba03 bpo-41492: Fixes the description appearing in UAC prompts on Windows (GH-21754) by Miss Islington (bot) · 5 years ago
  99. b5789a7 bpo-41482: Fix error in ipaddress.IPv4Network docstring (GH-21736) by Miss Islington (bot) · 5 years ago
  100. b24c9d2 [3.8] bpo-40726: handle uninitalized end_lineno on ast.increment_lineno (GH-21745) by Batuhan Taskaya · 5 years ago