Python 3.7.8
  1. 4b47a5b 3.7.8 by Ned Deily · 5 years ago v3.7.8
  2. cfbc759 BPO-41100: Support macOS 11 when building (GH-21113) (GH-21155) by Miss Islington (bot) · 5 years ago
  3. d3798ed [3.7] bpo-41009: fix requires_OS_version() class decorator (GH-20942) (GH-20949) by Christian Heimes · 5 years ago
  4. 5f3933d 3.7.8rc1 by Ned Deily · 5 years ago v3.7.8rc1
  5. 0d70a98 bpo-40204: Pin Sphinx version to 2.3.1 in Doc/Makefile by Ned Deily · 5 years ago
  6. 966036a bpo-39580: add check for CLI installation on macOS by Ned Deily · 5 years ago
  7. 9f4eec0 Update the macOS installer build scripts by Ned Deily · 5 years ago
  8. 678ffc4 bpo-38488: Upgrade bundled versions of pip & setuptools (GH-20491) (GH-20900) by Miss Islington (bot) · 5 years ago
  9. b46beb2 bpo-40448: ensurepip: Do not use cache (GH-19812) by Miss Islington (bot) · 5 years ago
  10. aa83935 [3.7] bpo-34226: fix cgi.parse_multipart without content_length (GH-8530) (GH-20892) by Miss Islington (bot) · 5 years ago
  11. 617af99 bpo-40164: Update Windows OpenSSL to 1.1.1g (GH-20834) by Steve Dower · 5 years ago
  12. 0abb70e bpo-40964: disable remote IMAP tests (GH-20836) by Christian Heimes · 5 years ago
  13. ebd4400 bpo-40025: Require _generate_next_value_ to be defined before members (GH-19762) by Miss Islington (bot) · 5 years ago
  14. f881c86 bpo-29620: iterate over a copy of sys.modules (GH-4800) (GH-20817) by Miss Islington (bot) · 5 years ago
  15. 4b378ac Add quotes to code to be a string by Miss Islington (bot) · 5 years ago
  16. d1c449a bpo-40741: Update macOS installer to use SQLite 3.32.2. (GH-20705) by Miss Islington (bot) · 5 years ago
  17. 911c35d bpo-40767: Allow pure Wayland to get default XDG web browser (GH-20382) by Miss Islington (bot) · 5 years ago
  18. 296db8c bpo-30008: Fix OpenSSL no-deprecated compilation (GH-20397) by Miss Islington (bot) · 5 years ago
  19. 80b6a05 bpo-39885: Make IDLE context menu cut and copy work again (GH-18951) by Miss Islington (bot) · 5 years ago
  20. 5aa40e5 bpo-24048: Save the live exception during import.c's remove_module() (GH-13005) by Miss Islington (bot) · 5 years ago
  21. 852e8a7 [3.8] bpo-25872: Fix KeyError in linecache when multithreaded (GH-18007) (GH-20092) by Miss Islington (bot) · 5 years ago
  22. 5f977e0 bpo-39040: Fix parsing of email mime headers with whitespace between encoded-words. (gh-17620) by Miss Islington (bot) · 5 years ago
  23. 1c4dcaf bpo-13097: ctypes: limit callback to 1024 arguments (GH-19914) by Miss Islington (bot) · 5 years ago
  24. a93bf82 bpo-39073: validate Address parts to disallow CRLF (GH-19007) by Miss Islington (bot) · 5 years ago
  25. 4ea8028 [3.8] bpo-35714: Reject null characters in struct format strings (GH-16928) (GH-20419) by Miss Islington (bot) · 5 years ago
  26. 82397e2 bpo-40723: Make IDLE autocomplete test run without __main__.__file__ (GH-20311) by Miss Islington (bot) · 5 years ago
  27. 4330014 [3.7] bpo-40663: Correctly handle annotations with subscripts in ast_unparse.c (GH-20156). (GH-20192) by Batuhan Taskaya · 5 years ago
  28. 67bbb5d bpo-39631: Adds NEWS entry (GH-20227) by Miss Islington (bot) · 5 years ago
  29. 8e49c1f bpo-40650: Include winsock2.h in pytime.c, instead of a full windows.h (GH-20137) by Miss Islington (bot) · 5 years ago
  30. 6da26f8 bpo-40653: Move _dirnameW out of GH-ifdef HAVE_SYMLINK/GH-endif (GH-20144) by Miss Islington (bot) · 5 years ago
  31. 43b355e [3.7] bpo-40457: Support OpenSSL without TLS 1.0/1.1 (GH-19862) (GH-20126) by Miss Islington (bot) · 5 years ago
  32. 7a89f9b bpo-40163: Fix multissltest download of old OpenSSL (GH-19329) by Miss Islington (bot) · 5 years ago
  33. efc9065 [3.7] bpo-40515: Require OPENSSL_THREADS (GH-19953) (GH-20120) by Christian Heimes · 5 years ago
  34. 5e6b491 bpo-40479: Test with latest OpenSSL versions (GH-20108) by Miss Islington (bot) · 5 years ago
  35. 7ef2751 bpo-40055: test_distutils leaves warnings filters unchanged (GH-20095) by Miss Islington (bot) · 5 years ago
  36. 61b49a0 bpo-40561: Add docstrings for webbrowser open functions (GH-19999) by Miss Islington (bot) · 5 years ago
  37. 2501428 [3.7] bpo-40559: Add Py_DECREF to _asynciomodule.c:task_step_impl() (GH-19990) by Miss Islington (bot) · 5 years ago
  38. d64fd61 [3.7] bpo-40417: Fix deprecation warning in PyImport_ReloadModule (GH-19750) (GH-19935) by Robert Rouhani · 5 years ago
  39. 8ddf915 bpo-40459: Fix NameError in platform.py (GH-19855) by Miss Islington (bot) · 5 years ago
  40. 3859b1a [3.7] bpo-39435: Fix docs for pickle.loads (GH-18160). (GH-19844) by Antoine Pitrou · 5 years ago
  41. beba1a8 bpo-40436: Fix code parsing gdb version (GH-19792) by Miss Islington (bot) · 5 years ago
  42. 70ba814 [3.7] bpo-38387: Formally document PyDoc_STRVAR and PyDoc_STR macros (GH-16607) (GH-19728) by Zachary Ware · 5 years ago
  43. fd32a0e [3.7] bpo-38546: Backport multiprocessing tests fixes from master (GH-19689) by Victor Stinner · 5 years ago
  44. 857d573 bpo-39932: Fix multiprocessing test_heap() (GH-19690) by Victor Stinner · 5 years ago
  45. e1072d6 [3.7] gdbinit: Use proper define syntax (GH-19557) (GH-19678) by Florian Bruhin · 5 years ago
  46. e7f8684 bpo-38360: macOS: support alternate form of -isysroot flag (GH-16480) by Miss Islington (bot) · 5 years ago
  47. de5dcfa bpo-40138: Fix Windows os.waitpid() for large exit code (GH-19654) by Miss Islington (bot) · 5 years ago
  48. abdfb3b bpo-38439: Add 256px IDLE icon (GH-17473) by Miss Islington (bot) · 5 years ago
  49. 7ad3add bpo-40164: Update macOS installer builds to use OpenSSL 1.1.1g. (GH-19642) (GH-19644) by Miss Islington (bot) · 5 years ago
  50. 694a95f bpo-39942:Fix failure in `TypeVar` when missing `__name__` (GH-19616) by Miss Islington (bot) · 5 years ago
  51. 0abb548 bpo-27635: Fix pickle documentation about `__new__` not being called. (GH-19269) by Miss Islington (bot) · 5 years ago
  52. 67ae454 [3.7] bpo-40179: Fix translation of #elif in Argument Clinic (GH-19364) (GH-19584) by Serhiy Storchaka · 5 years ago
  53. c46dc6f bpo-38492: Remove pythonw.exe dependency on the Microsoft C++ runtime (GH-16824) by Miss Islington (bot) · 5 years ago
  54. 11ae7d0 bpo-40287: Fix SpooledTemporaryFile.seek() return value (GH-19540) by Miss Islington (bot) · 5 years ago
  55. cd09d7e bpo-39793: use the same domain on make_msgid tests (GH-18698) (GH-19555) by Miss Islington (bot) · 5 years ago
  56. b894b66 Update libregrtest from master (GH-19517) by Victor Stinner · 5 years ago
  57. 096e41a [3.7] bpo-31758: Prevent crashes when using an uninitialized _elementtree.XMLParser object (GH-3997) (GH-19487) by Miss Islington (bot) · 5 years ago
  58. 4057e8f [3.7] bpo-40126: Fix reverting multiple patches in unittest.mock. (GH-19351) (GH-19484) by Serhiy Storchaka · 5 years ago
  59. 9e5f159 bpo-40204: Pin Sphinx version to 1.8.2 in Doc/Makefile (GH-19442) (GH-19443) by Victor Stinner · 5 years ago
  60. a514ccb bpo-40089: Fix threading._after_fork() (GH-19191) (GH-19193) by Miss Islington (bot) · 5 years ago
  61. 717f166 bpo-40196: Fix a bug in the symtable when reporting inspecting global variables (GH-19391) by Miss Islington (bot) · 5 years ago
  62. e7a47c2 bpo-40164: Update Windows to OpenSSL 1.1.1f (GH-19359) by Steve Dower · 5 years ago
  63. 681044a bpo-38689: avoid IDLE hanging when calltip fails getting a signature (GH-17152) by Miss Islington (bot) · 5 years ago
  64. 7f70456 bpo-40158: Fix CPython MSBuild Properties in NuGet Package (GH-19343) by Miss Islington (bot) · 5 years ago
  65. 96c5f5a [3.7] bpo-36541: lib2to3: Support named assignment expressions (GH-12702) (GH-19317) by Tim Hatch · 5 years ago
  66. 1ba6fe4 bpo-40162: Update Travis CI config to OpenSSL 1.1.1f (GH-19319) by Miss Islington (bot) · 5 years ago
  67. b57a736 bpo-39503: CVE-2020-8492: Fix AbstractBasicAuthHandler (GH-18284) (GH-19297) by Miss Islington (bot) · 5 years ago
  68. 8e069fc bpo-40146: Update OpenSSL to 1.1.1f in Azure Pipelines (GH-19288) by Miss Islington (bot) · 5 years ago
  69. a764a1cc bpo-40019: Skip test_gdb if Python was optimized (GH-19081) by Miss Islington (bot) · 5 years ago
  70. 9387678 bpo-1812: Fix newline conversion when doctest.testfile loads from a package whose loader has a get_data method (GH-17385) by Miss Islington (bot) · 5 years ago
  71. ea0eeb8 bpo-39879: Update datamodel docs to include dict ordering (GH-19006) by Miss Islington (bot) · 5 years ago
  72. 0dad748 bpo-40016: re docstring: Clarify relationship of inline and argument flags (GH-19078) by Miss Islington (bot) · 5 years ago
  73. 5753fc6 bpo-40014: Fix os.getgrouplist() (GH-19126) by Miss Islington (bot) · 5 years ago
  74. d1c0989 bpo-20526: Fix PyThreadState_Clear(): don't decref frame (GH-19120) (GH-19136) (GH-19137) by Victor Stinner · 5 years ago
  75. 1cdc61c bpo-40014: Fix os.getgrouplist() on macOS (GH-19118) by Miss Islington (bot) · 5 years ago
  76. 5765aca [3.7] bpo-22490: Remove __PYVENV_LAUNCHER__ from environment during launch (GH-9516) (GH-19111) by Jason R. Coombs · 5 years ago
  77. 39680fb [3.7] bpo-39652: Truncate the column name after '[' only if PARSE_COLNAMES is set. (GH-18942). (GH-19104) by Serhiy Storchaka · 5 years ago
  78. 6056b7b [3.8] bpo-27807: Skip test_site.test_startup_imports() if pth file (GH-19060) (GH-19090) by Miss Islington (bot) · 5 years ago
  79. 34f85af bpo-38576: Disallow control characters in hostnames in http.client (GH-18995) by Miss Islington (bot) · 5 years ago
  80. 725cbce bpo-39677: dis: rename the operand of MAKE_FUNCTION from `argc` to `flags` for 3.6+ (GC-18550) by Miss Islington (bot) · 5 years ago
  81. 4dcfe5f [3.7] bpo-39871: Fix possible SystemError in atan2, copysign and remainder (GH-18806) (GH-18990) by Mark Dickinson · 5 years ago
  82. feaf0c3 [3.7] bpo-39847: EnterNonRecursiveMutex() uses GetTickCount64() (GH-18780) (GH-18959) by bobince · 5 years ago
  83. 6a12676 bpo-39884: Add method name in "bad call flags" error (GH-18944) (GH-18957) by Victor Stinner · 5 years ago
  84. 6f4e7fc [3.7] bpo-38643: Raise SystemError instead of crashing when PyNumber_ToBase is called with invalid base. (GH-18863). (GH-18955) by Serhiy Storchaka · 5 years ago
  85. d0837d2 bpo-39520: Fix un-parsing of ext slices with no dimensions (GH-18304) by Miss Islington (bot) · 5 years ago
  86. b1b1d5f bpo-39916: Use os.scandir() as context manager in Path.glob(). (GH-18880) by Miss Islington (bot) · 5 years ago
  87. eede148 bpo-39930: Ensure vcruntime140.dll is included in all Windows packages (GH-18918) by Steve Dower · 5 years ago
  88. 8d5c958 bpo-38662: ensurepip invokes pip via runpy (GH-18901) by Miss Islington (bot) · 5 years ago
  89. 633957d [3.7] bpo-39828: Fix json.tool to catch BrokenPipeError (GH-18779). (GH-18895) by Dong-hee Na · 5 years ago
  90. dcecb70 Merge release engineering branch by Ned Deily · 5 years ago
  91. d7c567b 3.7.7 by Ned Deily · 5 years ago v3.7.7
  92. 2244814 bpo-17422: slightly more precise language (GH-18682) by Miss Islington (bot) · 5 years ago
  93. 7058d2d bpo-13487: Use sys.modules.copy() in inspect.getmodule() for thread safety. (GH-18786) by Miss Islington (bot) · 5 years ago
  94. f834535 bpo-27115: Use Query subclass for IDLE editor Goto (GH-18871) by Miss Islington (bot) · 5 years ago
  95. 1695836 bpo-36184: Port python-gdb.py to FreeBSD (GH-18873) by Miss Islington (bot) · 5 years ago
  96. 2235e04 [3.7] bpo-39850: Add support for abstract sockets in multiprocessing (GH-18866) (GH-18877) by Pablo Galindo · 5 years ago
  97. f9684d2 bpo-39885: IDLE context menu clears selection (GH-18859) by Miss Islington (bot) · 5 years ago
  98. ec61f53 bpo-39852: IDLE 'Go to line' deletes selection, updates status (GH-18801) by Miss Islington (bot) · 5 years ago
  99. cca0b31 bpo-38894: Fix pathlib.Path.glob in the presence of symlinks and insufficient permissions (GH-18815) by Miss Islington (bot) · 5 years ago
  100. 65b0310 [3.8] bpo-39889: Fix unparse.py for subscript. (GH-18824). (GH-18826) by Miss Islington (bot) · 5 years ago