1. df532ab bpo-32726: Do not force IDLE.app to launch in 32-bit mode. (GH-6279) by Ned Deily · 7 years ago
  2. e52ac04 bpo-32872: Avoid regrtest compatibility issue with namespace packages. (GH-6276) by Ned Deily · 7 years ago
  3. 65a3470 Fix senfile typo (#6265) by Sam Dunster · 7 years ago
  4. 8534d53 bpo-32517: fix test_read_pty_output() hangs on macOS 10.13.2+ (GH-6037) (GH-6113) by Ned Deily · 7 years ago
  5. 30e507d bpo-33151: Handle submodule resources (GH-6268) by Barry Warsaw · 7 years ago
  6. da1734c bpo-27212: Modify islice recipe to consume initial values preceding start (GH-6195) by Cheryl Sabella · 7 years ago
  7. 8349403 bpo-32873: Treat type variables and special typing forms as immutable by copy and pickle (GH-6216) by Ivan Levkivskyi · 7 years ago
  8. 0e7144b bpo-32844: Fix a subprocess misredirection of a low fd (GH5689) by Alexey Izbyshev · 7 years ago
  9. de7a2f0 bpo-33141: Have dataclasses.Field pass through __set_name__ to any default argument. (GH-6260) by Eric V. Smith · 7 years ago
  10. 030345c Fix error message in sqlite connection thread check. (GH-6028) by Takuya Akiba · 7 years ago
  11. 7c2d978 bpo-6986: Add a comment to clarify a test of _json.make_encoder(). (GH-3789) by Oren Milman · 7 years ago
  12. e105294 Corrected link targets in collections.rst (GH-1052) by Michael Seifert · 7 years ago
  13. e622357 Fix description about SimpleXMLRPCServer constructor parameter bind_and_activate. (GH-776) by cocoatomo · 7 years ago
  14. 95ad382 Gitignore gmon.out (GH-5796) by Neeraj Badlani · 7 years ago
  15. 0301c9b Fix typo and edit for clarity in the docstrings of sys.float_info. (GH-2251) by Stefano Taschini · 7 years ago
  16. 3ab44c0 bpo-33096: Fix ttk.Treeview.insert. (GH-6228) by Garvit Khatri · 7 years ago
  17. 2b75fc2 Minor fixes to dataclass tests. (GH-6243) by Eric V. Smith · 7 years ago
  18. dfb6e54 Clarify fd inheritance when close_fds=False. (GH-6240) by Gregory P. Smith · 7 years ago
  19. a9e5d0e bpo-33053: Remove test_cmd_line_script debugging print (GH-6237) by Nick Coghlan · 7 years ago
  20. 51c9ab4 Trivial improvements to dataclasses tests. (GH-6234) by Eric V. Smith · 7 years ago
  21. d5d9e02 bpo-33053: -m now adds *starting* directory to sys.path (GH-6231) by Nick Coghlan · 7 years ago
  22. bc77eff bpo-33042: Fix pre-initialization sys module configuration (GH-6157) by Nick Coghlan · 7 years ago
  23. d02ac25 bpo-33136: Harden ssl module against CVE-2018-8970 (GH-6229) by Christian Heimes · 7 years ago
  24. e4ce9fa bpo-32943: Fix confusing error message for rot13 codec (GH-5869) by Xiang Zhang · 7 years ago
  25. c42e7aa Fix invalid escape sequence: use raw string. (GH-6225) by Eric V. Smith · 7 years ago
  26. 01d618c bpo-33134: dataclasses: use function dispatch table for hash, instead of a string lookup which then is tested with if tests. (GH-6222) by Eric V. Smith · 7 years ago
  27. f96ddad Trivial dataclass cleanups: (GH-6218) by Eric V. Smith · 7 years ago
  28. a95d986 bpo-33132: Fix reference counting issues in the compiler. (GH-6209) by Serhiy Storchaka · 7 years ago
  29. 4ca0739 bpo-33127: Compatibility patch for LibreSSL 2.7.0 (GH-6210) by Christian Heimes · 7 years ago
  30. e42ae91 bpo-24334: Remove inaccurate match_hostname call (#6211) by Christian Heimes · 7 years ago
  31. d8b291a bpo-32932: More revealing error message when non-str objects in __all__ (GH-5848) by Xiang Zhang · 7 years ago
  32. 5cbb841 bpo-27428: Fix WindowsRegistryFinder documentation to list appropriate ABC (GH-6061) by Himanshu Lakhara · 7 years ago
  33. 8bcfa02 bpo-31639: Use threads in http.server module. (GH-5018) by Julien Palard · 7 years ago
  34. a0a42d2 Fix a reference to the MRE book in re docs (GH-1113) by Berker Peksag · 7 years ago
  35. 397466d bpo-30953: Improve error messages and add tests for jumping (GH-6196) by Serhiy Storchaka · 7 years ago
  36. 702f8f3 bpo-33041: Rework compiling an "async for" loop. (#6142) by Serhiy Storchaka · 7 years ago
  37. c65bf3f bpo-32999: ast: Convert useless check to assert (GH-6197) by INADA Naoki · 7 years ago
  38. 56970b8 bpo-32505: dataclasses: raise TypeError if a member variable is of type Field, but doesn't have a type annotation. (GH-6192) by Eric V. Smith · 7 years ago
  39. f757b72 bpo-32999: Revert GH-6002 (fc7df0e6) (GH-6189) by INADA Naoki · 7 years ago
  40. 40472dd bpo-33018: Improve issubclass() error checking and message. (GH-5944) by jab · 7 years ago
  41. d93b516 Upgrade pip to v9.0.3 and setuptools to v39.0.1 (#6184) by Donald Stufft · 7 years ago
  42. 8e4560a Add 'Field' to dataclasses.__all__. (GH-6182) by Eric V. Smith · 7 years ago
  43. dec1c77 FIX failure on OSX sem_getvalue (#6180) by Thomas Moreau · 7 years ago
  44. e2f33ad bpo-33078 - Fix queue size on pickling error (GH-6119) by Thomas Moreau · 7 years ago
  45. 9308dea Fix typos in mmap() error messages (GH-6173) by Zackery Spytz · 7 years ago
  46. 8f6eccd bpo-32896: Fix error when subclassing a dataclass with a field that uses a default_factory (GH-6170) by Eric V. Smith · 7 years ago
  47. 10b134a bpo-27683: Fix a regression for host() of ipaddress network objects (GH-6016) by Xiang Zhang · 7 years ago
  48. 5609b78 bpo-18802: Add more details to ipaddress documentation (GH-6083) by Cheryl Sabella · 7 years ago
  49. 4be79f2 bpo-28247: Document Windows executable creation in zipapp (GH-6158) by Cheryl Sabella · 7 years ago
  50. 2cb4661 bpo-33034: Improve exception message when cast fails for {Parse,Split}Result.port (GH-6078) by Matt Eaton · 7 years ago
  51. 7389fd9 bpo-33100: Dataclasses now handles __slots__ and default values correctly. (GH-6152) by Eric V. Smith · 7 years ago
  52. 4573820 bpo-33061: Add missing 'NoReturn' to __all__ in typing.py (GH-6127) by aetracht · 7 years ago
  53. f199bc6 bpo-32953: Dataclasses: frozen should not be inherited for non-dataclass derived classes (#6147) by Eric V. Smith · 7 years ago
  54. 3fe3304 bpo-19417: Add test_bdb.py (GH-5217) by xdegaye · 7 years ago
  55. f64aae4 Revert "bpo-30406: Make async and await proper keywords (#1669)" (GH-6143) by Jelle Zijlstra · 7 years ago
  56. fe2bbb1 bpo-32489: Allow 'continue' in 'finally' clause. (GH-5822) by Serhiy Storchaka · 7 years ago
  57. 134cb01 bpo-32056: Improve exceptions in aifc, wave and sunau. (GH-5951) by Serhiy Storchaka · 7 years ago
  58. bc300ce bpo-33041: Add tests for jumps in/out of 'async with' blocks. (#6110) by Serhiy Storchaka · 7 years ago
  59. bbf7bb7 bpo-27645: Fix version number in 'database in transaction' fallback (GH-6131) by Aviv Palivoda · 7 years ago
  60. 7f81bb2 Update pip to 9.0.2 and setuptools to 38.6.1 (#6133) by Donald Stufft · 7 years ago
  61. c2b0b12 bpo-32374: m_traverse may be called with m_state=NULL (GH-5140) by Marcel Plch · 7 years ago
  62. d6e1404 bpo-33021: Fix GCC 7 warning (-Wmaybe-uninitialized) in mmapmodule.c (#6117) by Zackery Spytz · 7 years ago
  63. 74f5687 lib2to3: Add more tests (#6101) by Łukasz Langa · 7 years ago
  64. b8e9d6c bpo-17288: Prevent jumps from 'return' and 'exception' trace events. (GH-6107) by xdegaye · 7 years ago
  65. 5affd5c bpo-32885: Tools/scripts/pathfix.py: Add -n option for no backup~ (#5772) by Miro Hrončok · 7 years ago
  66. b51f5de bpo-33064: lib2to3: support trailing comma after *args and **kwargs (#6096) by Łukasz Langa · 7 years ago
  67. a34510a bpo-29719: Remove Date and Release field in whatsnew/3.7 and 8 (GH-6093) by Ned Deily · 7 years ago
  68. 37ed6df Add macOS installer Conclusion file by Ned Deily · 7 years ago
  69. 019f5b3 bpo-22674: fix test_strsignal on OSX (GH-6085) by Antoine Pietri · 7 years ago
  70. b21505e Fix docs markup for asyncio current_task() and all_tasks() (#6089) by Andrew Svetlov · 7 years ago
  71. 095ee41 bpo-33056 FIX leaking fd in concurrent.futures.ProcessPoolExecutor (#6084) by Thomas Moreau · 7 years ago
  72. 5d2a27d signal: add strsignal() (#6017) by Antoine Pietri · 7 years ago
  73. 4484f9d bpo-33021: Release the GIL during fstat() calls (GH-6019) by Nir Soffer · 7 years ago
  74. e756f66 bpo-31804: Fix multiprocessing.Process with broken standard streams (#6079) by Antoine Pitrou · 7 years ago
  75. 9fb8415 Drop confusing commented out code in pystrtod.c (GH-6072) by Siddhesh Poyarekar · 7 years ago
  76. e2732d3 bpo-32970: Improve disassembly of the MAKE_FUNCTION instruction. (GH-5937) by Serhiy Storchaka · 7 years ago
  77. 3f7e9aa bpo-32925: Optimized iterating and containing test for literal lists (GH-5842) by Serhiy Storchaka · 7 years ago
  78. 4e24425 bpo-32946: Speed up "from ... import ..." from non-packages. (GH-5873) by Serhiy Storchaka · 7 years ago
  79. b931bd0 bpo-32338: OrderedDict import is no longer needed in re. (#4891) by Serhiy Storchaka · 7 years ago
  80. 26c9f56 bpo-33026: Fix jumping out of "with" block by setting f_lineno. (#6026) by Serhiy Storchaka · 7 years ago
  81. 51302a5 bpo-32996: Improve What's New in 3.7. (#5983) by Serhiy Storchaka · 7 years ago
  82. 9cf8c42 bpo-33045: Fix typos in SSL documentation (GH-6065) by Matt Eaton · 7 years ago
  83. 7280a4e bpo-27645: Skip test_bad_target_in_transaction if SQLite == 3.8.7.1 (GH-6067) by Berker Peksag · 7 years ago
  84. d7aed41 bpo-27645: Add support for native backup facility of SQLite (GH-4238) by Emanuele Gaifas · 7 years ago
  85. c10b288 bpo-30249: Improve struct.unpack_from() error messages (GH-6059) by Xiang Zhang · 7 years ago
  86. 67ee077 bpo-33041: Add missed error checks when compile "async for" (#6053) by Serhiy Storchaka · 7 years ago
  87. 24d3201 bpo-33041: Fixed bytecode generation for "async for" with a complex target. (#6052) by Serhiy Storchaka · 7 years ago
  88. 5e80a71 bpo-33037: Skip sending/receiving after SSL transport closing (GH-6044) by Andrew Svetlov · 7 years ago
  89. 496431f bpo-26701: Improve documentation for the rounding special methods. (#6054) by Serhiy Storchaka · 7 years ago
  90. 308eab9 bpo-26701: Add documentation for __trunc__ (GH-6022) by Eric Appelt · 7 years ago
  91. 10485eb Warn that dbm.dumb.open() can crash Python (GH-6047) by Brett Cannon · 7 years ago
  92. f7a6ff6 Warn that compile() can crash when compiling to an AST object (GH-6043) by Brett Cannon · 7 years ago
  93. 7a7f100 bpo-32758: Warn that ast.parse() and ast.literal_eval() can segfault the interpreter (GH-5960) by Brett Cannon · 7 years ago
  94. 83d7062 controlflow: Use full example for "5 through 9" (GH-5907) by Steven M. Vascellaro · 7 years ago
  95. 3b20d34 bpo-33016: Fix potential use of uninitialized memory in nt._getfinalpathname (#6010) by Alexey Izbyshev · 7 years ago
  96. 3c7ac7e Add two missing error checks in hamt.c (GH-5851) by Xiang Zhang · 7 years ago
  97. e405096 Fix some ipaddress documentation errors (GH-6021) by Xiang Zhang · 7 years ago
  98. fc7df0e bpo-32999: Fix ABC.__subclasscheck__ crash (GH-6002) by INADA Naoki · 7 years ago
  99. bc3f228 bpo-32969: Expose some missing constants in zlib and fix the doc (GH-5988) by Xiang Zhang · 7 years ago
  100. 8a38721 bpo-33009: Fix inspect.signature() for single-parameter partialmethods. (GH-6004) by Yury Selivanov · 7 years ago