1. 4ffe9c2 bpo-33718: regrtest: use format_duration() to display failed tests (GH-7686) by Victor Stinner · 7 years ago
  2. dfa9643 bpo-19382: Adding test cases for module tabnanny (GH-851) by Jaysinh Shukla · 7 years ago
  3. ab4a198 bpo-33615: Re-enable subinterpreter tests. (#7552) by Eric Snow · 7 years ago
  4. 71ede00 bpo-31378: Document sqlite3.OperationalError exception (GH-7677) by Zackery Spytz · 7 years ago
  5. b9d8ad5 bpo-33828: Add missing versionchanged note for string.Formatter. (GH-7668) by Xiang Zhang · 7 years ago
  6. eeb99bd Fixes upload script to always run commands even when previous ones fail (GH-7670) by Steve Dower · 7 years ago
  7. 4a172cc bpo-33671: efficient zero-copy for shutil.copy* functions (Linux, OSX and Win) (#7160) by Giampaolo Rodola · 7 years ago
  8. 33cd058 bpo-32108: Don't clear configparser values if key is assigned to itself (GH-7588) by Cheryl Sabella · 7 years ago
  9. c3f55be bpo-27397: Make email module properly handle invalid-length base64 strings (#7583) by Tal Einat · 7 years ago
  10. 5a98209 Fix nested list in 3.7 What's New (GH-7659) by Ned Deily · 7 years ago
  11. 04290cb bpo-25612: Add minimal What's New in 3.7 entry (GH-7656) by Ned Deily · 7 years ago
  12. 41254eb bpo-33582: Remove duplicate space in inspect.formatargspec() deprecation warning (GH-7655) by Zackery Spytz · 7 years ago
  13. 378edcd Update macOS installer Welcome and ReadMe files for 3.7.0. (GH-7653) by Ned Deily · 7 years ago
  14. 4531ec7 bpo-31432: Revert unrelated code changes to _ssl.c and test_ssl (GH-7650) by Ned Deily · 7 years ago
  15. ef24b6c bpo-31432: Clarify ssl CERT_NONE/OPTIONAL/REQUIRED docs. (GH-3530) by Christian Heimes · 7 years ago
  16. 4b704f2 bpo-33656: Mention color in idlelib/NEWS.txt entry. (#7646) by Terry Jan Reedy · 7 years ago
  17. 46c5cd0 bpo-33582: Emit deprecation warning for `formatargspec` (GH-6994) by Matthias Bussonnier · 7 years ago
  18. fd88f31 bpo-33656: Add enum name for argument of Windows call. (GH-7642) by Terry Jan Reedy · 7 years ago
  19. 8a05f55 bpo-33656: Add entry to What's New 3.7. (GH-7638) by Terry Jan Reedy · 7 years ago
  20. 800415e bpo-33656: On Windows, add API call saying that tk scales for DPI (GH-7137) by Terry Jan Reedy · 7 years ago
  21. 0e5f901 bpo-33831: Make htmlview run again (GH-7628) by Andrés Delfino · 7 years ago
  22. 2c071ce bpo-30820: Remove incorrect docs for email.contentmanager.raw_data_manager (#7631) by Zackery Spytz · 7 years ago
  23. 5cbefa9 Clean up after bpo-33738. (GH-7627) by Serhiy Storchaka · 7 years ago
  24. 9d6171d bpo-23404: Update/sync What's New files for 3.6/3.5/2.7 (GH-7620) by Ned Deily · 7 years ago
  25. 9d6d06e pypi.python.org -> pypi.org (GH-7613) by Ned Deily · 7 years ago
  26. 12c6cdf bpo-33745: Add What's New for empty function docstring change. (GH-7611) by Ned Deily · 7 years ago
  27. ef057bf bpo-33109: Remove now-obsolete What's New entry for bpo-26510. (GH-7609) by Ned Deily · 7 years ago
  28. 2487f30 bpo-30167: Prevent site.main() exception if PYTHONSTARTUP is set. (GH-6731) by Steve Weber · 7 years ago
  29. 8398713 bpo-33738: Address review comments in GH #7477 (GH-7585) by Christian Tismer · 7 years ago
  30. 877b232 bpo-33812: Corrected astimezone for naive datetimes. (GH-7578) by Alexander Belopolsky · 7 years ago
  31. af4b013 bpo-33610: Update IDLE Code Context doc entry (GH-7597) by Terry Jan Reedy · 7 years ago
  32. 820c53a bpo-33820: Fix IDLE What's New typo (#7594) by Terry Jan Reedy · 7 years ago
  33. 222f7f4 bpo-33821: Update idlelib subsection of What's New 3.7 (#7590) by Terry Jan Reedy · 7 years ago
  34. e226eb7 bpo-33820: Update idlelib subsection of What's New 3.6 (GH-7589) by Terry Jan Reedy · 7 years ago
  35. 69dccc3 Remove unneeded PyErr_Occurred() check in os_lseek_impl() (GH-7557) by Zackery Spytz · 7 years ago
  36. 4ab4695 bpo-33748: fix tests altering sys.path and sys.modules (GH-7433) by Tal Einat · 7 years ago
  37. 1b85c71 bpo-33770: improve base64 exception message for encoded inputs of invalid length (#7416) by Tal Einat · 7 years ago
  38. 98a0e46 Fix spaces added after hyphens in news entries. (GH-7579) by Serhiy Storchaka · 7 years ago
  39. d689f97 Remove hyphens from phrase "picks up where it left off" (GH-7410) by Andrés Delfino · 7 years ago
  40. 0e0534c Fix typo in object.__getnewargs__() documentation (GH-7554) by Andrés Delfino · 7 years ago
  41. 0aa17ee bpo-33766: Document that end of file or string is a newline (GH-7383) by Ammar Askar · 7 years ago
  42. 7e0d882 doc: Fix typo in asyncio-eventloop.rst (GH-7345) by MarcoFalke · 7 years ago
  43. ced0adb bpo-32493: Correct test for uuid_enc_be availability in configure.ac. (GH-7511) (GH-7567) by Ned Deily · 7 years ago
  44. ea62ce7 bpo-33738: Fix macros which contradict PEP 384 (GH-7477) by Christian Tismer · 7 years ago
  45. 3f45f5d bpo-33375: Fix GCC warning in Python/_warnings.c (GH-7556) by Zackery Spytz · 7 years ago
  46. 1bcb8a6 bpo-33409: Clarify PEP 538/540 relationship (GH-7534) by Nick Coghlan · 7 years ago
  47. 4acc140 Fix indendation level of versionchanged directive in configparser.items() doc (GH-7543) by Andrés Delfino · 7 years ago
  48. bcb032e bpo-33810 Remove unused code from datetime.py. (GH-7549) by Alexander Belopolsky · 7 years ago
  49. 4c3e39f Datetime test coverage (#7544) by Alexander Belopolsky · 7 years ago
  50. 12f482e bpo-30805: Avoid race condition with debug logging (GH-7545) by Yury Selivanov · 7 years ago
  51. 1cbdb22 bpo-33801: Remove non-ordered dict comment from plistlib doc (GH-7495) by Andrés Delfino · 7 years ago
  52. 11a8966 bpo-33375: Get filename for warnings from frame.f_code.co_filename (GH-6622) by Thomas Kluyver · 7 years ago
  53. 3b0b90c bpo-33800: Fix default argument for parameter dict_type of ConfigParser/RawConfigParser (GH-7494) by Andrés Delfino · 7 years ago
  54. 4f54867 bpo-33197: Add versionadded tag to the documentation of ParameterKind (GH-7536) by Dong-hee Na · 7 years ago
  55. 9e6685e bpo-33807: Add Python 3.7 buildbot link to '.github/CONTRIBUTING.rst' (GH-7532) by Suriyaa ✌️️ · 7 years ago
  56. c0d062f bpo-33736: Improve the documentation of asyncio stream APIs (GH-7326) by Elvis Pranskevichus · 7 years ago
  57. 6860629 bpo-33798: Update csv document about dict order (GH-7490) by Andrés Delfino · 7 years ago
  58. 214f18e bpo-33802: Do not interpolate in ConfigParser while reading defaults (GH-7524) by Łukasz Langa · 7 years ago
  59. 66f02aa bpo-11874: fix assertion failure in argparse metavar handling (GH-1826) by wim glenn · 7 years ago
  60. ff6c077 bpo-33694: Fix typo in helper function name (GH-7522) by Victor Stinner · 7 years ago
  61. c45fc76 bpo-33718: regrtest: use "xxx then yyy" result if re-run (GH-7521) by Victor Stinner · 7 years ago
  62. 396ecb9 bpo-33799: Remove non-ordered dicts comments from FAQ by Andrés Delfino · 7 years ago
  63. b1f6902 Update idlelib/NEWS.txt to 2018 Jun 8 am. (GH-7517) by Terry Jan Reedy · 7 years ago
  64. 041272b bpo-33768: IDLE: Clicking on code context line moves it to top of editor (GH-7411) by Cheryl Sabella · 7 years ago
  65. 4aa3006 bpo-33197: Add description property for _ParameterKind. (GH-7206) by Dong-hee Na · 7 years ago
  66. ee994d7 bpo-33791: Update README for macOS users (GH-7471) by atg7000 · 7 years ago
  67. 8f40429 bpo-33792: Add selector and proactor windows policies (GH-7487) by Yury Selivanov · 7 years ago
  68. 52698c7 bpo-33786: Fix asynchronous generators to handle GeneratorExit in athrow() (GH-7467) by Yury Selivanov · 7 years ago
  69. 378c53c bpo-33803: Fix a crash in hamt.c (#7504) by Yury Selivanov · 7 years ago
  70. c4f3cb7 bpo-33615: Skip test__xxsubinterpreters (GH-7503) by Victor Stinner · 7 years ago
  71. bed523b bpo-33642 and bpo-33679: Revise and condense blurbs (GH-7500) by Terry Jan Reedy · 7 years ago
  72. 79790bc bpo-33694: Fix race condition in asyncio proactor (GH-7498) by Victor Stinner · 7 years ago
  73. d3ed67d bpo-33609: small wording fixes to dict ordering docs by Neil Schemenauer · 7 years ago
  74. e7adf2b bpo-33796: Ignore ClassVar for dataclasses.replace(). (GH-7488) by Eric V. Smith · 7 years ago
  75. 34b7346 update 3.7 whatsnew entry about Unicode version (GH-7480) by Benjamin Peterson · 7 years ago
  76. bb6366b bpo-17909: Document that json.load can accept a binary IO (GH-7366) by Anthony Sottile · 7 years ago
  77. cebe80b bpo-29235: Update document for Profiler's context manager (GH-7331) by Scott Sanderson · 7 years ago
  78. fffeb6f bpo-30436: Add missing space in importlib.util.find_spec() error message (GH-7385) by Zackery Spytz · 7 years ago
  79. 5bfa058 bpo-33274: Compliance with DOM L1: return removed attribute (#7465) by arikrupnik · 7 years ago
  80. 7c69c1c update to Unicode 11.0.0 (closes bpo-33778) (GH-7439) by Benjamin Peterson · 7 years ago
  81. 9f04f0d bpo-32676, test_asyncio: Fix warning in test_error_in_call_soon() (GH-7462) by Victor Stinner · 7 years ago
  82. 7ed61e9 bpo-33789, test_asyncio: Hide PendingDeprecationWarning (GH-7461) by Victor Stinner · 7 years ago
  83. 0eba7c3 bpo-33789: test_asyncio: Fix ResourceWarning (GH-7460) by Victor Stinner · 7 years ago
  84. 3ef769f bpo-28240: timeit: Update repeat() doc (GH-7419) by Victor Stinner · 7 years ago
  85. 492d642 bpo-33773: Fix test.support.fd_count() on Linux/FreBSD (GH-7421) by Victor Stinner · 7 years ago
  86. 45e4efb bpo-33781: audioop: enhance rounding double as int (GH-7447) by Victor Stinner · 7 years ago
  87. 36c60fb test.support.SaveSignals: fix typo (GH-7448) by Victor Stinner · 7 years ago
  88. b5d702e bpo-31044, test_posix: Reenable makedev() tests on FreeBSD (#7449) by Victor Stinner · 7 years ago
  89. b8c0845 remove hg support from patchcheck (GH-7440) by Benjamin Peterson · 7 years ago
  90. 3a5b0d8 bpo-33504: Migrate configparser from OrderedDict to dict. (#6819) by John Reese · 7 years ago
  91. 5f3d04f Improve the subprocess restore_signals=True test. (GH-7414) by Gregory P. Smith · 7 years ago
  92. c56b17b bpo-12486: Document tokenize.generate_tokens() as public API (#6957) by Thomas Kluyver · 7 years ago
  93. c2745d2 bpo-33751: Fix test_file. (GH-7378) by Serhiy Storchaka · 7 years ago
  94. ac1ee1b bpo-33755: Fix importlib.resources isolation tests (#7412) by Barry Warsaw · 7 years ago
  95. dde9fdb bpo-33165: Added stacklevel parameter to logging APIs. (GH-7424) by Vinay Sajip · 7 years ago
  96. 9ef1b06 bpo-31215: Add version changed notes for OpenSSL 1.1.0 compatibility (GH-7346) by Mayank Singhal · 7 years ago
  97. 6592d7f bpo-33752: Fix a file leak in test_dbm. (GH-7376) by Serhiy Storchaka · 7 years ago
  98. 415bc46 bpo-33769: start_tls: Fix error message; cancel callbacks on error (GH-7403) by Yury Selivanov · 7 years ago
  99. e9e3976 bpo-33767: Fix improper use of SystemError by mmap.mmap objects (GH-7381) by Zackery Spytz · 7 years ago
  100. af1ec97 bpo-32392: Document env keyword argument of subprocess.run() (GH-7289) by Tobias Kunze · 7 years ago