1. 974895f Merge tag 'android-security-10.0.0_r53' into int/10/fp2 by Karsten Tausche · 2 years, 9 months ago int/10/fp2 rel/10/fp2/22.02.0-rel rel/10/fp2/22.04.0-rel rel/10/fp2/22.06.0-rel rel/10/fp2/22.08.0-rel rel/10/fp2/22.10.0-rel rel/10/fp2/22.12.0-rel rel/10/fp2/23.02.0-rel rel/10/fp2/22.02.0-rel.0 rel/10/fp2/22.04.0-rel.1 rel/10/fp2/22.06.0-rel.0 rel/10/fp2/22.08.0-rel.0 rel/10/fp2/22.10.0-rel.0 rel/10/fp2/22.12.0-rel.0 rel/10/fp2/23.02.0-rel.0
  2. 22bca6e Snap for 5333170 from 3a5218fcb8133b8d17a197b4fcd6c63bd11341d6 to qt-release by android-build-team Robot · 5 years ago
  3. 3a5218f [automerger skipped] DO NOT MERGE - Merge pi-dev@5234907 into stage-aosp-master by Xin Li · 5 years ago
  4. 4f9de24 DO NOT MERGE - Merge pi-dev@5234907 into stage-aosp-master by Xin Li · 5 years ago
  5. 2e86aa3 Snap for 5214914 from 2365246c40d76386ee610d7ac28aae90208ffc1e to qt-release by android-build-team Robot · 5 years ago
  6. 2365246 Add default active developers into OWNERS am: e5e8058dbc am: 0f7696e8e7 by Chih-Hung Hsieh · 5 years ago
  7. 9a4a547 Add default active developers into OWNERS am: e5e8058dbc am: 0f7696e8e7 by Chih-Hung Hsieh · 5 years ago
  8. 0f7696e Add default active developers into OWNERS am: e5e8058dbc by Chih-Hung Hsieh · 5 years ago
  9. e5e8058 Add default active developers into OWNERS by Chih-Hung Hsieh · 5 years ago
  10. 6487303 Snap for 5027604 from 226f4ba7b2a9fe6a403515780be42affbd4065c7 to qt-release by android-build-team Robot · 6 years ago
  11. 226f4ba Initial commit of mock 2.0.0 am: 824c5b747c am: b44695a467 am: 505c1c9366 by Kevin Cheng · 6 years ago
  12. 505c1c9 Initial commit of mock 2.0.0 am: 824c5b747c am: b44695a467 by Kevin Cheng · 6 years ago
  13. b44695a Initial commit of mock 2.0.0 am: 824c5b747c by Kevin Cheng · 6 years ago
  14. 824c5b7 Initial commit of mock 2.0.0 by Kevin Cheng · 6 years ago
  15. 55f7b25 Initial empty repository by Inna Palant · 6 years ago
  16. 8c19ef6 Merge pull request #415 from hugovk/rm-2.6 by Robert Collins · 6 years ago
  17. bd19dc6 Merge pull request #411 from hugovk/fix-typo by Robert Collins · 6 years ago
  18. b67fe8a Drop support for EOL Python <= 2.6 & 3.0-3.2, add 3.5 & 3.6 by Hugo · 7 years ago
  19. ecdae68 Github -> GitHub by Hugo · 7 years ago
  20. 5a9cb8b Merge pull request #376 from eli-b/patch-2 by Robert Collins · 7 years ago
  21. 027fb0b Update version in header to 2.0.0 by Eli Boyarski · 8 years ago
  22. b7a77db I am investigating a migration to Python 3, and to facilitate this we are using the -3 flag as decribed here: by Roy Williams · 8 years ago
  23. b4b3c04 Remove dead code from __init__.py by Eli Boyarski · 8 years ago
  24. 286792b Fix #338: depend on a fixed version of funcsigs. by Robert Collins · 8 years ago
  25. 3745d4f More 3.2 support dropping cleanup. by Robert Collins · 8 years ago
  26. 74eae17 Update sync point. by Robert Collins · 8 years ago
  27. 7ca5d3a Add Mock.assert_called() by Victor Stinner · 8 years ago
  28. e966658 Issue25347 - Format the error message output of mock's assert_has_calls method. by Senthil Kumaran · 8 years ago
  29. 4deb2c1 Issue #22138: Fix mock.patch behavior when patching descriptors. Restore by Senthil Kumaran · 8 years ago
  30. f40c660 Issue #24857: Comparing call_args to a long sequence now correctly returns a by Berker Peksag · 9 years ago
  31. 5efb4e5 Issue #23004: mock_open() now reads binary data correctly when the type of read_data is bytes. by Berker Peksag · 9 years ago
  32. 456473c Add version info in the docs by lord63 · 9 years ago
  33. d0bb866 Update six to a version with raises_from by Frankie Robertson · 9 years ago
  34. 0fb71e5 Fix #328 - handle unicode __repr__ on Python 2.x by Joachim Jablon · 9 years ago
  35. cc94c66 Drop support for Python 3.2. by Robert Collins · 8 years ago
  36. 7041095 Merge pull request #325 from lord63-forks/fix-typo by Berker Peksag · 9 years ago
  37. 05a0ef0 Fix typo in docs/index.txt by lord63 · 9 years ago
  38. 35c0dd8 Fix README.rst checking. by Robert Collins · 9 years ago
  39. dff3a7b Be clearer about Python version compat by Robert Collins · 9 years ago
  40. ac0889e Issue #295: use a setup_requires dependency by Robert Collins · 9 years ago
  41. 57271fa Improve grouping of imports in tests. by Robert Collins · 9 years ago
  42. 27a2032 Use six to detect python2/3 in main module. by Michael Fladischer · 9 years ago
  43. c97d8fe Use six to detect python2/3 in test modules. by Michael Fladischer · 9 years ago
  44. e34a7cb Update sync point. by Robert Collins · 9 years ago
  45. 4292afa Issue #21750: Further fixup to be styled like other mock APIs. by Robert Collins · 9 years ago
  46. f12f9dd Typo fix in mock.patch. by Robert Collins · 9 years ago
  47. 31d3922 Revert "Issue #21750: mock_open.read_data can now be read from each instance, as it" by Robert Collins · 9 years ago
  48. a6367a9 Add 2.6 back to classifiers. by Robert Collins · 9 years ago
  49. 133e3bb Record sync point. by Robert Collins · 9 years ago
  50. e9db016 Issue #21750: mock_open.read_data can now be read from each instance, as it by Robert Collins · 9 years ago
  51. 5c57dd2 Issue #18622: unittest.mock.mock_open().reset_mock would recurse infinitely. by Robert Collins · 9 years ago
  52. 8747bf4 Folk should test 2.6 locally too. by Robert Collins · 9 years ago
  53. e3d6580 Closes #279: setuptools.version is too new. by Robert Collins · 9 years ago
  54. 0cba1ba Support python 2.6 by Darragh Bailey · 9 years ago
  55. cce4e5b Update sync point and sync docs. by Robert Collins · 9 years ago
  56. 19d5a00 Issue #23661: unittest.mock side_effects can now be exceptions again. by Robert Collins · 9 years ago
  57. 30d1135 Abort installation if the installer is using setuptools<17.1 by Rob McQueen · 9 years ago
  58. 76f2db4 Closes #269: setup_requires pbr 1.3 by Robert Collins · 9 years ago
  59. 4f0b5d3 Closes #257: version the dependency on six. by Robert Collins · 9 years ago
  60. 939775f Rename README.txt to README.rst by Robert Collins · 9 years ago
  61. cfe4972 Make reproducing travis behaviour somewhat easier. by Robert Collins · 9 years ago
  62. e795a4a Cleanup version number handling. by Robert Collins · 9 years ago
  63. 18c9bbd Overhaul docs. by Robert Collins · 9 years ago
  64. 6f72979 Update docs. by Robert Collins · 9 years ago
  65. 9edda91 Remove stale MANIFEST.in, ignore pbr outputs. by Robert Collins · 9 years ago
  66. 51346f4 Convert to a package, use pbr, update metadata. by Robert Collins · 9 years ago
  67. e7c30fb Bump versions by Robert Collins · 9 years ago
  68. 8a2e870 Officially drop 2.6 support. by Robert Collins · 9 years ago
  69. f31b176 Issue #23310: Fix MagicMock's initializer to work with __methods__. by Łukasz Langa · 9 years ago
  70. fb2f1f5 Issue #23568: Add rdivmod support to MagicMock() objects. by Berker Peksag · 9 years ago
  71. e3d21b4 Issue #23581: Add matmul support to MagicMock. by Berker Peksag · 9 years ago
  72. 6af6ddc Issue #23326: Removed __ne__ implementations. Since fixing default __ne__ by Serhiy Storchaka · 9 years ago
  73. 48ae02c Issue #22823: Use set literals instead of creating a set from a list. by Serhiy Storchaka · 9 years ago
  74. b4c7f7e Closes #21270 : We now override tuple methods in mock.call objects. by Kushal Das · 10 years ago
  75. 7da9d6a Suppress a couple more DeprecationWarnings in the test suite. by R David Murray · 10 years ago
  76. e9f7756 Closes #21256: Printout of keyword args in deterministic order in mock calls. by Kushal Das · 10 years ago
  77. 8882c2f Removes unused varargs and varkwargs from assert_not_called(). by Kushal Das · 10 years ago
  78. c7d6c7d Closes Issue 21262: New method assert_not_called for Mock. by Kushal Das · 10 years ago
  79. 7c530f0 Closes Issue 21238: New keyword argument `unsafe` to Mock. by Kushal Das · 10 years ago
  80. ba2e407 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
  81. d3135cf Closes Issue 21222. by Kushal Das · 10 years ago
  82. 936fabd Closes issue 17660. You no longer need to explicitly pass create=True when patching builtin names. by Michael Foord · 10 years ago
  83. 6df8ab6 Issue 17826. Setting an iterable side_effect on a mock created by create_autospec now works by Michael Foord · 10 years ago
  84. dfeef20 Issue 20968. unittest.mock.MagicMock now supports division by Michael Foord · 10 years ago
  85. b9d1edb Issue #20189: Four additional builtin types (PyTypeObject, by Larry Hastings · 10 years ago
  86. 28d70e4 Issue #19594: Use specific asserts in unittest tests. by Serhiy Storchaka · 11 years ago
  87. 2d1d55e Remove shadowed test by Michael Foord · 11 years ago
  88. 756469e Adjust comment by Antoine Pitrou · 11 years ago
  89. 1075596 Issue #19013: add a __main__ to unittest.test.testmock to ease CLI invocation by Antoine Pitrou · 11 years ago
  90. 374a0a4 Issue #19013: add unittest.main() epilogs to unittest.mock's own test modules by Antoine Pitrou · 11 years ago
  91. 8356c4e Process DEFAULT values in mock side_effect that returns iterator. by Andrew Svetlov · 11 years ago
  92. a98a5ba Closes issue 17467. Add readline and readlines support to unittest.mock.mock_open by Michael Foord · 11 years ago
  93. 5a19e4c Issue #17047: remove doubled words added in 3.3 by Terry Jan Reedy · 11 years ago
  94. eba505c Issue #17015: When it has a spec, a Mock object now inspects its signature when matching calls, so that arguments can be matched positionally or by name. by Antoine Pitrou · 11 years ago
  95. 7ea9408 Closes issue 15323. Improve failure message of Mock.assert_called_once_with by Michael Foord · 12 years ago
  96. dfb2211 Close #14857: fix regression in references to PEP 3135 implicit __class__ closure variable. Reopens issue #12370, but also updates unittest.mock to workaround that issue by Nick Coghlan · 12 years ago
  97. 99c2a0d Remove incorrect comment by Michael Foord · 12 years ago
  98. 343833e Closes issue 14634. unittest.mock.create_autospec now supports keyword only arguments. by Michael Foord · 12 years ago
  99. 5ffe204 unittest.mock: removed another bit of Python 2 only code by Michael Foord · 12 years ago
  100. f62aa4e Adding unittest.mock documentation by Michael Foord · 12 years ago