1. 5c4b0d0 bpo-27593: Get SCM build info from git instead of hg. (#446) by Ned Deily · 8 years ago
  2. 85b8d01 bpo-29623: Make PathLike objects work with ConfigParser.read() (#242) by David Ellis · 8 years ago
  3. 15aa4c8 bpo-29693: Fix for DeprecationWarning in test_import (#421) by Anish Shah · 8 years ago
  4. 84af903 bpo-28963: Fix out of bound iteration in asyncio.Future.remove_done_callback/C (#408) by Yury Selivanov · 8 years ago
  5. 2f15645 asyncio: Fix trailing whitespace/code style by Yury Selivanov · 8 years ago
  6. 481cb70 bpo-29704: Fix asyncio.SubprocessStreamProtocol closing (#405) by Seth M. Larson · 8 years ago
  7. 398ff91 bpo-28893: Set __cause__ for errors in async iteration protocol (#407) by Yury Selivanov · 8 years ago
  8. 8d26aa9 bpo-29271: Fix Task.current_task and Task.all_tasks to accept None. (#406) by Yury Selivanov · 8 years ago
  9. ba7e1f9 bpo-29703: asyncio: Fix creating new event loops in child processes. (#404) by Yury Selivanov · 8 years ago
  10. c643a96 Add Python version since deprecation in base64 methods. (#33) by Matthias Bussonnier · 8 years ago
  11. afbb5d1 require uuid_generate_time_safe for all tests of it (#390) by Benjamin Peterson · 8 years ago
  12. 0b84325 correct check for _uuid_generate_time (#388) by Benjamin Peterson · 8 years ago
  13. 1e68716 Revert "make the locale_flag fallback code work again (#375)" (#387) by Benjamin Peterson · 8 years ago
  14. 3c6314c bpo-29615: SimpleXMLRPCDispatcher no longer chains KeyError (#260) by Petr Motejlek · 8 years ago
  15. 43f5df5 make the locale_flag fallback code work again (#375) by Benjamin Peterson · 8 years ago
  16. 371963d use select instead of _opcode for import test (#372) by Benjamin Peterson · 8 years ago
  17. bee93f2 weaken test_from_import_missing_attr_has_name_and_path regular expression (#371) by Benjamin Peterson · 8 years ago
  18. 267b9d2 bpo-7769: enable xmlrpc.server.SimpleXMLRPCDispatcher.register_function used as decorator (GH-231) by Xiang Zhang · 8 years ago
  19. f3a9fab bpo-29376: Fix assertion error in threading._DummyThread.is_alive() (GH-236) by Xiang Zhang · 8 years ago
  20. d5c11f7 bpo-28624: Add a test that checks that cwd parameter of Popen() accepts PathLike objects (#157) by Sayan Chowdhury · 8 years ago
  21. 5dc33ee bpo-29110: add test for Aifc_write. (GH-293) by INADA Naoki · 8 years ago
  22. ae160bb bpo-26128: Added __init__to subprocess.STARTUPINFO (#171) by Subhendu Ghosh · 8 years ago
  23. 21024f0 bpo-16285: Update urllib quoting to RFC 3986 (#173) by Ratnadeep Debnath · 8 years ago
  24. 56a8ecc bpo-24241: Add dedicated webbrowser.register test case (#288) by Nick Coghlan · 8 years ago
  25. 365cb5b bpo-28556: Fix regression that sneaked into recent typing updates (GH-270) by Ivan Levkivskyi · 8 years ago
  26. 41cea70 bpo-29637: clean docstring only if not None (GH-267) by Matthias Bussonnier · 8 years ago
  27. abb3b8a Update to typing: treat subscripted generics as proxies (#265) by Ivan Levkivskyi · 8 years ago
  28. 4c78c52 bpo-29622: Make AST constructor to accept less than enough number of positional arguments (GH-249) by INADA Naoki · 8 years ago
  29. d7e6433 bpo-28598: Support __rmod__ for RHS subclasses of str in % string formatting operations (#51) by Martijn Pieters · 8 years ago
  30. cb41b27 bpo-29463: Add docstring field to some AST nodes. (#46) by INADA Naoki · 8 years ago
  31. 1bc1564 bpo-29546: Improve from-import error message with location (#103) by Matthias Bussonnier · 8 years ago
  32. 03f68b6 bpo-29110: Fix file object leak in `aifc.open` when given invalid AIFF file. (GH-162) by Anthony Zhang · 8 years ago
  33. 112ec38 bpo-29602: fix signed zero handling in complex constructor. (#203) by Mark Dickinson · 8 years ago
  34. 9639e4a bpo-29532: Altering a kwarg dictionary passed to functools.partial() (#190) by Serhiy Storchaka · 8 years ago
  35. 8c130d7 bpo-22807: Expose platform UUID generation safety information. (#138) by Barry Warsaw · 8 years ago
  36. ace5c0f bpo-29571: Use correct locale encoding in test_re (#149) by Nick Coghlan · 8 years ago
  37. 9764c15 update test_socket AEAD test for kernel 4.9 and up (#133) by matejcik · 8 years ago
  38. 1d4601c bpo-29576: add explicit deprecation for importlib.abc.find_loader() and find_module() (GH-32) by Matthias Bussonnier · 8 years ago
  39. bc4bed4 bpo-29546: Set 'path' on ImportError for ``from ... import ...`` (GH-91) by Matthias Bussonnier · 8 years ago
  40. 6d1dece Fixed #29534 - _decimal difference with _pydecimal (#65) by Andrew Nester · 8 years ago
  41. b692dc8 bpo-28556: Various updates to typing (#28) by Ivan Levkivskyi · 8 years ago
  42. 109a9fe Merge 3.6 by Victor Stinner · 8 years ago
  43. 2a35c93 Fix test_datetime on Windows by Victor Stinner · 8 years ago
  44. 07547cd Merge 3.6 by Victor Stinner · 8 years ago
  45. 6f37e36 Fix test_datetime on system with 32-bit time_t by Victor Stinner · 8 years ago
  46. 05e218c Merge 3.6 by Victor Stinner · 8 years ago
  47. b67f096 Fix datetime.fromtimestamp(): check bounds by Victor Stinner · 8 years ago
  48. 331bbe6 Issue #29507: Update test_exceptions by Victor Stinner · 8 years ago
  49. 3722f1f support: temp_dir() and change_cwd() uses repr() in error message by Victor Stinner · 8 years ago
  50. 17a63e2 Fix regrtest -j0 -R output by Victor Stinner · 8 years ago
  51. 04054d9 Update test_support for my temp_dir/change_cwd changes by Victor Stinner · 8 years ago
  52. edb4881 support: add more info on temp_dir() and change_cwd() failure by Victor Stinner · 8 years ago
  53. 18d2c93 Issue #28164: Improves test on Windows 7 by Steve Dower · 8 years ago
  54. 2dfa6cb Issue #28164: Improves test on Windows 7 by Steve Dower · 8 years ago
  55. 5bad70d regrtest: don't fail immediately if a child does crash by Victor Stinner · 8 years ago
  56. 64a2f9e Merge from 3.6 by Steve Dower · 8 years ago
  57. 0c8ee60 Updates test_winconsoleio to better show the source of its issues. by Steve Dower · 8 years ago
  58. 824c6fd Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev) by Steve Dower · 8 years ago
  59. 5f9193a Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev) by Steve Dower · 8 years ago
  60. 43fec9b Merge issue #28164 and issue #29409 by Steve Dower · 8 years ago
  61. 722e3e2 Issue #28164: Correctly handle special console filenames (patch by Eryk Sun) by Steve Dower · 8 years ago
  62. 479d96c Issue #29416: Prevent infinite loop in pathlib.Path.mkdir by Steve Dower · 8 years ago
  63. 1add96f Issue #29416: Prevent infinite loop in pathlib.Path.mkdir by Steve Dower · 8 years ago
  64. d3c4853 Issue #29416: Prevent infinite loop in pathlib.Path.mkdir by Steve Dower · 8 years ago
  65. eacee98 Issue #29409: Implement PEP 529 for io.FileIO (Patch by Eryk Sun) by Steve Dower · 8 years ago
  66. ef51767 Issue #29444: Fixed out-of-bounds buffer access in the group() method of by Serhiy Storchaka · 8 years ago
  67. 86e4237 Issue #29444: Fixed out-of-bounds buffer access in the group() method of by Serhiy Storchaka · 8 years ago
  68. 7e10dbb Issue #29444: Fixed out-of-bounds buffer access in the group() method of by Serhiy Storchaka · 8 years ago
  69. 5566bbb Issue #29263: LOAD_METHOD support for C methods by INADA Naoki · 8 years ago
  70. 7601d78 Closes #24875: Merged fix from 3.6. by Vinay Sajip · 8 years ago
  71. 993f535 Fixes #24875: Merged fix from 3.5. by Vinay Sajip · 8 years ago
  72. db6322c Fixes #24875: pip can now be installed in a venv with --system-site-packages. by Vinay Sajip · 8 years ago
  73. c0f59ad Rename struct.unpack() 2nd parameter to "buffer" by Victor Stinner · 8 years ago
  74. 64e9127 Merge 3.5 by Victor Stinner · 8 years ago
  75. a5917d1 Issue #29300: test_struct tests unpack_from() with keywords by Victor Stinner · 8 years ago
  76. 3f2d101 Issue #29300: Convert _struct module to Argument Clinic by Victor Stinner · 8 years ago
  77. 934aba6 Issue #29377: Add three new wrappers to types.py (Manuel Krebber). by Guido van Rossum · 8 years ago
  78. 72268ae Fix test_gdb.test_wrapper_call() on Python 2 by Victor Stinner · 8 years ago
  79. f94b68a Make test_gdb.test_wrapper_call() make reliable by Victor Stinner · 8 years ago
  80. 6110833 python-gdb.py supports method-wrapper by Victor Stinner · 8 years ago
  81. 0105606 issue29167: fix race condition in (Int)Flag by Ethan Furman · 8 years ago
  82. 28cf663 closes issue29167: fix race condition in (Int)Flag by Ethan Furman · 8 years ago
  83. 067cbd0 Issue #29337: Fixed possible BytesWarning when compare the code objects. by Serhiy Storchaka · 8 years ago
  84. 4102d25 Issue #29337: Fixed possible BytesWarning when compare the code objects. by Serhiy Storchaka · 8 years ago
  85. 713640c Issue #29337: Fixed possible BytesWarning when compare the code objects. by Serhiy Storchaka · 8 years ago
  86. 90f6332 Issue #29338: Fix test_enum. by Serhiy Storchaka · 8 years ago
  87. c05032c Issues #29273: Merge test___all__ from 3.6 by Martin Panter · 8 years ago
  88. 9cf20a6 Issues #29273: Merge test___all__ from 3.5 by Martin Panter · 8 years ago
  89. b1b985d Issue #29273: Remove unneeded workaround to restore locale by Martin Panter · 8 years ago
  90. 60e6e96 Skip the test requiring ctypes if ctypes is unavailable. by Gregory P. Smith · 8 years ago
  91. 9358a6e Skip the test requiring ctypes if ctypes is unavailable. by Gregory P. Smith · 8 years ago
  92. 1fa08bc Skip the test requiring ctypes if ctypes is unavailable. by Gregory P. Smith · 8 years ago
  93. 773a8c4 typo fix, extra '.' on MacOS :) by Gregory P. Smith · 8 years ago
  94. 21a9b1d typo fix, extra '.' on MacOS :) by Gregory P. Smith · 8 years ago
  95. 21d333b typo fix, extra '.' :) by Gregory P. Smith · 8 years ago
  96. 4d5097a Issue #28556: Allow defining methods in NamedTuple class syntax (#362) (3.6->3.7) by Guido van Rossum · 8 years ago
  97. 744cd63 Issue #28556: Allow defining methods in NamedTuple class syntax (#362) (3.5->3.6) by Guido van Rossum · 8 years ago
  98. 95919c0 Issue #28556: Allow defining methods in NamedTuple class syntax (#362) by Guido van Rossum · 8 years ago
  99. 62f82a9 Issue #28556: various style fixes for typing.py (3.6->3.7) by Guido van Rossum · 8 years ago
  100. 0c5f47f Issue #28556: various style fixes for typing.py (3.5->3.6) by Guido van Rossum · 8 years ago