1. 13badcb bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681) by Serhiy Storchaka · 7 years ago
  2. af5a895 bpo-32030: _PyPathConfig_Init() sets home and program_name (#4673) by Victor Stinner · 7 years ago
  3. 73a7e9b bpo-10544: Deprecate "yield" in comprehensions and generator expressions. (GH-4579) by Serhiy Storchaka · 7 years ago
  4. b4d1e1f bpo-20891: Fix PyGILState_Ensure() (#4650) by Victor Stinner · 7 years ago
  5. 5e3806f bpo-32101: Add PYTHONDEVMODE environment variable (#4624) by Victor Stinner · 7 years ago
  6. 706e10b bpo-32121: Add most_recent_first parameter to tracemalloc.Traceback.format (#4534) by Jesse-Bakker · 7 years ago
  7. 5d39e04 bpo-32030: Rework memory allocators (#4625) by Victor Stinner · 7 years ago
  8. 23df2d1 bpo-32107 - Improve MAC address calculation and fix test_uuid.py (#4600) by Barry Warsaw · 7 years ago
  9. c615be5 Use raw strings in the re module examples. (#4616) by Serhiy Storchaka · 7 years ago
  10. ac577d7 bpo-32154: Remove asyncio.windows_utils.socketpair (#4609) by Victor Stinner · 7 years ago
  11. 4d193bc bpo-32071: Fix regression and add What's New entry (#4589) by Jonas Haag · 7 years ago
  12. a489599 bpo-32046: Update 2to3 when converts operator.isCallable(obj). (#4417) by Dong-hee Na · 7 years ago
  13. 598ceae bpo-32150: Expand tabs to spaces in C files. (#4583) by Serhiy Storchaka · 7 years ago
  14. 4271dfd bpo-32154: Remove asyncio.selectors (#4605) by Victor Stinner · 7 years ago
  15. 122fc13 Revert "bpo-30487: automatically create a venv and install Sphinx when running make (GH-4346)" (#4592) by Ned Deily · 7 years ago
  16. c172fc5 bpo-32051: Fix name shadowing in multiprocessing docs (GH-4469) by Jason Yang · 7 years ago
  17. ede2ac9 bpo-23033: Improve SSL Certificate handling (GH-937) by Mandeep Singh · 7 years ago
  18. 0cd2e81 bpo-29879: Update typing documentation. (GH-4573) by Ivan Levkivskyi · 7 years ago
  19. d8d6b91 bpo-30487: automatically create a venv and install Sphinx when running make (GH-4346) by Caleb Hattingh · 7 years ago
  20. 5b48dc6 bpo-32071: Add unittest -k option (#4496) by Jonas Haag · 7 years ago
  21. 8d9bb11 bpo-28334: netrc() now uses expanduser() to find .netrc file (GH-4537) by Berker Peksag · 7 years ago
  22. 9d5ec80 Improve Scheduler Objects documentation. (GH-4556) by Mariatta · 7 years ago
  23. 610e5af bpo-30004: Fix the code example of using group in Regex Howto Docs (GH-4443) by Mandeep Bhutani · 7 years ago
  24. f8802d8 Asyncion-Dev docs: Fix the reference to sys.excepthook (GH-4414) by Ashley Camba · 7 years ago
  25. 84c4b19 bpo-32124: Document C functions safe before init (#4540) by Victor Stinner · 7 years ago
  26. 78a5722 Improve the String tutorial docs (GH-4541) by Will White · 7 years ago
  27. cdfe910 Extending Python Doc minor updates (GH-4518) by Emanuele Gaifas · 7 years ago
  28. 3df02db bpo-31325: Fix usage of namedtuple in RobotFileParser.parse() (#4529) by Berker Peksag · 7 years ago
  29. 0858495 bpo-32099 Add deque variant of roundrobin() recipe (#4497) by Raymond Hettinger · 7 years ago
  30. dcaed6b bpo-19610: setup() now raises TypeError for invalid types (GH-4519) by Berker Peksag · 7 years ago
  31. 0784a2e bpo-10049: Add a "no-op" (null) context manager to contextlib (GH-4464) by Jesse-Bakker · 7 years ago
  32. 431665b bpo-32105: add asyncio.BaseEventLoop.connect_accepted_socket versionadded to documentation. (#4491) by AraHaan · 7 years ago
  33. e256b40 bpo-31672 - Add one last minor clarification for idpattern (#4483) by Barry Warsaw · 7 years ago
  34. 337cbba Add comment and improve variable name in roundrobin() (#4486) by Raymond Hettinger · 7 years ago
  35. bc9b6e2 bpo-32043: Rephrase -X dev documentation (#4478) by Victor Stinner · 7 years ago
  36. 09f3a8a bpo-32089: Fix warnings filters in dev mode (#4482) by Victor Stinner · 7 years ago
  37. 423fd36 bpo-32066: Support pathlib.Path in create_unix_connection; sock arg should be optional (#4447) by Yury Selivanov · 7 years ago
  38. c5a2071 bpo-32050: Fix -x option documentation (#4475) by Victor Stinner · 7 years ago
  39. 44862df bpo-32047: -X dev enables asyncio debug mode (#4418) by Victor Stinner · 7 years ago
  40. b56becb Remove outdated .pyo reference from msilib docs (GH-4461) by Berker Peksag · 7 years ago
  41. 7750bde Document parameters of BaseServer.finish_request() (GH-4445) by Masayuki Yamamoto · 7 years ago
  42. 0c71653 [Doc] Update opcode for var-positional arguments (#4446) by Moses Koledoye · 7 years ago
  43. d505a29 Fix typo in atexit documentation. (GH-4419) by Erik Bray · 7 years ago
  44. cede8c9 bpo-31702: Allow to specify rounds for SHA-2 hashing in crypt.mksalt(). (#4110) by Serhiy Storchaka · 7 years ago
  45. ccb0442 bpo-32043: New "developer mode": "-X dev" option (#4413) by Victor Stinner · 7 years ago
  46. 05cb728 bpo-30349: Raise FutureWarning for nested sets and set operations (#1553) by Serhiy Storchaka · 7 years ago
  47. 0a2abdf bpo-30143: 2to3 now generates a code that uses abstract collection classes (#1262) by Serhiy Storchaka · 7 years ago
  48. 4bd41c9 bpo-32025: Add time.thread_time() (#4410) by Antoine Pitrou · 7 years ago
  49. ddbce13 bpo-32023: Disallow genexprs without parenthesis in class definitions. (#4400) by Serhiy Storchaka · 7 years ago
  50. 9165f77 bpo-32012: Disallow trailing comma after genexpr without parenthesis. (#4382) by Serhiy Storchaka · 7 years ago
  51. 3bda022 bpo-31948: Fix broken links in msilib docs (GH-4397) by Jesse-Bakker · 7 years ago
  52. b0b44b4 bpo-15606: Improve the re.VERBOSE documentation. (#4366) by Serhiy Storchaka · 7 years ago
  53. e0582a3 bpo-30696: Fix the REPL looping endlessly when no memory (GH-4160) by xdegaye · 7 years ago
  54. e197a85 The termios man page is in section 3 (GH-2450) by Edward Betts · 7 years ago
  55. 7c9da3e Remove redundant 'exc = True' line (GH-4357) by Berker Peksag · 7 years ago
  56. e184cfd bpo-31824: Document default value of 'errors' parameters (GH-4328) by Pablo Galindo · 7 years ago
  57. 9f914a0 bpo-31985: Deprecate openfp in aifc, sunau, and wave (#4344) by Brian Curtin · 7 years ago
  58. 72fa301 Fix phrasing in Doc/whatsnew/3.7.rst (GH-4318) by Cody Scott · 7 years ago
  59. 8c663fd Replace KB unit with KiB (#4293) by Victor Stinner · 7 years ago
  60. bf9d317 bpo-31810: added missing keywords to docs. (#4140) by Tom Floyer · 7 years ago
  61. 2138163 bpo-29179: Document the Py_UNUSED macro (#4341) by Petr Viktorin · 7 years ago
  62. b5d9e08 bpo-31884 subprocess: add Windows constants for process priority (#4150) by James · 7 years ago
  63. 54cc0c0 bpo-31338: C API intro: add missing versionadded (#4339) by Victor Stinner · 7 years ago
  64. 28ab3ce Fix broken link in Doc/whatsnew/3.7.rst (GH-4335) by Berker Peksag · 7 years ago
  65. 8bf288e Docs: Mention that Py_UNREACHABLE was added in 3.7 (#4337) by Petr Viktorin · 7 years ago
  66. 7973e27 bpo-21862: Add -m option to cProfile for profiling modules (#4297) by Sanyam Khurana · 7 years ago
  67. 5a8a84b Added :const:`mmap.ACCESS_DEFAULT` constant. (#4093) by Justus Schwabedal · 7 years ago
  68. 5a66c8a bpo-31793: Doc: Specialize smart-quotes for Japanese (GH-4006) by Julien Palard · 7 years ago
  69. 1e5d54c bpo-31965: fix doc for multiprocessing.connection.Client and Listener (#4304) by Jelle Zijlstra · 7 years ago
  70. 22b1128 bpo-31960: Fix asyncio.Future documentation for thread (un)safety. (#4319) by Antoine Pitrou · 7 years ago
  71. a935654 bpo-20486: Implement Database.Close() method in msilib (GH-4141) by Berker Peksag · 7 years ago
  72. 4135c89 bpo-31950: Improve event loop policy doc (#4306) by Antoine Pitrou · 7 years ago
  73. 69cfed1 Add asyncio.Handle.cancelled() method (#2388) by Marat Sharafutdinov · 7 years ago
  74. 962e2a7 Fix a minor typo and hyphenate "multi-threading" (#4237) by Barry Warsaw · 7 years ago
  75. a22a127 bpo-31843: sqlite3.connect() now accepts PathLike objects as database name (#4299) by Anders Lorentsen · 7 years ago
  76. ad455cd bpo-31945: Configurable blocksize in HTTP(S)Connection (#4279) by Nir Soffer · 7 years ago
  77. a5293b4 Fix miscellaneous typos (#4275) by luzpaz · 7 years ago
  78. 1b46131 bpo-22257: Mention startup refactoring in What's New (GH-4286) by Nick Coghlan · 7 years ago
  79. aafece7 bpo-31923: Fix spelling in sqlite3 docs (GH-4227) by davy wybiral · 7 years ago
  80. 12d6056 Add version{changed,added} markers and make minor style changes (GH-4273) by Berker Peksag · 7 years ago
  81. d4d79bc bpo-28564: Use os.scandir() in shutil.rmtree(). (#4085) by Serhiy Storchaka · 7 years ago
  82. 82cd3ce bpo-31678: Fix typo in PyDateTime_DELTA_GET_MICROSECONDS (GH-3869) by Phobosmir · 7 years ago
  83. 63ff413 bpo-21423: Add an initializer argument to {Process,Thread}PoolExecutor (#4241) by Antoine Pitrou · 7 years ago
  84. b838cc3 bpo-18699: Corrected documentation for window.chgat in curses module (#1430) by Chillar Anand · 7 years ago
  85. 93952f8 Fix a grammatical problem and reword for clarity. (#4257) by Barry Warsaw · 7 years ago
  86. 700d2e4 bpo-31415: Support PYTHONPROFILEIMPORTTIME envvar equivalent to -X importtime (#4240) by Barry Warsaw · 7 years ago
  87. ac03c03 Returning 1 from the set_progress_handler handler cancels query (GH-4120) by Simon Willison · 7 years ago
  88. c29b585 bpo-31784: Implement PEP 564: add time.time_ns() (#3989) by Victor Stinner · 7 years ago
  89. e314853 bpo-31307: Make ConfigParser.read() accept bytes objects (GH-3420) by Vincent Michel · 7 years ago
  90. a64ce97 bpo-31917: Add 3 new clock identifiers (#4207) by Victor Stinner · 7 years ago
  91. e8b1965 bpo-23699: Use a macro to reduce boilerplate code in rich comparison functions (GH-793) by stratakis · 7 years ago
  92. ec2cbdd bpo-20064: Document PyObject_Malloc() (#4199) by Victor Stinner · 7 years ago
  93. 1122575 bpo-31304: Update starmap_async documentation. (GH-4168) by Pablo Galindo · 7 years ago
  94. fe4ea9c bpo-31245: Asyncio unix socket datagram (#3164) by Quentin Dawans · 7 years ago
  95. a231428 bpo-20047: Make bytearray methods partition() and rpartition() rejecting (#4158) by Serhiy Storchaka · 7 years ago
  96. 843ea47 bpo-31545: Update documentation containing timedelta repr. (GH-3687) by Utkarsh Upadhyay · 7 years ago
  97. 2f3d699 Fixed sorting order of the LogRecord attributes in the documentation. (GH-4133) by Arthur Darcet · 7 years ago
  98. d609b0c bpo-31053: Remove redundant 'venv' argument in venv example (GH-2907) by cocoatomo · 7 years ago
  99. 66c88ce Closes bpo-28281: Remove year (1-9999) limits on the weekday() function. (#4109) by Alexander Belopolsky · 7 years ago
  100. 52ad72d bpo-30553: Add status code 421 to http.HTTPStatus (GH-2589) by Vitor Pereira · 7 years ago