| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Start on 0.9.14. | Jelmer Vernooij | 2021-07-18 | 1 | -1/+1 |
| | | |||||
| * | Tag 0.9.13.fastimport-0.9.13 | Jelmer Vernooij | 2021-07-18 | 1 | -1/+1 |
| | | |||||
| * | Release 0.9.12.fastimport-0.9.12 | Jelmer Vernooij | 2021-06-09 | 1 | -1/+1 |
| | | |||||
| * | Release 0.9.11.fastimport-0.9.11 | Jelmer Vernooij | 2021-04-12 | 1 | -1/+1 |
| | | |||||
| * | Release 0.9.10.fastimport-0.9.10 | Jelmer Vernooij | 2021-04-11 | 1 | -1/+1 |
| | | |||||
| * | Release 0.9.9.fastimport-0.9.9 | Jelmer Vernooij | 2021-04-10 | 1 | -1/+1 |
| | | |||||
| * | Drop python2 helper. | Jelmer Vernooij | 2021-04-10 | 4 | -47/+38 |
| | | |||||
| * | Drop more python2 support. | Jelmer Vernooij | 2021-04-10 | 4 | -23/+8 |
| | | |||||
| * | Import our own modules using relative pathing | Roy Marples | 2021-01-17 | 7 | -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 Vernooij | 2019-12-04 | 1 | -1/+3 |
| | | |||||
| * | cmd.ref is a bytestring. | Jelmer Vernooij | 2019-12-01 | 1 | -1/+1 |
| | | |||||
| * | Avoid redefining variable. | Jelmer Vernooij | 2019-12-01 | 1 | -1/+1 |
| | | |||||
| * | Fix PEP8 formatting. | Jelmer Vernooij | 2019-12-01 | 15 | -228/+310 |
| | | |||||
| * | Fix warnings on Python3.8. | Jelmer Vernooij | 2019-10-16 | 1 | -3/+3 |
| | | |||||
| * | Release 0.9.7.fastimport-0.9.7 | Jelmer Vernooij | 2018-04-15 | 1 | -1/+1 |
| | | |||||
| * | Avoid assertMultiLineEqual - not available on python2.6. | Jelmer Vernooij | 2018-03-30 | 1 | -1/+1 |
| | | |||||
| * | Add fast-import-{filter,query,info} scripts. | Jelmer Vernooij | 2018-03-30 | 5 | -0/+501 |
| | | |||||
| * | Cope with bytestrings in utf8_bytes_string() helper. LP: #1647101 | Jelmer Vernooij | 2016-12-06 | 1 | -2/+5 |
| | | |||||
| * | test commits with integer marks | Philip Roche | 2016-06-07 | 1 | -1/+21 |
| | | |||||
| * | Check if commit id is an int, if so then convert to byte string | Philip Roche | 2016-06-07 | 1 | -3/+10 |
| | | |||||
| * | Start on 0.9.7. | Jelmer Vernooij | 2016-04-19 | 1 | -1/+1 |
| | | |||||
| * | Add python3.4 support. | Jelmer Vernooij | 2016-04-18 | 3 | -29/+33 |
| | | |||||
| * | Improve compatibility with python3.4. | Jelmer Vernooij | 2016-04-18 | 1 | -29/+29 |
| | | |||||
| * | Collapse import statements, remove unnecessary helpers by inlining them. | Jelmer Vernooij | 2016-04-18 | 4 | -54/+27 |
| | | |||||
| * | Fixed the test_copy_to_outside | Félix Mattrat | 2016-04-18 | 1 | -1/+1 |
| | | |||||
| * | Explicitly declared all the byte strings. Renamed variables using reserved ↵ | Félix Mattrat | 2016-04-18 | 13 | -701/+872 |
| | | | | | keywords | ||||
| * | removed unused/useless statements | Félix Mattrat | 2016-04-15 | 8 | -53/+35 |
| | | |||||
| * | sorted out string/unicode problems, updated the unicode test, renamed ↵ | Félix Mattrat | 2016-04-15 | 7 | -36/+75 |
| | | | | | assertEquals method to assertEqual (deprecated in py3) | ||||
| * | make the tests work again on python2 | Félix Mattrat | 2016-04-14 | 7 | -48/+61 |
| | | |||||
| * | python 3 compatibility, futurize stage 2 | Félix Mattrat | 2016-04-14 | 9 | -22/+42 |
| | | |||||
| * | python 3 compatibility, futurize stage 1 | Félix Mattrat | 2016-04-14 | 6 | -28/+31 |
| | | |||||
| * | Simplify handling of errors. | Jelmer Vernooij | 2015-12-20 | 1 | -72/+16 |
| | | |||||
| * | Start on fastimport 0.9.5. | Jelmer Vernooij | 2014-07-06 | 1 | -1/+1 |
| | | |||||
| * | Get handlers from class object using getattr() for possible inheritance | Cécile Tonglet | 2014-06-17 | 1 | -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 namedtuple | masklinn | 2014-04-27 | 2 | -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-fastimport | Jelmer Vernooij | 2014-03-11 | 2 | -0/+39 |
| |\ | |||||
| | * | Test copy-with-replacement and invalid copy | masklinn | 2014-03-11 | 1 | -3/+14 |
| | | | | | | | | | Styllistic fixes, ensure compatibility with pre-2.7 unittest | ||||
| | * | Add basic commit copy test | masklinn | 2014-03-11 | 2 | -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 CommitCommand | masklinn | 2014-03-10 | 1 | -0/+7 |
| | | | | | | | | | Allows easily creating a modified version of an existing commit without having to modify the existing object in-place | ||||
| * | | Add tests for notemodify | masklinn | 2014-03-11 | 1 | -0/+75 |
| | | | |||||
| * | | Add NoteModify command | masklinn | 2014-03-10 | 1 | -0/+14 |
| |/ | | | | No parsing support, but can at least be used to generate a note and attach it to a commit. | ||||
| * | python-fastimport: overview documentation | Jonathan Nieder | 2014-03-01 | 4 | -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 Vernooij | 2014-03-01 | 1 | -1/+1 |
| | | |||||
| * | Remove binary_stream helper. | Jelmer Vernooij | 2014-03-01 | 1 | -19/+0 |
| | | |||||
| * | Remove unused helpers. | Jelmer Vernooij | 2014-03-01 | 1 | -43/+0 |
| | | |||||
| * | Fix compatibility with python2.6, which does not have assertIsInstance. | Jelmer Vernooij | 2014-01-18 | 1 | -2/+2 |
| | | |||||
| * | Remove dependency on testtools. | Jelmer Vernooij | 2014-01-18 | 6 | -12/+12 |
| | | |||||
| * | Start on 0.9.3. | Jelmer Vernooij | 2012-04-04 | 1 | -1/+1 |
| | | |||||
| * | Allow less strict parsing of fastimport streams. | Jelmer Vernooij | 2012-04-04 | 2 | -5/+52 |
| | | |||||
| * | Cope with invalid timezones like +51800 a little bit better. | Jelmer Vernooij | 2012-04-04 | 2 | -3/+6 |
| | | |||||
