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 |
|