summaryrefslogtreecommitdiff
path: root/fastimport
Commit message (Expand)AuthorAgeFilesLines
* Start on 0.9.14.Jelmer Vernooij2021-07-181-1/+1
* Tag 0.9.13.fastimport-0.9.13Jelmer Vernooij2021-07-181-1/+1
* Release 0.9.12.fastimport-0.9.12Jelmer Vernooij2021-06-091-1/+1
* Release 0.9.11.fastimport-0.9.11Jelmer Vernooij2021-04-121-1/+1
* Release 0.9.10.fastimport-0.9.10Jelmer Vernooij2021-04-111-1/+1
* Release 0.9.9.fastimport-0.9.9Jelmer Vernooij2021-04-101-1/+1
* Drop python2 helper.Jelmer Vernooij2021-04-104-47/+38
* Drop more python2 support.Jelmer Vernooij2021-04-104-23/+8
* Import our own modules using relative pathingRoy Marples2021-01-177-12/+10
* Fix compatibility with Python 3.Jelmer Vernooij2019-12-041-1/+3
* cmd.ref is a bytestring.Jelmer Vernooij2019-12-011-1/+1
* Avoid redefining variable.Jelmer Vernooij2019-12-011-1/+1
* Fix PEP8 formatting.Jelmer Vernooij2019-12-0115-228/+310
* Fix warnings on Python3.8.Jelmer Vernooij2019-10-161-3/+3
* Release 0.9.7.fastimport-0.9.7Jelmer Vernooij2018-04-151-1/+1
* Avoid assertMultiLineEqual - not available on python2.6.Jelmer Vernooij2018-03-301-1/+1
* Add fast-import-{filter,query,info} scripts.Jelmer Vernooij2018-03-305-0/+501
* Cope with bytestrings in utf8_bytes_string() helper. LP: #1647101Jelmer Vernooij2016-12-061-2/+5
* test commits with integer marksPhilip Roche2016-06-071-1/+21
* Check if commit id is an int, if so then convert to byte stringPhilip Roche2016-06-071-3/+10
* Start on 0.9.7.Jelmer Vernooij2016-04-191-1/+1
* Add python3.4 support.Jelmer Vernooij2016-04-183-29/+33
* Improve compatibility with python3.4.Jelmer Vernooij2016-04-181-29/+29
* Collapse import statements, remove unnecessary helpers by inlining them.Jelmer Vernooij2016-04-184-54/+27
* Fixed the test_copy_to_outsideFélix Mattrat2016-04-181-1/+1
* Explicitly declared all the byte strings. Renamed variables using reserved ke...Félix Mattrat2016-04-1813-701/+872
* removed unused/useless statementsFélix Mattrat2016-04-158-53/+35
* 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-149-22/+42
* python 3 compatibility, futurize stage 1Félix Mattrat2016-04-146-28/+31
* Simplify handling of errors.Jelmer Vernooij2015-12-201-72/+16
* Start on fastimport 0.9.5.Jelmer Vernooij2014-07-061-1/+1
* Get handlers from class object using getattr() for possible inheritanceCécile Tonglet2014-06-171-2/+2
* Authorship information as a namedtuplemasklinn2014-04-272-9/+22
* 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-011-1/+1
* Remove binary_stream helper.Jelmer Vernooij2014-03-011-19/+0
* Remove unused helpers.Jelmer Vernooij2014-03-011-43/+0
* Fix compatibility with python2.6, which does not have assertIsInstance.Jelmer Vernooij2014-01-181-2/+2
* Remove dependency on testtools.Jelmer Vernooij2014-01-186-12/+12
* Start on 0.9.3.Jelmer Vernooij2012-04-041-1/+1
* Allow less strict parsing of fastimport streams.Jelmer Vernooij2012-04-042-5/+52
* Cope with invalid timezones like +51800 a little bit better.Jelmer Vernooij2012-04-042-3/+6