Python 3.7.8rc1
  1. 5f3933d 3.7.8rc1 by Ned Deily · 5 years ago v3.7.8rc1
  2. 0d70a98 bpo-40204: Pin Sphinx version to 2.3.1 in Doc/Makefile by Ned Deily · 5 years ago
  3. 95b208f Update missed Python.app copyright. by Ned Deily · 5 years ago
  4. 26e228a Update macOS Python Launcher defaults to python3. by Ned Deily · 5 years ago
  5. 966036a bpo-39580: add check for CLI installation on macOS by Ned Deily · 5 years ago
  6. 9f4eec0 Update the macOS installer build scripts by Ned Deily · 5 years ago
  7. 62855d5 Synchronize macOS installer with 3.9 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. e1ca0c5 [3.7] bpo-37674: Tweak imp module deprecation note in the docs (GH-20480) (GH-20861) by Miss Islington (bot) · 5 years ago
  12. 617af99 bpo-40164: Update Windows OpenSSL to 1.1.1g (GH-20834) by Steve Dower · 5 years ago
  13. 0abb70e bpo-40964: disable remote IMAP tests (GH-20836) by Christian Heimes · 5 years ago
  14. ebd4400 bpo-40025: Require _generate_next_value_ to be defined before members (GH-19762) by Miss Islington (bot) · 5 years ago
  15. f881c86 bpo-29620: iterate over a copy of sys.modules (GH-4800) (GH-20817) by Miss Islington (bot) · 5 years ago
  16. 0490398 [3.7] bpo-40895: Update weakref documentation to remove old warnings (GH-20687) (GH-20793) by Antoine Pitrou · 5 years ago
  17. 4b378ac Add quotes to code to be a string by Miss Islington (bot) · 5 years ago
  18. 22faf6a [3.7] Revert bpo-39576: Prevent memory error for overly optimistic precisions (GH-20748) by Stefan Krah · 5 years ago
  19. 9bd8919 [3.7] Revert bpo-39576: docs: set context for decimal arbitrary precision arithmetic (GH-20746) by Stefan Krah · 5 years ago
  20. c0b7945 [3.7] Revert bpo-39576: Clarify the word size for the 32-bit build. (GH-20744) by Stefan Krah · 5 years ago
  21. 62e7f9a bpo-40861: Enable optimizations when building liblzma (GH-20724) by Miss Islington (bot) · 5 years ago
  22. d5489a9 bpo-22021: Update root_dir and base_dir documentation in shutil (GH-10367) by Miss Islington (bot) · 5 years ago
  23. d1c449a bpo-40741: Update macOS installer to use SQLite 3.32.2. (GH-20705) by Miss Islington (bot) · 5 years ago
  24. 12d3061 [3.8] bpo-40807: Backport test_codeop change [GH-19670] by Miss Islington (bot) · 5 years ago
  25. 6bfbe77 Fix spacing in docs for tarfile (GH-20629) by Miss Islington (bot) · 5 years ago
  26. 911c35d bpo-40767: Allow pure Wayland to get default XDG web browser (GH-20382) by Miss Islington (bot) · 5 years ago
  27. b640ca1 Ensure correct version of Sphinx is used for Windows builds (GH-20582) by Miss Islington (bot) · 5 years ago
  28. d7f2fd2 bpo-40831: Remove an incorrect statement in the Windows docs (GH-20570) by Miss Islington (bot) · 5 years ago
  29. 296db8c bpo-30008: Fix OpenSSL no-deprecated compilation (GH-20397) by Miss Islington (bot) · 5 years ago
  30. a9dbae4 bpo-40798: Generate a different message for already removed elements (GH-20483) by Miss Islington (bot) · 5 years ago
  31. f165647 closes bpo-29017: Update the bindings for Qt information with PySide2 (GH-20149) by Miss Islington (bot) · 5 years ago
  32. 80b6a05 bpo-39885: Make IDLE context menu cut and copy work again (GH-18951) by Miss Islington (bot) · 5 years ago
  33. 5aa40e5 bpo-24048: Save the live exception during import.c's remove_module() (GH-13005) by Miss Islington (bot) · 5 years ago
  34. 852e8a7 [3.8] bpo-25872: Fix KeyError in linecache when multithreaded (GH-18007) (GH-20092) by Miss Islington (bot) · 5 years ago
  35. 5f977e0 bpo-39040: Fix parsing of email mime headers with whitespace between encoded-words. (gh-17620) by Miss Islington (bot) · 5 years ago
  36. f5bd99b Improve IO tutorial's "Old string formatting" section (GH-16251) by Miss Islington (bot) · 5 years ago
  37. 1c4dcaf bpo-13097: ctypes: limit callback to 1024 arguments (GH-19914) by Miss Islington (bot) · 5 years ago
  38. a93bf82 bpo-39073: validate Address parts to disallow CRLF (GH-19007) by Miss Islington (bot) · 5 years ago
  39. c8e1076 Fix the link to ncurses patch download in macos installer build script (GH-20421) by Miss Islington (bot) · 5 years ago
  40. 3f215f3 [3.7] bpo-38580: Document that select() accepts iterables, not just sequences (GH-16832) by Tal Einat · 5 years ago
  41. 4ea8028 [3.8] bpo-35714: Reject null characters in struct format strings (GH-16928) (GH-20419) by Miss Islington (bot) · 5 years ago
  42. b068d89 bpo-39301: State that floor division is used for right shift operations (GH-20347) (GH-20416) by Miss Islington (bot) · 5 years ago
  43. 3269a0e bpo-37309: Update NEWS.txt for 3.7.8 (GH-20353) by Terry Jan Reedy · 5 years ago
  44. 82397e2 bpo-40723: Make IDLE autocomplete test run without __main__.__file__ (GH-20311) by Miss Islington (bot) · 5 years ago
  45. 0af9bef bpo-40439: Update broken link in lexical analysis docs (GH-20184) by Miss Islington (bot) · 5 years ago
  46. 4330014 [3.7] bpo-40663: Correctly handle annotations with subscripts in ast_unparse.c (GH-20156). (GH-20192) by Batuhan Taskaya · 5 years ago
  47. 3613bf0 [3.7] [doc] Remove references to obsolete BuildApplet on macOS (GH-20023) (GH-20306) by Miss Islington (bot) · 5 years ago
  48. e91032b s/wakup/wakeup (GH-20250) by Miss Islington (bot) · 5 years ago
  49. f24550a Use v2 of GitHub Actions where available (GH-20232) by Miss Islington (bot) · 5 years ago
  50. 67bbb5d bpo-39631: Adds NEWS entry (GH-20227) by Miss Islington (bot) · 5 years ago
  51. 076da79 bpo-39631: Fix file association MIME type in the Windows installer (GH-20205) by Miss Islington (bot) · 5 years ago
  52. 547d0bb [3.7] Doc: Python 3.10 in sidebar and version switcher. (GH-20209) (GH-20223) by Miss Islington (bot) · 5 years ago
  53. 05525ff bpo-39976: Add **other_popen_kwargs to subprocess docs (GH-20145) by Miss Islington (bot) · 5 years ago
  54. 930badd bpo-35890: Use RegQueryInfoKeyW and CryptAcquireContextW explicitly (GH-19974) by Steve Dower · 5 years ago
  55. 8e49c1f bpo-40650: Include winsock2.h in pytime.c, instead of a full windows.h (GH-20137) by Miss Islington (bot) · 5 years ago
  56. 6da26f8 bpo-40653: Move _dirnameW out of GH-ifdef HAVE_SYMLINK/GH-endif (GH-20144) by Miss Islington (bot) · 5 years ago
  57. 9ecf25e bpo-40548: Github Actions: update actions/checkout to v2 (GH-20164) by Miss Islington (bot) · 5 years ago
  58. 205b554 Doc: change 'Posix' for 'POSIX' (GH-20001) by Miss Islington (bot) · 5 years ago
  59. 43b355e [3.7] bpo-40457: Support OpenSSL without TLS 1.0/1.1 (GH-19862) (GH-20126) by Miss Islington (bot) · 5 years ago
  60. 7a89f9b bpo-40163: Fix multissltest download of old OpenSSL (GH-19329) by Miss Islington (bot) · 5 years ago
  61. efc9065 [3.7] bpo-40515: Require OPENSSL_THREADS (GH-19953) (GH-20120) by Christian Heimes · 5 years ago
  62. 5e6b491 bpo-40479: Test with latest OpenSSL versions (GH-20108) by Miss Islington (bot) · 5 years ago
  63. 7ef2751 bpo-40055: test_distutils leaves warnings filters unchanged (GH-20095) by Miss Islington (bot) · 5 years ago
  64. 6ad51a1 [3.8] bpo-40548: GitHub Action workflow: skip jobs on doc only PRs (GH-20100) by Miss Islington (bot) · 5 years ago
  65. c1203b7 bpo-38872: Document exec symbol for codeop.compile_command (GH-20047) (#20099) by Miss Islington (bot) · 5 years ago
  66. 61b49a0 bpo-40561: Add docstrings for webbrowser open functions (GH-19999) by Miss Islington (bot) · 5 years ago
  67. 5d555fa Make the first dataclass example more useful (GH-19994) (GH-19998) by Miss Islington (bot) · 5 years ago
  68. 2501428 [3.7] bpo-40559: Add Py_DECREF to _asynciomodule.c:task_step_impl() (GH-19990) by Miss Islington (bot) · 5 years ago
  69. d64fd61 [3.7] bpo-40417: Fix deprecation warning in PyImport_ReloadModule (GH-19750) (GH-19935) by Robert Rouhani · 5 years ago
  70. 8ddf915 bpo-40459: Fix NameError in platform.py (GH-19855) by Miss Islington (bot) · 5 years ago
  71. 4eec39a bpo-40419: timeit CLI docs now mention 1,2,5,10,... trials instead of powers of 10 (GH-19752) by Miss Islington (bot) · 5 years ago
  72. 3859b1a [3.7] bpo-39435: Fix docs for pickle.loads (GH-18160). (GH-19844) by Antoine Pitrou · 5 years ago
  73. 48ef06b bpo-40443: Remove unused imports in idlelib (GH-19801) by Miss Islington (bot) · 5 years ago
  74. beba1a8 bpo-40436: Fix code parsing gdb version (GH-19792) by Miss Islington (bot) · 5 years ago
  75. adb1f85 [3.8] bpo-40431: Fix syntax typo in turtledemo (GH-19777) (GH-19784) by Miss Islington (bot) · 5 years ago
  76. 25def5f bpo-40348: Fix typos in the programming FAQ (GH-19729) by Miss Islington (bot) · 5 years ago
  77. 70ba814 [3.7] bpo-38387: Formally document PyDoc_STRVAR and PyDoc_STR macros (GH-16607) (GH-19728) by Zachary Ware · 5 years ago
  78. fd32a0e [3.7] bpo-38546: Backport multiprocessing tests fixes from master (GH-19689) by Victor Stinner · 5 years ago
  79. 857d573 bpo-39932: Fix multiprocessing test_heap() (GH-19690) by Victor Stinner · 5 years ago
  80. e1072d6 [3.7] gdbinit: Use proper define syntax (GH-19557) (GH-19678) by Florian Bruhin · 5 years ago
  81. e7f8684 bpo-38360: macOS: support alternate form of -isysroot flag (GH-16480) by Miss Islington (bot) · 5 years ago
  82. de5dcfa bpo-40138: Fix Windows os.waitpid() for large exit code (GH-19654) by Miss Islington (bot) · 5 years ago
  83. abdfb3b bpo-38439: Add 256px IDLE icon (GH-17473) by Miss Islington (bot) · 5 years ago
  84. 7ad3add bpo-40164: Update macOS installer builds to use OpenSSL 1.1.1g. (GH-19642) (GH-19644) by Miss Islington (bot) · 5 years ago
  85. 694a95f bpo-39942:Fix failure in `TypeVar` when missing `__name__` (GH-19616) by Miss Islington (bot) · 5 years ago
  86. d0d4e33 Fix typo in Lib/tracepack.py (GH-19605) by Miss Islington (bot) · 5 years ago
  87. 143147d bpo-39285: Clarify example for PurePath.match (GH-19458) by Miss Islington (bot) · 5 years ago
  88. 0abb548 bpo-27635: Fix pickle documentation about `__new__` not being called. (GH-19269) by Miss Islington (bot) · 5 years ago
  89. 67ae454 [3.7] bpo-40179: Fix translation of #elif in Argument Clinic (GH-19364) (GH-19584) by Serhiy Storchaka · 5 years ago
  90. 9c7727b Fix two typos in multiprocessing (GH-19571) (GH-19579) by Miss Islington (bot) · 5 years ago
  91. c46dc6f bpo-38492: Remove pythonw.exe dependency on the Microsoft C++ runtime (GH-16824) by Miss Islington (bot) · 5 years ago
  92. 11ae7d0 bpo-40287: Fix SpooledTemporaryFile.seek() return value (GH-19540) by Miss Islington (bot) · 5 years ago
  93. 6fd47fa Fix parameter names in assertIn() docs (GH-18829) by Miss Islington (bot) · 5 years ago
  94. cd09d7e bpo-39793: use the same domain on make_msgid tests (GH-18698) (GH-19555) by Miss Islington (bot) · 5 years ago
  95. b894b66 Update libregrtest from master (GH-19517) by Victor Stinner · 5 years ago
  96. 8821200 bpo-32033: Fix test_pwd failures on Android (GH-19502) by Miss Islington (bot) · 5 years ago
  97. 0a9ec9f [3.7] Improved documentation for `BUILD_CONST_KEY_MAP` (GH-19454) (GH-19496) by Miss Islington (bot) · 5 years ago
  98. 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
  99. 4057e8f [3.7] bpo-40126: Fix reverting multiple patches in unittest.mock. (GH-19351) (GH-19484) by Serhiy Storchaka · 5 years ago
  100. 2e49b52 bpo-38501: Add a warning section to multiprocessing.Pool docs about resource managing (GH-19466) by Miss Islington (bot) · 5 years ago