Jean-Paul Calderone
198de5c648
Hoist the sys.stdout import to top level
2021-09-22 15:53:56 -04:00
Jean-Paul Calderone
3e3fd1aa75
on Windows, Python 3 wants to play
2021-09-08 14:25:30 -04:00
Jean-Paul Calderone
88d3ee5785
debug print
2021-09-08 13:43:47 -04:00
Jean-Paul Calderone
8ca1f8c335
Python 3 is grumpy that it doesn't get to play
...
Fool it
2021-09-07 16:19:15 -04:00
Jean-Paul Calderone
24e7dcfcd8
Let me write unicode to stdout on Python 2
2021-09-07 16:10:10 -04:00
Jean-Paul Calderone
4db8c2209b
lint
2021-09-07 15:17:18 -04:00
Jean-Paul Calderone
acc8cbd28b
Remove use of the mock module from test_status
2021-08-12 16:50:01 -04:00
Itamar Turner-Trauring
f48cf88f35
Fix flake.
2021-06-03 09:45:29 -04:00
Itamar Turner-Trauring
cb1e591c6e
Port to Python 3.
2021-06-03 09:37:59 -04:00
Itamar Turner-Trauring
2f25950944
All tests pass on Python 3.
2021-03-18 11:00:49 -04:00
Itamar Turner-Trauring
b7d6b97f63
Some progress towards passing tests on Python 3.
2021-03-18 10:42:15 -04:00
Jean-Paul Calderone
20084506b3
Handle all the status cases
2018-05-23 13:59:42 -04:00
Brian Warner
da4e7dcfbe
hush a bunch of not-really-problems caught by the lgtm.com static analyzer
...
This is all minor stuff: unreachable debug code (that should be commented-out
instead of in an 'if False:' block), unnecessary 'pass' and 'global'
statements, redundantly-initialized variables. No behavior changes. Nothing
here was actually broken, it just looked suspicious to the static analysis at
https://lgtm.com/projects/g/tahoe-lafs/tahoe-lafs/alerts/?mode=list .
2017-12-31 00:19:41 +01:00
meejah
4f1dd95963
Add a 'tahoe status' command
...
This required also fixing the JSON output from
the "recent and active operations" page.
2017-04-04 12:48:41 -06:00