Python 3.8.4rc1
  1. 6c38841 Python 3.8.4rc1 by Łukasz Langa · 5 years ago v3.8.4rc1
  2. dc8ce8e bpo-41004: Resolve hash collisions for IPv4Interface and IPv6Interface (GH-21033) by Miss Islington (bot) · 5 years ago
  3. 7731139 bpo-41048: mimetypes should read the rule file using UTF-8, not the locale encoding (GH-20998) by Miss Islington (bot) · 5 years ago
  4. 12bb0b6 Update ssl.rst by Miss Islington (bot) · 5 years ago
  5. ea16430 bpo-41123: Doc: PyLong_FromUnicode will be removed in 3.10 (GH-21205) by Miss Islington (bot) · 5 years ago
  6. cb53b8c [3.8] bpo-41138: Fix trace CLI for non-UTF-8 files. (GH-21177) (GH-21200) by Serhiy Storchaka · 5 years ago
  7. 86ef6fe bpo-41144: Fix IDLE open module error (GH-21182) by Miss Islington (bot) · 5 years ago
  8. e653369 [3.8] bpo-35975: Only use cf_feature_version if PyCF_ONLY_AST in cf_flags (#21023) by Guido van Rossum · 5 years ago
  9. 749d3bc [3.8] bpo-41132: Use pymalloc allocator in the f-string parser (GH-21173) (GH-21184) by Lysandros Nikolaou · 5 years ago
  10. 027bba2 bpo-41100: clarify NEWS item about macOS 11 support (GH-21174) by Miss Islington (bot) · 5 years ago
  11. c4a53e4 BPO-41100: Support macOS 11 when building (GH-21113) by Miss Islington (bot) · 5 years ago
  12. 8075fe1 [3.8] bpo-41009: fix requires_OS_version() class decorator (GH-20942) (GH-20948) by Christian Heimes · 5 years ago
  13. f547d06 bpo-41113: Fix test_warnings on non-Western locales. (GH-21143) by Miss Islington (bot) · 5 years ago
  14. 7318f0a bpo-40204: Pin Sphinx version to 2.3.1 in ``Doc/Makefile``. (GH-21141) (GH-21147) by Ned Deily · 5 years ago
  15. 84f9c23 bpo-35773: Fix test_bdb on non-UTF-8 locales. (GH-21136) by Miss Islington (bot) · 5 years ago
  16. 4564ebb bpo-39580: add check for CLI installation on macOS (GH-20271) by Miss Islington (bot) · 5 years ago
  17. 8127dab Forward port macOS installer updates from 3.7 (GH-21132) (GH-21137) by Ned Deily · 5 years ago
  18. 3f4de44 bpo-41074: Fix support of non-ASCII names and SQL in msilib. (GH-21126) by Miss Islington (bot) · 5 years ago
  19. ec05a7f bpo-40773: Fix rendering for 'retval' on the pdb page (GH-21081) by Miss Islington (bot) · 5 years ago
  20. 1dda40c bpo-41094: Additional fix for PYTHONSTARTUP. (GH-21119) by Miss Islington (bot) · 5 years ago
  21. 1813d31 bpo-41094: Fix decoding errors with audit when open files. (GH-21095) by Miss Islington (bot) · 5 years ago
  22. fb4a624 bpo-41038: Fix non-ASCII string corruption in Win32 resource files (GH-20985) by Miss Islington (bot) · 5 years ago
  23. adf8708 bpo-41005: Fixed perrmission error (GH-20936) (GH-21052) by Miss Islington (bot) · 5 years ago
  24. 0029099 Fix typo in dataclasses module (GH-21109) (#21111) by Miss Islington (bot) · 5 years ago
  25. 4f5dde4 bpo-40707: Document that Popen.communicate sets the returncode attribute (GH-20283) by Miss Islington (bot) · 5 years ago
  26. 60cbdc8 [3.8] bpo-31938: Fix default-value signatures of several functions in the select module (GH-21066) (GH-21098) by Anthony Sottile · 5 years ago
  27. 6eab52f bpo-39699: Remove accidentally committed test change (GH-21089) by Ammar Askar · 5 years ago
  28. c6e24e7 bpo-41085: Fix array.array.index() on 64-bit Windows (GH-21071) by Miss Islington (bot) · 5 years ago
  29. 56d25ad Improve asyncio.loop.call_soon() documentation (GH-20883) by Miss Islington (bot) · 5 years ago
  30. d7f37d1 bpo-41068: Fix read after write in zipfile for non-ASCII files names. (GH-21040) by Miss Islington (bot) · 5 years ago
  31. b99824a bpo-40824: Do not mask errors in __iter__ in "in" and the operator module. (GH-20537) by Miss Islington (bot) · 5 years ago
  32. d5ee9b9 bpo-41056: Fix reference to deallocated stack in pathconfig (Coverity) (GH-21013) by Miss Islington (bot) · 5 years ago
  33. 1419559 bpo-41058: Use source file encoding in pdb.find_function(). (GH-21010) by Miss Islington (bot) · 5 years ago
  34. 10bf6e4 bpo-41056: Fix a NULL pointer dereference on MemoryError within the ssl module. (GH-21009) by Miss Islington (bot) · 5 years ago
  35. a4c0956 Add link to .pypirc specification (GH-20680) (#21019) by Miss Islington (bot) · 5 years ago
  36. 80651ab bpo-41040: Fix test_modulefinder. (GH-20991) by Miss Islington (bot) · 5 years ago
  37. ec9bc2d bpo-38377: Fix skip_if_broken_multiprocessing_synchronize() on macOS (GH-20984) by Miss Islington (bot) · 5 years ago
  38. 4dd10ed Improve readability of `formataddr` docstring (GH-20963) by Miss Islington (bot) · 5 years ago
  39. e805618 bpo-38377: Add support.skip_if_broken_multiprocessing_synchronize() (GH-20944) (GH-20962) (GH-20966) by Victor Stinner · 5 years ago
  40. 3d974b2 bpo-41003: Fix test_copyreg when numpy is installed (GH-20935) (GH-20945) (GH-20946) by Victor Stinner · 5 years ago
  41. 071bed8 bpo-40993: Don't run Travis CI coverage on PRs (GH-20916) by Miss Islington (bot) · 5 years ago
  42. e63cc2f bpo-38488: Upgrade bundled versions of pip & setuptools (GH-20491) (GH-20900) by Ned Deily · 5 years ago
  43. a1d3be4 bpo-40448: ensurepip: Do not use cache (GH-19812) by Miss Islington (bot) · 5 years ago
  44. c72b7f7 bpo-34226: fix cgi.parse_multipart without content_length (GH-8530) by Miss Islington (bot) · 5 years ago
  45. 811e040 bpo-40855: Fix ignored mu and xbar parameters (GH-20835) (GH-20863) by Miss Islington (bot) · 5 years ago
  46. f8c05bb [3.8] bpo-37674: Tweak imp module deprecation note in the docs (GH-20480) (GH-20860) by Miss Islington (bot) · 5 years ago
  47. a8936fa bpo-40957: Fix refleak in _Py_fopen_obj() (GH-20827) by Miss Islington (bot) · 5 years ago
  48. 26db10a bpo-40834: Fix truncate when sending str object with channel (GH-20555) by Miss Islington (bot) · 5 years ago
  49. 7e57c36 bpo-40164: Update Windows OpenSSL to 1.1.1g (GH-20834) by Steve Dower · 5 years ago
  50. adce133 bpo-40964: disable remote IMAP tests (GH-20836) by Christian Heimes · 5 years ago
  51. a3d6d23 bpo-40626: Support HDF5 in mimetypes (GH-20042) by Miss Islington (bot) · 5 years ago
  52. 3e499cd bpo-29620: iterate over a copy of sys.modules (GH-4800) (GH-20816) by Miss Islington (bot) · 5 years ago
  53. 5b8e3a5 bpo-34401: Fix test_gdb for HP GDB version string (GH-20804) by Miss Islington (bot) · 5 years ago
  54. 972aba8 [3.8] bpo-40895: Update weakref documentation to remove old warnings (GH-20687) (GH-20792) by Antoine Pitrou · 5 years ago
  55. c7a6c7b bpo-40826: Fix test_repl.test_close_stdin() on Windows (GH-20779) (GH-20785) (GH-20787) by Victor Stinner · 5 years ago
  56. 663836e [3.8] bpo-34003: Re-add versionchanged entry in csv docs (GH-20657) (GH-20771) by Miss Islington (bot) · 5 years ago
  57. 0f5a28f [3.8] Revert bpo-39576: Prevent memory error for overly optimistic precisions (GH-20747) by Stefan Krah · 5 years ago
  58. 32c1fb0 [3.8] Revert bpo-39576: docs: set context for decimal arbitrary precision arithmetic (GH-20745) by Stefan Krah · 5 years ago
  59. 706de4e [3.8] Revert bpo-39576: Clarify the word size for the 32-bit build. (GH-20743) by Stefan Krah · 5 years ago
  60. 14073c5 bpo-24914: mention Python supports multiple paradigms in the FAQ (GH-20658) (GH-20738) by Miss Islington (bot) · 5 years ago
  61. 30513b6 bpo-40861: Enable optimizations when building liblzma (GH-20724) by Miss Islington (bot) · 5 years ago
  62. 12dfbae bpo-22021: Update root_dir and base_dir documentation in shutil (GH-10367) by Miss Islington (bot) · 5 years ago
  63. 264e4fd bpo-40741: Update macOS installer to use SQLite 3.32.2. (GH-20705) by Miss Islington (bot) · 5 years ago
  64. 83a9ba4 bpo-40870: Invalidate usage of some constants with ast.Name (GH-20649) by Miss Islington (bot) · 5 years ago
  65. f7ed4d4 bpo-40614: Respect feature version for f-string debug expressions (GH-20196) (GH-20466) by Shantanu · 5 years ago
  66. c067183 bpo-40807: Show warnings once from codeop._maybe_compile (GH-20486) by Miss Islington (bot) · 5 years ago
  67. a5d6aba [3.8] bpo-40807: Backport test_codeop change [GH-19670] by Terry Jan Reedy · 5 years ago
  68. c935b33 Fix spacing in docs for tarfile (GH-20629) by Miss Islington (bot) · 5 years ago
  69. 6f7346b [3.9] bpo-40826: Fix GIL usage in PyOS_Readline() (GH-20613) (GH-20616) by Victor Stinner · 5 years ago
  70. 5b8787e bpo-40767: Allow pure Wayland to get default XDG web browser (GH-20382) by Miss Islington (bot) · 5 years ago
  71. 139f1ba Ensure correct version of Sphinx is used for Windows builds (GH-20582) by Miss Islington (bot) · 5 years ago
  72. d0dc369 bpo-40831: Remove an incorrect statement in the Windows docs (GH-20570) by Miss Islington (bot) · 5 years ago
  73. 9c0ff17 bpo-30008: Fix OpenSSL no-deprecated compilation (GH-20397) by Miss Islington (bot) · 5 years ago
  74. ba1c2c8 bpo-40798: Generate a different message for already removed elements (GH-20483) by Miss Islington (bot) · 5 years ago
  75. ef2f9ac closes bpo-29017: Update the bindings for Qt information with PySide2 (GH-20149) by Miss Islington (bot) · 5 years ago
  76. 3dcccd1 bpo-39885: Make IDLE context menu cut and copy work again (GH-18951) by Miss Islington (bot) · 5 years ago
  77. 00a240b bpo-40784: Fix sqlite3 deterministic test (GH-20448) by Miss Islington (bot) · 5 years ago
  78. b86636b [3.8] bpo-25872: Fix KeyError in linecache when multithreaded (GH-18007) (GH-20092) by Andrew Kuchling · 5 years ago
  79. 6381ee0 bpo-39040: Fix parsing of email mime headers with whitespace between encoded-words. (gh-17620) by Miss Islington (bot) · 5 years ago
  80. f89d7bc Note the output ordering of combinatoric functions (GH-19732) (GH-20502) by Miss Islington (bot) · 5 years ago
  81. c0c5db5 Improve IO tutorial's "Old string formatting" section (GH-16251) by Miss Islington (bot) · 5 years ago
  82. 45ce0db bpo-40795: ctypes calls unraisablehook with an exception (GH-20452) by Miss Islington (bot) · 5 years ago
  83. b5ecbf0 bpo-40025: Require _generate_next_value_ to be defined before members(GH-19763) by Miss Islington (bot) · 5 years ago
  84. a285af7 bpo-13097: ctypes: limit callback to 1024 arguments (GH-19914) by Miss Islington (bot) · 5 years ago
  85. 75635c6 bpo-39073: validate Address parts to disallow CRLF (GH-19007) by Miss Islington (bot) · 5 years ago
  86. 5594c07 Clean up compatibility code in importlib fixtures (GH-19156) (#19543) by Miss Islington (bot) · 5 years ago
  87. 7c82528 Fix the link to ncurses patch download in macos installer build script (GH-20421) by Miss Islington (bot) · 5 years ago
  88. 285ff63 bpo-39244: multiprocessing return default start method first on macOS (GH-18625) by Miss Islington (bot) · 5 years ago
  89. e3e800f [3.8] bpo-38580: Document that select() accepts iterables, not just sequences (GH-16832) by Tal Einat · 5 years ago
  90. 5ff5edf [3.8] bpo-35714: Reject null characters in struct format strings (GH-16928) (GH-20419) by Zackery Spytz · 5 years ago
  91. c2a177a bpo-39301: State that floor division is used for right shift operations (GH-20347) (GH-20415) by Miss Islington (bot) · 5 years ago
  92. 5c1d745 bpo-39830: Add zipfile.Path to __all__ (GH-19115) (GH-19116) by Miss Islington (bot) · 5 years ago
  93. b38bd88 bpo-40745: Fix typos in NewType docs (GH-20379) by Miss Islington (bot) · 5 years ago
  94. 1f2cc7c closes bpo-40774: Fix docs indentation for asyncio.create_subprocess_shell() (GH-20403) by Miss Islington (bot) · 5 years ago
  95. 331b2df bpo-38972: Fix typos in PowerShell Execution Policies links (GH-20383) by Miss Islington (bot) · 5 years ago
  96. 907ee1f bpo-36290: Fix keytword collision handling in AST node constructors (GH-12382) by Miss Islington (bot) · 5 years ago
  97. 1ae0fd8 [3.8] bpo-37309: Update IDLE NEWS.txt for 3.8.4 (GH-20355) by Terry Jan Reedy · 5 years ago
  98. a64df48 bpo-40723: Make IDLE autocomplete test run without __main__.__file__ (GH-20311) by Miss Islington (bot) · 5 years ago
  99. 2fecb48 bpo-40405: Fix asyncio.as_completed docs (GH-19753) by Miss Islington (bot) · 5 years ago
  100. dc32391 bpo-40439: Update broken link in lexical analysis docs (GH-20184) by Miss Islington (bot) · 5 years ago