Python 3.8.2rc2
  1. 777ba07 Python 3.8.2rc2 by Łukasz Langa · 6 years ago v3.8.2rc2
  2. f64abd1 [3.8] bpo-39453: Fix contains method of list to hold strong references (GH-18204) by Dong-hee Na · 6 years ago
  3. ea316fd Revert "[3.8] bpo-27657: Fix urlparse() with numeric paths (GH-16839)" (GH-18525) by Senthil Kumaran · 6 years ago
  4. 28fc1ba closes bpo-39619 Fix os.chroot on HP-UX 11.31 (GH-18495) by Miss Islington (bot) · 6 years ago
  5. 8dbdf5f [3.8] bpo-39606: allow closing async generators that are already closed (GH-18475) (GH-18501) by Miss Islington (bot) · 6 years ago
  6. a00b5be bpo-39184: Add audit events to functions in `fcntl`, `msvcrt`, `os`, `resource`, `shutil`, `signal`, `syslog` (GH-18407) by Steve Dower · 6 years ago
  7. 2076d4f bpo-39474: Fix AST pos for expressions like (a)(b), (a)[b] and (a).b. (GH-18477) by Miss Islington (bot) · 6 years ago
  8. ac6f4d2 bpo-21016: pydoc and trace use sysconfig (GH-18476) by Miss Islington (bot) · 6 years ago
  9. efd878c bpo-39219: Fix SyntaxError attributes in the tokenizer. (GH-17828) by Miss Islington (bot) · 6 years ago
  10. ed4d263 bpo-39595: Improve zipfile.Path performance (GH-18406) (GH-18472) by Miss Islington (bot) · 6 years ago
  11. 2cceef5 Merge tag 'v3.8.2rc1' into 3.8 by Łukasz Langa · 6 years ago
  12. 021a569 bpo-39600, IDLE: Remove duplicated font names (GH-18430) by Miss Islington (bot) · 6 years ago
  13. 8623e68 Python 3.8.2rc1 by Łukasz Langa · 6 years ago v3.8.2rc1
  14. dc56f5f bpo-39590: make deque.__contains__ and deque.count hold strong references (GH-18421) (GH-18423) by Miss Islington (bot) · 6 years ago
  15. 8b9cebc [3.8] bpo-39579: Fix Attribute end_col_offset to point at the current node (GH-18405) (GH-18408) by Lysandros Nikolaou · 6 years ago
  16. 0d03a10 bpo-39274: Ensure Fraction.__bool__() returns a bool (GH-18017) by Miss Islington (bot) · 6 years ago
  17. 708f472 bpo-38149: Call sys.audit() only once per call for glob.glob(). (GH-18360) by Miss Islington (bot) · 6 years ago
  18. 6470a76 bpo-39185 Add the d[etailed] and q[uiet] verbosity levels for msbuild (GH-17791) by Miss Islington (bot) · 6 years ago
  19. 3498ac5 bpo-39184: Add audit events to command execution functions in os and pty modules (GH-17824) by Miss Islington (bot) · 6 years ago
  20. 30e7693 closes bpo-39510: Fix use-after-free in BufferedReader.readinto() (GH-18295) by Miss Islington (bot) · 6 years ago
  21. 02395fa bpo-39450 Stripped whitespace before parsing the docstring in TestCase.shortDescription (GH-18175) (#18323) by Miss Islington (bot) · 6 years ago
  22. 1723687 [3.8] bpo-39492: Fix a reference cycle between reducer_override and a Pickler instance (GH-18266) (#18316) by Antoine Pitrou · 6 years ago
  23. 83d3202 bpo-38792: Remove IDLE shell calltip before new prompt. (GH-17150) by Miss Islington (bot) · 6 years ago
  24. b841633 bpo-39502: Skip test_zipfile.test_add_file_after_2107() on AIX (GH-18282) by Miss Islington (bot) · 6 years ago
  25. ad4a20b [3.8] bpo-39401: Avoid unsafe DLL load on Windows 7 and earlier (GH-18231) (GH-18234) by Steve Dower · 6 years ago
  26. 58076df bpo-39493: Fix definition of IO.closed in typing.py (GH-18265) by Miss Islington (bot) · 6 years ago
  27. 696d232 bpo-39485: fix corner-case in method-detection of mock (GH-18255) by Miss Islington (bot) · 6 years ago
  28. 526523c bpo-39153: Clarify C API *SetItem refcounting semantics (GH-18220) by Miss Islington (bot) · 6 years ago
  29. dbb37aa bpo-39439: Fix multiprocessing spawn path in a venv on Windows (GH-18158) by Miss Islington (bot) · 6 years ago
  30. 46735c7 bpo-39393: Misleading error message on dependent DLL resolution failure (GH-18093) by Miss Islington (bot) · 6 years ago
  31. 595b516 bpo-38883: Don't use POSIX `$HOME` in `pathlib.Path.home/expanduser` on Windows (GH-17961) by Miss Islington (bot) · 6 years ago
  32. b487a8e bpo-39392: Turtle overlap fill depends on OS (GH-18223) by Miss Islington (bot) · 6 years ago
  33. cf9d005 [3.8] bpo-39390 shutil: fix argument types for ignore callback (GH-18122) by mbarkhau · 6 years ago
  34. 7b57b15 bpo-30780: Add IDLE configdialog tests (GH-3592) by Miss Islington (bot) · 6 years ago
  35. 19be85c [3.8] bpo-39082: Allow AsyncMock to correctly patch static/class methods (GH-18190) by Matthew Kokotovich · 6 years ago
  36. a5906b2 bpo-38473: Handle autospecced functions and methods used with attach_mock (GH-16784) (GH-18167) by Miss Islington (bot) · 6 years ago
  37. a234492 bpo-39388: IDLE: Fix bug when cancelling out of configdialog (GH-18068) by Miss Islington (bot) · 6 years ago
  38. ea4a61f bpo-39430: Fix race condition in lazy imports in tarfile. (GH-18161) by Miss Islington (bot) · 6 years ago
  39. 5654f83 [3.8] bpo-35182: fix communicate() crash after child closes its pipes (GH-18117) (GH-18148) by Alex Rebert · 6 years ago
  40. 993811f bpo-39421: Fix posible crash in heapq with custom comparison operators (GH-18118) by Miss Islington (bot) · 6 years ago
  41. 3b76188 bpo-39050: The Help button in IDLE's config menu works again (GH-17611) by Miss Islington (bot) · 6 years ago
  42. ab0d8e3 bpo-39389: gzip: fix compression level metadata (GH-18077) by Miss Islington (bot) · 6 years ago
  43. 060ad2f bpo-32989: IDLE - fix bad editor call of pyparse method (GH-5968) by Miss Islington (bot) · 6 years ago
  44. 5cadd3f bpo-39386: Prevent double awaiting of async iterator (GH-18081) by Miss Islington (bot) · 6 years ago
  45. 6aeed01 Fix asyncio.get_event_loop() documentation (GH-18051) by Miss Islington (bot) · 6 years ago
  46. 23793ed bpo-35561: Supress valgrind false alarm on epoll_ctl(event) (GH-18060) by Miss Islington (bot) · 6 years ago
  47. 9955f33 [3.8] bpo-39033: Fix NameError in zipimport during hash validation (GH-17588) (GH-17642) by Karthikeyan Singaravelan · 6 years ago
  48. f1f0c58 [3.8] Fix typos in Misc/NEWS.d (GH-17930) by toonarmycaptain · 6 years ago
  49. ef0af30 bpo-3530: Add advice on when to correctly use fix_missing_locations in the AST docs (GH-17172) by Miss Islington (bot) · 6 years ago
  50. 3043ec7 bpo-38293: Allow shallow and deep copying of property objects (GH-16438) by Miss Islington (bot) · 6 years ago
  51. 98b1c0c bpo-39297: Update for importlib_metadata 1.4. (GH-17947) (GH-17952) by Miss Islington (bot) · 6 years ago
  52. 33e033d bpo-39235: Fix end location for genexp in call args (GH-17925) by Miss Islington (bot) · 6 years ago
  53. b24e4fa bpo-39242: Updated the Gmane domain into news.gmane.io (GH-17903) by Miss Islington (bot) · 6 years ago
  54. 39a5c88 bpo-38871: Fix lib2to3 for filter-based statements that contain lambda (GH-17780) by Miss Islington (bot) · 6 years ago
  55. bff48c6 bpo-39198: Ensure logging global lock is released on exception in isEnabledFor (GH-17689) (GH-17897) by Miss Islington (bot) · 6 years ago
  56. b2e281a bpo-39209: Manage correctly multi-line tokens in interactive mode (GH-17860) by Miss Islington (bot) · 6 years ago
  57. 5ed9d60 bpo-38907: In http.server script, restore binding to IPv4 on Windows. (GH-17851) (#17854) by Miss Islington (bot) · 6 years ago
  58. 49c108c Fix constant folding optimization for positional only arguments (GH-17837) by Miss Islington (bot) · 6 years ago
  59. 636a850 bpo-39152: add missing ttk.Scale.configure return value (GH-17815) by Miss Islington (bot) · 6 years ago
  60. 34aa3e7 bpo-39055: Reject a trailing \n in base64.b64decode() with validate=True. (GH-17616) by Miss Islington (bot) · 6 years ago
  61. e1caa49 bpo-39056: Fix handling invalid warning category in the -W option. (GH-17618) by Miss Islington (bot) · 6 years ago
  62. fc84d50 bpo-39057: Fix urllib.request.proxy_bypass_environment(). (GH-17619) by Miss Islington (bot) · 6 years ago
  63. 8595255 Fix SystemError when nested function has annotation on positional-only argument (GH-17826) by Miss Islington (bot) · 6 years ago
  64. 867d833 [3.8] bpo-39191: Don't spawn a task before failing (GH-17796) (GH-17820) by Andrew Svetlov · 6 years ago
  65. 1d5a7e5 bpo-39142: Avoid converting namedtuple instances to ConvertingTuple. (GH-17773) (GH-17785) by Miss Islington (bot) · 6 years ago
  66. 2ee8791 [3.8] bpo-38588: Fix possible crashes in dict and list when calling P… (GH-17764) by Dong-hee Na · 6 years ago
  67. ec94156 bpo-34118: memoryview, range, and tuple are classes (GH-17761) by Miss Islington (bot) · 6 years ago
  68. fcaf14c bpo-38610: Fix possible crashes in several list methods (GH-17022) by Miss Islington (bot) · 6 years ago
  69. 9ee1b15 Reorder entries in Misc/ACKS (GH-17663) (GH-17673) by Éric Araujo · 6 years ago
  70. 2786fde bpo-39144 Align ctags and etags behaviours in the makefile and include Python stdlib files (GH-17721) by Miss Islington (bot) · 6 years ago
  71. 4ed79b7 Fix import path for asyncio.TimeoutError (GH-17691) by Miss Islington (bot) · 6 years ago
  72. 0846e5d [3.8] bpo-38878: Fix os.PathLike __subclasshook__ (GH-17336) (GH-17684) by Bar Harel · 6 years ago
  73. 44683bb bpo-38918: Add __module__ entry for function & method type in inspect docs table (GH-17408) by Miss Islington (bot) · 6 years ago
  74. 114aad7 Merge tag 'v3.8.1' into 3.8 by Łukasz Langa · 6 years ago
  75. b0eb046 bpo-38546: Fix concurrent.futures test_ressources_gced_in_workers() (GH-17652) (GH-17655) by Victor Stinner · 6 years ago
  76. 1b293b6 Python 3.8.1 by Łukasz Langa · 6 years ago v3.8.1
  77. 35acb35 bpo-38546: multiprocessing tests stop the resource tracker (GH-17641) (GH-17647) by Victor Stinner · 6 years ago
  78. b1f2044 [3.8] bpo-39080: Starred Expression's column offset fix when inside a CALL (GH-17645) (GH-17649) by Pablo Galindo · 6 years ago
  79. bf3aa10 bpo-38295: prevent test_relative_path of test_py_compile failure on macOS Catalina (GH-17636) by Ned Deily · 6 years ago
  80. 8d0f369 bpo-38811: Check for presence of os.link method in pathlib (GH-17225) by Miss Islington (bot) · 6 years ago
  81. aa74a53 bpo-36406: Handle namespace packages in doctest (GH-12520) (GH-17591) by Miss Islington (bot) · 6 years ago
  82. 3b18b17 bpo-39031: Include elif keyword when producing lineno/col-offset info for if_stmt (GH-17582) (GH-17589) by Miss Islington (bot) · 6 years ago
  83. b738237 bpo-39022, bpo-38594: Sync with importlib_metadata 1.3 (GH-17568) (GH-17569) by Miss Islington (bot) · 6 years ago
  84. 3ac65a7 [3.8] Minor fixes to the NEWS entries (GH-17557) by Pablo Galindo · 6 years ago
  85. 8129e5e Merge tag 'v3.8.1rc1' into 3.8 by Łukasz Langa · 6 years ago
  86. 859767d bpo-39002: Fix simple typo: tranlation -> translation (GH-17517) (GH-17538) by Miss Islington (bot) · 6 years ago
  87. 34d5d5e0 bpo-38943: Fix IDLE autocomplete window not always appearing (GH-17416) by Miss Islington (bot) · 6 years ago
  88. 2b2c7bf bpo-38944: Escape key now closes IDLE completion windows. (GH-17419) by Miss Islington (bot) · 6 years ago
  89. 0ac9aae bpo-39007: Add auditing events to functions in winreg (GH-17541) by Miss Islington (bot) · 6 years ago
  90. c93d68b bpo-39008: Require Py_ssize_t for PySys_Audit formats rather than raise a deprecation warning (GH-17540) by Miss Islington (bot) · 6 years ago
  91. b00a2b5 Python 3.8.1rc1 by Łukasz Langa · 6 years ago v3.8.1rc1
  92. 3c5feaf bpo-38992: avoid fsum test failure from constant-folding (GH-17513) (GH-17530) by Miss Islington (bot) · 6 years ago
  93. 0d57db2 bpo-34776: Fix dataclasses to support __future__ "annotations" mode (GH-9518) (#17531) by Miss Islington (bot) · 6 years ago
  94. 79c2974 bpo-37228: Fix loop.create_datagram_endpoint()'s usage of SO_REUSEADDR (GH-17311) (#17529) by Miss Islington (bot) · 6 years ago
  95. b22183f bpo-39006: Fix asyncio when the ssl module is missing (GH-17524) by Miss Islington (bot) · 6 years ago
  96. d08fd29 bpo-38547: Fix test_pty if the process is the session leader (GH-17519) by Miss Islington (bot) · 6 years ago
  97. 4594565 bpo-38669: patch.object now raises a helpful error (GH17510) by Miss Islington (bot) · 6 years ago
  98. 184a381 bpo-38673: dont switch to ps2 if the line starts with comment or whitespace (GH-17421) by Miss Islington (bot) · 6 years ago
  99. 2abd3a8 bpo-38708: email: Fix a potential IndexError when parsing Message-ID (GH-17504) by Miss Islington (bot) · 6 years ago
  100. f66f4a0 bpo-38698: Add a new InvalidMessageID token to email header parser. (GH-17503) by Miss Islington (bot) · 6 years ago