summaryrefslogtreecommitdiff
path: root/fastimport/processors/query_processor.py
Commit message (Collapse)AuthorAgeFilesLines
* Import our own modules using relative pathingRoy Marples2021-01-171-1/+1
| | | | | | | 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 PEP8 formatting.Jelmer Vernooij2019-12-011-1/+2
|
* Explicitly declared all the byte strings. Renamed variables using reserved ↵Félix Mattrat2016-04-181-2/+5
| | | | keywords
* removed unused/useless statementsFélix Mattrat2016-04-151-2/+0
|
* python 3 compatibility, futurize stage 2Félix Mattrat2016-04-141-1/+3
|
* python 3 compatibility, futurize stage 1Félix Mattrat2016-04-141-3/+4
|
* Remove old FSF address and point at FSF website instead.Jelmer Vernooij2011-10-061-2/+1
| | | | Thanks Dan Callaghan.
* Avoid file_iter, use iter_files instead. Jelmer Vernooij2010-11-081-2/+1
| | | | file_iter should ideally be made private.
* Import processors from bzr-fastimport.Jelmer Vernooij2010-09-061-0/+96