.. |
crypto
|
Death to newint.
|
2020-08-05 11:53:23 -04:00 |
frontends
|
Rename 'ShortReadOnlySFTPFile.async' to '.async_' for compatibility with Python 3.7 and later.
|
2020-08-21 19:55:34 -04:00 |
immutable
|
Docstring.
|
2020-08-11 14:54:12 -04:00 |
introducer
|
Also update the introducer's use of read_config
|
2019-08-03 05:34:21 -04:00 |
mutable
|
rename
|
2019-07-08 12:49:07 -06:00 |
scripts
|
Add Python 3 compatibility for code paths relevant to 'tahoe --version'.
|
2020-08-21 19:55:34 -04:00 |
storage
|
Finish porting to Python 3.
|
2020-08-19 13:25:11 -04:00 |
test
|
Add Python 3 compatibility for code paths relevant to 'tahoe --version'.
|
2020-08-21 19:55:34 -04:00 |
testing
|
assert -> Exception
|
2020-07-09 16:05:29 -04:00 |
util
|
Add Python 3 compatibility for code paths relevant to 'tahoe --version'.
|
2020-08-21 19:55:34 -04:00 |
web
|
Rename to_str() to the more accurate to_bytes().
|
2020-08-14 13:49:48 -04:00 |
windows
|
Remove the greater part of the implementation
|
2020-02-13 10:43:50 -05:00 |
__init__.py
|
Only install module mappings once.
|
2020-07-02 14:31:33 -04:00 |
__main__.py
|
add __main__.py so "python -m allmydata" works
|
2016-03-25 14:49:18 -07:00 |
_auto_deps.py
|
Remove characteristic dependency
|
2020-01-27 13:44:28 -05:00 |
blacklist.py
|
simplify (for line in f.readlines() -> for line in f)
|
2020-05-06 15:16:34 -06:00 |
check_results.py
|
ported old-style classes to new-style
|
2019-05-26 08:28:18 +02:00 |
client.py
|
make test_util pass under both pythons
|
2020-07-29 09:00:50 +02:00 |
codec.py
|
use @implementer instead of implements
|
2017-02-27 11:01:30 -07:00 |
control.py
|
simplify (for line in f.readlines() -> for line in f)
|
2020-05-06 15:16:34 -06:00 |
deep_stats.py
|
Add some docstrings.
|
2016-12-23 22:50:48 -05:00 |
dirnode.py
|
Reorganize imports to make Python 3 support easier.
|
2020-08-12 10:23:30 -04:00 |
hashtree.py
|
Merge remote-tracking branch 'origin/master' into 3365.log-python-3
|
2020-08-06 17:03:27 -04:00 |
history.py
|
ported old-style classes to new-style
|
2019-05-26 08:28:18 +02:00 |
interfaces.py
|
Make imports work.
|
2020-08-18 13:10:57 -04:00 |
monitor.py
|
use @implementer instead of implements
|
2017-02-27 11:01:30 -07:00 |
node.py
|
Add Python 3 compatibility for code paths relevant to 'tahoe --version'.
|
2020-08-21 19:55:34 -04:00 |
nodemaker.py
|
Various cleanups, fixes and improvements
|
2017-06-05 16:31:41 -06:00 |
stats.py
|
use 'with open' for more file-opens
|
2020-05-04 21:59:15 -06:00 |
storage_client.py
|
Merge pull request #653 from tahoe-lafs/3248.pass-config-to-get_storage_client
|
2019-08-23 09:04:23 -04:00 |
unknown.py
|
use @implementer instead of implements
|
2017-02-27 11:01:30 -07:00 |
uri.py
|
ported old-style classes to new-style
|
2019-05-26 08:28:18 +02:00 |
version_checks.py
|
Death to newint.
|
2020-08-05 11:53:23 -04:00 |
webish.py
|
Stop accessing the maybe-deprecated Request.channel attribute
|
2020-01-17 11:45:08 -05:00 |