chiark / gitweb /
Switch all headers to python3
[fdroidserver.git] / fdroidserver / rewritemeta.py
2016-03-10 Daniel MartíSwitch all headers to python3
2016-01-22 Hans-Christoph SteinerMerge branch 'master' into 'master'
2015-12-10 Daniel MartíMerge branch 'docs' into 'master'
2015-12-07 Daniel Martílint: optionally check format
2015-12-03 Daniel MartíMake text formatting faster via StringIO
2015-11-28 Daniel MartíRework app into a class
2015-10-04 Daniel MartíMore improvements to yaml writing
2015-10-04 Daniel MartíAdd basic yaml metadata writing
2015-10-04 Daniel MartíRename write_metadata to specify txt
2015-09-25 Daniel Martírewritemeta: add -l option to list files
2015-09-25 Daniel MartíMake write_metadata take a writer
2015-09-12 Daniel Martíall: deduplicate -v/-q setup
2015-09-10 Daniel MartíMerge branch 'replace_optparse_with_argparse' into...
2015-09-09 Daniel Martírewritemeta: move debug logs to logging.debug
2015-09-06 nero-tuxreplace deprecated optparse with argparse
2015-09-01 Daniel MartíMerge branch 'support-xml-json-yaml-for-metadata' into...
2015-09-01 Hans-Christoph Steinerrewritemeta only applies to the original .txt metadata...
2014-08-16 Daniel MartíMap apps in memory from appid to appinfo
2014-05-20 Ciaran GultnieksFix several read_metadata-related issues
2014-05-07 Ciaran GultnieksMerge branch 'master' into 'master'
2014-05-06 Hans-Christoph Steinerfix PEP8 "E226 missing whitespace around arithmetic...
2014-05-06 Ciaran GultnieksMerge branch 'master' into 'master'
2014-05-06 Hans-Christoph Steinerfix PEP8 "W391 blank line at end of file"
2014-05-06 Hans-Christoph Steinerfix PEP8 "E302 expected 2 blank lines, found 1"
2014-05-06 Hans-Christoph Steinerfix PEP8 "E401 multiple imports on one line"
2014-02-22 Ciaran GultnieksAdd --quiet option, restricting output to warnings...
2014-02-02 Daniel MartíMerge branch 'master' into logging
2014-01-31 Daniel MartíMerge branch 'master' into logging
2014-01-30 Daniel MartíMerge branch 'master' into logging
2014-01-29 Daniel MartíMerge branch 'master' into logging
2014-01-28 Daniel MartíMerge branch 'master' into logging
2014-01-27 Daniel MartíHalf-way done switching prints for logs
2014-01-15 Daniel MartíMerge commit 'refs/merge-requests/93' of gitorious...
2013-12-19 Daniel MartíRemove some unnecessary stuff
2013-12-19 Daniel MartíAdapt scanner, fix some other issues
2013-12-19 Daniel MartíAdapt rewritemeta
2013-11-20 Daniel MartíMerge branch 'metadata-checks'
2013-11-19 Daniel MartíFirst metadata checks rewrite; New metadata.py module
2013-11-07 Daniel MartíAvoid crashes in rewritemeta regarding xrefs
2013-11-03 Daniel MartíMerge branch 'master' into verbose-rewrite
2013-11-03 Daniel MartíMerge branch 'master' into verbose-rewrite
2013-11-02 Daniel MartíMerge branch 'master' into verbose-rewrite
2013-11-02 Daniel MartíMerge branch 'master' into verbose-rewrite
2013-11-01 Daniel MartíMerge branch 'master' into verbose-rewrite
2013-11-01 Daniel MartíStart rewriting options and config as common.py globals
2013-10-31 Daniel MartíStart using config and options as common.py globals
2013-10-31 Daniel MartíSwitch all shebangs to 'env python2'
2013-10-27 Ciaran GultnieksRead new or old recipe formats, write new format
2013-08-22 Daniel MartíRemove a bunch of unused imports
2012-03-12 Ciaran GultnieksMerge commit 'refs/merge-requests/86' of git://gitoriou...
2012-03-11 Tias Gunsrewritemeta: add -p option to specify package
2012-03-11 Ciaran GultnieksMake the server tools an installable package (with...