Python 3.8.6rc1
  1. 08bd63d Python 3.8.6rc1 by Łukasz Langa · 5 years ago v3.8.6rc1
  2. 84105cb bpo-41401: Fix test_fspath_support in test_io. (GH-21640) (GH-22133) (GH-22135) by Victor Stinner · 5 years ago
  3. 4e581d6 closes bpo-41723: Fix an error in the py_compile documentation. (GH-22110) by Miss Islington (bot) · 5 years ago
  4. 6ae6195 bpo-41654: Explicitly cast PyExc_MemoryError to PyTypeObject to avoid warning (GH-22102) by Pablo Galindo · 5 years ago
  5. 4ddb2d7 [3.8] Improve asyncio-dev 'Concurrency and Multithreading' docs (GH-20882) (GH-22010) by Miss Islington (bot) · 5 years ago
  6. e77547b [3.8] Fix error in argparse documentation example (GH-17399) (GH-21990) by Miss Islington (bot) · 5 years ago
  7. 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
  8. 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
  9. 1470c91 bpo-38585: Remove references to defusedexpat (GH-22095) by Miss Islington (bot) · 5 years ago
  10. 4bcff52 bpo-41700: Skip test if the locale is not supported (GH-22081) (GH-22086) by Miss Islington (bot) · 5 years ago
  11. 40e2444 bpo-39010: Improve test shutdown (GH-22066) (#22083) by Miss Islington (bot) · 5 years ago
  12. 1f5f127 bpo-41696: Fix handling of debug mode in asyncio.run (GH-22069) (#22072) by Miss Islington (bot) · 5 years ago
  13. a986b06 bpo-39010: Fix errors logged on proactor loop restart (GH-22017) (#22035) by Miss Islington (bot) · 5 years ago
  14. 9fef7c5 bpo-39883: Use BSD0 license for code in docs (GH-17635) (GH-22074) by Miss Islington (bot) · 5 years ago
  15. 5d663ed [doc] Remove references to PyChecker. (GH-22055) by Miss Islington (bot) · 5 years ago
  16. a8b05c4 Remove reference to Boa Constructor. (GH-22057) by Miss Islington (bot) · 5 years ago
  17. 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
  18. 38e3287 bpo-41344: Raise ValueError when creating shared memory of size 0 (GH-21556) (GH-22019) by Miss Islington (bot) · 5 years ago
  19. 85ca9c0 bpo-41524: fix pointer bug in PyOS_mystr{n}icmp (GH-21845) (GH-22016) by Miss Islington (bot) · 5 years ago
  20. a1473d2 bpo-41634: Fix a typo in the curses documentation (GH-21958) by Miss Islington (bot) · 5 years ago
  21. 838316d [3.8] bpo-41624: fix documentation of typing.Coroutine (GH-21952). (#21983) by Karthikeyan Singaravelan · 5 years ago
  22. 641279e bpo-41609: Fix output of pdb's whatis command for instance methods (GH-21935) (#21976) by Miss Islington (bot) · 5 years ago
  23. 7475aa2 bpo-33660: Fix PosixPath to resolve a relative path on root (GH-21975) by Miss Islington (bot) · 5 years ago
  24. 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
  25. 6e1954c bpo-37658: Fix asyncio.wait_for() to respect waited task status (GH-21894) (#21965) by Miss Islington (bot) · 5 years ago
  26. 0804539 Document vars behavior when __dict__ is missing (GH-21466) (GH-21941) by Miss Islington (bot) · 5 years ago
  27. e94d5db Fix grammar in Doc/tutorial/controlflow.rst (GH-21885) (#21923) by Miss Islington (bot) · 5 years ago
  28. 0694b82 bpo-40994: Ungroup items in collections.abc documentation for improved clarity (GH-21880) (#21927) by Miss Islington (bot) · 5 years ago
  29. 1370d9d bpo-41572: Fix grammar in BaseTransport.close docstring (GH-21914) (GH-21930) by Miss Islington (bot) · 5 years ago
  30. 7d0fef5 bpo-40204: Allow pre-Sphinx 3 syntax in the doc (GH-21844) (GH-21901) (GH-21928) by Victor Stinner · 5 years ago
  31. 34889a5 [3.8] venv: Update Aspen URL in 'activate' script comment (GH-21797) by Frank Dana · 5 years ago
  32. 2bcd0fe Fix typo in message from assert statement (GH-21283) by Miss Islington (bot) · 5 years ago
  33. 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
  34. 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
  35. 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
  36. 0a5b30d Fix typo in typing doc (GH-21879) by Miss Islington (bot) · 5 years ago
  37. 2a9f709 bpo-41410: Fix outdated info in mkstemp docs (GH-21701) by Miss Islington (bot) · 5 years ago
  38. 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
  39. 43b3e4c [3.8] bpo-41066: Update the comparison section for os vs pathlib (GH-21261) (GH-21864) by Antoine Pitrou · 5 years ago
  40. a3416c1 [3.9] bpo-41520: Fix second codeop regression (GH-21848) by Miss Islington (bot) · 5 years ago
  41. afff51f bpo-41520: codeop no longer ignores SyntaxWarning (GH-21838) by Miss Islington (bot) · 5 years ago
  42. 622d90f bpo-41475: Fix note in "What's new in 3.7" (GH-21733) (GH-21833) by Miss Islington (bot) · 5 years ago
  43. 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
  44. 09d8260 bpo-40548: Fix "Check for source changes (pull_request)" GH Action job (GH-21806) by Miss Islington (bot) · 5 years ago
  45. 860bc0e bpo-41514: Fix buggy IDLE test (GH-21808) by Miss Islington (bot) · 5 years ago
  46. 61f23cb bpo-41468: Improve and test IDLE run error exit (GH-21798) by Miss Islington (bot) · 5 years ago
  47. f421865 [3.8] Doc: Add output to example code in programming FAQ (GH-21346) (GH-21791) by Miss Islington (bot) · 5 years ago
  48. 6925523 Improve renamed test_run.RecursionLimitTest (GH-21794) by Miss Islington (bot) · 5 years ago
  49. 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
  50. 66c8996 bpo-41497: Fix potential UnicodeDecodeError in dis CLI (GH-21757) by Miss Islington (bot) · 5 years ago
  51. de5de41 Doc: Add a link to tutorial page from `open()` doc (GH-21737) by Miss Islington (bot) · 5 years ago
  52. 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
  53. 135de08 bpo-41490: Update ensurepip to install pip 20.2.1 and setuptools 49.2.1 (GH-21775) by Steve Dower · 5 years ago
  54. 87bc220 bpo-41473: Skip test_gdb with gdb 9.2 to work around gdb bug (GH-21768) by Miss Islington (bot) · 5 years ago
  55. dc98a54 bpo-41098: Doc: Add missing deprecated directives (GH-21162) by Miss Islington (bot) · 5 years ago
  56. 713ba03 bpo-41492: Fixes the description appearing in UAC prompts on Windows (GH-21754) by Miss Islington (bot) · 5 years ago
  57. b5789a7 bpo-41482: Fix error in ipaddress.IPv4Network docstring (GH-21736) by Miss Islington (bot) · 5 years ago
  58. b24c9d2 [3.8] bpo-40726: handle uninitalized end_lineno on ast.increment_lineno (GH-21745) by Batuhan Taskaya · 5 years ago
  59. f0e030c bpo-36346: Doc: Update removal schedule of legacy Unicode (GH-21479) by Miss Islington (bot) · 5 years ago
  60. 46e448a bpo-38156: Fix compiler warning in PyOS_StdioReadline() (GH-21721) by Miss Islington (bot) · 5 years ago
  61. b934d83 bpo-41467: Fix asyncio recv_into() on Windows (GH-21720) by Miss Islington (bot) · 5 years ago
  62. 4bc8445 bpo-41425: Make tkinter doc example runnable (GH-21706) by Miss Islington (bot) · 5 years ago
  63. 45d37cb bpo-41424: Remove extra words in Tkinter-Packer documentation (GH-21707) by Miss Islington (bot) · 5 years ago
  64. 038827d bpo-41426 Fix grammar in curses.getmouse() documentation (GH-21677) by Miss Islington (bot) · 5 years ago
  65. b7722ed Remove incorrect mention of method.__class__ in descriptor docs (GH-21665) (GH-21668) by Miss Islington (bot) · 5 years ago
  66. 7cfede6 closes bpo-38156: Always handle interrupts in PyOS_StdioReadline. (GH-21569) by Miss Islington (bot) · 5 years ago
  67. 5e0ce46 Fix `List_Append` description, list is extracted at TOS1[-i] (GH-21465) by Miss Islington (bot) · 5 years ago
  68. 59cfba3 bpo-41328: Replace mention of Hudson CI with Travis CI and AppVeyor (GH-21653) by Miss Islington (bot) · 5 years ago
  69. 3baff21 [3.8] bpo-41045: Document debug feature of f-strings ('=') (GH-21509) (#21647) by Guido van Rossum · 5 years ago
  70. 104aded bpo-41384: Raise TclError in tkinter.OptionMenu (GH-21601) by Miss Islington (bot) · 5 years ago
  71. 33cebe0 bpo-41385: Fix test_executable_without_cwd on Windows (GH-21608) by Miss Islington (bot) · 5 years ago
  72. 755cb49 bpo-39868: Add documentation for Assignment Expressions (walrus, PEP 572) (GH-18851) by Miss Islington (bot) · 5 years ago
  73. b99f770 bpo-41314: fixed annotations __future__ version (GH-21616) by Miss Islington (bot) · 5 years ago
  74. 949cf93 bpo-38731: Fix NameError in command-line interface of py_compile (GH-21617) by Miss Islington (bot) · 5 years ago
  75. a667e1c [3.8] bpo-37309: NEWS for #41373 (GH-21612) by Terry Jan Reedy · 5 years ago
  76. 1c562ce bpo-41373: IDLE: Fix saving files loaded with no newlines or mixed newlines (GH-21597) by Miss Islington (bot) · 5 years ago
  77. 29df301 [3.8] bpo-4630: Fix errors in Lib/idlelib/NEWS.txt (GH-21594) by Terry Jan Reedy · 5 years ago
  78. a18f22a bpo-41364: Reduce import overhead of uuid module (GH-21586) by Steve Dower · 5 years ago
  79. f599f9e bpo-40741: Update Windows build to include SQLite 3.32.3 (GH-21570) by Miss Islington (bot) · 5 years ago
  80. 22d6d88 Post 3.8.5 by Łukasz Langa · 5 years ago
  81. 580fbb0 Python 3.8.5 by Łukasz Langa · 5 years ago v3.8.5
  82. f526d10 Simple Documentation fix: Missing link to return type class. (GH-21291) by Miss Islington (bot) · 5 years ago
  83. 58f59a9 bpo-37703: improve asyncio.gather documentation regarding cancellation (GH-15312) by Miss Islington (bot) · 5 years ago
  84. 892fc8d bpo-40741: Update macOS installer to use SQLite 3.32.3 (GH-20979) by Miss Islington (bot) · 5 years ago
  85. dac8a3a bpo-41205: Document Decimal power 0 to the 0 (GH-21386) by Miss Islington (bot) · 5 years ago
  86. 700cb66 bpo-32528: Document the change in inheritance of asyncio.CancelledError (GH-21474) by Miss Islington (bot) · 5 years ago
  87. 38d930f bpo-41295: Reimplement the Carlo Verre "hackcheck" (GH-21528) by Miss Islington (bot) · 5 years ago
  88. 668d321 bpo-39603: Prevent header injection in http methods (GH-18485) by Miss Islington (bot) · 5 years ago
  89. 7734738 bpo-41325: Add version note for args and kwargs property in call object (GH-21525) by Miss Islington (bot) · 5 years ago
  90. 79ed1a5 bpo-41304: Update NEWS to include CVE-2020-15801 reference (GH-21521) by Miss Islington (bot) · 5 years ago
  91. ffeb920 [3.8] bpo-41300: IDLE - save files with non-ascii chars (GH-21512) by Miss Islington (bot) · 5 years ago
  92. d4a6303 Remove unnecessary spaces in code blocks in urllib.parse.rst (GH-21500) by Miss Islington (bot) · 5 years ago
  93. 3b6a8d2 bpo-41304: Ensure python3x._pth is loaded on Windows (GH-21495) by Miss Islington (bot) · 5 years ago
  94. 16eea45 [3.8] bpo-41302: Support system libmpdec 2.5 for Python 3.8 (GH-21488) by Felix Yan · 5 years ago
  95. f8055fb bpo-40150: Fix mismatched argument in RegisterWaitForSingleObject() call (GH-19686) by Miss Islington (bot) · 5 years ago
  96. 05abf2a Fix -Wstrict-prototypes warning in thread_pthread.h. (GH-21477) by Miss Islington (bot) · 5 years ago
  97. c554795 [3.8] bpo-39017: Avoid infinite loop in the tarfile module (GH-21454) (GH-21483) by Miss Islington (bot) · 5 years ago
  98. b4cd77d Fix repeated words in Classes tutorial (GH-21455) by Miss Islington (bot) · 5 years ago
  99. 73f2018 Post 3.8.4 by Łukasz Langa · 5 years ago
  100. 0277b91 Merge tag 'v3.8.4' into 3.8 by Łukasz Langa · 5 years ago