fdroidserver/fdroidserver
Daniel Martí 4cb5ff0247 common: Introduce FDroidPopenBytes
* We can now get the output bytes directly if desired
* FDroidPopen remains with str output
* Ouptut is now buffered efficiently with a BytesIO instead of
  concatenating strings
2016-03-11 13:27:00 +00:00
..
asynchronousfilereader Add asynchronous filereader, fix python3 lockups 2015-09-20 20:57:53 +02:00
__init__.py Make the server tools an installable package (with distutils) - wip 2012-03-11 11:59:19 +00:00
build.py Replace itervalues() with values() 2016-03-10 16:43:37 +00:00
checkupdates.py Port urllib and HTMLParser imports to python3 2016-03-10 16:43:37 +00:00
common.py common: Introduce FDroidPopenBytes 2016-03-11 13:27:00 +00:00
gpgsign.py Port all imports to python3 2016-03-10 16:43:37 +00:00
import.py Port to python3's configparser 2016-03-10 16:43:37 +00:00
init.py Port all imports to python3 2016-03-10 16:43:37 +00:00
install.py Port all imports to python3 2016-03-10 16:43:37 +00:00
lint.py lint: remove sets usage 2016-03-10 16:43:37 +00:00
metadata.py Remove code that worked around python2 unicode 2016-03-10 16:43:37 +00:00
net.py Move requests code out of common.py, closes #114 2015-08-31 17:05:08 -07:00
publish.py publish: fix hashing of strings 2016-03-10 16:43:37 +00:00
readmeta.py Port all imports to python3 2016-03-10 16:43:37 +00:00
rewritemeta.py Port all imports to python3 2016-03-10 16:43:37 +00:00
scanner.py Replace remaining file() usage 2016-03-10 16:43:37 +00:00
server.py Port all imports to python3 2016-03-10 16:43:37 +00:00
signindex.py Port all imports to python3 2016-03-10 16:43:37 +00:00
stats.py Replace itervalues() with values() 2016-03-10 16:43:37 +00:00
update.py Replace iterkeys() with keys() 2016-03-10 16:43:37 +00:00
verify.py Port all imports to python3 2016-03-10 16:43:37 +00:00