1. 9db2ae7 Fix ResourceWarning in test_unittest when interrupted by Victor Stinner · 8 years ago
  2. ce91387 Issue #25195: Fix a regression in mock.MagicMock by Berker Peksag · 8 years ago
  3. ecd5383 #25320: Handle sockets in directories unittest discovery is scanning. by Robert Collins · 8 years ago
  4. 07b954d Add some "used with permission" mentions where external resources are referenced. by Brett Cannon · 9 years ago
  5. 81bc927 Issue #22138: Fix mock.patch behavior when patching descriptors. Restore by Senthil Kumaran · 9 years ago
  6. d2ad571 Issue #25523: Further a-to-an corrections new in 3.5 by Martin Panter · 9 years ago
  7. 153627c Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes. by Serhiy Storchaka · 9 years ago
  8. 0424eaf Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes. by Serhiy Storchaka · 9 years ago
  9. 29bf4d4 Issue #24857: Comparing call_args to a long sequence now correctly returns a by Berker Peksag · 9 years ago
  10. 3fc536f Issue #24857: Comparing call_args to a long sequence now correctly returns a by Berker Peksag · 9 years ago
  11. 079fc7f Issue #21112: Fix regression in unittest.expectedFailure on subclasses. by Robert Collins · 9 years ago
  12. ed599b7 Issue #21112: Fix regression in unittest.expectedFailure on subclasses. by Robert Collins · 9 years ago
  13. be6caca Issue #20362: Honour TestCase.longMessage correctly in assertRegex. by Robert Collins · 9 years ago
  14. 86b34da Issue #23004: mock_open() now reads binary data correctly when the type of read_data is bytes. by Berker Peksag · 9 years ago
  15. ca647ef Issue #21750: Further fixup to be styled like other mock APIs. by Robert Collins · 9 years ago
  16. 92b3e065 Typo fix in mock.patch. by Robert Collins · 9 years ago
  17. 5329aaa Issue #21750: mock_open.read_data can now be read from each instance, as it by Robert Collins · 9 years ago
  18. b37f43f - Issue #18622: unittest.mock.mock_open().reset_mock would recurse infinitely. by Robert Collins · 9 years ago
  19. abfaecd Issue #23004: mock_open() now reads binary data correctly when the type of read_data is bytes. by Berker Peksag · 9 years ago
  20. 88ba360 Issue #21750: Further fixup to be styled like other mock APIs. by Robert Collins · 9 years ago
  21. 1a80081 Typo fix in mock.patch. by Robert Collins · 9 years ago
  22. 4838717 Issue #21750: mock_open.read_data can now be read from each instance, as it by Robert Collins · 9 years ago
  23. 76d508b - Issue #18622: unittest.mock.mock_open().reset_mock would recurse infinitely. by Robert Collins · 9 years ago
  24. f58f88c Issue #23661: unittest.mock side_effects can now be exceptions again. by Robert Collins · 9 years ago
  25. 041dd8e Issue #15836: assertRaises(), assertRaisesRegex(), assertWarns() and by Serhiy Storchaka · 9 years ago
  26. e98209c Issue #24245: Eliminated senseless expect clauses that have no any effect. by Serhiy Storchaka · 9 years ago
  27. df573d6 Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() and by Serhiy Storchaka · 9 years ago
  28. fe373a5 Fixed English in error message. by Serhiy Storchaka · 9 years ago
  29. 4b5367c Fixed English in error message. by Serhiy Storchaka · 9 years ago
  30. 24d3b7f Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() and by Serhiy Storchaka · 9 years ago
  31. e130503 Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() and by Serhiy Storchaka · 9 years ago
  32. a468db9 Issue #23310: Fix MagicMock's initializer to work with __methods__. by Łukasz Langa · 9 years ago
  33. f299abd Issue #23731: Implement PEP 488. by Brett Cannon · 9 years ago
  34. 5f6684e Issue #23310: Fix MagicMock's initializer to work with __methods__. by Łukasz Langa · 9 years ago
  35. a7d00c2 Reverted issue #24134 changes (except new tests). by Serhiy Storchaka · 9 years ago
  36. 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
  37. 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
  38. 7aaa859 Issue #23568: Add rdivmod support to MagicMock() objects. by Berker Peksag · 9 years ago
  39. a785dec Issue #23568: Add rdivmod support to MagicMock() objects. by Berker Peksag · 9 years ago
  40. 9bd8af7 Issue #23581: Add matmul support to MagicMock. by Berker Peksag · 9 years ago
  41. f0c819a Issue #22936: Allow showing local variables in unittest errors. by Robert Collins · 9 years ago
  42. 7e28df9 unittest: Trivial typo fix. by Robert Collins · 9 years ago
  43. 08448a1 Issue #23326: Removed __ne__ implementations. Since fixing default __ne__ by Serhiy Storchaka · 10 years ago
  44. 34af502 Issue #21408: The default __ne__() now returns NotImplemented if __eq__() by Serhiy Storchaka · 10 years ago
  45. f4b7a02 Issue #21408: The default __ne__() now returns NotImplemented if __eq__() by Serhiy Storchaka · 10 years ago
  46. 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
  47. eb1a995 Issue #22823: Fix typo in unittest/mock.py by Victor Stinner · 10 years ago
  48. c02d188 Issue #22823: Use set literals instead of creating a set from a list. by Serhiy Storchaka · 10 years ago
  49. 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
  50. 68b11d1 Fix regression in issue 22457 fix. by Robert Collins · 10 years ago
  51. bf2bda3 Close #22457: Honour load_tests in the start_dir of discovery. by Robert Collins · 10 years ago
  52. 659dd62 Close #7559: ImportError when loading a test now shown as ImportError. by Robert Collins · 10 years ago
  53. c134584 Close #22756: Improve the test output for some assertEqual tests. by Robert Collins · 10 years ago
  54. f920c21 Close #19746: expose unittest discovery errors on TestLoader.errors by Robert Collins · 10 years ago
  55. 1ed2e69 Issue #22186: Fix typos in Lib/. by Berker Peksag · 10 years ago
  56. f23530f Issue #22186: Fix typos in Lib/. by Berker Peksag · 10 years ago
  57. e87b7ea fix windows tests (#16662) by Benjamin Peterson · 10 years ago
  58. a37b958 Closes #21270 : We now override tuple methods in mock.call objects. by Kushal Das · 10 years ago
  59. bb1e3f1 A few tweaks for issue16662 based on feedback from Robert Collins. by Barry Warsaw · 10 years ago
  60. d78742a - Issue #16662: load_tests() is now unconditionally run when it is present in by Barry Warsaw · 10 years ago
  61. 869778e #22092: merge with 3.4. by Ezio Melotti · 10 years ago
  62. 1241c47 #22092: use absolute imports in unittest tests. Patch by Vajrasky Kok. by Ezio Melotti · 10 years ago
  63. 521e586 Issue #22032: __qualname__ instead of __name__ is now always used to format by Serhiy Storchaka · 10 years ago
  64. 130a566 Suppress a couple more DeprecationWarnings in the test suite. by R David Murray · 10 years ago
  65. 047f14c Closes #21256: Printout of keyword args in deterministic order in mock calls. by Kushal Das · 10 years ago
  66. b1e5844 Issue #9815: assertRaises now tries to clear references to local variables in the exception's traceback. by Antoine Pitrou · 10 years ago
  67. 9681022 Issue #9815: assertRaises now tries to clear references to local variables in the exception's traceback. by Antoine Pitrou · 10 years ago
  68. 7b9ff0e Issue8297: module attribute lookup failures now include module name in error message. by Ethan Furman · 10 years ago
  69. ebc1a30 Closes issue 21239. unittest.mock.patch.stopall() did not work deterministically when the same name was patched multiple times. by Michael Foord · 10 years ago
  70. 484f8a8 Closes Issue 21222. by Kushal Das · 10 years ago
  71. d122906 Fix typo in test method name. by Mark Dickinson · 10 years ago
  72. 68290f4 Removes unused varargs and varkwargs from assert_not_called(). by Kushal Das · 10 years ago
  73. 8af9db3 Closes Issue 21262: New method assert_not_called for Mock. by Kushal Das · 10 years ago
  74. 8c14534 Closes Issue 21238: New keyword argument `unsafe` to Mock. by Kushal Das · 10 years ago
  75. 15f2d17 Merge by Michael Foord · 10 years ago
  76. 5d1f6c3 Merge by Kushal Das · 10 years ago
  77. fddcfa2 Closes issue 17660. You no longer need to explicitly pass create=True when patching builtin names. by Michael Foord · 10 years ago
  78. 01bafdc Issue 17826. Setting an iterable side_effect on a mock created by create_autospec now works by Michael Foord · 10 years ago
  79. d2623d7 Issue 20968. unittest.mock.MagicMock now supports division by Michael Foord · 10 years ago
  80. ef1c267 backport: #20145: assert[Raises|Warns]Regex now raise TypeError on bad regex. by R David Murray · 10 years ago
  81. 5c66189 Issue #20189: Four additional builtin types (PyTypeObject, by Larry Hastings · 11 years ago
  82. 5a6d4bf Fixes Issue #20165: The unittest module no longer considers tests marked with by Gregory P. Smith · 11 years ago
  83. b5c66f8 Fix breakage in TestSuite.countTestCases() introduced by issue #11798. by Antoine Pitrou · 11 years ago
  84. 184ec79 Remove commented out debugging code (remnants of issue #18996). by Serhiy Storchaka · 11 years ago
  85. 031bd53 Close #19880: Fix a reference leak in unittest.TestCase. Explicitly break by Victor Stinner · 11 years ago
  86. 514afeb Merge by Michael Foord · 11 years ago
  87. e28bb15 Issue 17457: extend test discovery to support namespace packages by Michael Foord · 11 years ago
  88. bc39869 Issue #19594: Use specific asserts in unittest tests. by Serhiy Storchaka · 11 years ago
  89. 5665bc5 Issue #19594: Use specific asserts in unittest tests. by Serhiy Storchaka · 11 years ago
  90. 6c6b3f7 Issue #19352: Fix unittest discovery when a module can be reached through several paths (e.g. under Debian/Ubuntu with virtualenv). by Antoine Pitrou · 11 years ago
  91. d5d0bc3 Issue #19352: Fix unittest discovery when a module can be reached through several paths (e.g. under Debian/Ubuntu with virtualenv). by Antoine Pitrou · 11 years ago
  92. 77622f5 Issue #18996: TestCase.assertEqual() now more cleverly shorten differing by Serhiy Storchaka · 11 years ago
  93. 468ec34 Remove shadowed test by Michael Foord · 11 years ago
  94. 0715b9f Issue #18937: Add an assertLogs() context manager to unittest.TestCase to ensure that a block of code emits a message using the logging module. by Antoine Pitrou · 11 years ago
  95. a19b1a6 Adjust comment by Antoine Pitrou · 11 years ago
  96. 4b3c58c Issue #19013: add a __main__ to unittest.test.testmock to ease CLI invocation by Antoine Pitrou · 11 years ago
  97. e1ba8df Issue #19013: add a __main__ to unittest.test to ease CLI invocation by Antoine Pitrou · 11 years ago
  98. 356bdeb Issue #19013: add unittest.main() epilogs to unittest.mock's own test modules by Antoine Pitrou · 11 years ago
  99. 1d7c8c9 Issue #19013: add unittest.main() epilogs to unittest's own test modules by Antoine Pitrou · 11 years ago
  100. 23543eb Merge docstring typo fix from 3.3 by Mark Dickinson · 11 years ago