1. cf29653 bpo-28994: PyErr_NormalizeException() no longer use C stack for recursion. (#2035) by Serhiy Storchaka · 7 years ago
  2. 1b46131 bpo-22257: Mention startup refactoring in What's New (GH-4286) by Nick Coghlan · 7 years ago
  3. aed0856 bpo-31609: Fixes quotes in PCbuild/clean.bat (#4280) by Steve Dower · 7 years ago
  4. 0d2a908 bpo-31944: Fixes build and Modify button (#4278) by Steve Dower · 7 years ago
  5. aafece7 bpo-31923: Fix spelling in sqlite3 docs (GH-4227) by davy wybiral · 7 years ago
  6. 12d6056 Add version{changed,added} markers and make minor style changes (GH-4273) by Berker Peksag · 7 years ago
  7. d4d79bc bpo-28564: Use os.scandir() in shutil.rmtree(). (#4085) by Serhiy Storchaka · 7 years ago
  8. 82cd3ce bpo-31678: Fix typo in PyDateTime_DELTA_GET_MICROSECONDS (GH-3869) by Phobosmir · 7 years ago
  9. 63ff413 bpo-21423: Add an initializer argument to {Process,Thread}PoolExecutor (#4241) by Antoine Pitrou · 7 years ago
  10. b838cc3 bpo-18699: Corrected documentation for window.chgat in curses module (#1430) by Chillar Anand · 7 years ago
  11. ee1a9a2 bpo-9678: Fix determining the MAC address in the uuid module. (#4264) by Serhiy Storchaka · 7 years ago
  12. 93952f8 Fix a grammatical problem and reword for clarity. (#4257) by Barry Warsaw · 7 years ago
  13. dcfb0e3 bpo-31933: fix blake2 multi-byte params on big endian platforms (#4250) by Jack O'Connor · 7 years ago
  14. f6f90ff bpo-30057: Fix potential missed signal in signal.signal(). (#4258) by Antoine Pitrou · 7 years ago
  15. a7723d8 bpo-31924: Fix test_curses on NetBSD 8. (#4228) by Serhiy Storchaka · 7 years ago
  16. cbe1756 bpo-31310: multiprocessing's semaphore tracker should be launched again if crashed (#3247) by Antoine Pitrou · 7 years ago
  17. fc6b348 bpo-31308: If multiprocessing's forkserver dies, launch it again when necessary (#3246) by Antoine Pitrou · 7 years ago
  18. 4f57409 bpo-31926: fix missing *_METHODDEF statements by argument clinic (#4230) by Tal Einat · 7 years ago
  19. 700d2e4 bpo-31415: Support PYTHONPROFILEIMPORTTIME envvar equivalent to -X importtime (#4240) by Barry Warsaw · 7 years ago
  20. 9e33973 bpo-31890: define METH_STACKLESS (#4159) by Anselm Kruis · 7 years ago
  21. 4e38d71 bpo-28643: Record profile-opt build progress with stamp files (#4223) by Neil Schemenauer · 7 years ago
  22. 0d2c645 Update multissltests: 1.0.2m, 1.1.0g (#4232) by Christian Heimes · 7 years ago
  23. ac03c03 Returning 1 from the set_progress_handler handler cancels query (GH-4120) by Simon Willison · 7 years ago
  24. c29b585 bpo-31784: Implement PEP 564: add time.time_ns() (#3989) by Victor Stinner · 7 years ago
  25. e314853 bpo-31307: Make ConfigParser.read() accept bytes objects (GH-3420) by Vincent Michel · 7 years ago
  26. a64ce97 bpo-31917: Add 3 new clock identifiers (#4207) by Victor Stinner · 7 years ago
  27. e8b1965 bpo-23699: Use a macro to reduce boilerplate code in rich comparison functions (GH-793) by stratakis · 7 years ago
  28. 4f469c0 bpo-27666: Fixed stack corruption in curses.box() and curses.ungetmouse(). (#4220) by Serhiy Storchaka · 7 years ago
  29. 7e68790 bpo-15037: Add a workaround for getkey() in curses for ncurses 5.7 and earlier. (#3826) by Serhiy Storchaka · 7 years ago
  30. d1e3403 [asyncio] bpo-30423: add regression test for orphan future causes "RuntimeError: Event loop stopped before Future completed." (#3295) by jimmylai · 7 years ago
  31. 894ebd0 bpo-31919: Fix building the curses module on OpenIndiana. (#4211) by Serhiy Storchaka · 7 years ago
  32. 388cd85 Remove nested comments in blake2 (#4173) by Lars Viklund · 7 years ago
  33. 8bc7d63 bpo-25720: Fix the method for checking pad state of curses WINDOW (#4164) by Masayuki Yamamoto · 7 years ago
  34. 280c22a Fix test_socket.test_create_connection() (#4206) by Victor Stinner · 7 years ago
  35. 9ed83c4 bpo-18835: Cleanup pymalloc (#4200) by Victor Stinner · 7 years ago
  36. ec2cbdd bpo-20064: Document PyObject_Malloc() (#4199) by Victor Stinner · 7 years ago
  37. 2298fad bpo-31893: Fix errors in b9052a0f91d2e83bbc27267247a5920c82b242a3. (#4196) by Serhiy Storchaka · 7 years ago
  38. afd055a pythoninfo: add Py_DEBUG (#4198) by Victor Stinner · 7 years ago
  39. e1a470b test_capi.test__testcapi() becomes more verbose (#4197) by Victor Stinner · 7 years ago
  40. db91e0f bpo-31897: Convert unexpected errors when read bogus binary plists into InvalidFileException. (#4171) by Serhiy Storchaka · 7 years ago
  41. b484d56 bpo-31626: Fixed a bug in debug memory allocator. (#3844) by Serhiy Storchaka · 7 years ago
  42. b9052a0 bpo-31893: Fixed select.kqueue(). (#4166) by Serhiy Storchaka · 7 years ago
  43. baac01e bpo-31891: Fix building the curses module on NetBSD. (#4165) by Serhiy Storchaka · 7 years ago
  44. 19f6830 bpo-31629: Add support.SaveSignals (#4183) by Victor Stinner · 7 years ago
  45. f0f62cc Remove tiny bit of deadcode from wsgiref.validate (#3996) by Alex Gaynor · 7 years ago
  46. 1122575 bpo-31304: Update starmap_async documentation. (GH-4168) by Pablo Galindo · 7 years ago
  47. fe4ea9c bpo-31245: Asyncio unix socket datagram (#3164) by Quentin Dawans · 7 years ago
  48. a231428 bpo-20047: Make bytearray methods partition() and rpartition() rejecting (#4158) by Serhiy Storchaka · 7 years ago
  49. 5a4bbcd bpo-31836: Test_code_module now passes with sys.ps1, ps2 set (#4070) by Terry Jan Reedy · 7 years ago
  50. e86172d IDLE -- Restrict shell prompt manipulaton to the shell. (#4143) by Terry Jan Reedy · 7 years ago
  51. ed6554c bpo-31860: Make the font sample in the IDLE font configuration dialog editable. (#4106) by Serhiy Storchaka · 7 years ago
  52. 93fd478 faulthandler: use _PyTime_t rather than double for timeout (#4139) by Victor Stinner · 7 years ago
  53. 7351f9e bpo-31174: Improve the code of test_tools.test_unparse. (#4146) by Serhiy Storchaka · 7 years ago
  54. 03eb11f bpo-16135: Cleanup: Code rot left over from OS/2 support (GH-4147) by Erik Bray · 7 years ago
  55. 843ea47 bpo-31545: Update documentation containing timedelta repr. (GH-3687) by Utkarsh Upadhyay · 7 years ago
  56. 63ae044 Fix _socket module compilation on Cygwin. (#4137) by Erik Bray · 7 years ago
  57. 031c4bf bpo-31877: Add _Py_LegacyLocaleDetected and _PyCoerceLegacyLocale to pylifecycle.h (GH-4134) by Erik Bray · 7 years ago
  58. 2f3d699 Fixed sorting order of the LogRecord attributes in the documentation. (GH-4133) by Arthur Darcet · 7 years ago
  59. afad147 bpo-30989: Sort in TimedRotatingFileHandler only when needed. (GH-2812) by Lovesh Harchandani · 7 years ago
  60. d609b0c bpo-31053: Remove redundant 'venv' argument in venv example (GH-2907) by cocoatomo · 7 years ago
  61. 8c83c23 bpo-28936: Detect lexically first syntax error first (#4097) by Ivan Levkivskyi · 7 years ago
  62. 66c88ce Closes bpo-28281: Remove year (1-9999) limits on the weekday() function. (#4109) by Alexander Belopolsky · 7 years ago
  63. 52ad72d bpo-30553: Add status code 421 to http.HTTPStatus (GH-2589) by Vitor Pereira · 7 years ago
  64. bdf4298 Fix trailing whitespaces in C files. (#4130) by Serhiy Storchaka · 7 years ago
  65. 56d1f5c bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327) by xdegaye · 7 years ago
  66. 275d2d9 bpo-30937: Make usage of newline='' consistent in csv docs (GH-2730) by Ammar Askar · 7 years ago
  67. 41c5694 bpo-21720: Restore the Python 2.7 logic in handling a fromlist. (#4118) by Serhiy Storchaka · 7 years ago
  68. 4eaf7f9 fixes bpo-31866: remove code pertaining to AtheOS support (#4115) by Benjamin Peterson · 7 years ago
  69. 1896793 bpo-31857: Make the behavior of USE_STACKCHECK deterministic (#4098) by pdox · 7 years ago
  70. 3231893 Closes bpo-31800: Support for colon when parsing time offsets (#4015) by Mario Corchero · 7 years ago
  71. 0f26158 bpo-31664: Fix test_crypt for the openwall implementation of crypt. (#4116) by Serhiy Storchaka · 7 years ago
  72. 086c3ae bpo-31835: Optimize also FASTCALL using __future__ (#4087) by Victor Stinner · 7 years ago
  73. 95f1a7b remove support for splitting the ceval switch into multiple switches (#4099) by Benjamin Peterson · 7 years ago
  74. d7ac061 bpo-31845: Fix reading flags from environment (GH-4105) by Nick Coghlan · 7 years ago
  75. 850a18e bpo-30768: Recompute timeout on interrupted lock (GH-4103) by Victor Stinner · 7 years ago
  76. 3557b05 bpo-31690: Allow the inline flags "a", "L", and "u" to be used as group flags for RE. (#3885) by Serhiy Storchaka · 7 years ago
  77. fdd9b21 Closes bpo-28292: Implemented Calendar.itermonthdays3() and itermonthdays4(). (#4079) by Alexander Belopolsky · 7 years ago
  78. eab3ff7 bpo-31664: Add support for the Blowfish method in crypt. (#3854) by Serhiy Storchaka · 7 years ago
  79. 831d61d Fix wording about Py_tss_NEEDS_INIT in docs (GH-4096) by Masayuki Yamamoto · 7 years ago
  80. e968bc73 bpo-30639: Lazily compute repr for error (#2132) by Thomas Kluyver · 7 years ago
  81. 8e482be bpo-31174: Fix test_tools.test_unparse (#4102) by Victor Stinner · 7 years ago
  82. 809d173 bpo-31812: Add documentation translations to What's New in Python 3.7. (GH-4064) by Julien Palard · 7 years ago
  83. 01b5aab bpo-31827: Remove os.stat_float_times() (GH-4061) by Victor Stinner · 7 years ago
  84. 87d332d bpo-31810: Add smelly.py to check exported symbols (#4057) by Victor Stinner · 7 years ago
  85. 1aa00ff fixes bpo-31834: Use optimized code for BLAKE2 only with SSSE3+ (#4066) by Michał Górny · 7 years ago
  86. 3b66ebe bpo-31847: Fix commented out tests in test_syntax. (#4084) by Serhiy Storchaka · 7 years ago
  87. 828ca59 bpo-31653: Remove deadcode in semlock_acquire() (#4091) by Victor Stinner · 7 years ago
  88. 62adc55 bpo-30722: Make redemo work with Python 3.6+ (GH-2311) by Christoph Sarnowski · 7 years ago
  89. 66caacf bpo-30817: Fix PyErr_PrintEx() when no memory (#2526) by xdegaye · 7 years ago
  90. 4ffd465 bpo-31752: Fix possible crash in timedelta constructor called with custom integers. (#3947) by Serhiy Storchaka · 7 years ago
  91. 7fed7bd bpo-31756: subprocess.run should alias universal_newlines to text (#4049) by andyclegg · 7 years ago
  92. ae3087c Move exc state to generator. Fixes bpo-25612 (#1773) by Mark Shannon · 7 years ago
  93. 91dc64b bpo-20825: Containment test for ip_network in ip_network. by Cheryl Sabella · 7 years ago
  94. 04e36af bpo-31572: Get rid of using _PyObject_HasAttrId() in pickle. (#3729) by Serhiy Storchaka · 7 years ago
  95. c872d39 bpo-31653: Don't release the GIL if we can acquire a multiprocessing semaphore immediately (#4078) by Antoine Pitrou · 7 years ago
  96. bcbdd2f bpo-28286: Add tests for the mode argument of GzipFile. (#4074) by Serhiy Storchaka · 7 years ago
  97. daeefd2 bpo-28326: Fix multiprocessing.Process when stdout and/or stderr is closed or None. (#4073) by Antoine Pitrou · 7 years ago
  98. 73c4708 Fix bytes warnings in test_struct (added in bpo-29802). (#4068) by Serhiy Storchaka · 7 years ago
  99. db60a5b bpo-31781: Prevent crashes when calling methods of an uninitialized zipimport.zipimporter object (GH-3986) by Oren Milman · 7 years ago
  100. 56cb465 bpo-31825: Fixed OverflowError in the 'unicode-escape' codec (#4058) by Serhiy Storchaka · 7 years ago