1. 5092439 bpo-33892: Doc: Use gender neutral words (GH-7770) by Andrés Delfino · 6 years ago
  2. 9d49f85 bpo-33856: Add "help" to the welcome message of IDLE (GH-7755) by Stéphane Wirtel · 6 years ago
  3. 17a0088 bpo-33861: Minor improvements of tests for os.path. (GH-7715) by Serhiy Storchaka · 6 years ago
  4. c151f78 bpo-33859: Fix spelling mistakes in docs. (GH-7691) by Xtreak · 6 years ago
  5. b193fa9 bpo-33499: Add PYTHONPYCACHEPREFIX env var for alt bytecode cache location. (GH-6834) by Carl Meyer · 6 years ago
  6. 6868003 bpo-33571: Improve the glossary description for '...' prompt (GH-6971) by Andrés Delfino · 6 years ago
  7. 2707e41 bpo-33836: Recommend keyword-only param for memoization in FAQ (GH-7687) by Noah Haasis · 6 years ago
  8. 7469ff5 Use singular, we are talking about the access (GH-7727) by Andrés Delfino · 6 years ago
  9. cac4fef bpo-33873: regrtest: Add warning on -R 1:3 (GH-7736) by Pablo Galindo · 6 years ago
  10. 3a6d752 Add missing va_end() calls in PC/launcher.c (GH-7690) by Zackery Spytz · 6 years ago
  11. ee5ef30 bpo-33855: Minimally test all IDLE modules. (GH-7689) by Terry Jan Reedy · 6 years ago
  12. 6c5a4b3 bpo-33824, bpo-32030: Fix pymain_read_conf() (GH-7712) by Victor Stinner · 6 years ago
  13. 2f9cbaa Revert "bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protection -O0 (GH-6754)" (#7723) by Victor Stinner · 6 years ago
  14. a9d0b34 bpo-33854: Add PEP 461 title to 'See also' note (GH-7688) by Andrés Delfino · 6 years ago
  15. 6951186 bpo-33847: Add '@' operator entry to index (GH-7669) by Andrés Delfino · 6 years ago
  16. 4fddd4e bpo-33852: Remove misplaced parentheses around 'list'. (GH-7672) by Andrés Delfino · 6 years ago
  17. 9b7c74c bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protection -O0 (#6754) by Marcel Plch · 6 years ago
  18. c1897ed gitattribute: Mark generated files (GH-7619) by INADA Naoki · 6 years ago
  19. d134809 bpo-29456: Fix bugs in unicodedata.normalize: u1176, u11a7 and u11c3 (GH-1958) by Wonsup Yoon · 6 years ago
  20. ceeef10 bpo-33818: PyExceptionClass_Name() will now return "const char *". (GH-7581) by Serhiy Storchaka · 6 years ago
  21. 08f127a bpo-33851: Fix ast.get_docstring() for a node that lacks a docstring. (GH-7682) by Serhiy Storchaka · 6 years ago
  22. 9e7c921 bpo-17045: Improve C-API doc for PyTypeObject. (gh-7413) by Eric Snow · 6 years ago
  23. d22fc0b bpo-32962: python-gdb catchs UnicodeDecodeError (GH-7693) by Victor Stinner · 6 years ago
  24. 019d33b bpo-32962: python-gdb catchs ValueError on read_var() (GH-7692) by Victor Stinner · 6 years ago
  25. 4ffe9c2 bpo-33718: regrtest: use format_duration() to display failed tests (GH-7686) by Victor Stinner · 6 years ago
  26. dfa9643 bpo-19382: Adding test cases for module tabnanny (GH-851) by Jaysinh Shukla · 6 years ago
  27. ab4a198 bpo-33615: Re-enable subinterpreter tests. (#7552) by Eric Snow · 6 years ago
  28. 71ede00 bpo-31378: Document sqlite3.OperationalError exception (GH-7677) by Zackery Spytz · 6 years ago
  29. b9d8ad5 bpo-33828: Add missing versionchanged note for string.Formatter. (GH-7668) by Xiang Zhang · 6 years ago
  30. eeb99bd Fixes upload script to always run commands even when previous ones fail (GH-7670) by Steve Dower · 6 years ago
  31. 4a172cc bpo-33671: efficient zero-copy for shutil.copy* functions (Linux, OSX and Win) (#7160) by Giampaolo Rodola · 6 years ago
  32. 33cd058 bpo-32108: Don't clear configparser values if key is assigned to itself (GH-7588) by Cheryl Sabella · 6 years ago
  33. c3f55be bpo-27397: Make email module properly handle invalid-length base64 strings (#7583) by Tal Einat · 6 years ago
  34. 5a98209 Fix nested list in 3.7 What's New (GH-7659) by Ned Deily · 6 years ago
  35. 04290cb bpo-25612: Add minimal What's New in 3.7 entry (GH-7656) by Ned Deily · 6 years ago
  36. 41254eb bpo-33582: Remove duplicate space in inspect.formatargspec() deprecation warning (GH-7655) by Zackery Spytz · 6 years ago
  37. 378edcd Update macOS installer Welcome and ReadMe files for 3.7.0. (GH-7653) by Ned Deily · 6 years ago
  38. 4531ec7 bpo-31432: Revert unrelated code changes to _ssl.c and test_ssl (GH-7650) by Ned Deily · 6 years ago
  39. ef24b6c bpo-31432: Clarify ssl CERT_NONE/OPTIONAL/REQUIRED docs. (GH-3530) by Christian Heimes · 6 years ago
  40. 4b704f2 bpo-33656: Mention color in idlelib/NEWS.txt entry. (#7646) by Terry Jan Reedy · 6 years ago
  41. 46c5cd0 bpo-33582: Emit deprecation warning for `formatargspec` (GH-6994) by Matthias Bussonnier · 6 years ago
  42. fd88f31 bpo-33656: Add enum name for argument of Windows call. (GH-7642) by Terry Jan Reedy · 6 years ago
  43. 8a05f55 bpo-33656: Add entry to What's New 3.7. (GH-7638) by Terry Jan Reedy · 6 years ago
  44. 800415e bpo-33656: On Windows, add API call saying that tk scales for DPI (GH-7137) by Terry Jan Reedy · 6 years ago
  45. 0e5f901 bpo-33831: Make htmlview run again (GH-7628) by Andrés Delfino · 6 years ago
  46. 2c071ce bpo-30820: Remove incorrect docs for email.contentmanager.raw_data_manager (#7631) by Zackery Spytz · 6 years ago
  47. 5cbefa9 Clean up after bpo-33738. (GH-7627) by Serhiy Storchaka · 6 years ago
  48. 9d6171d bpo-23404: Update/sync What's New files for 3.6/3.5/2.7 (GH-7620) by Ned Deily · 6 years ago
  49. 9d6d06e pypi.python.org -> pypi.org (GH-7613) by Ned Deily · 6 years ago
  50. 12c6cdf bpo-33745: Add What's New for empty function docstring change. (GH-7611) by Ned Deily · 6 years ago
  51. ef057bf bpo-33109: Remove now-obsolete What's New entry for bpo-26510. (GH-7609) by Ned Deily · 6 years ago
  52. 2487f30 bpo-30167: Prevent site.main() exception if PYTHONSTARTUP is set. (GH-6731) by Steve Weber · 6 years ago
  53. 8398713 bpo-33738: Address review comments in GH #7477 (GH-7585) by Christian Tismer · 6 years ago
  54. 877b232 bpo-33812: Corrected astimezone for naive datetimes. (GH-7578) by Alexander Belopolsky · 6 years ago
  55. af4b013 bpo-33610: Update IDLE Code Context doc entry (GH-7597) by Terry Jan Reedy · 6 years ago
  56. 820c53a bpo-33820: Fix IDLE What's New typo (#7594) by Terry Jan Reedy · 6 years ago
  57. 222f7f4 bpo-33821: Update idlelib subsection of What's New 3.7 (#7590) by Terry Jan Reedy · 6 years ago
  58. e226eb7 bpo-33820: Update idlelib subsection of What's New 3.6 (GH-7589) by Terry Jan Reedy · 6 years ago
  59. 69dccc3 Remove unneeded PyErr_Occurred() check in os_lseek_impl() (GH-7557) by Zackery Spytz · 6 years ago
  60. 4ab4695 bpo-33748: fix tests altering sys.path and sys.modules (GH-7433) by Tal Einat · 6 years ago
  61. 1b85c71 bpo-33770: improve base64 exception message for encoded inputs of invalid length (#7416) by Tal Einat · 6 years ago
  62. 98a0e46 Fix spaces added after hyphens in news entries. (GH-7579) by Serhiy Storchaka · 6 years ago
  63. d689f97 Remove hyphens from phrase "picks up where it left off" (GH-7410) by Andrés Delfino · 6 years ago
  64. 0e0534c Fix typo in object.__getnewargs__() documentation (GH-7554) by Andrés Delfino · 6 years ago
  65. 0aa17ee bpo-33766: Document that end of file or string is a newline (GH-7383) by Ammar Askar · 6 years ago
  66. 7e0d882 doc: Fix typo in asyncio-eventloop.rst (GH-7345) by MarcoFalke · 6 years ago
  67. ced0adb bpo-32493: Correct test for uuid_enc_be availability in configure.ac. (GH-7511) (GH-7567) by Ned Deily · 6 years ago
  68. ea62ce7 bpo-33738: Fix macros which contradict PEP 384 (GH-7477) by Christian Tismer · 6 years ago
  69. 3f45f5d bpo-33375: Fix GCC warning in Python/_warnings.c (GH-7556) by Zackery Spytz · 6 years ago
  70. 1bcb8a6 bpo-33409: Clarify PEP 538/540 relationship (GH-7534) by Nick Coghlan · 6 years ago
  71. 4acc140 Fix indendation level of versionchanged directive in configparser.items() doc (GH-7543) by Andrés Delfino · 6 years ago
  72. bcb032e bpo-33810 Remove unused code from datetime.py. (GH-7549) by Alexander Belopolsky · 6 years ago
  73. 4c3e39f Datetime test coverage (#7544) by Alexander Belopolsky · 6 years ago
  74. 12f482e bpo-30805: Avoid race condition with debug logging (GH-7545) by Yury Selivanov · 6 years ago
  75. 1cbdb22 bpo-33801: Remove non-ordered dict comment from plistlib doc (GH-7495) by Andrés Delfino · 6 years ago
  76. 11a8966 bpo-33375: Get filename for warnings from frame.f_code.co_filename (GH-6622) by Thomas Kluyver · 6 years ago
  77. 3b0b90c bpo-33800: Fix default argument for parameter dict_type of ConfigParser/RawConfigParser (GH-7494) by Andrés Delfino · 6 years ago
  78. 4f54867 bpo-33197: Add versionadded tag to the documentation of ParameterKind (GH-7536) by Dong-hee Na · 6 years ago
  79. 9e6685e bpo-33807: Add Python 3.7 buildbot link to '.github/CONTRIBUTING.rst' (GH-7532) by Suriyaa ✌️️ · 6 years ago
  80. c0d062f bpo-33736: Improve the documentation of asyncio stream APIs (GH-7326) by Elvis Pranskevichus · 6 years ago
  81. 6860629 bpo-33798: Update csv document about dict order (GH-7490) by Andrés Delfino · 6 years ago
  82. 214f18e bpo-33802: Do not interpolate in ConfigParser while reading defaults (GH-7524) by Łukasz Langa · 6 years ago
  83. 66f02aa bpo-11874: fix assertion failure in argparse metavar handling (GH-1826) by wim glenn · 6 years ago
  84. ff6c077 bpo-33694: Fix typo in helper function name (GH-7522) by Victor Stinner · 6 years ago
  85. c45fc76 bpo-33718: regrtest: use "xxx then yyy" result if re-run (GH-7521) by Victor Stinner · 6 years ago
  86. 396ecb9 bpo-33799: Remove non-ordered dicts comments from FAQ by Andrés Delfino · 6 years ago
  87. b1f6902 Update idlelib/NEWS.txt to 2018 Jun 8 am. (GH-7517) by Terry Jan Reedy · 6 years ago
  88. 041272b bpo-33768: IDLE: Clicking on code context line moves it to top of editor (GH-7411) by Cheryl Sabella · 6 years ago
  89. 4aa3006 bpo-33197: Add description property for _ParameterKind. (GH-7206) by Dong-hee Na · 6 years ago
  90. ee994d7 bpo-33791: Update README for macOS users (GH-7471) by atg7000 · 6 years ago
  91. 8f40429 bpo-33792: Add selector and proactor windows policies (GH-7487) by Yury Selivanov · 6 years ago
  92. 52698c7 bpo-33786: Fix asynchronous generators to handle GeneratorExit in athrow() (GH-7467) by Yury Selivanov · 6 years ago
  93. 378c53c bpo-33803: Fix a crash in hamt.c (#7504) by Yury Selivanov · 6 years ago
  94. c4f3cb7 bpo-33615: Skip test__xxsubinterpreters (GH-7503) by Victor Stinner · 6 years ago
  95. bed523b bpo-33642 and bpo-33679: Revise and condense blurbs (GH-7500) by Terry Jan Reedy · 6 years ago
  96. 79790bc bpo-33694: Fix race condition in asyncio proactor (GH-7498) by Victor Stinner · 6 years ago
  97. d3ed67d bpo-33609: small wording fixes to dict ordering docs by Neil Schemenauer · 6 years ago
  98. e7adf2b bpo-33796: Ignore ClassVar for dataclasses.replace(). (GH-7488) by Eric V. Smith · 6 years ago
  99. 34b7346 update 3.7 whatsnew entry about Unicode version (GH-7480) by Benjamin Peterson · 6 years ago
  100. bb6366b bpo-17909: Document that json.load can accept a binary IO (GH-7366) by Anthony Sottile · 6 years ago