1. f39b674 bpo-32094: Update subprocess for -X dev (#4480) by Victor Stinner · 7 years ago
  2. 423fd36 bpo-32066: Support pathlib.Path in create_unix_connection; sock arg should be optional (#4447) by Yury Selivanov · 7 years ago
  3. 895862a bpo-32088: Display Deprecation in debug mode (#4474) by Victor Stinner · 7 years ago
  4. c5a2071 bpo-32050: Fix -x option documentation (#4475) by Victor Stinner · 7 years ago
  5. 44862df bpo-32047: -X dev enables asyncio debug mode (#4418) by Victor Stinner · 7 years ago
  6. 04dee27 Remove duplicated import from datetime tests (#4444) by Riccardo Magliocchetti · 7 years ago
  7. e96ba18 bpo-30904: Removed duplicated Host: header. (#4465) by Vinay Sajip · 7 years ago
  8. b56becb Remove outdated .pyo reference from msilib docs (GH-4461) by Berker Peksag · 7 years ago
  9. 7750bde Document parameters of BaseServer.finish_request() (GH-4445) by Masayuki Yamamoto · 7 years ago
  10. 0c71653 [Doc] Update opcode for var-positional arguments (#4446) by Moses Koledoye · 7 years ago
  11. ebfaa71 bpo-32031: Fix pydoc `test_mixed_case_module_names_are_lower_cased` (GH-4441) by xdegaye · 7 years ago
  12. d34d8fc bpo-29185: Fix `test_distutils` failures on Android (GH-4438) by xdegaye · 7 years ago
  13. 9001d1f bpo-29184: Skip test_socketserver tests on PermissionError raised by Android (GH-4387) by xdegaye · 7 years ago
  14. 51d546a bpo-32069: Drop legacy SSL transport (#4451) by Andrew Svetlov · 7 years ago
  15. f02f5e5 bpo-31867: Remove duplicates in default mimetypes. (#4388) by Henk-Jaap Wagenaar · 7 years ago
  16. f2ddc6a tokenizer: Remove unused tabs options (#4422) by Victor Stinner · 7 years ago
  17. fd0fa67 bpo-31691: Specify where to find build instructions for the Windows installer (#4426) by native-api · 7 years ago
  18. d505a29 Fix typo in atexit documentation. (GH-4419) by Erik Bray · 7 years ago
  19. cede8c9 bpo-31702: Allow to specify rounds for SHA-2 hashing in crypt.mksalt(). (#4110) by Serhiy Storchaka · 7 years ago
  20. ccb0442 bpo-32043: New "developer mode": "-X dev" option (#4413) by Victor Stinner · 7 years ago
  21. 05cb728 bpo-30349: Raise FutureWarning for nested sets and set operations (#1553) by Serhiy Storchaka · 7 years ago
  22. 3daaafb bpo-32037: Use the INT opcode for 32-bit integers in protocol 0 pickles. (#4407) by Serhiy Storchaka · 7 years ago
  23. 0a2abdf bpo-30143: 2to3 now generates a code that uses abstract collection classes (#1262) by Serhiy Storchaka · 7 years ago
  24. a7368ac bpo-32030: Enhance Py_Main() (#4412) by Victor Stinner · 7 years ago
  25. f7e5b56 bpo-32030: Split Py_Main() into subfunctions (#4399) by Victor Stinner · 7 years ago
  26. 43605e6 bpo-32034: Make IncompleteReadError & LimitOverrunError pickleable #4409 by Yury Selivanov · 7 years ago
  27. 4bd41c9 bpo-32025: Add time.thread_time() (#4410) by Antoine Pitrou · 7 years ago
  28. 762b957 bpo-32018: Fix inspect.signature repr to follow PEP 8 (#4408) by Dong-hee Na · 7 years ago
  29. f8a4c03 bpo-30399: Get rid of trailing comma in the repr of BaseException. (#1650) by Serhiy Storchaka · 7 years ago
  30. aca7f57 bpo-30950: Convert round() to Argument Clinic. (#2740) by Serhiy Storchaka · 7 years ago
  31. 00987f6 bpo-32011: Revert "Issue #15480: Remove the deprecated and unused TYPE_INT64 code from marshal." (#4381) by Serhiy Storchaka · 7 years ago
  32. ddbce13 bpo-32023: Disallow genexprs without parenthesis in class definitions. (#4400) by Serhiy Storchaka · 7 years ago
  33. edad8ee bpo-31949: Fixed several issues in printing tracebacks (PyTraceBack_Print()). (#4289) by Serhiy Storchaka · 7 years ago
  34. 6545256 bpo-32032: Test both implementations of module-level pickle API. (#4401) by Serhiy Storchaka · 7 years ago
  35. 2ae4ad7 Changed lambda to str.strip in _strip_spaces in logging.config (#4332) by sanjayp · 7 years ago
  36. 9165f77 bpo-32012: Disallow trailing comma after genexpr without parenthesis. (#4382) by Serhiy Storchaka · 7 years ago
  37. 3bda022 bpo-31948: Fix broken links in msilib docs (GH-4397) by Jesse-Bakker · 7 years ago
  38. b0b44b4 bpo-15606: Improve the re.VERBOSE documentation. (#4366) by Serhiy Storchaka · 7 years ago
  39. e1d62e0 bpo-32015: Asyncio looping during simultaneously socket read/write an… (#4386) by Andrey Egorov · 7 years ago
  40. 56935a5 bpo-32020: arraymodule: Correct missing Py_DECREF in failure case of make_array() (#4391) by Mat M · 7 years ago
  41. 28b6248 bpo-16055: Fixes incorrect error text for int('1', base=1000) (#4376) by Sanyam Khurana · 7 years ago
  42. 9b6c60c bpo-31979: Simplify transforming decimals to ASCII (#4336) by Serhiy Storchaka · 7 years ago
  43. ce12629 bpo-28369: Enhance transport socket check in add_reader/writer (#4365) by Yury Selivanov · 7 years ago
  44. f76231f bpo-32013: _pickle: Add missing Py_DECREF in error case in fast_save_enter() (#4384) by Mat M · 7 years ago
  45. 8acaa31 remove detect_math_libs (#4383) by Benjamin Peterson · 7 years ago
  46. d7d4fea bpo-29181: Skip test_tarfile tests on PermissionError raised by Android (GH-4375) by xdegaye · 7 years ago
  47. 6a55d09 bpo-29180: Skip test_os tests on PermissionError raised by Android (GH-4374) by xdegaye · 7 years ago
  48. 92c2ca7 bpo-28759: Skip some tests on PermissionError raised by Android (GH-4350) by xdegaye · 7 years ago
  49. e0582a3 bpo-30696: Fix the REPL looping endlessly when no memory (GH-4160) by xdegaye · 7 years ago
  50. 1588be6 bpo-28180: Fix the implementation of PEP 538 on Android (GH-4334) by xdegaye · 7 years ago
  51. 9e78dc2 Move comments in configure.ac to more appropriate place. (#4371) by Serhiy Storchaka · 7 years ago
  52. e197a85 The termios man page is in section 3 (GH-2450) by Edward Betts · 7 years ago
  53. 7c9da3e Remove redundant 'exc = True' line (GH-4357) by Berker Peksag · 7 years ago
  54. bba2239 bpo-31572: Get rid of _PyObject_HasAttrId() in the ASDL parser. (#3725) by Serhiy Storchaka · 7 years ago
  55. 60c3d35 bpo-31572: Get rid of _PyObject_HasAttrId() in dict and OrderedDict. (#3728) by Serhiy Storchaka · 7 years ago
  56. 1707e40 bpo-31572: Silence only AttributeError when get the __copy__ attribute in itertools.tee(). (#3724) by Serhiy Storchaka · 7 years ago
  57. d4f8480 bpo-31572: Don't silence unexpected errors in the _warnings module. (#3731) by Serhiy Storchaka · 7 years ago
  58. e2f92de Add the const qualifier to "char *" variables that refer to literal strings. (#4370) by Serhiy Storchaka · 7 years ago
  59. e184cfd bpo-31824: Document default value of 'errors' parameters (GH-4328) by Pablo Galindo · 7 years ago
  60. 9703f09 bpo-31976: Fix race condition when flushing a file is slow. (#4331) by benfogle · 7 years ago
  61. 4652bf2 Rewrite asyncio test to be more meaningful (#4363) by Yury Selivanov · 7 years ago
  62. 9f914a0 bpo-31985: Deprecate openfp in aifc, sunau, and wave (#4344) by Brian Curtin · 7 years ago
  63. 5e0df74 bpo-31999: Fix test_venv in case the zlib module is not available. (#4359) by Serhiy Storchaka · 7 years ago
  64. a1718bc bpo-31998: Fix test_zipapp in case the zlib module is not available. (#4358) by Serhiy Storchaka · 7 years ago
  65. 191e993 bpo-31222: Make (datetime|date|time).replace return subclass type in Pure Python (#4176) by Paul Ganssle · 7 years ago
  66. 72fa301 Fix phrasing in Doc/whatsnew/3.7.rst (GH-4318) by Cody Scott · 7 years ago
  67. 01ae58d Correct the location of a function mentioned in a comment (GH-4327) by Ned Batchelder · 7 years ago
  68. d318715 bpo-31927: Fix bugs in socketmodule.c on NetBSD and other issues. (#4235) by Serhiy Storchaka · 7 years ago
  69. 0a2ff23 Silence error output in test_concurrent_futures (bpo-21423) (#4347) by Antoine Pitrou · 7 years ago
  70. 8c663fd Replace KB unit with KiB (#4293) by Victor Stinner · 7 years ago
  71. 0e163d2 bpo-11063: Use more reliable way to check if uuid function exists (GH-4343) by Berker Peksag · 7 years ago
  72. 9a10ff4 bpo-11063: Add a configure check for uuid_generate_time_safe (GH-4287) by Berker Peksag · 7 years ago
  73. bf9d317 bpo-31810: added missing keywords to docs. (#4140) by Tom Floyer · 7 years ago
  74. 2138163 bpo-29179: Document the Py_UNUSED macro (#4341) by Petr Viktorin · 7 years ago
  75. 0de9285 bpo-31934: Abort when building out of a not clean source tree (GH-4255) by xdegaye · 7 years ago
  76. b5d9e08 bpo-31884 subprocess: add Windows constants for process priority (#4150) by James · 7 years ago
  77. 54cc0c0 bpo-31338: C API intro: add missing versionadded (#4339) by Victor Stinner · 7 years ago
  78. 28ab3ce Fix broken link in Doc/whatsnew/3.7.rst (GH-4335) by Berker Peksag · 7 years ago
  79. 8bf288e Docs: Mention that Py_UNREACHABLE was added in 3.7 (#4337) by Petr Viktorin · 7 years ago
  80. 7973e27 bpo-21862: Add -m option to cProfile for profiling modules (#4297) by Sanyam Khurana · 7 years ago
  81. 4fc4def Remove unused var from CheckCancelOperation test (GH-4317) by Simon Willison · 7 years ago
  82. 5a8a84b Added :const:`mmap.ACCESS_DEFAULT` constant. (#4093) by Justus Schwabedal · 7 years ago
  83. c62f0cb bpo-31620: have asyncio/queues not leak memory when you've exceptions during waiting (#3813) by Suren Nihalani · 7 years ago
  84. c060c7e Fix a typo (#4323) by Barry Warsaw · 7 years ago
  85. 5a66c8a bpo-31793: Doc: Specialize smart-quotes for Japanese (GH-4006) by Julien Palard · 7 years ago
  86. 921e943 bpo-31970: Reduce performance overhead of asyncio debug mode. (#4314) by Antoine Pitrou · 7 years ago
  87. 1e5d54c bpo-31965: fix doc for multiprocessing.connection.Client and Listener (#4304) by Jelle Zijlstra · 7 years ago
  88. 22b1128 bpo-31960: Fix asyncio.Future documentation for thread (un)safety. (#4319) by Antoine Pitrou · 7 years ago
  89. 39a156c Fix the sizeof test for dicts with shared keys. (#4311) by Serhiy Storchaka · 7 years ago
  90. a935654 bpo-20486: Implement Database.Close() method in msilib (GH-4141) by Berker Peksag · 7 years ago
  91. 3cc4c53 bpo-31626: Mark ends of the reallocated block in debug build. (#4210) by Serhiy Storchaka · 7 years ago
  92. cb04f75 Fix a memory leak in _msi.c (#4127) by Zackery Spytz · 7 years ago
  93. 4135c89 bpo-31950: Improve event loop policy doc (#4306) by Antoine Pitrou · 7 years ago
  94. 69cfed1 Add asyncio.Handle.cancelled() method (#2388) by Marat Sharafutdinov · 7 years ago
  95. 088929c bpo-31415: Improve error handling and caching of the importtime option. (#4138) by Serhiy Storchaka · 7 years ago
  96. 31af650 bpo-28791: Update Windows builds to use SQLite 3.21.0. (GH-4246) by Mariatta · 7 years ago
  97. 962e2a7 Fix a minor typo and hyphenate "multi-threading" (#4237) by Barry Warsaw · 7 years ago
  98. a22a127 bpo-31843: sqlite3.connect() now accepts PathLike objects as database name (#4299) by Anders Lorentsen · 7 years ago
  99. edb13ae bpo-31764: Prevent a crash in sqlite3.Cursor.close() in case the Cursor object is uninitialized (#3958) by Oren Milman · 7 years ago
  100. e56ab74 bpo-31770: Prevent a crash and refleaks when calling sqlite3.Cursor.__init__() more than once (#3968) by Oren Milman · 7 years ago