1. eb52ac8 bpo-28180: Fix test_capi.test_forced_io_encoding() (#2155) by Victor Stinner · 7 years ago
  2. d79c1d4 Mention how to disable signal fd wakeup (#2140) by Antoine Pitrou · 7 years ago
  3. 2b5cc5e bpo-30643: Fix race condition in signal wakeup in forkserver (followup to PR #1989) (#2139) by Antoine Pitrou · 7 years ago
  4. bd4e9e0 bpo-6519: Improve Python Input Output Tutorial (GH-2143) by Andrew Kuchling · 7 years ago
  5. 81f67b6 bpo-30636: Fix the indentation for the help (#2131) by Stéphane Wirtel · 7 years ago
  6. a77a35d bpo-30177: add NEWS entry (#2135) by Antoine Pietri · 7 years ago
  7. dfd5f34 Fix bpo-30589: improve Process.exitcode with forkserver (#1989) by Antoine Pitrou · 7 years ago
  8. ced36a9 bpo-30624 remaining bare except (#2108) by Giampaolo Rodola · 7 years ago
  9. 7d1017d bpo-30636: Add PYTHONCOERCECLOCALE to the help of the command line (GH-2125) by Stéphane Wirtel · 7 years ago
  10. b459f74 [email] bpo-29478: Fix passing max_line_length=None from Compat32 policy (GH-595) by mircea-cosbuc · 7 years ago
  11. 3fd54d4 bpo-28994: Fixed errors handling in atexit._run_exitfuncs(). (#2034) by Serhiy Storchaka · 7 years ago
  12. 1dbce04 bpo-30621: Update Input Output Tutorial Example(GH-2074) by suketa · 7 years ago
  13. 09663de Revert "bpo-29406: asyncio SSL contexts leak sockets after calling close with certain servers (#409)" (#2111) by Yury Selivanov · 7 years ago
  14. 7ce1c6f bpo-30508: Don't log exceptions if Task/Future "cancel()" method called (#2050) by Yury Selivanov · 7 years ago
  15. 36ff451 bpo-30501: Make the compiler producing optimized code for condition expressions. (#1851) by Serhiy Storchaka · 7 years ago
  16. 1efbf92 bpo-11822: Improve disassembly to show embedded code objects. (#1844) by Serhiy Storchaka · 7 years ago
  17. fdfca5f remove extra word (#2101) by Benjamin Peterson · 7 years ago
  18. dc1da9a clarify recv() and send() on SSLObject (#2100) by Benjamin Peterson · 7 years ago
  19. 3f8f16d Show what's changed when Travis fails regen check (GH-2095) by Zachary Ware · 7 years ago
  20. 6ea4186 bpo-28180: Implementation for PEP 538 (#659) by Nick Coghlan · 7 years ago
  21. 0afbabe Use Travis to make sure all generated files are up to date (GH-2080) by Zachary Ware · 7 years ago
  22. 503bc63 Update idlelib NEWS for 3.7 (#2089) by terryjreedy · 7 years ago
  23. c94c41c Add IDLE NEWS items for 3.7 (#2090) by terryjreedy · 7 years ago
  24. 05dc20f #30624 / selectors: use bare except clause in order to not leave the fd in a bad state in case of error (#2082) by Giampaolo Rodola · 7 years ago
  25. 6b6e687 bpo-27425: Be more explicit in .gitattributes (GH-840) by Zachary Ware · 7 years ago
  26. 29fda8d bpo-28556: Updates to typing module (#2076) by Ivan Levkivskyi · 7 years ago
  27. ca81615 bpo-30312: Small correction in datastructures set code sample (GH-2081) by KatherineMichel · 7 years ago
  28. c5179f6 bpo-30599: Fix test_threaded_import reference leak (#2029) by Victor Stinner · 7 years ago
  29. 1b7863c bpo-30595: Fix multiprocessing.Queue.get(timeout) (#2027) by Victor Stinner · 7 years ago
  30. 5f31d5c Regenerate Argument Clinic code for bpo-19180. (#2073) by Serhiy Storchaka · 7 years ago
  31. 171b9a3 bpo-30605: Fix compiling binary regexs with BytesWarnings enabled. (#2016) by Roy Williams · 7 years ago
  32. 7445381 bpo-30600: Fix error messages (condition order in Argument Clinic) (#2051) by Sylvain · 7 years ago
  33. e5f6e86 bpo-25409: Clarify fnmatch and fnmatchcase documentation (GH-1535) by csabella · 7 years ago
  34. a608d2d bpo-29406: asyncio SSL contexts leak sockets after calling close with certain servers (#409) by Nikolay Kim · 7 years ago
  35. 34792d2 Fix TypeError is asyncio/proactor_events (#993) by Jim Fasarakis-Hilliard · 7 years ago
  36. 42e3acd bpo-30417: Disable `cpu` resource on AppVeyor (GH-1951) by Zachary Ware · 7 years ago
  37. 11ffb45 Make codecov config on master the only config used (GH-2041) by Brett Cannon · 7 years ago
  38. 70fede1 Add a NEWS entry for #29870 (PR #981) (#2047) by Yury Selivanov · 7 years ago
  39. d1f5751 Break circular references when closing SSLTransport objects (#981) by Michaël Sghaïer · 7 years ago
  40. a0e3d2d Closing transport during handshake process leaks socket (#480) by Nikolay Kim · 7 years ago
  41. b4e5fee Clarify what --enable-optimizations does (GH-1847) by Brett Cannon · 7 years ago
  42. 7be651c bpo-27585: Add a NEWS entry for #1031 (#2036) by Yury Selivanov · 7 years ago
  43. 74921ed bpo-30335: Add deprecation alias entry for assertNotRegexpMatches (GH-1536) by Jim Fasarakis-Hilliard · 7 years ago
  44. fbfaa6f bpo-30014: make poll-like selector's modify() method faster (#1030) by Giampaolo Rodola · 7 years ago
  45. 894a654 Fix waiter cancellation in asyncio.Lock (#1031) by Mathieu Sornay · 7 years ago
  46. f9f1cca Fix regression in error message introduced in bpo-29951. (#2028) by Serhiy Storchaka · 7 years ago
  47. 57161aa bpo-30266: support "= None" pattern in AbstractContextManager (#1448) by Jelle Zijlstra · 7 years ago
  48. 3b5cf85 bpo-30524: Write unit tests for FASTCALL (#2022) by Victor Stinner · 7 years ago
  49. 5eb7075 bpo-30217: Add the operators ~ and | to the index (#1502) by Marco Buttu · 7 years ago
  50. 63c2c8a bpo-19180: Updated references for RFC 1750, RFC 3280 & RFC 4366 (GH-148) by Chandan Kumar · 7 years ago
  51. 59fdf0f Add a test for bad IDNA in ssl server_hostname (#1997) by Nathaniel J. Smith · 7 years ago
  52. ef8320c bpo-30540: regrtest: add --matchfile option (#1909) by Victor Stinner · 7 years ago
  53. 824f687 bpo-24755: Document asyncio.wrap_future (GH-603) by adisbladis · 7 years ago
  54. 2e9cd58 bpo-30529: Fix errors for invalid whitespaces in f-string subexpressions. (#1888) by Serhiy Storchaka · 7 years ago
  55. 29adc13 bpo-30601: Fix a refleak in WindowsConsoleIO (#2003) by Victor Stinner · 7 years ago
  56. d52aa31 bpo-30418: Popen.communicate() always ignore EINVAL (#2002) by Victor Stinner · 7 years ago
  57. 64505a1 bpo-30486: Allow setting cell value (#1840) by Lisa Roach · 7 years ago
  58. 6cca5c8 bpo-30592: Fixed error messages for some builtins. (#1996) by Serhiy Storchaka · 7 years ago
  59. 865de27 bpo-30598: _PySys_EndInit() now duplicates warnoptions (#1998) by Victor Stinner · 7 years ago
  60. ab1cb80 bpo-30547: Fix multiple reference leaks (#1995) by Stéphane Wirtel · 7 years ago
  61. 65ece7c bpo-30594: Fixed refcounting in newPySSLSocket (#1992) by Nathaniel J. Smith · 7 years ago
  62. 0ecdc52 bpo-30537: use PyNumber in itertools.islice instead of PyLong (#1918) by Will Roberts · 7 years ago
  63. 5edf827 bpo-30591: Added test for textwrap backtracking. (#1988) by Jonathan Eunice · 7 years ago
  64. 6f46683 trivial: update config.{guess,sub} from gnu.org. (GH-1987) by Matthias Klose · 7 years ago
  65. 9ba3aa4 bpo-30353: Fix pass by value for structs on 64-bit Cygwin/MinGW (GH-1559) by Erik Bray · 7 years ago
  66. 897bba7 bpo-30584: Fix test_os fails on non-English Windows (#1980) by Denis Osipov · 7 years ago
  67. add98eb bpo-30177: pathlib: include the full path in resolve(strict=False) (#1893) by Antoine Pietri · 7 years ago
  68. ff48739 bpo-30463: Add an empty __slots__ to abc.ABC. by Aaron Hall, MBA · 7 years ago
  69. ec19ba2 bpo-29596: Improve clinic howto documentation (GH-1710) by gfyoung · 7 years ago
  70. 53f2af1 bpo-30583: Fix typo in datetime dateutil documentation (GH-1972) by wim glenn · 7 years ago
  71. 6a1d84e bpo-30557: Fix test_faulthandler (#1969) by Victor Stinner · 7 years ago
  72. 5eb788b bpo-30534: Fixed error messages when pass keyword arguments (#1901) by Serhiy Storchaka · 7 years ago
  73. 5cefb6c bpo-25324: Move the description of tokenize tokens to token.rst. (#1911) by Serhiy Storchaka · 7 years ago
  74. 6260d9f bpo-30520: Implemented pickling for loggers. (#1956) by Vinay Sajip · 7 years ago
  75. b87c0df Simplify X.509 extension handling code (#1855) by Alex Gaynor · 7 years ago
  76. 8b7a4cc bpo-30095: Make CSS classes used by calendar.HTMLCalendar customizable (GH-1439) by Oz N Tiram · 7 years ago
  77. 167e0fc Install dependencies in Travis OSX build (GH-1952) by Zachary Ware · 7 years ago
  78. c53b13b bpo-30417: Disable 'cpu' and 'tzdata' resources on Travis (GH-1928) by Zachary Ware · 7 years ago
  79. e6a23c8 bpo-30557: faulthandler now correctly filters and displays exception codes on Windows (#1924) by Steve Dower · 7 years ago
  80. 1bced56 bpo-30530: Update Descriptor How To Documentation (GH-1845) by Mariano Anaya · 7 years ago
  81. d3bedf3 Only run AppVeyor on long-lived branches (GH-1941) by Zachary Ware · 7 years ago
  82. 48fb766 bpo-30567: Fix refleak in sys.getwindowsversion (#1940) by Segev Finer · 7 years ago
  83. 9be4ff3 bpo-30538: Update count() in Functional Programming HOWTO (#1919) by csabella · 7 years ago
  84. 5de3a64 Simplify code in warnings modules (#1935) by Alex Gaynor · 7 years ago
  85. 9f396b6 fix comment (#1798) by leodema · 7 years ago
  86. 21c2dd7 Turn on macOS builds for Travis (GH-1846) by Brett Cannon · 7 years ago
  87. 3c2817b Fix bpo-30526: Add TextIOWrapper.reconfigure() and a TextIOWrapper.write_through attribute (#1922) by Antoine Pitrou · 7 years ago
  88. ae8750b bpo-24899: Add comparison table for os.path -> pathlib (GH-1753) by Jamiel Almeida · 7 years ago
  89. 7a99625 Fix skipping test_UNC_path on AppVeyor due to a different error being raised (#1920) by Segev Finer · 7 years ago
  90. 523776c bpo-30544: _io._WindowsConsoleIO.write raises the wrong error when WriteConsoleW fails (#1912) by Segev Finer · 7 years ago
  91. 7a82f9c bpo-30052: Always regenerate cross-references (#1339) by Nick Coghlan · 7 years ago
  92. aead53b bpo-30245: Fix possible overflow when organize struct.pack_into error message (#1682) by Johan Liu · 7 years ago
  93. cdb89cd bpo-29660: traceback: Document that etype is ignored in some places. (GH-344) by Matthias Bussonnier · 7 years ago
  94. c9ccace bpo-25324: add missing comma in Parser/tokenizer.c (GH-1910) by Albert-Jan Nijburg · 7 years ago
  95. b63530a Mark PyDict_GetItemWithError() as returning a borrowed reference. (#1818) by Eric Snow · 7 years ago
  96. 0737ee2 bpo-30499: Remove a deprecated note about sets. (GH-1848) by Julien · 7 years ago
  97. 0b4b57d bpo-30378: Fix the problem that SysLogHandler can't handle IPv6 addresses (#1676) by Xiang Zhang · 7 years ago
  98. 4e624ca bpo-30509: Clean up calling type slots. (#1883) by Serhiy Storchaka · 7 years ago
  99. 56ddfd2 bpo-27618: Clarify that threading.Lock is a factory function (GH-1307) by csabella · 7 years ago
  100. a5aa72a Fix Travis config to reinstate test build (GH-1879) by Hiro Asari · 7 years ago