summaryrefslogtreecommitdiff
path: root/fastimport/parser.py
Commit message (Expand)AuthorAgeFilesLines
* Drop more python2 support.Jelmer Vernooij2021-04-101-1/+1
* Import our own modules using relative pathingRoy Marples2021-01-171-2/+2
* Avoid redefining variable.Jelmer Vernooij2019-12-011-1/+1
* Fix PEP8 formatting.Jelmer Vernooij2019-12-011-32/+32
* Fix warnings on Python3.8.Jelmer Vernooij2019-10-161-3/+3
* Collapse import statements, remove unnecessary helpers by inlining them.Jelmer Vernooij2016-04-181-6/+6
* Explicitly declared all the byte strings. Renamed variables using reserved ke...Félix Mattrat2016-04-181-99/+114
* removed unused/useless statementsFélix Mattrat2016-04-151-2/+0
* sorted out string/unicode problems, updated the unicode test, renamed assertE...Félix Mattrat2016-04-151-7/+22
* make the tests work again on python2Félix Mattrat2016-04-141-0/+4
* python 3 compatibility, futurize stage 2Félix Mattrat2016-04-141-1/+5
* python 3 compatibility, futurize stage 1Félix Mattrat2016-04-141-6/+7
* Authorship information as a namedtuplemasklinn2014-04-271-1/+4
* Allow less strict parsing of fastimport streams.Jelmer Vernooij2012-04-041-5/+14
* Add basic tests for dates.Jelmer Vernooij2012-04-041-3/+5
* Implement 'done' feature.Jelmer Vernooij2012-02-281-0/+4
* Remove old FSF address and point at FSF website instead.Jelmer Vernooij2011-10-061-2/+1
* Avoid attempting to utf-8 decode/encode committer and author information.Jelmer Vernooij2010-12-121-14/+1
* Stop utf-8 decoding several strings as they are not guaranteed to be unicode.Jelmer Vernooij2010-12-121-12/+2
* Support out of band processing of commands.Jelmer Vernooij2010-10-281-2/+2
* Use modes directly rather than bzr file kinds and executable flags.Jelmer Vernooij2010-09-121-9/+9
* Support the 'done' command.Sverre Rabbelier2010-09-041-0/+2
* Remove bzr-specific code, whitespace.Jelmer Vernooij2010-09-041-12/+12
* Move pure-fastimport code into its own directory, in preparation of splitting...Jelmer Vernooij2010-09-031-0/+626