summaryrefslogtreecommitdiff
Commit message (Collapse)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 ↵Félix Mattrat2016-04-1813-701/+872
| | | | keywords
* 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 ↵Félix Mattrat2016-04-157-36/+75
| | | | assertEquals method to assertEqual (deprecated in py3)
* 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
| | | | | Issue #6: __dict__ stores only class' local variables and therefore it can't find the handlers defined in the inherited classes.
* Update NEWS.Jelmer Vernooij2014-04-271-0/+3
|
* Merge branch 'authorship-namedtuple' of ↵Jelmer Vernooij2014-04-272-9/+22
|\ | | | | | | git://github.com/masklinn/python-fastimport
| * Authorship information as a namedtuplemasklinn2014-04-272-9/+22
| | | | | | | | | | | | * serialization should remain predicated upon a 4-tuple, as users may create and set 4-tuples for authorship info * added a fake time to parser test to test for namedtuple
* | Update NEWS.Jelmer Vernooij2014-04-271-0/+2
| |
* | check-pypy tries to use the non-existent target check-noextensionsmasklinn2014-04-271-1/+1
|/ | | | that target does not exist, just call check with PYTHON=pypy
* 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
| | | | | | | | Styllistic fixes, ensure compatibility with pre-2.7 unittest
| * Add basic commit copy testmasklinn2014-03-112-1/+22
| | | | | | | | | | * don't assume file_iter is a list (though the parser sets one) * don't copy inferred name attribute
| * Add copy method to CommitCommandmasklinn2014-03-101-0/+7
| | | | | | | | Allows easily creating a modified version of an existing commit without having to modify the existing object in-place
* | Add tests for notemodifymasklinn2014-03-111-0/+75
| |
* | Add NoteModify commandmasklinn2014-03-101-0/+14
|/ | | | No parsing support, but can at least be used to generate a note and attach it to a commit.
* python-fastimport: overview documentationJonathan Nieder2014-03-014-7/+41
| | | | | | Add some docstrings to help new readers to get started. Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* 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
|