summaryrefslogtreecommitdiff
path: root/mox.py
Commit message (Expand)AuthorAgeFilesLines
* Py3k always sets re.U flag, so the resulting regex.flags are equals to flags ...Przemyslaw Gajda2012-04-231-3/+3
* Fixed all the simple compatiblity issuesPrzemyslaw Gajda2012-04-231-9/+25
* Fixed some of the compatiblity issuesPrzemyslaw Gajda2012-04-231-12/+9
* Added modification infoPrzemyslaw Gajda2012-04-221-0/+2
* bugfixPrzemyslaw Gajda2012-04-221-1/+1
* Updated to version 0.5.3Przemyslaw Gajda2012-04-221-46/+459
* Numerous fixes from Google:smiddlek2009-09-111-40/+110
* Fix for Issue 3, submitted by a...@therobots.org.smiddlek2009-05-051-0/+6
* Patch from Matt Brown (mdbrow@gmail.com) to inspect the arguments of mocked m...smiddlek2008-11-121-5/+112
* Added support for __contains__, thanks to Adam Lowry.smiddlek2008-10-241-0/+27
* Add a Not comparator to compose with other comparators.smiddlek2008-07-011-0/+34
* Fix MoxTestBase to be usable with multiple-inheritance.dglasser2008-07-011-0/+1
* Initial import of mox (originally an internal Google project).dglasser2008-06-131-0/+1398