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