summaryrefslogtreecommitdiff
path: root/fastimport
Commit message (Collapse)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
| | | | | | | This allows python-fastimport to be embedded as vendor code within other modules. Although python disallows a dash in a module name so I called it vendor/python_fastimport.
* 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 ↵Félix Mattrat2016-04-1813-701/+872
| | | | keywords
* removed unused/useless statementsFélix Mattrat2016-04-158-53/+35
|
* 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-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
| | | | | Issue #6: __dict__ stores only class' local variables and therefore it can't find the handlers defined in the inherited classes.
* 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
* 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-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
|