Itamar Turner-Trauring
|
0d0dd4dee9
|
Rip out all references to the unused IProgress API.
|
2021-03-31 10:35:25 -04:00 |
|
Itamar Turner-Trauring
|
c5a426b797
|
More unicode-of-bytes fixes.
|
2021-02-12 11:47:11 -05:00 |
|
Chad Whitacre
|
fa15c2c8d6
|
Declare victory on blacklist
|
2021-01-05 06:45:32 -05:00 |
|
Itamar Turner-Trauring
|
98c71e51e1
|
More progress towards passing tests.
|
2020-12-21 10:04:27 -05:00 |
|
meejah
|
1549e7eb18
|
simplify (for line in f.readlines() -> for line in f)
|
2020-05-06 15:16:34 -06:00 |
|
meejah
|
4c3d0ea6cc
|
use 'with open' for more file-opens
|
2020-05-04 21:59:15 -06:00 |
|
tpltnt
|
c8f11dc2d3
|
ported old-style classes to new-style
|
2019-05-26 08:28:18 +02:00 |
|
heartsucker
|
0750dbac38
|
updated all python files to use pep-3110 exception syntax for python3 compatibility
|
2019-04-04 11:57:58 +02:00 |
|
meejah
|
49ae2c5eb7
|
use @implementer instead of implements
Also, derive some more things from 'object'
|
2017-02-27 11:01:30 -07:00 |
|
meejah
|
db517e8edd
|
Progress API
- IProgress interface + PercentProgress implementation
- progress= args to many upload/download APIs
- ultimately for magic-folder
|
2016-04-12 00:30:50 -07:00 |
|
Brian Warner
|
445e9eaf37
|
blacklist.py: add read() method too, for completeness
|
2011-08-24 19:19:02 -07:00 |
|
david-sarah
|
3d7a32647c
|
Implementation, tests and docs for blacklists. This version allows listing directories containing a blacklisted child. Inclusion of blacklist.py fixed. fixes #1425
|
2011-08-24 08:59:28 -07:00 |
|