1. 4c78c52 bpo-29622: Make AST constructor to accept less than enough number of positional arguments (GH-249) by INADA Naoki · 8 years ago
  2. 324c5d8 bpo-28911: Clarify the behaviour of assert_called_once_with. (#251) by Arne de Laat · 8 years ago
  3. d7e6433 bpo-28598: Support __rmod__ for RHS subclasses of str in % string formatting operations (#51) by Martijn Pieters · 8 years ago
  4. cb41b27 bpo-29463: Add docstring field to some AST nodes. (#46) by INADA Naoki · 8 years ago
  5. 1bc1564 bpo-29546: Improve from-import error message with location (#103) by Matthias Bussonnier · 8 years ago
  6. 03f68b6 bpo-29110: Fix file object leak in `aifc.open` when given invalid AIFF file. (GH-162) by Anthony Zhang · 8 years ago
  7. 8fb1f6e bpo-29554: Improve docs for pstat module and profile. (#88) by Matthias Bussonnier · 8 years ago
  8. 112ec38 bpo-29602: fix signed zero handling in complex constructor. (#203) by Mark Dickinson · 8 years ago
  9. 9639e4a bpo-29532: Altering a kwarg dictionary passed to functools.partial() (#190) by Serhiy Storchaka · 8 years ago
  10. a86339b Fixed bpo-29565: Corrected ctypes passing of large structs by value on Windows AMD64. (#168) by Vinay Sajip · 8 years ago
  11. 8c130d7 bpo-22807: Expose platform UUID generation safety information. (#138) by Barry Warsaw · 8 years ago
  12. ace5c0f bpo-29571: Use correct locale encoding in test_re (#149) by Nick Coghlan · 8 years ago
  13. b2ee40e Change some mercurial/ hg.python.org references. (#8) by Senthil Kumaran · 8 years ago
  14. 9764c15 update test_socket AEAD test for kernel 4.9 and up (#133) by matejcik · 8 years ago
  15. 1d4601c bpo-29576: add explicit deprecation for importlib.abc.find_loader() and find_module() (GH-32) by Matthias Bussonnier · 8 years ago
  16. bc4bed4 bpo-29546: Set 'path' on ImportError for ``from ... import ...`` (GH-91) by Matthias Bussonnier · 8 years ago
  17. 6d1dece Fixed #29534 - _decimal difference with _pydecimal (#65) by Andrew Nester · 8 years ago
  18. b692dc8 bpo-28556: Various updates to typing (#28) by Ivan Levkivskyi · 8 years ago
  19. baf7bb3 getpass: update docstrings (#49) by MRMillon · 8 years ago
  20. af88e7e bpo-27122: Fix comment to point to correct issue number (#47) by Nathaniel J. Smith · 8 years ago
  21. 109a9fe Merge 3.6 by Victor Stinner · 8 years ago
  22. 2a35c93 Fix test_datetime on Windows by Victor Stinner · 8 years ago
  23. 07547cd Merge 3.6 by Victor Stinner · 8 years ago
  24. 6f37e36 Fix test_datetime on system with 32-bit time_t by Victor Stinner · 8 years ago
  25. 05e218c Merge 3.6 by Victor Stinner · 8 years ago
  26. b67f096 Fix datetime.fromtimestamp(): check bounds by Victor Stinner · 8 years ago
  27. 40ee824 Merge 3.6 (fix #29519) by Łukasz Langa · 8 years ago
  28. 57fe245 Merge 3.5 (fix #29519) by Łukasz Langa · 8 years ago
  29. 9cd7e17 Fix #29519: weakref spewing exceptions during interp finalization by Łukasz Langa · 8 years ago
  30. 331bbe6 Issue #29507: Update test_exceptions by Victor Stinner · 8 years ago
  31. 3722f1f support: temp_dir() and change_cwd() uses repr() in error message by Victor Stinner · 8 years ago
  32. 17a63e2 Fix regrtest -j0 -R output by Victor Stinner · 8 years ago
  33. 04054d9 Update test_support for my temp_dir/change_cwd changes by Victor Stinner · 8 years ago
  34. edb4881 support: add more info on temp_dir() and change_cwd() failure by Victor Stinner · 8 years ago
  35. 189413d Issue #29314: Merge with 3.6 by Mariatta Wijaya · 8 years ago
  36. 6138432 Issue #29314: Merge with 3.5 by Mariatta Wijaya · 8 years ago
  37. 4e7ff8b Issue #29314: Set the stacklevel to two in asyncio.async() Deprecation Warning by Mariatta Wijaya · 8 years ago
  38. 18d2c93 Issue #28164: Improves test on Windows 7 by Steve Dower · 8 years ago
  39. 2dfa6cb Issue #28164: Improves test on Windows 7 by Steve Dower · 8 years ago
  40. 5bad70d regrtest: don't fail immediately if a child does crash by Victor Stinner · 8 years ago
  41. 6aee6fb Issue #29405: Make total calculation in _guess_delimiter more accurate. by Xiang Zhang · 8 years ago
  42. 64a2f9e Merge from 3.6 by Steve Dower · 8 years ago
  43. 0c8ee60 Updates test_winconsoleio to better show the source of its issues. by Steve Dower · 8 years ago
  44. 824c6fd Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev) by Steve Dower · 8 years ago
  45. 5f9193a Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev) by Steve Dower · 8 years ago
  46. 43fec9b Merge issue #28164 and issue #29409 by Steve Dower · 8 years ago
  47. 722e3e2 Issue #28164: Correctly handle special console filenames (patch by Eryk Sun) by Steve Dower · 8 years ago
  48. 479d96c Issue #29416: Prevent infinite loop in pathlib.Path.mkdir by Steve Dower · 8 years ago
  49. 1add96f Issue #29416: Prevent infinite loop in pathlib.Path.mkdir by Steve Dower · 8 years ago
  50. d3c4853 Issue #29416: Prevent infinite loop in pathlib.Path.mkdir by Steve Dower · 8 years ago
  51. eacee98 Issue #29409: Implement PEP 529 for io.FileIO (Patch by Eryk Sun) by Steve Dower · 8 years ago
  52. ef51767 Issue #29444: Fixed out-of-bounds buffer access in the group() method of by Serhiy Storchaka · 8 years ago
  53. 86e4237 Issue #29444: Fixed out-of-bounds buffer access in the group() method of by Serhiy Storchaka · 8 years ago
  54. 7e10dbb Issue #29444: Fixed out-of-bounds buffer access in the group() method of by Serhiy Storchaka · 8 years ago
  55. 5566bbb Issue #29263: LOAD_METHOD support for C methods by INADA Naoki · 8 years ago
  56. 144fff8 Closes #29213: Merged fix from 3.6. by Vinay Sajip · 8 years ago
  57. 3746619 Fixes #29213: merged fix from 3.5. by Vinay Sajip · 8 years ago
  58. db38b6c Fixes #29213: regularised EOLs of venv scripts. by Vinay Sajip · 8 years ago
  59. 7601d78 Closes #24875: Merged fix from 3.6. by Vinay Sajip · 8 years ago
  60. 993f535 Fixes #24875: Merged fix from 3.5. by Vinay Sajip · 8 years ago
  61. db6322c Fixes #24875: pip can now be installed in a venv with --system-site-packages. by Vinay Sajip · 8 years ago
  62. c0f59ad Rename struct.unpack() 2nd parameter to "buffer" by Victor Stinner · 8 years ago
  63. 64e9127 Merge 3.5 by Victor Stinner · 8 years ago
  64. a5917d1 Issue #29300: test_struct tests unpack_from() with keywords by Victor Stinner · 8 years ago
  65. 3f2d101 Issue #29300: Convert _struct module to Argument Clinic by Victor Stinner · 8 years ago
  66. bee09ae Issue #29368: The extend() method is now called instead of the append() by Serhiy Storchaka · 8 years ago
  67. 934aba6 Issue #29377: Add three new wrappers to types.py (Manuel Krebber). by Guido van Rossum · 8 years ago
  68. 72268ae Fix test_gdb.test_wrapper_call() on Python 2 by Victor Stinner · 8 years ago
  69. f94b68a Make test_gdb.test_wrapper_call() make reliable by Victor Stinner · 8 years ago
  70. 6110833 python-gdb.py supports method-wrapper by Victor Stinner · 8 years ago
  71. ef158c3 Issue #29218: Remove unused install_misc command by Berker Peksag · 8 years ago
  72. 7964d2b Issue #29283: Merge from 3.6 by Berker Peksag · 8 years ago
  73. 236fc60 Issue #29283: Delete accidentally added Lib/site-packages/README by Berker Peksag · 8 years ago
  74. 61fda05 Closes #29308: Merged fix from 3.6. by Vinay Sajip · 8 years ago
  75. dbb5686 Fixes #29308: Merged fix from 3.5. by Vinay Sajip · 8 years ago
  76. 3ac5042 Fixes #29308: Respect VIRTUAL_ENV_DISABLE_PROMPT in Activate.ps1. by Vinay Sajip · 8 years ago
  77. 78d9e58 Issues #29311, #29289: Fixed and improved docstrings for dict and OrderedDict by Serhiy Storchaka · 8 years ago
  78. 0105606 issue29167: fix race condition in (Int)Flag by Ethan Furman · 8 years ago
  79. 28cf663 closes issue29167: fix race condition in (Int)Flag by Ethan Furman · 8 years ago
  80. 067cbd0 Issue #29337: Fixed possible BytesWarning when compare the code objects. by Serhiy Storchaka · 8 years ago
  81. 4102d25 Issue #29337: Fixed possible BytesWarning when compare the code objects. by Serhiy Storchaka · 8 years ago
  82. 713640c Issue #29337: Fixed possible BytesWarning when compare the code objects. by Serhiy Storchaka · 8 years ago
  83. 90f6332 Issue #29338: Fix test_enum. by Serhiy Storchaka · 8 years ago
  84. c05032c Issues #29273: Merge test___all__ from 3.6 by Martin Panter · 8 years ago
  85. 9cf20a6 Issues #29273: Merge test___all__ from 3.5 by Martin Panter · 8 years ago
  86. b1b985d Issue #29273: Remove unneeded workaround to restore locale by Martin Panter · 8 years ago
  87. 213f229 Issue #29338: Don't output an empty signature for class constructor. by Serhiy Storchaka · 8 years ago
  88. ccb5f3c Issue #29338: The help of a builtin or extension class now includes the by Serhiy Storchaka · 8 years ago
  89. 60e6e96 Skip the test requiring ctypes if ctypes is unavailable. by Gregory P. Smith · 8 years ago
  90. 9358a6e Skip the test requiring ctypes if ctypes is unavailable. by Gregory P. Smith · 8 years ago
  91. 1fa08bc Skip the test requiring ctypes if ctypes is unavailable. by Gregory P. Smith · 8 years ago
  92. 773a8c4 typo fix, extra '.' on MacOS :) by Gregory P. Smith · 8 years ago
  93. 21a9b1d typo fix, extra '.' on MacOS :) by Gregory P. Smith · 8 years ago
  94. 21d333b typo fix, extra '.' :) by Gregory P. Smith · 8 years ago
  95. 4d5097a Issue #28556: Allow defining methods in NamedTuple class syntax (#362) (3.6->3.7) by Guido van Rossum · 8 years ago
  96. 744cd63 Issue #28556: Allow defining methods in NamedTuple class syntax (#362) (3.5->3.6) by Guido van Rossum · 8 years ago
  97. 95919c0 Issue #28556: Allow defining methods in NamedTuple class syntax (#362) by Guido van Rossum · 8 years ago
  98. 62f82a9 Issue #28556: various style fixes for typing.py (3.6->3.7) by Guido van Rossum · 8 years ago
  99. 0c5f47f Issue #28556: various style fixes for typing.py (3.5->3.6) by Guido van Rossum · 8 years ago
  100. d7adfe1 Issue #28556: various style fixes for typing.py by Guido van Rossum · 8 years ago