1. 7cd9b22 bpo-29550: Temporarily skip "make touch" in Mac installer build. (#456) by Ned Deily · 7 years ago
  2. 7030ca6 Fixes git command (#451) by Steve Dower · 7 years ago
  3. a0c07d2 bpo-27593: Updates Windows build to use information from git (#262) by Steve Dower · 7 years ago
  4. 5c4b0d0 bpo-27593: Get SCM build info from git instead of hg. (#446) by Ned Deily · 7 years ago
  5. fc64c35 bpo-29572: Update Windows build to OpenSSL 1.0.2k (GH-439) by Zachary Ware · 7 years ago
  6. 0705f66 bpo-26213: Document _UNPACK bytecodes and BUILD_MAP changes (#238) by Ivan Levkivskyi · 7 years ago
  7. 8eb531d bpo-29709: Improve Boolean Operations documentation (#433) by Mariatta · 7 years ago
  8. 5dfccb0 bpo-29455: Mention coverage.py in trace module documentation (#261) by Marco Buttu · 7 years ago
  9. 85b8d01 bpo-29623: Make PathLike objects work with ConfigParser.read() (#242) by David Ellis · 7 years ago
  10. 677ab99 Fixed a typo in the comment in Include/pyport.h (#425) by Joseph Shen · 7 years ago
  11. 460b1cc Fix config file syntax (hopefully). by Stefan Krah · 7 years ago
  12. 4be6cc1 Find my own reviewers for PRs. by Stefan Krah · 7 years ago
  13. 86a6705 bpo-9303: Migrate sqlite3 module to _v2 API to enhance performance (#359) by Aviv Palivoda · 7 years ago
  14. 15aa4c8 bpo-29693: Fix for DeprecationWarning in test_import (#421) by Anish Shah · 7 years ago
  15. 902e9c5 asyncio: Optimize _get_running_loop() to call getpid() only when there's a loop by Yury Selivanov · 7 years ago
  16. 84af903 bpo-28963: Fix out of bound iteration in asyncio.Future.remove_done_callback/C (#408) by Yury Selivanov · 7 years ago
  17. 2f15645 asyncio: Fix trailing whitespace/code style by Yury Selivanov · 7 years ago
  18. 481cb70 bpo-29704: Fix asyncio.SubprocessStreamProtocol closing (#405) by Seth M. Larson · 7 years ago
  19. 398ff91 bpo-28893: Set __cause__ for errors in async iteration protocol (#407) by Yury Selivanov · 7 years ago
  20. 8d26aa9 bpo-29271: Fix Task.current_task and Task.all_tasks to accept None. (#406) by Yury Selivanov · 7 years ago
  21. ba7e1f9 bpo-29703: asyncio: Fix creating new event loops in child processes. (#404) by Yury Selivanov · 7 years ago
  22. cdf037c Don't require the Python org to mention someone (GH-393) by Donald Stufft · 7 years ago
  23. 1bea762 bpo-28129: fix ctypes crashes (#386) by orenmn · 7 years ago
  24. 8ae264c bpo-29697: Don't use OpenSSL <1.0.2 fallback on 1.1+ (GH-395) by Donald Stufft · 7 years ago
  25. c643a96 Add Python version since deprecation in base64 methods. (#33) by Matthias Bussonnier · 7 years ago
  26. 698845e fix an error message and a comment in _testcapimodule.c (GH-392) by orenmn · 7 years ago
  27. b2a7c2f bpo-27200: fix configparser, copyreg and ctypes doctests (#240) by Marco Buttu · 7 years ago
  28. 6a9122c bpo-29683 - Fixes to _PyCode_SetExtra when co_extra->ce->extras is (#376) by Brian Coleman · 7 years ago
  29. 275104e In SSL module version examples, don't use a legacy version. (#381) by Alex Gaynor · 7 years ago
  30. 2b221b7 bpo-29176 Use tmpfile() in curses module (#235) by Christian Heimes · 7 years ago
  31. cb90f26 fix subprocess on Windows (#391) by Benjamin Peterson · 7 years ago
  32. afbb5d1 require uuid_generate_time_safe for all tests of it (#390) by Benjamin Peterson · 7 years ago
  33. f522792 allow path-like objects to be cwd on windows (#389) by Benjamin Peterson · 7 years ago
  34. 0b84325 correct check for _uuid_generate_time (#388) by Benjamin Peterson · 7 years ago
  35. 1e68716 Revert "make the locale_flag fallback code work again (#375)" (#387) by Benjamin Peterson · 7 years ago
  36. 227e427 Don't mention Guido automatically for reviews from the mention bot (GH-385) by Brett Cannon · 7 years ago
  37. 661ca88 Fixes bpo-29680: Older gdb does not have gdb.error. (#363) by Lev Abalkin · 7 years ago
  38. 3c6314c bpo-29615: SimpleXMLRPCDispatcher no longer chains KeyError (#260) by Petr Motejlek · 7 years ago
  39. da62373 email.compat32-message.rst: Fix typo in the word `message` (GH-379) by Mariatta · 7 years ago
  40. 3824cd8 bpo-29684: Fix regression of PyEval_CallObjectWithKeywords (GH-87) by INADA Naoki · 7 years ago
  41. f518474 Tweak subprocess.STARTUPINFO documentation (#347) by Berker Peksag · 7 years ago
  42. 43f5df5 make the locale_flag fallback code work again (#375) by Benjamin Peterson · 7 years ago
  43. f870a48 blacklist myself from mention-bot; it is annoying (#373) by Benjamin Peterson · 7 years ago
  44. 371963d use select instead of _opcode for import test (#372) by Benjamin Peterson · 7 years ago
  45. bee93f2 weaken test_from_import_missing_attr_has_name_and_path regular expression (#371) by Benjamin Peterson · 7 years ago
  46. 680e20b Clarify exception handler scope in contextlib by amosonn · 7 years ago
  47. eca5229 Fix syntax error in .mention-bot (#361) by Berker Peksag · 7 years ago
  48. 1cf2a80 Fixed a handful of typos (GH-343) by Alex Gaynor · 7 years ago
  49. 6265842 correct documentation for enum.html (#358) by Kartik Anand · 7 years ago
  50. 81788e9 Add the mention-bot configuration file (GH-352) by Donald Stufft · 7 years ago
  51. 267b9d2 bpo-7769: enable xmlrpc.server.SimpleXMLRPCDispatcher.register_function used as decorator (GH-231) by Xiang Zhang · 7 years ago
  52. 7c8b3fa README: move TOC to top (GH-355) by INADA Naoki · 7 years ago
  53. 6db764a README: Use h3 headings for build sections, and add TOC (GH-64) by Evan Klitzke · 7 years ago
  54. ecf39bb bpo-29661: fix contradiction in timeit.Timer.autorange's docstring (GH-331) by Xiang Zhang · 7 years ago
  55. 370f7a9 bpo-24241: Add versionchanged directive to the documentation (#342) by Berker Peksag · 7 years ago
  56. a862812 Use "Contributed by ..." style in whatsnew/3.7.rst (#339) by Berker Peksag · 7 years ago
  57. 091b84f Asyncio documentation: remove `self` from method signatures (GH-334) by Mariatta · 7 years ago
  58. f669fff fix minor bug in pymalloc. (#335) by INADA Naoki · 7 years ago
  59. 210d6a9 bpo-29662: fix wrong indentation in timeit.Timer's doc (GH-332) by Xiang Zhang · 7 years ago
  60. f3a9fab bpo-29376: Fix assertion error in threading._DummyThread.is_alive() (GH-236) by Xiang Zhang · 7 years ago
  61. 1f5639c bpo-26184: import.rst: Improve versionchanged note (GH-325) by Mariatta · 7 years ago
  62. d5c11f7 bpo-28624: Add a test that checks that cwd parameter of Popen() accepts PathLike objects (#157) by Sayan Chowdhury · 7 years ago
  63. 6b4a5f4 bpo-26184: import.rst: Improve versionchanged note (GH-277) by Mariatta · 7 years ago
  64. fe70d92 bpo-29121: Remove outdated documentation about transactions (#313) by Berker Peksag · 7 years ago
  65. ed6795e bpo-22594: Add a link to the regex module in re documentation (GH-241) by Marco Buttu · 7 years ago
  66. 4a926ca bpo-28518: Start a transaction implicitly before a DML statement (#245) by Berker Peksag · 7 years ago
  67. 46ce759 bpo-29648: import.rst: Add reference to create_module() (GH-290) by Marco Buttu · 7 years ago
  68. 5dc33ee bpo-29110: add test for Aifc_write. (GH-293) by INADA Naoki · 7 years ago
  69. 5aa3856 bpo-28961: Address my comments from earlier code review (#305) by Berker Peksag · 7 years ago
  70. 160edb4 bpo-29655: Fixed possible reference leaks in `import *`. (#301) by Matthias Bussonnier · 7 years ago
  71. 53c1892 Fix small typos in introduction and datastructures of tutorial (GH-272) by Jim Fasarakis-Hilliard · 7 years ago
  72. 6329aea README.rst: Change the devguide url to docs.python.org/devguide (GH-295) by Mariatta · 7 years ago
  73. e32ec93 README.rst: List out relevant links to the project (#283) by Mariatta · 7 years ago
  74. ae160bb bpo-26128: Added __init__to subprocess.STARTUPINFO (#171) by Subhendu Ghosh · 7 years ago
  75. 21024f0 bpo-16285: Update urllib quoting to RFC 3986 (#173) by Ratnadeep Debnath · 7 years ago
  76. 140792b bpo-29644: suppress subprocess output from webbrowser (#289) by Nick Coghlan · 7 years ago
  77. 56a8ecc bpo-24241: Add dedicated webbrowser.register test case (#288) by Nick Coghlan · 7 years ago
  78. e3ce695 bpo-24241: Improve preferred webbrowser handling (#85) by David Steele · 7 years ago
  79. e3bf4cd bpo-28929: Add to Misc/NEWS (GH-112) by Mariatta · 7 years ago
  80. 132ac38 Fix small typos in expressions.rst (GH-276) by Jim Fasarakis-Hilliard · 7 years ago
  81. fba79dc bpo-25008: Deprecate smtpd and point to aiosmtpd (#274) by Barry Warsaw · 7 years ago
  82. 365cb5b bpo-28556: Fix regression that sneaked into recent typing updates (GH-270) by Ivan Levkivskyi · 7 years ago
  83. 6059ce4 bpo-27788 : synchronise platform.py version number (#246) by Matthias Bussonnier · 7 years ago
  84. 41cea70 bpo-29637: clean docstring only if not None (GH-267) by Matthias Bussonnier · 7 years ago
  85. 357bad7 bpo-29634: Reduce deque repeat execution when maxlen exist and size is not 1 (#255) (#255) by Louie Lu · 7 years ago
  86. abb3b8a Update to typing: treat subscripted generics as proxies (#265) by Ivan Levkivskyi · 7 years ago
  87. 1aceb02 bpo-29624: Adds purge step and layout test after uploading files. (#258) by Steve Dower · 7 years ago
  88. 4c78c52 bpo-29622: Make AST constructor to accept less than enough number of positional arguments (GH-249) by INADA Naoki · 7 years ago
  89. 561ca80 Document why functools.partial() must copy kwargs (#253) by Victor Stinner · 7 years ago
  90. 324c5d8 bpo-28911: Clarify the behaviour of assert_called_once_with. (#251) by Arne de Laat · 7 years ago
  91. d7e6433 bpo-28598: Support __rmod__ for RHS subclasses of str in % string formatting operations (#51) by Martijn Pieters · 7 years ago
  92. 2771304 mark various test data binary (#233) by Benjamin Peterson · 7 years ago
  93. cb41b27 bpo-29463: Add docstring field to some AST nodes. (#46) by INADA Naoki · 7 years ago
  94. 1bc1564 bpo-29546: Improve from-import error message with location (#103) by Matthias Bussonnier · 7 years ago
  95. d37c068 Add sockaddr_alg to sock_addr_t (#234) by Christian Heimes · 7 years ago
  96. 03f68b6 bpo-29110: Fix file object leak in `aifc.open` when given invalid AIFF file. (GH-162) by Anthony Zhang · 7 years ago
  97. 0899b98 bpo-28814: Undeprecate inadvertently deprecated inspect functions. (#122) by Matthias Bussonnier · 7 years ago
  98. 4cee049 bpo-27660: remove unnecessary overflow checks in list_resize (GH-189) by Xiang Zhang · 7 years ago
  99. 3e8d6cb bpo-29509: skip redundant intern (GH-197) by INADA Naoki · 7 years ago
  100. 3a9ac82 bpo-29607: Fix stack_effect computation for CALL_FUNCTION_EX (#202) by Matthieu Dartiailh · 7 years ago