| Commit message (Expand) | Author | Age | Files | Lines |
| * | Patch for Issue #47, provided by gps@google.comHEADmaster | smiddlek | 2012-11-16 | 3 | -0/+59 |
| * | Patch for Issue 51, contributed by matt@ihavethememo.net | smiddlek | 2012-11-12 | 2 | -4/+23 |
| * | Patch for Issue 42 (Allow MoxMetaTestBase to be used with other metaclasses). | smiddlek | 2012-05-01 | 1 | -0/+1 |
| * | Patch for Issue 16 from Ben Love. Thanks! | smiddlek | 2012-05-01 | 2 | -52/+233 |
| * | Patch for Issue 5438051 | smiddlek | 2011-11-28 | 2 | -0/+29 |
| * | Fix for broken logic when doing method signature matching and the | stevepm@google.com | 2011-06-28 | 2 | -1/+32 |
| * | Patch for adding a Comparator that can remember values from liulk@google.com. | smiddlek | 2011-06-06 | 2 | -0/+86 |
| * | Patch for Issue 30. | smiddlek | 2011-06-06 | 1 | -2/+6 |
| * | Patch for Issue 35. | smiddlek | 2011-06-06 | 1 | -0/+2 |
| * | git-svn-id: http://pymox.googlecode.com/svn/trunk@62 b1010a0a-674b-0410-b734-... | smiddlek | 2011-06-06 | 2 | -4/+57 |
| * | Clean up missed conversion from _expected_seq to _expected_list | smiddlek | 2010-10-20 | 1 | -1/+1 |
| * | + Fix for checking the method signature of unbound functions when keyword args | smiddlek | 2010-09-03 | 3 | -14/+123 |
| * | Fix for Issue 19 by greatred | smiddlek | 2010-08-23 | 1 | -1/+7 |
| * | Patch from Matt Brown (mdbrown@google) to make SameElementsAs more robust | smiddlek | 2010-08-23 | 2 | -7/+30 |
| * | MockObject should have the __name__ param by default. | smiddlek | 2010-08-19 | 1 | -7/+11 |
| * | git-svn-id: http://pymox.googlecode.com/svn/trunk@56 b1010a0a-674b-0410-b734-... | smiddlek | 2010-08-19 | 2 | -9/+16 |
| * | Fix for issue #27 by stevepm@google.com / steve.middlekauff@gmail.com | smiddlek | 2010-08-18 | 3 | -4/+56 |
| * | Fix for issue 21: | smiddlek | 2010-07-10 | 2 | -2/+27 |
| * | Add an Is() comparator for checking identity, instead of equality. | smiddlek | 2010-07-07 | 2 | -0/+53 |
| * | Adding a "fix" (cough, hack!) for method signature validation when | smiddlek | 2010-07-07 | 2 | -7/+77 |
| * | Added column to AttributeError string to delimt error from | smiddlek | 2010-06-17 | 1 | -1/+1 |
| * | Allow methods that are stubbed out on class instances to have their | smiddlek | 2010-06-17 | 3 | -5/+38 |
| * | Give MockAnything a more useful __repr__. | dglasser | 2010-05-18 | 1 | -1/+4 |
| * | MoxAnything should not implement the method __str__, otherwise callers won't be | smiddlek | 2010-05-12 | 2 | -3/+7 |
| * | git-svn-id: http://pymox.googlecode.com/svn/trunk@45 b1010a0a-674b-0410-b734-... | smiddlek | 2010-05-04 | 1 | -1/+1 |
| * | Add StubOutClassWithMocks, which acts as a "generator" for mock | smiddlek | 2010-04-30 | 3 | -3/+250 |
| * | Fix a bug where the interface is not enforced when stubbing out a first order... | smiddlek | 2010-04-22 | 3 | -6/+33 |
| * | Long over due patch from alan.franzoni for better property support (Issue 11). | smiddlek | 2010-04-20 | 2 | -2/+20 |
| * | Increment version number to 0.5.2 for new release. | smiddlek | 2010-04-06 | 1 | -1/+1 |
| * | Thanks to matthew.blain@google.com for ContainsAttributeValue comparator | smiddlek | 2010-03-18 | 3 | -16/+220 |
| * | Slightly modified (for style) patch submitted by alan.franzoni to | smiddlek | 2010-01-08 | 2 | -4/+50 |
| * | Numerous fixes from Google: | smiddlek | 2009-09-11 | 2 | -57/+287 |
| * | Mox release 0.5.1, which includes some bug fixes and tests for stubout. | smiddlek | 2009-05-05 | 2 | -1/+3 |
| * | Fix for Issue 3, submitted by a...@therobots.org. | smiddlek | 2009-05-05 | 2 | -0/+10 |
| * | Fix for Issue 5, submitted by agoratim. | smiddlek | 2009-03-20 | 1 | -2/+5 |
| * | Patch from Matt Brown (mdbrow@gmail.com) to inspect the arguments of mocked m... | smiddlek | 2008-11-12 | 2 | -5/+250 |
| * | Added support for __contains__, thanks to Adam Lowry. | smiddlek | 2008-10-24 | 2 | -0/+71 |
| * | Added import for inspect, and tests for stubout. Patch by Manuel Holtgrewe. | smiddlek | 2008-08-19 | 3 | -0/+51 |
| * | Remove duplicate NotTest. Bad patch. | smiddlek | 2008-07-01 | 1 | -16/+0 |
| * | Add a Not comparator to compose with other comparators. | smiddlek | 2008-07-01 | 2 | -0/+66 |
| * | Fix MoxTestBase to be usable with multiple-inheritance. | dglasser | 2008-07-01 | 2 | -0/+21 |
| * | Write a README. | dglasser | 2008-06-18 | 1 | -1/+56 |
| * | Start our first release at 0.5.0, not 1.0.0. | dglasser | 2008-06-17 | 1 | -1/+1 |
| * | Include the mox_test_helper.py in the distribution. | dglasser | 2008-06-16 | 2 | -1/+2 |
| * | Fix mailing list address. | dglasser | 2008-06-16 | 1 | -2/+1 |
| * | Initial import of mox (originally an internal Google project). | dglasser | 2008-06-13 | 8 | -0/+3157 |
| * | Initial directory structure. | (no author) | 2008-04-21 | 0 | -0/+0 |