1. 7d35553 bpo-35075: Fix broken url in the pprint documentation (GH-10201) by Miss Islington (bot) · 6 years ago
  2. 5e0537c [3.7] bpo-35128: Fix spacing issues in warning.warn() messages. (GH-10268). (GH-10280) by Serhiy Storchaka · 6 years ago
  3. 192c547 bpo-26558: Fix Py_FatalError() with GIL released (GH-10267) by Miss Islington (bot) · 6 years ago
  4. 71b6c1a bpo-35062: Fix parsing _io.IncrementalNewlineDecoder's *translate* argument. (GH-10217) by Miss Islington (bot) · 6 years ago
  5. da15389 Fix a possible crash in range.__reversed__(). (GH-10252) by Miss Islington (bot) · 6 years ago
  6. b183750 [3.7] bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231). (GH-10253) by Serhiy Storchaka · 6 years ago
  7. aa0a21a bpo-35116, urllib.parse: Document the new max_num_fields parameter (GH-10246) by matthewbelisle-wf · 6 years ago
  8. f51ef51 bpo-35086: Fix tkinter example "A Simple Hello World Program". (GH-10160) by Miss Islington (bot) · 6 years ago
  9. 7d35f79 bpo-34403: Always implement _Py_GetForceASCII() (GH-10235) by Victor Stinner · 6 years ago
  10. 21220bb bpo-34403: Fix initfsencoding() for ASCII (GH-10233) by Victor Stinner · 6 years ago
  11. 58f7bf3 bpo-34945: Buffer output in test suite only when creating junit file (GH-10204) by Miss Islington (bot) · 6 years ago
  12. a02bc71 bpo-27741: Better wording for datetime.strptime() (GH-9994) by Miss Islington (bot) · 6 years ago
  13. f00703d Fix a possible "double decref" in termios.tcgetattr(). (GH-10194) by Miss Islington (bot) · 6 years ago
  14. 1a3f18e bpo-35097: Add IDLE doc subsection explaining editor windows. (GH-10206) by Miss Islington (bot) · 6 years ago
  15. 1d7d165 bpo-35090: Fix potential division by zero in allocator wrappers (GH-10174) by Miss Islington (bot) · 6 years ago
  16. ff8d626 Issue 35093: Document the IDLE document viewer in the IDLE doc. (GH-10195) by Miss Islington (bot) · 6 years ago
  17. 1cea384 [3.7] Fix checking for bugfix Tcl version. (GH-10185) (GH-10186) by Miss Islington (bot) · 6 years ago
  18. 8dccb00 bpo-1529353: Explain Shell text squeezing in the IDLE doc. (GH-10169) by Miss Islington (bot) · 6 years ago
  19. fdf48b6 bpo-35054: Add yet more index entries for symbols. (GH-10121) (GH-10171) by Miss Islington (bot) · 6 years ago
  20. c516dc6 bpo-35089: Don't mention typing.io and typing.re (GH-10173) by Miss Islington (bot) · 6 years ago
  21. 50e04cc Fix mistakes on function coroutines related definitions (GH-9871) by Miss Islington (bot) · 6 years ago
  22. 593af34 bpo-35088: Update idlelib.help.copy_string docstring (GH-10164) by Miss Islington (bot) · 6 years ago
  23. 2d3b7a9 bpo-35087: Update idlelib help files for the current doc build. (GH-10162) by Miss Islington (bot) · 6 years ago
  24. e2cf819 bpo-35067: Remove _distutils_findvs and use vswhere.exe instead. (GH-10095) by Miss Islington (bot) · 6 years ago
  25. c73cd4e Fix typo in zipfile documentation. (GH-10151) (GH-10153) by Miss Islington (bot) · 6 years ago
  26. 6f82bdc unittest documentation: Spell pytest without the dot (GH-9820) by Miss Islington (bot) · 6 years ago
  27. cb920c1 bpo-35079: Revise difflib.SequenceManager.get_matching_blocks doc (GH-10144) by Miss Islington (bot) · 6 years ago
  28. f2b5b4f Fix a typo in asyncio-dev.rst. (GH-10133) by Miss Islington (bot) · 6 years ago
  29. 95cfb81 bpo-35059, libmpdec: Add missing EXTINLINE in mpdecimal.h (GH-10128) by Miss Islington (bot) · 6 years ago
  30. bb1876a [3.7] bpo-34576 : Backport eeab510 (#10114) by Senthil Kumaran · 6 years ago
  31. 9080824 bpo-35017, socketserver: don't accept request after shutdown (GH-9952) by Miss Islington (bot) · 6 years ago
  32. 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
  33. ec10b70 bpo-35044, doc: Use the :exc: role for the exceptions (GH-10037) by Miss Islington (bot) · 6 years ago
  34. 9a75b84 [3.7] bpo-35054: Add more index entries for symbols. (GH-10064). (GH-10120) by Serhiy Storchaka · 6 years ago
  35. c64c405 bpo-35038: AttributeError: 'frame' object has no attribute 'f_restricted'. (GH-10098) by Miss Islington (bot) · 6 years ago
  36. a7ffb66 [3.7] bpo-31047: Fix ntpath.abspath to trim ending separator (GH-10082) by Steve Dower · 6 years ago
  37. 69a3f15 bpo-28015: Support LTO build with clang (GH-9908) by Miss Islington (bot) · 6 years ago
  38. b322394 configparser doc: Properly label ConfigParser attributes (GH-9930) by Miss Islington (bot) · 6 years ago
  39. 917efd8 importlib doc: Fix approximated import_module() code (GH-9945) by Miss Islington (bot) · 6 years ago
  40. f2679af bpo-35027, distutils doc: Correct note on setup.py change in Python 3.7 (GH-10032) by Miss Islington (bot) · 6 years ago
  41. d9dbb86 Use f-strings in asyncio-task code examples (GH-10035) by Miss Islington (bot) · 6 years ago
  42. b4c9874 [3.7] bpo-33899: Mention tokenize behavior change in What's New (GH-10073) (GH-10074) by Tal Einat · 6 years ago
  43. 861f61b [3.7] bpo-34260, shutil: fix copy2 and copystat documentation (GH-8523) (GH-10065) by Zsolt Cserna · 6 years ago
  44. f7cefb4 bpo-34794: Fix a leak in Tkinter. (GH-10025) (GH-10069) by Miss Islington (bot) · 6 years ago
  45. c46f042 Fix error handling bugs in _elementtree.c. (GH-10060) by Miss Islington (bot) · 6 years ago
  46. 7a253dc bpo-34980: P/Invoke QueryFullProcessImageName to get process names (GH-9901) by Miss Islington (bot) · 6 years ago
  47. 178bf58 bpo-35028: cgi: Fix max_num_fields off by one error (GH-9973) by Miss Islington (bot) · 6 years ago
  48. d730719 bpo-35046: do only one system call per line (logging.StreamHandler) (GH-10042) (GH-10050) by Miss Islington (bot) · 6 years ago
  49. 313e501 bpo-34482: test datetime classes' handling of non-UTF-8-encodable strings (GH-8878) by Miss Islington (bot) · 6 years ago
  50. fc62c72 bpo-34748: link to :ref:`partial-objects` in functools.partial doc. (GH-9809) by Miss Islington (bot) · 6 years ago
  51. 18450be bpo-34454: Clean up datetime.fromisoformat surrogate handling (GH-8959) by Miss Islington (bot) · 6 years ago
  52. 7f34d55 bpo-34973: Fix crash in bytes constructor. (GH-9841) by Miss Islington (bot) · 6 years ago
  53. 002aef3 closes bpo-35025: Properly guard the `CLOCK_GETTIME` et al macros in timemodule.c. (GH-9961) by Miss Islington (bot) · 6 years ago
  54. f141dda [3.7] Remove duplicate NEWS entries due to cherry-picking (GH-10012) by Ned Deily · 6 years ago
  55. a5f6882 Post release bump by Ned Deily · 6 years ago
  56. 08eae4f Merge tag 'v3.7.1' into 3.7 by Ned Deily · 6 years ago
  57. 34a5ed5 bpo-35032: Remove inaccessible videos from faq/Windows (GH-10004) by Miss Islington (bot) · 6 years ago
  58. 861d34e bpo-33712: OrderedDict only creates od_fast_nodes cache if needed (GH-7349). (GH-10000) by Serhiy Storchaka · 6 years ago
  59. 260ec2c 3.7.1final by Ned Deily · 6 years ago
  60. dcd56f6 bpo-34574: Prevent OrderedDict iterators from exhaustion during pickling. (GH-9051) by Miss Islington (bot) · 6 years ago
  61. 32fe7b0 bpo-34576: Revert doc change until it can be properly fixed (GH-9720) by Ned Deily · 6 years ago
  62. ce3b5a8 bpo-34521: Add NEWS entry for changes in GH-9613 (GH-9850) by Miss Islington (bot) · 6 years ago
  63. 60c663c bpo-34970: Protect tasks weak set manipulation in asyncio.all_tasks() (GH-9837) (GH-9849) by Miss Islington (bot) · 6 years ago
  64. 03ca8b5 bpo-34909: NEWS entry. by Ned Deily · 6 years ago
  65. 1662bbf bpo-32256: Make patchcheck.py work for out-of-tree builds (GH-4760) by Miss Islington (bot) · 6 years ago
  66. 557a687 bpo-32798: Add restriction on the offset parameter for mmap.flush in the docs (GH-5621) by Miss Islington (bot) · 6 years ago
  67. 8f53dcd bpo-32890, os: Use errno instead of GetLastError() in execve() and truncate() (GH-5784) by Miss Islington (bot) · 6 years ago
  68. 3e5bcd1 bpo-21196: Clarify name mangling rules in tutorial (GH-5667) by Miss Islington (bot) · 6 years ago
  69. c8348fb bpo-33594: Add deprecation info in inspect.py module (GH-7036) by Miss Islington (bot) · 6 years ago
  70. 0f2fc8b bpo-34536: raise error for invalid _missing_ results (GH-9147) (GH-9978) by Victor Stinner · 6 years ago
  71. 2a6cf44 bpo-33726, doc: Add short descriptions to PEP references in seealso (GH-7294) by Miss Islington (bot) · 6 years ago
  72. 23efe77 bpo-20216: Correct docstrings of digest() methods in hashlib. (GH-9873) (GH-9971) by Miss Islington (bot) · 6 years ago
  73. 4ec9f64 bpo-34824: Fix a possible NULL pointer dereference in _ssl.c (GH-9606) (GH-9743) by Miss Islington (bot) · 6 years ago
  74. c119d59 bpo-34791: xml package obeys ignore env flags (GH-9544) (GH-9545) by Miss Islington (bot) · 6 years ago
  75. ef7f29f Elaborate datetime.timedelta docstring (GH-7458) by Miss Islington (bot) · 6 years ago
  76. 6665802 bpo-1621: Avoid signed integer overflow in set_table_resize() (GH-9059) (GH-9198) by Miss Islington (bot) · 6 years ago
  77. 76d31a3 queue doc: Clarify that the simple FIFO queue is SimpleQueue (GH-8372) by Miss Islington (bot) · 6 years ago
  78. 984a800 unittest.mock doc: Fix references to recursive seal of Mocks (GH-9028) by Miss Islington (bot) · 6 years ago
  79. b9182aa bpo-33947: dataclasses no longer can raise RecursionError in repr (GF9916) (#9970) by Miss Islington (bot) · 6 years ago
  80. bd9c2ce bpo-34936: Fix TclError in tkinter.Spinbox.selection_element(). (GH-9760) (GH-9957) by Juliette Monsel · 6 years ago
  81. a66f279 bpo-34866: Adding max_num_fields to cgi.FieldStorage (GH-9660) by Miss Islington (bot) · 6 years ago
  82. d6d35d0 Fix several reference counting bugs in pyexpat.c. (GH-9955) by Miss Islington (bot) · 6 years ago
  83. 2bc1e8c In email docs, correct spelling of foregoing (GH-9856) (#9919) by Miss Islington (bot) · 6 years ago
  84. 8ba831f In email.parser in message_from_bytes, update `strict` to `policy` (GH-9854) (#9917) by Miss Islington (bot) · 6 years ago
  85. 6802964 Updated documentation on logging.debug(). (GH-9946) (GH-9949) by Miss Islington (bot) · 6 years ago
  86. 5b9b935 bpo-35008: Fix possible leaks in Element.__setstate__(). (GH-9924) by Miss Islington (bot) · 6 years ago
  87. 178d1c0 bpo-24658: Fix read/write greater than 2 GiB on macOS (GH-1705) by Miss Islington (bot) · 6 years ago
  88. 35ae99d [3.7] bpo-35011: Restore use of pyexpatns.h in libexpat (GH-9939) (GH-9940) by Miss Islington (bot) · 6 years ago
  89. 657e3f9 [3.7] bpo-23420: Verify the value of '-s' when execute the CLI of cProfile (GH-9925) (GH-9926) by Stéphane Wirtel · 6 years ago
  90. 514bbfc bpo-34967: Sphinx is deprecating add_description_unit, use add_object_type (GH-9827) by Miss Islington (bot) · 6 years ago
  91. 350aeab bpo-34783: Fix test_nonexisting_script() (GH-9896) by Miss Islington (bot) · 6 years ago
  92. 802de12 bpo-23554: Change echo server example class name from EchoServerClientProtocol to EchoServerProtocol (GH-9859) by Miss Islington (bot) · 6 years ago
  93. fcea3dd bpo-34989: python-gdb.py: fix current_line_num() (GH-9889) by Miss Islington (bot) · 6 years ago
  94. d991ede bpo-34521: Add NEWS entry for changes in GH-9613 (GH-9850) by Miss Islington (bot) · 6 years ago
  95. b248a8c [3.7] bpo-11233: Create availability directive for documentation (GH-9692) (GH-9830) by Cheryl Sabella · 6 years ago
  96. c804a59 fix dangling keyfunc examples in documentation of heapq and sorted (GH-1432) by Miss Islington (bot) · 6 years ago
  97. 1370832 bpo-34974: Do not replace unexpected errors in bytes() and bytearray(). (GH-9852) by Miss Islington (bot) · 6 years ago
  98. 91b863d Update compound_stmts.rst (GH-9864) (GH-9869) by Miss Islington (bot) · 6 years ago
  99. b1c8003 bpo-34941: Fix searching Element subclasses. (GH-9766) by Miss Islington (bot) · 6 years ago
  100. 77e0abe bpo-33656: Move pyshell ctypes import inside try block. (GH-9858) by Miss Islington (bot) · 6 years ago