summaryrefslogtreecommitdiffhomepage
path: root/tests/test_GitModifier.py
Commit message (Expand)AuthorAge
* Don't rely on dictionary key orderGuido Günther2015-02-20
* Fix comitter vs committer typosGuido Günther2014-05-16
* gitmodifier: make the datetime object always have timezoneMarkus Lehtonen2013-06-06
* tests: Use tempfile.mkdtemp to create temp dirs for testsThomas Koch2013-04-08
* GitModifier: add tests for dict interfaceGuido Günther2012-07-29
* GitModifier: More flexible date handlingGuido Günther2012-07-27
* GitModifier: add __getitem__ and keys()Guido Günther2012-03-15
* Move GitModifier class to separate fileGuido Günther2011-11-20
* Fix epydoc warningsGuido Günther2011-10-29
* GitModifier: Don't use self.__dict__.update(locals())Guido Günther2011-10-28