1. 5f4d05d [3.7] bpo-35214: Initial clang MemorySanitizer support (GH-10479) (GH-10492) by Gregory P. Smith · 6 years ago
  2. f3b0b91 Improve grammar in Glossary. (GH-10474) by Miss Islington (bot) · 6 years ago
  3. 8a54c67 Correct grammar mistake in stdtypes.rst (GH-10481) by Miss Islington (bot) · 6 years ago
  4. 5e51f12 Linkify PEP 8 in unix.rst (GH-10482) by Miss Islington (bot) · 6 years ago
  5. a744abc Minor grammar improvement to io documentation. (GH-10329) by Miss Islington (bot) · 6 years ago
  6. 7a90504 Update subprocess.Popen documentation wrt universal_newlines arg (GH-10337) by Miss Islington (bot) · 6 years ago
  7. aa493b5 bpo-33878: Doc: Fix missing case by simplifying. (GH-7762) by Miss Islington (bot) · 6 years ago
  8. 1ec5781 closes bpo-35204: Disable thread and memory sanitizers for address_in_range(). (GH-10442) by Miss Islington (bot) · 6 years ago
  9. 7d7ff67 bpo-33699: Describe try's else clause with the rest of the try clause (GH-7252) by Miss Islington (bot) · 6 years ago
  10. 317dbb4 dict insertion order is guaranteed since 3.7 (GH-10431) by Miss Islington (bot) · 6 years ago
  11. b91c27d bpo-34864: Document two IDLE on MacOS issues. (GH-10456) by Miss Islington (bot) · 6 years ago
  12. 2847cca bpo-35202: Remove unused imports in idlelib (GH-10438) by Miss Islington (bot) · 6 years ago
  13. 3da64a0 Correct a typo in the Unittest documentation (GH-10397) by Miss Islington (bot) · 6 years ago
  14. 33fd60d Cleanup and improve the regex tokenizer example. (GH-10426) (#10427) by Miss Islington (bot) · 6 years ago
  15. 22234f1 bpo-35194: Fix a wrong constant in cp932 codec (GH-10420) by Miss Islington (bot) · 6 years ago
  16. f16ebcd bpo-35193: Fix an off by one error in the RETURN_VALUE case. (GH-10418) by Miss Islington (bot) · 6 years ago
  17. 732f745 [3.7] Doc: Make all versions sidebars the same for consistency. (GH-10288) (GH-10409) by Julien Palard · 6 years ago
  18. 9d36581 bpo-34966: Improve support of method aliases in pydoc. (GH-9823) by Miss Islington (bot) · 6 years ago
  19. 3ba5e25 Revert "bpo-32409: Fix regression in activate.bat on international Windows (GH-10295)" (GH-10403) by Miss Islington (bot) · 6 years ago
  20. b097f9f Fix the construction of subprocess.CalledProcessError in test_venv (GH-10400) by Miss Islington (bot) · 6 years ago
  21. 363839c bpo-35015: Doc: Fix internationalisation of the availability directive. (GH-10360) by Miss Islington (bot) · 6 years ago
  22. 881e273 bpo-32409: Fix regression in activate.bat on international Windows (GH-10295) (GH-10377) by Miss Islington (bot) · 6 years ago
  23. e40e205 Add link to PEP 525 in Expressions. (GH-10333) by Miss Islington (bot) · 6 years ago
  24. 38bdaa4 glob uses fnmatch.filter instead of fnmatch since 2001. (GH-10102) by Miss Islington (bot) · 6 years ago
  25. b949f74 Add a reference to the name mangling description in the tutorial to the index. (GH-10138) by Miss Islington (bot) · 6 years ago
  26. 2911d4e Add future_stmt to simple_stmt production list. (GH-8239) by Miss Islington (bot) · 6 years ago
  27. 766d8f5 Correct grammar mistakes in string.rst. (GH-9752) by Miss Islington (bot) · 6 years ago
  28. f455dd5 Mark len call as a code snippet in stdtypes.rst. (GH-9804) by Miss Islington (bot) · 6 years ago
  29. 7602316 Mark -c and -O as command line options in reStructuredText. (GH-10103) by Miss Islington (bot) · 6 years ago
  30. 2b2a8c1 bpo-33000: Document that IDLE's shell has no line limit. (GH-10373) by Miss Islington (bot) · 6 years ago
  31. 34fcee9 bpo-23220: Explain how IDLE's Shell displays output (GH-10356) by Miss Islington (bot) · 6 years ago
  32. ca592bc closes bpo-35171: Fix test_TimeRE_recreation_timezone failure on some systems. (GH-10347) by Miss Islington (bot) · 6 years ago
  33. 4a46295 bpo-35099: Update idlelib/help.html (GH-10353) by Miss Islington (bot) · 6 years ago
  34. a437c28 bpo-35099: Improve the doc about IDLE running user code. (GH-10350) by Miss Islington (bot) · 6 years ago
  35. 558dc8a bpo-35119: Fix RecursionError in example of customizing module attribute access. (GH-10323) by Miss Islington (bot) · 6 years ago
  36. 91a19c9 [Docs] Fix required version of an example of importlib (GH-10118) by Miss Islington (bot) · 6 years ago
  37. 6ad277b [3.7] bpo-35167: Specify program for json.tool command line options. (GH-10332) (GH-10338) by Serhiy Storchaka · 6 years ago
  38. 7beb8c5 bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284) by Miss Islington (bot) · 6 years ago
  39. 96fb350 bpo-21263: Skip test_gdb when python has been compiled with LLVM clang (GH-10318) (GH-10325) by Miss Islington (bot) · 6 years ago
  40. 133fd65 Fix a typo about a comma. (GH-10306) by Miss Islington (bot) · 6 years ago
  41. a9122d1 [3.7] bpo-35147: Fix _Py_NO_RETURN for GCC (GH-10300) (GH-10301) by Alexey Izbyshev · 6 years ago
  42. 08026b1 [3.7]bpo-29341: Backport b942707 3.7 (#10298) by BNMetrics · 6 years ago
  43. 04c9666 closes bpo-35139: The `pyexpat` module's macros in `Modules/Setup` now match `setup.py` (GH-10289) by Miss Islington (bot) · 6 years ago
  44. b9c48a7 Include memo in the documented signature of copy.deepcopy() by Miss Islington (bot) · 6 years ago
  45. d69f015 Doc: fix asyncio loop.close() description (GH-10229) by Miss Islington (bot) · 6 years ago
  46. 7d35553 bpo-35075: Fix broken url in the pprint documentation (GH-10201) by Miss Islington (bot) · 6 years ago
  47. 5e0537c [3.7] bpo-35128: Fix spacing issues in warning.warn() messages. (GH-10268). (GH-10280) by Serhiy Storchaka · 6 years ago
  48. 192c547 bpo-26558: Fix Py_FatalError() with GIL released (GH-10267) by Miss Islington (bot) · 6 years ago
  49. 71b6c1a bpo-35062: Fix parsing _io.IncrementalNewlineDecoder's *translate* argument. (GH-10217) by Miss Islington (bot) · 6 years ago
  50. da15389 Fix a possible crash in range.__reversed__(). (GH-10252) by Miss Islington (bot) · 6 years ago
  51. b183750 [3.7] bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231). (GH-10253) by Serhiy Storchaka · 6 years ago
  52. aa0a21a bpo-35116, urllib.parse: Document the new max_num_fields parameter (GH-10246) by matthewbelisle-wf · 6 years ago
  53. f51ef51 bpo-35086: Fix tkinter example "A Simple Hello World Program". (GH-10160) by Miss Islington (bot) · 6 years ago
  54. 7d35f79 bpo-34403: Always implement _Py_GetForceASCII() (GH-10235) by Victor Stinner · 6 years ago
  55. 21220bb bpo-34403: Fix initfsencoding() for ASCII (GH-10233) by Victor Stinner · 6 years ago
  56. 58f7bf3 bpo-34945: Buffer output in test suite only when creating junit file (GH-10204) by Miss Islington (bot) · 6 years ago
  57. a02bc71 bpo-27741: Better wording for datetime.strptime() (GH-9994) by Miss Islington (bot) · 6 years ago
  58. f00703d Fix a possible "double decref" in termios.tcgetattr(). (GH-10194) by Miss Islington (bot) · 6 years ago
  59. 1a3f18e bpo-35097: Add IDLE doc subsection explaining editor windows. (GH-10206) by Miss Islington (bot) · 6 years ago
  60. 1d7d165 bpo-35090: Fix potential division by zero in allocator wrappers (GH-10174) by Miss Islington (bot) · 6 years ago
  61. ff8d626 Issue 35093: Document the IDLE document viewer in the IDLE doc. (GH-10195) by Miss Islington (bot) · 6 years ago
  62. 1cea384 [3.7] Fix checking for bugfix Tcl version. (GH-10185) (GH-10186) by Miss Islington (bot) · 6 years ago
  63. 8dccb00 bpo-1529353: Explain Shell text squeezing in the IDLE doc. (GH-10169) by Miss Islington (bot) · 6 years ago
  64. fdf48b6 bpo-35054: Add yet more index entries for symbols. (GH-10121) (GH-10171) by Miss Islington (bot) · 6 years ago
  65. c516dc6 bpo-35089: Don't mention typing.io and typing.re (GH-10173) by Miss Islington (bot) · 6 years ago
  66. 50e04cc Fix mistakes on function coroutines related definitions (GH-9871) by Miss Islington (bot) · 6 years ago
  67. 593af34 bpo-35088: Update idlelib.help.copy_string docstring (GH-10164) by Miss Islington (bot) · 6 years ago
  68. 2d3b7a9 bpo-35087: Update idlelib help files for the current doc build. (GH-10162) by Miss Islington (bot) · 6 years ago
  69. e2cf819 bpo-35067: Remove _distutils_findvs and use vswhere.exe instead. (GH-10095) by Miss Islington (bot) · 6 years ago
  70. c73cd4e Fix typo in zipfile documentation. (GH-10151) (GH-10153) by Miss Islington (bot) · 6 years ago
  71. 6f82bdc unittest documentation: Spell pytest without the dot (GH-9820) by Miss Islington (bot) · 6 years ago
  72. cb920c1 bpo-35079: Revise difflib.SequenceManager.get_matching_blocks doc (GH-10144) by Miss Islington (bot) · 6 years ago
  73. f2b5b4f Fix a typo in asyncio-dev.rst. (GH-10133) by Miss Islington (bot) · 6 years ago
  74. 95cfb81 bpo-35059, libmpdec: Add missing EXTINLINE in mpdecimal.h (GH-10128) by Miss Islington (bot) · 6 years ago
  75. bb1876a [3.7] bpo-34576 : Backport eeab510 (#10114) by Senthil Kumaran · 6 years ago
  76. 9080824 bpo-35017, socketserver: don't accept request after shutdown (GH-9952) by Miss Islington (bot) · 6 years ago
  77. 1487b65 [3.7] bpo-34789: xml.sax.make_parser expects a list not just any sequence (GH-9542) by Andrés Delfino · 6 years ago
  78. ec10b70 bpo-35044, doc: Use the :exc: role for the exceptions (GH-10037) by Miss Islington (bot) · 6 years ago
  79. 9a75b84 [3.7] bpo-35054: Add more index entries for symbols. (GH-10064). (GH-10120) by Serhiy Storchaka · 6 years ago
  80. c64c405 bpo-35038: AttributeError: 'frame' object has no attribute 'f_restricted'. (GH-10098) by Miss Islington (bot) · 6 years ago
  81. a7ffb66 [3.7] bpo-31047: Fix ntpath.abspath to trim ending separator (GH-10082) by Steve Dower · 6 years ago
  82. 69a3f15 bpo-28015: Support LTO build with clang (GH-9908) by Miss Islington (bot) · 6 years ago
  83. b322394 configparser doc: Properly label ConfigParser attributes (GH-9930) by Miss Islington (bot) · 6 years ago
  84. 917efd8 importlib doc: Fix approximated import_module() code (GH-9945) by Miss Islington (bot) · 6 years ago
  85. f2679af bpo-35027, distutils doc: Correct note on setup.py change in Python 3.7 (GH-10032) by Miss Islington (bot) · 6 years ago
  86. d9dbb86 Use f-strings in asyncio-task code examples (GH-10035) by Miss Islington (bot) · 6 years ago
  87. b4c9874 [3.7] bpo-33899: Mention tokenize behavior change in What's New (GH-10073) (GH-10074) by Tal Einat · 6 years ago
  88. 861f61b [3.7] bpo-34260, shutil: fix copy2 and copystat documentation (GH-8523) (GH-10065) by Zsolt Cserna · 6 years ago
  89. f7cefb4 bpo-34794: Fix a leak in Tkinter. (GH-10025) (GH-10069) by Miss Islington (bot) · 6 years ago
  90. c46f042 Fix error handling bugs in _elementtree.c. (GH-10060) by Miss Islington (bot) · 6 years ago
  91. 7a253dc bpo-34980: P/Invoke QueryFullProcessImageName to get process names (GH-9901) by Miss Islington (bot) · 6 years ago
  92. 178bf58 bpo-35028: cgi: Fix max_num_fields off by one error (GH-9973) by Miss Islington (bot) · 6 years ago
  93. d730719 bpo-35046: do only one system call per line (logging.StreamHandler) (GH-10042) (GH-10050) by Miss Islington (bot) · 6 years ago
  94. 313e501 bpo-34482: test datetime classes' handling of non-UTF-8-encodable strings (GH-8878) by Miss Islington (bot) · 6 years ago
  95. fc62c72 bpo-34748: link to :ref:`partial-objects` in functools.partial doc. (GH-9809) by Miss Islington (bot) · 6 years ago
  96. 18450be bpo-34454: Clean up datetime.fromisoformat surrogate handling (GH-8959) by Miss Islington (bot) · 6 years ago
  97. 7f34d55 bpo-34973: Fix crash in bytes constructor. (GH-9841) by Miss Islington (bot) · 6 years ago
  98. 002aef3 closes bpo-35025: Properly guard the `CLOCK_GETTIME` et al macros in timemodule.c. (GH-9961) by Miss Islington (bot) · 6 years ago
  99. f141dda [3.7] Remove duplicate NEWS entries due to cherry-picking (GH-10012) by Ned Deily · 6 years ago
  100. a5f6882 Post release bump by Ned Deily · 6 years ago