summaryrefslogtreecommitdiff
path: root/fastimport/processor.py
Commit message (Expand)AuthorAgeFilesLines
* Import our own modules using relative pathingRoy Marples2021-01-171-2/+2
* Explicitly declared all the byte strings. Renamed variables using reserved ke...Félix Mattrat2016-04-181-4/+5
* 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-2/+3
* python 3 compatibility, futurize stage 2Félix Mattrat2016-04-141-0/+1
* python 3 compatibility, futurize stage 1Félix Mattrat2016-04-141-1/+2
* Get handlers from class object using getattr() for possible inheritanceCécile Tonglet2014-06-171-2/+2
* python-fastimport: overview documentationJonathan Nieder2014-03-011-4/+15
* Remove old FSF address and point at FSF website instead.Jelmer Vernooij2011-10-061-2/+1
* Avoid file_iter, use iter_files instead. Jelmer Vernooij2010-11-081-1/+1
* Don't rely on bzrlib.trace. Jelmer Vernooij2010-09-121-35/+4
* remove bzrisms from Processor.Jelmer Vernooij2010-09-051-19/+1
* Remove bzr-specific bits from processor.Jelmer Vernooij2010-09-041-18/+1
* Split python-fastimport into its own separate package.Jelmer Vernooij2010-09-031-1/+1
* Move pure-fastimport code into its own directory, in preparation of splitting...Jelmer Vernooij2010-09-031-0/+257