Python 3.8.4
  1. dfa645a Python 3.8.4 by Łukasz Langa · 5 years ago v3.8.4
  2. c77f71f bpo-41228: Fix /a/are/ in monthcalendar() descripton (GH-21372) by Miss Islington (bot) · 5 years ago
  3. a1d2084 Fix typo in docs: 'created by th' -> 'created by the' (GH-21384) by Miss Islington (bot) · 5 years ago
  4. 33672c0 bpo-41175: Guard against a NULL pointer dereference within bytearrayobject (GH-21240) by Miss Islington (bot) · 5 years ago
  5. 3d1c06e bpo-37765: Add keywords to IDLE tab completions (GH-15138) by Miss Islington (bot) · 5 years ago
  6. 0b6169e bpo-41247: asyncio.set_running_loop() cache running loop holder (#21406) by Tony Solomonik · 5 years ago
  7. 1e66f7e bpo-41199: Docstring convention not followed for dataclasses documentation page (GH-21413) by Miss Islington (bot) · 5 years ago
  8. 54babbe bpo-41252: Fix incorrect refcounting in _ssl.c's _servername_callback() (GH-21407) by Miss Islington (bot) · 5 years ago
  9. c1c5034 bpo-40597: Allow email.contextmanager set_content() to set a null string. (GH-20542) by Miss Islington (bot) · 5 years ago
  10. c8b599f closes bpo-41235: Fix the error handling in SSLContext.load_dh_params() (GH-21385) by Miss Islington (bot) · 5 years ago
  11. 730bce3 bpo-39417: Fix broken link to guide to building venvs (GH-18432) by Miss Islington (bot) · 5 years ago
  12. b71ff9a bpo-41218: Improve the test cases for test_compile_top_level_await_no_coro (GH-21363) by Miss Islington (bot) · 5 years ago
  13. 41db8ff bpo-41218: Only mark async code with CO_COROUTINE. (GH-21357) by Miss Islington (bot) · 5 years ago
  14. aa7f775 bpo-29778: Ensure python3.dll is loaded from correct locations when Python is embedded (GH-21297) (GH-21352) by Miss Islington (bot) · 5 years ago
  15. 6790f9b bpo-28681: Clarify multiple function names in the tutorial (GH-21340) (GH-21344) by Miss Islington (bot) · 5 years ago
  16. 7ceb3e3 bpo-26205: Specify the number of nested scopes (GH-21324) (GH-21342) by Miss Islington (bot) · 5 years ago
  17. 8912c18 bpo-39960: Allow heap types in the "Carlo Verre" hack check that override "tp_setattro()" (GH-21092) (GH-21339) by scoder · 5 years ago
  18. 01c0925 bpo-41211: Doc: Fix PyLong_FromUnicode (GH-21331) by Miss Islington (bot) · 5 years ago
  19. 4874e59 bpo-41211: Doc: Fix PyLong_FromUnicodeObject (GH-21325) by Miss Islington (bot) · 5 years ago
  20. 6857ebe bpo-33864: Clarify the docs for typing.ByteString (GH-21311) by Miss Islington (bot) · 5 years ago
  21. b9e288c bpo-41162: Clear audit hooks later during finalization (GH-21222) by Steve Dower · 5 years ago
  22. c1d9165 bpo-41180: Audit code.__new__ when unmarshalling (GH-21271) by Miss Islington (bot) · 5 years ago
  23. 53d2b71 bpo-41193: Ignore OSError in readline write_history() (GH-21279) by Miss Islington (bot) · 5 years ago
  24. e738962 [3.8] bpo-41043: Escape literal part of the path for glob(). (GH-20994). (GH-21277) by Serhiy Storchaka · 5 years ago
  25. cbdacb9 3.8.3 -> 3.8.4 in macOS installer ReadMe (GH-21274) by Ned Deily · 5 years ago
  26. c3fa753 bpo-41158: IDLE: rewrite the code for handling file encoding (GH-21215) by Miss Islington (bot) · 5 years ago
  27. 42f05e6 Doc: Minor fix to init config C API documentation (GH-21198) by Miss Islington (bot) · 5 years ago
  28. 3e5b200 Post 3.8.4rc1 by Łukasz Langa · 5 years ago
  29. 26d1d1d Merge tag 'v3.8.4rc1' into 3.8 by Łukasz Langa · 5 years ago
  30. c81f9e2 Update FAQ release schedule and estimated users (GH-21180) by Miss Islington (bot) · 5 years ago
  31. 41d6e3f bpo-41123: Remove PyUnicode_AsUnicodeCopy in 3.10 (GH-21227) by Miss Islington (bot) · 5 years ago
  32. 00fd04b bpo-41152: IDLE: always use UTF-8 for standard IO streams (GH-21214) by Miss Islington (bot) · 5 years ago
  33. 6c38841 Python 3.8.4rc1 by Łukasz Langa · 5 years ago v3.8.4rc1
  34. dc8ce8e bpo-41004: Resolve hash collisions for IPv4Interface and IPv6Interface (GH-21033) by Miss Islington (bot) · 5 years ago
  35. 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
  36. 12bb0b6 Update ssl.rst by Miss Islington (bot) · 5 years ago
  37. ea16430 bpo-41123: Doc: PyLong_FromUnicode will be removed in 3.10 (GH-21205) by Miss Islington (bot) · 5 years ago
  38. cb53b8c [3.8] bpo-41138: Fix trace CLI for non-UTF-8 files. (GH-21177) (GH-21200) by Serhiy Storchaka · 5 years ago
  39. 86ef6fe bpo-41144: Fix IDLE open module error (GH-21182) by Miss Islington (bot) · 5 years ago
  40. 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
  41. 749d3bc [3.8] bpo-41132: Use pymalloc allocator in the f-string parser (GH-21173) (GH-21184) by Lysandros Nikolaou · 5 years ago
  42. 027bba2 bpo-41100: clarify NEWS item about macOS 11 support (GH-21174) by Miss Islington (bot) · 5 years ago
  43. c4a53e4 BPO-41100: Support macOS 11 when building (GH-21113) by Miss Islington (bot) · 5 years ago
  44. 8075fe1 [3.8] bpo-41009: fix requires_OS_version() class decorator (GH-20942) (GH-20948) by Christian Heimes · 5 years ago
  45. f547d06 bpo-41113: Fix test_warnings on non-Western locales. (GH-21143) by Miss Islington (bot) · 5 years ago
  46. 7318f0a bpo-40204: Pin Sphinx version to 2.3.1 in ``Doc/Makefile``. (GH-21141) (GH-21147) by Ned Deily · 5 years ago
  47. 84f9c23 bpo-35773: Fix test_bdb on non-UTF-8 locales. (GH-21136) by Miss Islington (bot) · 5 years ago
  48. 4564ebb bpo-39580: add check for CLI installation on macOS (GH-20271) by Miss Islington (bot) · 5 years ago
  49. 8127dab Forward port macOS installer updates from 3.7 (GH-21132) (GH-21137) by Ned Deily · 5 years ago
  50. 3f4de44 bpo-41074: Fix support of non-ASCII names and SQL in msilib. (GH-21126) by Miss Islington (bot) · 5 years ago
  51. ec05a7f bpo-40773: Fix rendering for 'retval' on the pdb page (GH-21081) by Miss Islington (bot) · 5 years ago
  52. 1dda40c bpo-41094: Additional fix for PYTHONSTARTUP. (GH-21119) by Miss Islington (bot) · 5 years ago
  53. 1813d31 bpo-41094: Fix decoding errors with audit when open files. (GH-21095) by Miss Islington (bot) · 5 years ago
  54. fb4a624 bpo-41038: Fix non-ASCII string corruption in Win32 resource files (GH-20985) by Miss Islington (bot) · 5 years ago
  55. adf8708 bpo-41005: Fixed perrmission error (GH-20936) (GH-21052) by Miss Islington (bot) · 5 years ago
  56. 0029099 Fix typo in dataclasses module (GH-21109) (#21111) by Miss Islington (bot) · 5 years ago
  57. 4f5dde4 bpo-40707: Document that Popen.communicate sets the returncode attribute (GH-20283) by Miss Islington (bot) · 5 years ago
  58. 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
  59. 6eab52f bpo-39699: Remove accidentally committed test change (GH-21089) by Ammar Askar · 5 years ago
  60. c6e24e7 bpo-41085: Fix array.array.index() on 64-bit Windows (GH-21071) by Miss Islington (bot) · 5 years ago
  61. 56d25ad Improve asyncio.loop.call_soon() documentation (GH-20883) by Miss Islington (bot) · 5 years ago
  62. d7f37d1 bpo-41068: Fix read after write in zipfile for non-ASCII files names. (GH-21040) by Miss Islington (bot) · 5 years ago
  63. b99824a bpo-40824: Do not mask errors in __iter__ in "in" and the operator module. (GH-20537) by Miss Islington (bot) · 5 years ago
  64. d5ee9b9 bpo-41056: Fix reference to deallocated stack in pathconfig (Coverity) (GH-21013) by Miss Islington (bot) · 5 years ago
  65. 1419559 bpo-41058: Use source file encoding in pdb.find_function(). (GH-21010) by Miss Islington (bot) · 5 years ago
  66. 10bf6e4 bpo-41056: Fix a NULL pointer dereference on MemoryError within the ssl module. (GH-21009) by Miss Islington (bot) · 5 years ago
  67. a4c0956 Add link to .pypirc specification (GH-20680) (#21019) by Miss Islington (bot) · 5 years ago
  68. 80651ab bpo-41040: Fix test_modulefinder. (GH-20991) by Miss Islington (bot) · 5 years ago
  69. ec9bc2d bpo-38377: Fix skip_if_broken_multiprocessing_synchronize() on macOS (GH-20984) by Miss Islington (bot) · 5 years ago
  70. 4dd10ed Improve readability of `formataddr` docstring (GH-20963) by Miss Islington (bot) · 5 years ago
  71. e805618 bpo-38377: Add support.skip_if_broken_multiprocessing_synchronize() (GH-20944) (GH-20962) (GH-20966) by Victor Stinner · 5 years ago
  72. 3d974b2 bpo-41003: Fix test_copyreg when numpy is installed (GH-20935) (GH-20945) (GH-20946) by Victor Stinner · 5 years ago
  73. 071bed8 bpo-40993: Don't run Travis CI coverage on PRs (GH-20916) by Miss Islington (bot) · 5 years ago
  74. e63cc2f bpo-38488: Upgrade bundled versions of pip & setuptools (GH-20491) (GH-20900) by Ned Deily · 5 years ago
  75. a1d3be4 bpo-40448: ensurepip: Do not use cache (GH-19812) by Miss Islington (bot) · 5 years ago
  76. c72b7f7 bpo-34226: fix cgi.parse_multipart without content_length (GH-8530) by Miss Islington (bot) · 5 years ago
  77. 811e040 bpo-40855: Fix ignored mu and xbar parameters (GH-20835) (GH-20863) by Miss Islington (bot) · 5 years ago
  78. f8c05bb [3.8] bpo-37674: Tweak imp module deprecation note in the docs (GH-20480) (GH-20860) by Miss Islington (bot) · 5 years ago
  79. a8936fa bpo-40957: Fix refleak in _Py_fopen_obj() (GH-20827) by Miss Islington (bot) · 5 years ago
  80. 26db10a bpo-40834: Fix truncate when sending str object with channel (GH-20555) by Miss Islington (bot) · 5 years ago
  81. 7e57c36 bpo-40164: Update Windows OpenSSL to 1.1.1g (GH-20834) by Steve Dower · 5 years ago
  82. adce133 bpo-40964: disable remote IMAP tests (GH-20836) by Christian Heimes · 5 years ago
  83. a3d6d23 bpo-40626: Support HDF5 in mimetypes (GH-20042) by Miss Islington (bot) · 5 years ago
  84. 3e499cd bpo-29620: iterate over a copy of sys.modules (GH-4800) (GH-20816) by Miss Islington (bot) · 5 years ago
  85. 5b8e3a5 bpo-34401: Fix test_gdb for HP GDB version string (GH-20804) by Miss Islington (bot) · 5 years ago
  86. 972aba8 [3.8] bpo-40895: Update weakref documentation to remove old warnings (GH-20687) (GH-20792) by Antoine Pitrou · 5 years ago
  87. c7a6c7b bpo-40826: Fix test_repl.test_close_stdin() on Windows (GH-20779) (GH-20785) (GH-20787) by Victor Stinner · 5 years ago
  88. 663836e [3.8] bpo-34003: Re-add versionchanged entry in csv docs (GH-20657) (GH-20771) by Miss Islington (bot) · 5 years ago
  89. 0f5a28f [3.8] Revert bpo-39576: Prevent memory error for overly optimistic precisions (GH-20747) by Stefan Krah · 5 years ago
  90. 32c1fb0 [3.8] Revert bpo-39576: docs: set context for decimal arbitrary precision arithmetic (GH-20745) by Stefan Krah · 5 years ago
  91. 706de4e [3.8] Revert bpo-39576: Clarify the word size for the 32-bit build. (GH-20743) by Stefan Krah · 5 years ago
  92. 14073c5 bpo-24914: mention Python supports multiple paradigms in the FAQ (GH-20658) (GH-20738) by Miss Islington (bot) · 5 years ago
  93. 30513b6 bpo-40861: Enable optimizations when building liblzma (GH-20724) by Miss Islington (bot) · 5 years ago
  94. 12dfbae bpo-22021: Update root_dir and base_dir documentation in shutil (GH-10367) by Miss Islington (bot) · 5 years ago
  95. 264e4fd bpo-40741: Update macOS installer to use SQLite 3.32.2. (GH-20705) by Miss Islington (bot) · 5 years ago
  96. 83a9ba4 bpo-40870: Invalidate usage of some constants with ast.Name (GH-20649) by Miss Islington (bot) · 5 years ago
  97. f7ed4d4 bpo-40614: Respect feature version for f-string debug expressions (GH-20196) (GH-20466) by Shantanu · 5 years ago
  98. c067183 bpo-40807: Show warnings once from codeop._maybe_compile (GH-20486) by Miss Islington (bot) · 5 years ago
  99. a5d6aba [3.8] bpo-40807: Backport test_codeop change [GH-19670] by Terry Jan Reedy · 5 years ago
  100. c935b33 Fix spacing in docs for tarfile (GH-20629) by Miss Islington (bot) · 5 years ago