1. eadf443 Issue #28303: Merge from 3.5 by Berker Peksag · 8 years ago
  2. aa5c2fd Issue #28303: Fix grammar in unittest.__doc__, patch by Shlomi Fish by Berker Peksag · 8 years ago
  3. b3d4e7f Issue #25651: Merge from 3.5 by Berker Peksag · 8 years ago
  4. 16ea19f Issue #25651: Allow falsy values to be used for msg parameter of subTest() by Berker Peksag · 8 years ago
  5. 0be894b Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Martin Panter · 8 years ago
  6. 44b548d #27364: fix "incorrect" uses of escape character in the stdlib. by R David Murray · 8 years ago
  7. 15f44ab Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Raymond Hettinger · 8 years ago
  8. f74c33a Merge by Raymond Hettinger · 8 years ago
  9. 7ea386e Issue 19504: Change "customise" to "customize" American spelling. by Raymond Hettinger · 8 years ago
  10. c35a32f Issue #26750: use inspect.isdatadescriptor instead of our own by Gregory P. Smith · 8 years ago
  11. d4583d7 Issue #26750: use inspect.isdatadescriptor instead of our own by Gregory P. Smith · 8 years ago
  12. d0d24fd Issue #26750: unittest.mock.create_autospec() now works properly for by Gregory P. Smith · 8 years ago
  13. 9854789 Issue #26750: unittest.mock.create_autospec() now works properly by Gregory P. Smith · 8 years ago
  14. 8bde911 Issue #27626: Merge spelling fixes from 3.5 by Martin Panter · 8 years ago
  15. eb99570 Issue #27626: Spelling fixes in docs, comments and internal names by Martin Panter · 8 years ago
  16. 702f4f5 Issue #23804: Merge spelling and NEWS fixes from 3.5 by Martin Panter · 8 years ago
  17. 204bf0b English spelling and grammar fixes by Martin Panter · 8 years ago
  18. a9e1ebb Issue #27430: Merge from 3.5 by Berker Peksag · 8 years ago
  19. e39682b Issue #27430: Fix typos, patch by scop. by Berker Peksag · 8 years ago
  20. 6c85091 Issue #23641: Added __getnewargs_ex__ to the list of special mock attributes. by Serhiy Storchaka · 8 years ago
  21. 5943ea7 Issue #23641: Added __getnewargs_ex__ to the list of special mock attributes. by Serhiy Storchaka · 8 years ago
  22. 9cd39a1 Issue #21271: Adds new keyword only parameters in reset_mock call by Kushal Das · 8 years ago
  23. 0b7d84d Issue #27171: Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  24. e26da7c Issue #27171: Fix typos in documentation, comments, and test function names by Martin Panter · 8 years ago
  25. 3e04d5b Issue #27076: Merge spelling from 3.5 by Martin Panter · 8 years ago
  26. 46f5072 Issue #27076: Doc, comment and tests spelling fixes by Martin Panter · 8 years ago
  27. 742206d Issue #27063: Some unittest loader tests were silently skipped. by Serhiy Storchaka · 8 years ago
  28. 0dad755 Issue #27063: Some unittest loader tests were silently skipped. by Serhiy Storchaka · 8 years ago
  29. c85dd85 Issue #26807: mock_open 'files' no longer error on readline at end of file. by Robert Collins · 8 years ago
  30. 9549a3e Issue #26807: mock_open 'files' no longer error on readline at end of file. by Robert Collins · 8 years ago
  31. 81e7f94 Merge 3.5 by Serhiy Storchaka · 8 years ago
  32. 685fbed Issue #26837: assertSequenceEqual() now correctly outputs non-stringified by Serhiy Storchaka · 8 years ago
  33. e437a10 Issue #23277: Remove unused imports in tests. by Serhiy Storchaka · 8 years ago
  34. 1e8ee9b Issue #23277: Remove unused sys and os imports by Berker Peksag · 8 years ago
  35. 6e722bc Merge 3.5 (test_unittest) by Victor Stinner · 8 years ago
  36. 9db2ae7 Fix ResourceWarning in test_unittest when interrupted by Victor Stinner · 8 years ago
  37. 5a6c018 Issue #25195: Fix a regression in mock.MagicMock by Berker Peksag · 8 years ago
  38. ce91387 Issue #25195: Fix a regression in mock.MagicMock by Berker Peksag · 8 years ago
  39. bfef0be #25320: Handle sockets in directories unittest discovery is scanning. by Robert Collins · 8 years ago
  40. ecd5383 #25320: Handle sockets in directories unittest discovery is scanning. by Robert Collins · 8 years ago
  41. 2c2a4e6 Add Mock.assert_called() by Victor Stinner · 8 years ago
  42. 43dab4b Merge 'used with permission' additions by Brett Cannon · 9 years ago
  43. 07b954d Add some "used with permission" mentions where external resources are referenced. by Brett Cannon · 9 years ago
  44. 121edbf Issue25347 - Format the error message output of mock's assert_has_calls method. by Senthil Kumaran · 9 years ago
  45. 81bc927 Issue #22138: Fix mock.patch behavior when patching descriptors. Restore by Senthil Kumaran · 9 years ago
  46. d2ad571 Issue #25523: Further a-to-an corrections new in 3.5 by Martin Panter · 9 years ago
  47. 153627c Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes. by Serhiy Storchaka · 9 years ago
  48. 0424eaf Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes. by Serhiy Storchaka · 9 years ago
  49. 29bf4d4 Issue #24857: Comparing call_args to a long sequence now correctly returns a by Berker Peksag · 9 years ago
  50. 3fc536f Issue #24857: Comparing call_args to a long sequence now correctly returns a by Berker Peksag · 9 years ago
  51. 079fc7f Issue #21112: Fix regression in unittest.expectedFailure on subclasses. by Robert Collins · 9 years ago
  52. ed599b7 Issue #21112: Fix regression in unittest.expectedFailure on subclasses. by Robert Collins · 9 years ago
  53. be6caca Issue #20362: Honour TestCase.longMessage correctly in assertRegex. by Robert Collins · 9 years ago
  54. 86b34da Issue #23004: mock_open() now reads binary data correctly when the type of read_data is bytes. by Berker Peksag · 9 years ago
  55. ca647ef Issue #21750: Further fixup to be styled like other mock APIs. by Robert Collins · 9 years ago
  56. 92b3e065 Typo fix in mock.patch. by Robert Collins · 9 years ago
  57. 5329aaa Issue #21750: mock_open.read_data can now be read from each instance, as it by Robert Collins · 9 years ago
  58. b37f43f - Issue #18622: unittest.mock.mock_open().reset_mock would recurse infinitely. by Robert Collins · 9 years ago
  59. abfaecd Issue #23004: mock_open() now reads binary data correctly when the type of read_data is bytes. by Berker Peksag · 9 years ago
  60. 88ba360 Issue #21750: Further fixup to be styled like other mock APIs. by Robert Collins · 9 years ago
  61. 1a80081 Typo fix in mock.patch. by Robert Collins · 9 years ago
  62. 4838717 Issue #21750: mock_open.read_data can now be read from each instance, as it by Robert Collins · 9 years ago
  63. 76d508b - Issue #18622: unittest.mock.mock_open().reset_mock would recurse infinitely. by Robert Collins · 9 years ago
  64. f58f88c Issue #23661: unittest.mock side_effects can now be exceptions again. by Robert Collins · 9 years ago
  65. 041dd8e Issue #15836: assertRaises(), assertRaisesRegex(), assertWarns() and by Serhiy Storchaka · 9 years ago
  66. e98209c Issue #24245: Eliminated senseless expect clauses that have no any effect. by Serhiy Storchaka · 9 years ago
  67. df573d6 Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() and by Serhiy Storchaka · 9 years ago
  68. fe373a5 Fixed English in error message. by Serhiy Storchaka · 9 years ago
  69. 4b5367c Fixed English in error message. by Serhiy Storchaka · 9 years ago
  70. 24d3b7f Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() and by Serhiy Storchaka · 9 years ago
  71. e130503 Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() and by Serhiy Storchaka · 9 years ago
  72. a468db9 Issue #23310: Fix MagicMock's initializer to work with __methods__. by Łukasz Langa · 9 years ago
  73. f299abd Issue #23731: Implement PEP 488. by Brett Cannon · 9 years ago
  74. 5f6684e Issue #23310: Fix MagicMock's initializer to work with __methods__. by Łukasz Langa · 9 years ago
  75. a7d00c2 Reverted issue #24134 changes (except new tests). by Serhiy Storchaka · 9 years ago
  76. 8eef6a9 Issue #22903: The fake test case created by unittest.loader when it fails importing a test module is now picklable. by Antoine Pitrou · 9 years ago
  77. d833779 Issue #22903: The fake test case created by unittest.loader when it fails importing a test module is now picklable. by Antoine Pitrou · 9 years ago
  78. 7aaa859 Issue #23568: Add rdivmod support to MagicMock() objects. by Berker Peksag · 9 years ago
  79. a785dec Issue #23568: Add rdivmod support to MagicMock() objects. by Berker Peksag · 9 years ago
  80. 9bd8af7 Issue #23581: Add matmul support to MagicMock. by Berker Peksag · 9 years ago
  81. f0c819a Issue #22936: Allow showing local variables in unittest errors. by Robert Collins · 9 years ago
  82. 7e28df9 unittest: Trivial typo fix. by Robert Collins · 9 years ago
  83. 08448a1 Issue #23326: Removed __ne__ implementations. Since fixing default __ne__ by Serhiy Storchaka · 9 years ago
  84. 34af502 Issue #21408: The default __ne__() now returns NotImplemented if __eq__() by Serhiy Storchaka · 9 years ago
  85. f4b7a02 Issue #21408: The default __ne__() now returns NotImplemented if __eq__() by Serhiy Storchaka · 9 years ago
  86. 18f2298 Issue #22894: TestCase.subTest() would cause the test suite to be stopped when in failfast mode, even in the absence of failures. by Antoine Pitrou · 10 years ago
  87. eb1a995 Issue #22823: Fix typo in unittest/mock.py by Victor Stinner · 10 years ago
  88. c02d188 Issue #22823: Use set literals instead of creating a set from a list. by Serhiy Storchaka · 10 years ago
  89. b9079c8 Issue #22894: TestCase.subTest() would cause the test suite to be stopped when in failfast mode, even in the absence of failures. by Antoine Pitrou · 10 years ago
  90. 68b11d1 Fix regression in issue 22457 fix. by Robert Collins · 10 years ago
  91. bf2bda3 Close #22457: Honour load_tests in the start_dir of discovery. by Robert Collins · 10 years ago
  92. 659dd62 Close #7559: ImportError when loading a test now shown as ImportError. by Robert Collins · 10 years ago
  93. c134584 Close #22756: Improve the test output for some assertEqual tests. by Robert Collins · 10 years ago
  94. f920c21 Close #19746: expose unittest discovery errors on TestLoader.errors by Robert Collins · 10 years ago
  95. 1ed2e69 Issue #22186: Fix typos in Lib/. by Berker Peksag · 10 years ago
  96. f23530f Issue #22186: Fix typos in Lib/. by Berker Peksag · 10 years ago
  97. e87b7ea fix windows tests (#16662) by Benjamin Peterson · 10 years ago
  98. a37b958 Closes #21270 : We now override tuple methods in mock.call objects. by Kushal Das · 10 years ago
  99. bb1e3f1 A few tweaks for issue16662 based on feedback from Robert Collins. by Barry Warsaw · 10 years ago
  100. d78742a - Issue #16662: load_tests() is now unconditionally run when it is present in by Barry Warsaw · 10 years ago