Markus Unterwaditzer
|
18d8bb9fc2
|
Remove Python 2 support (#499)
* Discontinue Python 2.
See #219
* Remove Python 2 config option
* Remove coerce_native
* Remove PY2 variable
* s/text_type/str/g
* Flake8 fixes
* Remove str = str
* s/to_native/to_unicode/g
* Remove to_unicode = to_unicode
* Remove iteritems
* Remove itervalues
* Remove str import, flake8 fixes
* Remove urlparse compat code
* Remove with_metaclass
* Remove unused PY2 variable
* Remove getargspec_ish
* Remove to_bytes
* Remove compat module
* Remove Python 2 from Travis
* fixup! Remove urlparse compat code
* fixup! Remove urlparse compat code
* fixup! Remove compat module
|
2016-09-08 12:18:36 +02:00 |
|
Markus Unterwaditzer
|
97bfccdb44
|
Stylefix for flake8 update
|
2016-07-26 21:48:42 +02:00 |
|
Markus Unterwaditzer
|
403a683e70
|
Cosmetic improvements
|
2016-06-16 15:10:03 +02:00 |
|
Markus Unterwaditzer
|
08b7db3478
|
Stylefix
|
2016-04-30 19:46:13 +02:00 |
|
Markus Unterwaditzer
|
66c6f31c8b
|
Remove test of deprecated code
See a1532f36f6
|
2016-04-30 18:49:43 +02:00 |
|
Markus Unterwaditzer
|
41c59f4c47
|
Make discovery explicit (#439)
* Make discovery explicit
Fix #438
|
2016-04-27 02:17:16 +02:00 |
|
Markus Unterwaditzer
|
8134313390
|
CLI worker: Show how many tasks failed
Fix #398
|
2016-04-03 23:36:49 +02:00 |
|
Markus Unterwaditzer
|
bd6bca6540
|
Fix hangup on no-op sync
Fix #395
|
2016-03-26 22:05:47 +01:00 |
|
Markus Unterwaditzer
|
391f193eae
|
Rename test_main to test_sync
|
2016-03-26 21:37:22 +01:00 |
|