1. 9b6c60c bpo-31979: Simplify transforming decimals to ASCII (#4336) by Serhiy Storchaka · 7 years ago
  2. ce12629 bpo-28369: Enhance transport socket check in add_reader/writer (#4365) by Yury Selivanov · 7 years ago
  3. f76231f bpo-32013: _pickle: Add missing Py_DECREF in error case in fast_save_enter() (#4384) by Mat M · 7 years ago
  4. 8acaa31 remove detect_math_libs (#4383) by Benjamin Peterson · 7 years ago
  5. d7d4fea bpo-29181: Skip test_tarfile tests on PermissionError raised by Android (GH-4375) by xdegaye · 7 years ago
  6. 6a55d09 bpo-29180: Skip test_os tests on PermissionError raised by Android (GH-4374) by xdegaye · 7 years ago
  7. 92c2ca7 bpo-28759: Skip some tests on PermissionError raised by Android (GH-4350) by xdegaye · 7 years ago
  8. e0582a3 bpo-30696: Fix the REPL looping endlessly when no memory (GH-4160) by xdegaye · 7 years ago
  9. 1588be6 bpo-28180: Fix the implementation of PEP 538 on Android (GH-4334) by xdegaye · 7 years ago
  10. 9e78dc2 Move comments in configure.ac to more appropriate place. (#4371) by Serhiy Storchaka · 7 years ago
  11. e197a85 The termios man page is in section 3 (GH-2450) by Edward Betts · 7 years ago
  12. 7c9da3e Remove redundant 'exc = True' line (GH-4357) by Berker Peksag · 7 years ago
  13. bba2239 bpo-31572: Get rid of _PyObject_HasAttrId() in the ASDL parser. (#3725) by Serhiy Storchaka · 7 years ago
  14. 60c3d35 bpo-31572: Get rid of _PyObject_HasAttrId() in dict and OrderedDict. (#3728) by Serhiy Storchaka · 7 years ago
  15. 1707e40 bpo-31572: Silence only AttributeError when get the __copy__ attribute in itertools.tee(). (#3724) by Serhiy Storchaka · 7 years ago
  16. d4f8480 bpo-31572: Don't silence unexpected errors in the _warnings module. (#3731) by Serhiy Storchaka · 7 years ago
  17. e2f92de Add the const qualifier to "char *" variables that refer to literal strings. (#4370) by Serhiy Storchaka · 7 years ago
  18. e184cfd bpo-31824: Document default value of 'errors' parameters (GH-4328) by Pablo Galindo · 7 years ago
  19. 9703f09 bpo-31976: Fix race condition when flushing a file is slow. (#4331) by benfogle · 7 years ago
  20. 4652bf2 Rewrite asyncio test to be more meaningful (#4363) by Yury Selivanov · 7 years ago
  21. 9f914a0 bpo-31985: Deprecate openfp in aifc, sunau, and wave (#4344) by Brian Curtin · 7 years ago
  22. 5e0df74 bpo-31999: Fix test_venv in case the zlib module is not available. (#4359) by Serhiy Storchaka · 7 years ago
  23. a1718bc bpo-31998: Fix test_zipapp in case the zlib module is not available. (#4358) by Serhiy Storchaka · 7 years ago
  24. 191e993 bpo-31222: Make (datetime|date|time).replace return subclass type in Pure Python (#4176) by Paul Ganssle · 7 years ago
  25. 72fa301 Fix phrasing in Doc/whatsnew/3.7.rst (GH-4318) by Cody Scott · 7 years ago
  26. 01ae58d Correct the location of a function mentioned in a comment (GH-4327) by Ned Batchelder · 7 years ago
  27. d318715 bpo-31927: Fix bugs in socketmodule.c on NetBSD and other issues. (#4235) by Serhiy Storchaka · 7 years ago
  28. 0a2ff23 Silence error output in test_concurrent_futures (bpo-21423) (#4347) by Antoine Pitrou · 7 years ago
  29. 8c663fd Replace KB unit with KiB (#4293) by Victor Stinner · 7 years ago
  30. 0e163d2 bpo-11063: Use more reliable way to check if uuid function exists (GH-4343) by Berker Peksag · 7 years ago
  31. 9a10ff4 bpo-11063: Add a configure check for uuid_generate_time_safe (GH-4287) by Berker Peksag · 7 years ago
  32. bf9d317 bpo-31810: added missing keywords to docs. (#4140) by Tom Floyer · 7 years ago
  33. 2138163 bpo-29179: Document the Py_UNUSED macro (#4341) by Petr Viktorin · 7 years ago
  34. 0de9285 bpo-31934: Abort when building out of a not clean source tree (GH-4255) by xdegaye · 7 years ago
  35. b5d9e08 bpo-31884 subprocess: add Windows constants for process priority (#4150) by James · 7 years ago
  36. 54cc0c0 bpo-31338: C API intro: add missing versionadded (#4339) by Victor Stinner · 7 years ago
  37. 28ab3ce Fix broken link in Doc/whatsnew/3.7.rst (GH-4335) by Berker Peksag · 7 years ago
  38. 8bf288e Docs: Mention that Py_UNREACHABLE was added in 3.7 (#4337) by Petr Viktorin · 7 years ago
  39. 7973e27 bpo-21862: Add -m option to cProfile for profiling modules (#4297) by Sanyam Khurana · 7 years ago
  40. 4fc4def Remove unused var from CheckCancelOperation test (GH-4317) by Simon Willison · 7 years ago
  41. 5a8a84b Added :const:`mmap.ACCESS_DEFAULT` constant. (#4093) by Justus Schwabedal · 7 years ago
  42. c62f0cb bpo-31620: have asyncio/queues not leak memory when you've exceptions during waiting (#3813) by Suren Nihalani · 7 years ago
  43. c060c7e Fix a typo (#4323) by Barry Warsaw · 7 years ago
  44. 5a66c8a bpo-31793: Doc: Specialize smart-quotes for Japanese (GH-4006) by Julien Palard · 7 years ago
  45. 921e943 bpo-31970: Reduce performance overhead of asyncio debug mode. (#4314) by Antoine Pitrou · 7 years ago
  46. 1e5d54c bpo-31965: fix doc for multiprocessing.connection.Client and Listener (#4304) by Jelle Zijlstra · 7 years ago
  47. 22b1128 bpo-31960: Fix asyncio.Future documentation for thread (un)safety. (#4319) by Antoine Pitrou · 7 years ago
  48. 39a156c Fix the sizeof test for dicts with shared keys. (#4311) by Serhiy Storchaka · 7 years ago
  49. a935654 bpo-20486: Implement Database.Close() method in msilib (GH-4141) by Berker Peksag · 7 years ago
  50. 3cc4c53 bpo-31626: Mark ends of the reallocated block in debug build. (#4210) by Serhiy Storchaka · 7 years ago
  51. cb04f75 Fix a memory leak in _msi.c (#4127) by Zackery Spytz · 7 years ago
  52. 4135c89 bpo-31950: Improve event loop policy doc (#4306) by Antoine Pitrou · 7 years ago
  53. 69cfed1 Add asyncio.Handle.cancelled() method (#2388) by Marat Sharafutdinov · 7 years ago
  54. 088929c bpo-31415: Improve error handling and caching of the importtime option. (#4138) by Serhiy Storchaka · 7 years ago
  55. 31af650 bpo-28791: Update Windows builds to use SQLite 3.21.0. (GH-4246) by Mariatta · 7 years ago
  56. 962e2a7 Fix a minor typo and hyphenate "multi-threading" (#4237) by Barry Warsaw · 7 years ago
  57. a22a127 bpo-31843: sqlite3.connect() now accepts PathLike objects as database name (#4299) by Anders Lorentsen · 7 years ago
  58. edb13ae bpo-31764: Prevent a crash in sqlite3.Cursor.close() in case the Cursor object is uninitialized (#3958) by Oren Milman · 7 years ago
  59. e56ab74 bpo-31770: Prevent a crash and refleaks when calling sqlite3.Cursor.__init__() more than once (#3968) by Oren Milman · 7 years ago
  60. ad455cd bpo-31945: Configurable blocksize in HTTP(S)Connection (#4279) by Nir Soffer · 7 years ago
  61. 30f4fa4 bpo-31957: Fixes version detection. (#4298) by Steve Dower · 7 years ago
  62. 7e666ee Remove outdated with_threads checks in configure.ac (GH-4294) by Berker Peksag · 7 years ago
  63. a5293b4 Fix miscellaneous typos (#4275) by luzpaz · 7 years ago
  64. cf29653 bpo-28994: PyErr_NormalizeException() no longer use C stack for recursion. (#2035) by Serhiy Storchaka · 7 years ago
  65. 1b46131 bpo-22257: Mention startup refactoring in What's New (GH-4286) by Nick Coghlan · 7 years ago
  66. aed0856 bpo-31609: Fixes quotes in PCbuild/clean.bat (#4280) by Steve Dower · 7 years ago
  67. 0d2a908 bpo-31944: Fixes build and Modify button (#4278) by Steve Dower · 7 years ago
  68. aafece7 bpo-31923: Fix spelling in sqlite3 docs (GH-4227) by davy wybiral · 7 years ago
  69. 12d6056 Add version{changed,added} markers and make minor style changes (GH-4273) by Berker Peksag · 7 years ago
  70. d4d79bc bpo-28564: Use os.scandir() in shutil.rmtree(). (#4085) by Serhiy Storchaka · 7 years ago
  71. 82cd3ce bpo-31678: Fix typo in PyDateTime_DELTA_GET_MICROSECONDS (GH-3869) by Phobosmir · 7 years ago
  72. 63ff413 bpo-21423: Add an initializer argument to {Process,Thread}PoolExecutor (#4241) by Antoine Pitrou · 7 years ago
  73. b838cc3 bpo-18699: Corrected documentation for window.chgat in curses module (#1430) by Chillar Anand · 7 years ago
  74. ee1a9a2 bpo-9678: Fix determining the MAC address in the uuid module. (#4264) by Serhiy Storchaka · 7 years ago
  75. 93952f8 Fix a grammatical problem and reword for clarity. (#4257) by Barry Warsaw · 7 years ago
  76. dcfb0e3 bpo-31933: fix blake2 multi-byte params on big endian platforms (#4250) by Jack O'Connor · 7 years ago
  77. f6f90ff bpo-30057: Fix potential missed signal in signal.signal(). (#4258) by Antoine Pitrou · 7 years ago
  78. a7723d8 bpo-31924: Fix test_curses on NetBSD 8. (#4228) by Serhiy Storchaka · 7 years ago
  79. cbe1756 bpo-31310: multiprocessing's semaphore tracker should be launched again if crashed (#3247) by Antoine Pitrou · 7 years ago
  80. fc6b348 bpo-31308: If multiprocessing's forkserver dies, launch it again when necessary (#3246) by Antoine Pitrou · 7 years ago
  81. 4f57409 bpo-31926: fix missing *_METHODDEF statements by argument clinic (#4230) by Tal Einat · 7 years ago
  82. 700d2e4 bpo-31415: Support PYTHONPROFILEIMPORTTIME envvar equivalent to -X importtime (#4240) by Barry Warsaw · 7 years ago
  83. 9e33973 bpo-31890: define METH_STACKLESS (#4159) by Anselm Kruis · 7 years ago
  84. 4e38d71 bpo-28643: Record profile-opt build progress with stamp files (#4223) by Neil Schemenauer · 7 years ago
  85. 0d2c645 Update multissltests: 1.0.2m, 1.1.0g (#4232) by Christian Heimes · 7 years ago
  86. ac03c03 Returning 1 from the set_progress_handler handler cancels query (GH-4120) by Simon Willison · 7 years ago
  87. c29b585 bpo-31784: Implement PEP 564: add time.time_ns() (#3989) by Victor Stinner · 7 years ago
  88. e314853 bpo-31307: Make ConfigParser.read() accept bytes objects (GH-3420) by Vincent Michel · 7 years ago
  89. a64ce97 bpo-31917: Add 3 new clock identifiers (#4207) by Victor Stinner · 7 years ago
  90. e8b1965 bpo-23699: Use a macro to reduce boilerplate code in rich comparison functions (GH-793) by stratakis · 7 years ago
  91. 4f469c0 bpo-27666: Fixed stack corruption in curses.box() and curses.ungetmouse(). (#4220) by Serhiy Storchaka · 7 years ago
  92. 7e68790 bpo-15037: Add a workaround for getkey() in curses for ncurses 5.7 and earlier. (#3826) by Serhiy Storchaka · 7 years ago
  93. d1e3403 [asyncio] bpo-30423: add regression test for orphan future causes "RuntimeError: Event loop stopped before Future completed." (#3295) by jimmylai · 7 years ago
  94. 894ebd0 bpo-31919: Fix building the curses module on OpenIndiana. (#4211) by Serhiy Storchaka · 7 years ago
  95. 388cd85 Remove nested comments in blake2 (#4173) by Lars Viklund · 7 years ago
  96. 8bc7d63 bpo-25720: Fix the method for checking pad state of curses WINDOW (#4164) by Masayuki Yamamoto · 7 years ago
  97. 280c22a Fix test_socket.test_create_connection() (#4206) by Victor Stinner · 7 years ago
  98. 9ed83c4 bpo-18835: Cleanup pymalloc (#4200) by Victor Stinner · 7 years ago
  99. ec2cbdd bpo-20064: Document PyObject_Malloc() (#4199) by Victor Stinner · 7 years ago
  100. 2298fad bpo-31893: Fix errors in b9052a0f91d2e83bbc27267247a5920c82b242a3. (#4196) by Serhiy Storchaka · 7 years ago