summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Check if commit id is an int, if so then convert to byte stringPhilip Roche2016-06-071-3/+10
* Add build status.Jelmer Vernooij2016-04-241-0/+2
* Start on 0.9.7.Jelmer Vernooij2016-04-193-2/+4
* Release 0.9.6.fastimport-0.9.6Jelmer Vernooij2016-04-192-2/+2
* Set maintainer field, update homepage.Jelmer Vernooij2016-04-191-1/+3
* Add python3.4 support.Jelmer Vernooij2016-04-187-32/+41
* Improve compatibility with python3.4.Jelmer Vernooij2016-04-181-29/+29
* Release 0.9.5.fastimport-0.9.5Jelmer Vernooij2016-04-182-2/+2
* Add Félix to AUTHORS.Jelmer Vernooij2016-04-181-0/+2
* Collapse import statements, remove unnecessary helpers by inlining them.Jelmer Vernooij2016-04-184-54/+27
* Add NEWS entry.Jelmer Vernooij2016-04-181-0/+2
* Drop future dependency.Jelmer Vernooij2016-04-181-3/+0
* Fixed the test_copy_to_outsideFélix Mattrat2016-04-181-1/+1
* remove support of python3.2/python3.2/python3.4Félix Mattrat2016-04-182-5/+1
* Explicitly declared all the byte strings. Renamed variables using reserved ke...Félix Mattrat2016-04-1813-701/+872
* added python 3.5 and PyPy3Félix Mattrat2016-04-151-0/+2
* added the future package in the deps of travis confFélix Mattrat2016-04-151-1/+1
* added a tox configuration file to simplify multiple versions testingFélix Mattrat2016-04-151-0/+14
* removed unused/useless statementsFélix Mattrat2016-04-159-54/+36
* sorted out string/unicode problems, updated the unicode test, renamed assertE...Félix Mattrat2016-04-157-36/+75
* make the tests work again on python2Félix Mattrat2016-04-147-48/+61
* python 3 compatibility, futurize stage 2Félix Mattrat2016-04-1411-24/+47
* python 3 compatibility, futurize stage 1Félix Mattrat2016-04-146-28/+31
* Simplify handling of errors.Jelmer Vernooij2015-12-201-72/+16
* 'include ' in MANIFEST.Jelmer Vernooij2015-12-201-4/+4
* Start on fastimport 0.9.5.Jelmer Vernooij2014-07-063-2/+4
* Release 0.9.4.fastimport-0.9.4Jelmer Vernooij2014-07-062-2/+5
* Get handlers from class object using getattr() for possible inheritanceCécile Tonglet2014-06-171-2/+2
* Update NEWS.Jelmer Vernooij2014-04-271-0/+3
* Merge branch 'authorship-namedtuple' of git://github.com/masklinn/python-fast...Jelmer Vernooij2014-04-272-9/+22
|\
| * Authorship information as a namedtuplemasklinn2014-04-272-9/+22
* | Update NEWS.Jelmer Vernooij2014-04-271-0/+2
* | check-pypy tries to use the non-existent target check-noextensionsmasklinn2014-04-271-1/+1
|/
* Merge branch 'commit-copy' of git://github.com/masklinn/python-fastimportJelmer Vernooij2014-03-112-0/+39
|\
| * Test copy-with-replacement and invalid copymasklinn2014-03-111-3/+14
| * Add basic commit copy testmasklinn2014-03-112-1/+22
| * Add copy method to CommitCommandmasklinn2014-03-101-0/+7
* | Add tests for notemodifymasklinn2014-03-111-0/+75
* | Add NoteModify commandmasklinn2014-03-101-0/+14
|/
* python-fastimport: overview documentationJonathan Nieder2014-03-014-7/+41
* Start on 0.9.4.Jelmer Vernooij2014-03-013-2/+4
* Release 0.9.3.fastimport-0.9.3Jelmer Vernooij2014-03-013-2/+3
* Add basic readme file.Jelmer Vernooij2014-03-013-0/+8
* Add MANIFEST file.Jelmer Vernooij2014-03-013-0/+4
* Remove binary_stream helper.Jelmer Vernooij2014-03-012-20/+2
* Remove unused helpers.Jelmer Vernooij2014-03-012-43/+4
* Fix compatibility with python2.6, which does not have assertIsInstance.Jelmer Vernooij2014-01-181-2/+2
* Actually run tests with unittest2.Jelmer Vernooij2014-01-181-1/+1
* Build with pypy in travis.Jelmer Vernooij2014-01-181-0/+1
* Install unittest2 for python2.6.Jelmer Vernooij2014-01-181-0/+2