summaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAge
* Fix python3 compatibility of subvertpy-fast-export, improve formatting.Jelmer Vernooij2017-07-18
* More Python3 porting work; mostly BytesIO conversions.Jelmer Vernooij2016-07-07
* Write bytes to stdout in subvertpy-fast-export and exampleJelmer Vernooij2016-07-07
* Use new print() function syntax, with help from “2to3”Jelmer Vernooij2016-07-07
* Use int instead of long; use new octal literal syntaxYonggang Luo2016-07-07
* Make sure trunk path starts with a forward slash.Jelmer Vernooij2013-10-30
* Use generator expressions rather than list comprehensionsJelmer Vernooij2013-10-25
* Use “key in dict” syntax rather than dict.has_key()Jelmer Vernooij2013-09-01
* Strip leading slashes when fastexport subversion repositories.Jelmer Vernooij2010-12-12
* Add --version option to subvertpy-fast-export.Jelmer Vernooij2010-10-26
* Remove python language extension.Jelmer Vernooij2009-10-20
* Support executable bit and symlinks.Jelmer Vernooij2009-10-20
* simplify fast exporter code a bit.Jelmer Vernooij2009-10-13
* Import fast exporter.Jelmer Vernooij2009-10-13