1. 28ab3ce Fix broken link in Doc/whatsnew/3.7.rst (GH-4335) by Berker Peksag · 7 years ago
  2. 8bf288e Docs: Mention that Py_UNREACHABLE was added in 3.7 (#4337) by Petr Viktorin · 7 years ago
  3. 7973e27 bpo-21862: Add -m option to cProfile for profiling modules (#4297) by Sanyam Khurana · 7 years ago
  4. 4fc4def Remove unused var from CheckCancelOperation test (GH-4317) by Simon Willison · 7 years ago
  5. 5a8a84b Added :const:`mmap.ACCESS_DEFAULT` constant. (#4093) by Justus Schwabedal · 7 years ago
  6. c62f0cb bpo-31620: have asyncio/queues not leak memory when you've exceptions during waiting (#3813) by Suren Nihalani · 7 years ago
  7. c060c7e Fix a typo (#4323) by Barry Warsaw · 7 years ago
  8. 5a66c8a bpo-31793: Doc: Specialize smart-quotes for Japanese (GH-4006) by Julien Palard · 7 years ago
  9. 921e943 bpo-31970: Reduce performance overhead of asyncio debug mode. (#4314) by Antoine Pitrou · 7 years ago
  10. 1e5d54c bpo-31965: fix doc for multiprocessing.connection.Client and Listener (#4304) by Jelle Zijlstra · 7 years ago
  11. 22b1128 bpo-31960: Fix asyncio.Future documentation for thread (un)safety. (#4319) by Antoine Pitrou · 7 years ago
  12. 39a156c Fix the sizeof test for dicts with shared keys. (#4311) by Serhiy Storchaka · 7 years ago
  13. a935654 bpo-20486: Implement Database.Close() method in msilib (GH-4141) by Berker Peksag · 7 years ago
  14. 3cc4c53 bpo-31626: Mark ends of the reallocated block in debug build. (#4210) by Serhiy Storchaka · 7 years ago
  15. cb04f75 Fix a memory leak in _msi.c (#4127) by Zackery Spytz · 7 years ago
  16. 4135c89 bpo-31950: Improve event loop policy doc (#4306) by Antoine Pitrou · 7 years ago
  17. 69cfed1 Add asyncio.Handle.cancelled() method (#2388) by Marat Sharafutdinov · 7 years ago
  18. 088929c bpo-31415: Improve error handling and caching of the importtime option. (#4138) by Serhiy Storchaka · 7 years ago
  19. 31af650 bpo-28791: Update Windows builds to use SQLite 3.21.0. (GH-4246) by Mariatta · 7 years ago
  20. 962e2a7 Fix a minor typo and hyphenate "multi-threading" (#4237) by Barry Warsaw · 7 years ago
  21. a22a127 bpo-31843: sqlite3.connect() now accepts PathLike objects as database name (#4299) by Anders Lorentsen · 7 years ago
  22. edb13ae bpo-31764: Prevent a crash in sqlite3.Cursor.close() in case the Cursor object is uninitialized (#3958) by Oren Milman · 7 years ago
  23. e56ab74 bpo-31770: Prevent a crash and refleaks when calling sqlite3.Cursor.__init__() more than once (#3968) by Oren Milman · 7 years ago
  24. ad455cd bpo-31945: Configurable blocksize in HTTP(S)Connection (#4279) by Nir Soffer · 7 years ago
  25. 30f4fa4 bpo-31957: Fixes version detection. (#4298) by Steve Dower · 7 years ago
  26. 7e666ee Remove outdated with_threads checks in configure.ac (GH-4294) by Berker Peksag · 7 years ago
  27. a5293b4 Fix miscellaneous typos (#4275) by luzpaz · 7 years ago
  28. cf29653 bpo-28994: PyErr_NormalizeException() no longer use C stack for recursion. (#2035) by Serhiy Storchaka · 7 years ago
  29. 1b46131 bpo-22257: Mention startup refactoring in What's New (GH-4286) by Nick Coghlan · 7 years ago
  30. aed0856 bpo-31609: Fixes quotes in PCbuild/clean.bat (#4280) by Steve Dower · 7 years ago
  31. 0d2a908 bpo-31944: Fixes build and Modify button (#4278) by Steve Dower · 7 years ago
  32. aafece7 bpo-31923: Fix spelling in sqlite3 docs (GH-4227) by davy wybiral · 7 years ago
  33. 12d6056 Add version{changed,added} markers and make minor style changes (GH-4273) by Berker Peksag · 7 years ago
  34. d4d79bc bpo-28564: Use os.scandir() in shutil.rmtree(). (#4085) by Serhiy Storchaka · 7 years ago
  35. 82cd3ce bpo-31678: Fix typo in PyDateTime_DELTA_GET_MICROSECONDS (GH-3869) by Phobosmir · 7 years ago
  36. 63ff413 bpo-21423: Add an initializer argument to {Process,Thread}PoolExecutor (#4241) by Antoine Pitrou · 7 years ago
  37. b838cc3 bpo-18699: Corrected documentation for window.chgat in curses module (#1430) by Chillar Anand · 7 years ago
  38. ee1a9a2 bpo-9678: Fix determining the MAC address in the uuid module. (#4264) by Serhiy Storchaka · 7 years ago
  39. 93952f8 Fix a grammatical problem and reword for clarity. (#4257) by Barry Warsaw · 7 years ago
  40. dcfb0e3 bpo-31933: fix blake2 multi-byte params on big endian platforms (#4250) by Jack O'Connor · 7 years ago
  41. f6f90ff bpo-30057: Fix potential missed signal in signal.signal(). (#4258) by Antoine Pitrou · 7 years ago
  42. a7723d8 bpo-31924: Fix test_curses on NetBSD 8. (#4228) by Serhiy Storchaka · 7 years ago
  43. cbe1756 bpo-31310: multiprocessing's semaphore tracker should be launched again if crashed (#3247) by Antoine Pitrou · 7 years ago
  44. fc6b348 bpo-31308: If multiprocessing's forkserver dies, launch it again when necessary (#3246) by Antoine Pitrou · 7 years ago
  45. 4f57409 bpo-31926: fix missing *_METHODDEF statements by argument clinic (#4230) by Tal Einat · 7 years ago
  46. 700d2e4 bpo-31415: Support PYTHONPROFILEIMPORTTIME envvar equivalent to -X importtime (#4240) by Barry Warsaw · 7 years ago
  47. 9e33973 bpo-31890: define METH_STACKLESS (#4159) by Anselm Kruis · 7 years ago
  48. 4e38d71 bpo-28643: Record profile-opt build progress with stamp files (#4223) by Neil Schemenauer · 7 years ago
  49. 0d2c645 Update multissltests: 1.0.2m, 1.1.0g (#4232) by Christian Heimes · 7 years ago
  50. ac03c03 Returning 1 from the set_progress_handler handler cancels query (GH-4120) by Simon Willison · 7 years ago
  51. c29b585 bpo-31784: Implement PEP 564: add time.time_ns() (#3989) by Victor Stinner · 7 years ago
  52. e314853 bpo-31307: Make ConfigParser.read() accept bytes objects (GH-3420) by Vincent Michel · 7 years ago
  53. a64ce97 bpo-31917: Add 3 new clock identifiers (#4207) by Victor Stinner · 7 years ago
  54. e8b1965 bpo-23699: Use a macro to reduce boilerplate code in rich comparison functions (GH-793) by stratakis · 7 years ago
  55. 4f469c0 bpo-27666: Fixed stack corruption in curses.box() and curses.ungetmouse(). (#4220) by Serhiy Storchaka · 7 years ago
  56. 7e68790 bpo-15037: Add a workaround for getkey() in curses for ncurses 5.7 and earlier. (#3826) by Serhiy Storchaka · 7 years ago
  57. d1e3403 [asyncio] bpo-30423: add regression test for orphan future causes "RuntimeError: Event loop stopped before Future completed." (#3295) by jimmylai · 7 years ago
  58. 894ebd0 bpo-31919: Fix building the curses module on OpenIndiana. (#4211) by Serhiy Storchaka · 7 years ago
  59. 388cd85 Remove nested comments in blake2 (#4173) by Lars Viklund · 7 years ago
  60. 8bc7d63 bpo-25720: Fix the method for checking pad state of curses WINDOW (#4164) by Masayuki Yamamoto · 7 years ago
  61. 280c22a Fix test_socket.test_create_connection() (#4206) by Victor Stinner · 7 years ago
  62. 9ed83c4 bpo-18835: Cleanup pymalloc (#4200) by Victor Stinner · 7 years ago
  63. ec2cbdd bpo-20064: Document PyObject_Malloc() (#4199) by Victor Stinner · 7 years ago
  64. 2298fad bpo-31893: Fix errors in b9052a0f91d2e83bbc27267247a5920c82b242a3. (#4196) by Serhiy Storchaka · 7 years ago
  65. afd055a pythoninfo: add Py_DEBUG (#4198) by Victor Stinner · 7 years ago
  66. e1a470b test_capi.test__testcapi() becomes more verbose (#4197) by Victor Stinner · 7 years ago
  67. db91e0f bpo-31897: Convert unexpected errors when read bogus binary plists into InvalidFileException. (#4171) by Serhiy Storchaka · 7 years ago
  68. b484d56 bpo-31626: Fixed a bug in debug memory allocator. (#3844) by Serhiy Storchaka · 7 years ago
  69. b9052a0 bpo-31893: Fixed select.kqueue(). (#4166) by Serhiy Storchaka · 7 years ago
  70. baac01e bpo-31891: Fix building the curses module on NetBSD. (#4165) by Serhiy Storchaka · 7 years ago
  71. 19f6830 bpo-31629: Add support.SaveSignals (#4183) by Victor Stinner · 7 years ago
  72. f0f62cc Remove tiny bit of deadcode from wsgiref.validate (#3996) by Alex Gaynor · 7 years ago
  73. 1122575 bpo-31304: Update starmap_async documentation. (GH-4168) by Pablo Galindo · 7 years ago
  74. fe4ea9c bpo-31245: Asyncio unix socket datagram (#3164) by Quentin Dawans · 7 years ago
  75. a231428 bpo-20047: Make bytearray methods partition() and rpartition() rejecting (#4158) by Serhiy Storchaka · 7 years ago
  76. 5a4bbcd bpo-31836: Test_code_module now passes with sys.ps1, ps2 set (#4070) by Terry Jan Reedy · 7 years ago
  77. e86172d IDLE -- Restrict shell prompt manipulaton to the shell. (#4143) by Terry Jan Reedy · 7 years ago
  78. ed6554c bpo-31860: Make the font sample in the IDLE font configuration dialog editable. (#4106) by Serhiy Storchaka · 7 years ago
  79. 93fd478 faulthandler: use _PyTime_t rather than double for timeout (#4139) by Victor Stinner · 7 years ago
  80. 7351f9e bpo-31174: Improve the code of test_tools.test_unparse. (#4146) by Serhiy Storchaka · 7 years ago
  81. 03eb11f bpo-16135: Cleanup: Code rot left over from OS/2 support (GH-4147) by Erik Bray · 7 years ago
  82. 843ea47 bpo-31545: Update documentation containing timedelta repr. (GH-3687) by Utkarsh Upadhyay · 7 years ago
  83. 63ae044 Fix _socket module compilation on Cygwin. (#4137) by Erik Bray · 7 years ago
  84. 031c4bf bpo-31877: Add _Py_LegacyLocaleDetected and _PyCoerceLegacyLocale to pylifecycle.h (GH-4134) by Erik Bray · 7 years ago
  85. 2f3d699 Fixed sorting order of the LogRecord attributes in the documentation. (GH-4133) by Arthur Darcet · 7 years ago
  86. afad147 bpo-30989: Sort in TimedRotatingFileHandler only when needed. (GH-2812) by Lovesh Harchandani · 7 years ago
  87. d609b0c bpo-31053: Remove redundant 'venv' argument in venv example (GH-2907) by cocoatomo · 7 years ago
  88. 8c83c23 bpo-28936: Detect lexically first syntax error first (#4097) by Ivan Levkivskyi · 7 years ago
  89. 66c88ce Closes bpo-28281: Remove year (1-9999) limits on the weekday() function. (#4109) by Alexander Belopolsky · 7 years ago
  90. 52ad72d bpo-30553: Add status code 421 to http.HTTPStatus (GH-2589) by Vitor Pereira · 7 years ago
  91. bdf4298 Fix trailing whitespaces in C files. (#4130) by Serhiy Storchaka · 7 years ago
  92. 56d1f5c bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327) by xdegaye · 7 years ago
  93. 275d2d9 bpo-30937: Make usage of newline='' consistent in csv docs (GH-2730) by Ammar Askar · 7 years ago
  94. 41c5694 bpo-21720: Restore the Python 2.7 logic in handling a fromlist. (#4118) by Serhiy Storchaka · 7 years ago
  95. 4eaf7f9 fixes bpo-31866: remove code pertaining to AtheOS support (#4115) by Benjamin Peterson · 7 years ago
  96. 1896793 bpo-31857: Make the behavior of USE_STACKCHECK deterministic (#4098) by pdox · 7 years ago
  97. 3231893 Closes bpo-31800: Support for colon when parsing time offsets (#4015) by Mario Corchero · 7 years ago
  98. 0f26158 bpo-31664: Fix test_crypt for the openwall implementation of crypt. (#4116) by Serhiy Storchaka · 7 years ago
  99. 086c3ae bpo-31835: Optimize also FASTCALL using __future__ (#4087) by Victor Stinner · 7 years ago
  100. 95f1a7b remove support for splitting the ceval switch into multiple switches (#4099) by Benjamin Peterson · 7 years ago