.. |
cli
|
assertFailure instead of bespoke code
|
2020-05-04 21:59:15 -06:00 |
data
|
replaced pytcryptopp rsa with our own wrapper
|
2019-06-13 22:19:28 -06:00 |
mutable
|
Thread a _Config all the way down
|
2019-08-19 16:09:26 -04:00 |
plugins
|
Support multiple plugins
|
2019-08-03 06:19:01 -04:00 |
web
|
Merge pull request #721 from sajith/3287.status-upload-nevow-to-twisted-web
|
2020-07-06 16:20:40 -04:00 |
__init__.py
|
I assume it's utf-8
|
2020-04-15 09:07:23 -04:00 |
_twisted_9607.py
|
Fix a lot of classic classes in Tahoe-LAFS
|
2019-08-13 16:55:40 -04:00 |
check_grid.py
|
remove "rm" uses from test suite
|
2020-01-17 09:45:39 -05:00 |
check_load.py
|
Fix a lot of classic classes in Tahoe-LAFS
|
2019-08-13 16:55:40 -04:00 |
check_memory.py
|
Fix a lot of classic classes in Tahoe-LAFS
|
2019-08-13 16:55:40 -04:00 |
check_speed.py
|
ported old-style classes to new-style
|
2019-05-26 08:28:18 +02:00 |
cli_node_api.py
|
Fix a lot of classic classes in Tahoe-LAFS
|
2019-08-13 16:55:40 -04:00 |
common_util.py
|
Remove the cleanup too
|
2020-01-13 15:34:30 -05:00 |
common_web.py
|
ported old-style classes to new-style
|
2019-05-26 08:28:18 +02:00 |
common.py
|
Correct arguments to super()
|
2020-05-29 09:20:18 -04:00 |
eliotutil.py
|
ported old-style classes to new-style
|
2019-05-26 08:28:18 +02:00 |
matchers.py
|
a docstring for the matcher's match method
|
2019-08-03 06:39:31 -04:00 |
no_network.py
|
use 'with open' correctly
|
2020-05-04 21:59:15 -06:00 |
status.py
|
Handle all the status cases
|
2018-05-23 13:59:42 -04:00 |
storage_plugin.py
|
try making it frozen instead of fiddling with cmp
|
2019-12-18 15:23:07 -05:00 |
test_auth.py
|
Change uses of os.path.expanduser and os.path.abspath. refs #2235
|
2015-01-30 00:50:18 +00:00 |
test_backupdb.py
|
special-case pypy
|
2020-05-04 21:59:15 -06:00 |
test_base62.py
|
removed use of backticks for repr for python3 compatibility
|
2019-04-18 13:50:21 +02:00 |
test_checker.py
|
Thread a _Config all the way down
|
2019-08-19 16:09:26 -04:00 |
test_client.py
|
pyflakes cleanups
|
2020-02-13 12:15:09 -05:00 |
test_codec.py
|
removed tuple unpacking in function definitons for python3 compatibility
|
2019-04-18 13:37:18 +02:00 |
test_configutil.py
|
Allow for dynamic configuration validation rules
|
2019-08-03 05:34:21 -04:00 |
test_connections.py
|
look at correct mock-call object
|
2020-05-04 21:59:15 -06:00 |
test_crawler.py
|
updated all python files to use pep-3110 exception syntax for python3 compatibility
|
2019-04-04 11:57:58 +02:00 |
test_crypto.py
|
fix docstrings
|
2019-07-08 13:59:48 -06:00 |
test_deepcheck.py
|
remove the custom timeouts
|
2019-05-08 18:39:26 -06:00 |
test_dirnode.py
|
link to tickets
|
2020-04-18 02:49:14 -06:00 |
test_download.py
|
Use IStorageServer instead of RemoteReference in a lot of places
|
2019-05-31 13:41:07 -04:00 |
test_eliotutil.py
|
Remove tests for removed code
|
2019-03-20 12:53:24 -04:00 |
test_encode.py
|
remove the custom timeouts
|
2019-05-08 18:39:26 -06:00 |
test_encodingutil.py
|
updated all python files to use pep-3110 exception syntax for python3 compatibility
|
2019-04-04 11:57:58 +02:00 |
test_filenode.py
|
ported old-style classes to new-style
|
2019-05-26 08:28:18 +02:00 |
test_ftp.py
|
updated instances of octal literals to use the format 0o123 for python3 compatibility
|
2019-03-29 11:08:44 +01:00 |
test_happiness.py
|
this is still needed
|
2018-04-03 13:59:35 -04:00 |
test_hashtree.py
|
updated all python files to use pep-3110 exception syntax for python3 compatibility
|
2019-04-04 11:57:58 +02:00 |
test_helper.py
|
Thread a _Config all the way down
|
2019-08-19 16:09:26 -04:00 |
test_humanreadable.py
|
Add the builtins import to make Python 2 builtins match Python 3's.
|
2020-07-06 14:00:02 -04:00 |
test_hung_server.py
|
remove the custom timeouts
|
2019-05-08 18:39:26 -06:00 |
test_i2p_provider.py
|
replaced StringIO imports with six.moves
|
2019-03-28 12:31:37 +01:00 |
test_immutable.py
|
Use IStorageServer instead of RemoteReference in a lot of places
|
2019-05-31 13:41:07 -04:00 |
test_import.py
|
Move the remaining package checking machinery to its own module.
|
2019-08-13 15:11:01 -04:00 |
test_introducer.py
|
Add more docstrings; add a test hook.
|
2019-08-16 17:43:31 +01:00 |
test_iputil.py
|
ported old-style classes to new-style
|
2019-05-26 08:28:18 +02:00 |
test_json_metadata.py
|
Eliminate mock dependency.
|
2015-07-17 22:12:25 +01:00 |
test_multi_introducers.py
|
assert proper errors
|
2020-05-04 21:59:15 -06:00 |
test_netstring.py
|
directories: keep track of your position as you decode netstring after netstring from an input buffer instead of copying the trailing part
|
2009-07-04 19:51:09 -07:00 |
test_no_network.py
|
And for the NoNetworkGrid clients' web port config
|
2019-03-28 15:02:53 -04:00 |
test_node.py
|
don't reach through the tahoe-lafs config object
|
2019-08-03 06:19:01 -04:00 |
test_observer.py
|
hush pyflakes-0.4.0 warnings: slightly less-trivial fixes. Closes #900.
|
2010-01-14 14:17:19 -08:00 |
test_python2_regressions.py
|
Remove the greater part of the implementation
|
2020-02-13 10:43:50 -05:00 |
test_python3.py
|
Lint fixes.
|
2020-07-07 11:30:01 -04:00 |
test_repairer.py
|
ported old-style classes to new-style
|
2019-05-26 08:28:18 +02:00 |
test_runner.py
|
Delete test_version_no_noise
|
2019-10-29 08:56:14 -04:00 |
test_sftp.py
|
Use the better variable name
|
2019-08-14 09:23:11 -04:00 |
test_stats.py
|
Change relative imports to absolute
|
2010-02-26 01:14:33 -07:00 |
test_storage_client.py
|
Use hyperlink instead of a string
|
2019-11-26 08:33:56 -05:00 |
test_storage.py
|
Merge pull request #690 from sajith/3247.storage-py-neovw-to-twt
|
2020-07-06 16:18:34 -04:00 |
test_system.py
|
Merge pull request #669 from meejah/make-pypy-work
|
2020-05-13 12:44:23 -06:00 |
test_testing.py
|
unused imports
|
2020-06-19 17:22:42 -06:00 |
test_tor_provider.py
|
replaced StringIO imports with six.moves
|
2019-03-28 12:31:37 +01:00 |
test_upload.py
|
Thread a _Config all the way down
|
2019-08-19 16:09:26 -04:00 |
test_uri.py
|
Fix a pyflakes import warning.
|
2013-07-18 20:54:19 +01:00 |
test_util.py
|
Lint fixes.
|
2020-07-07 11:30:01 -04:00 |
test_version.py
|
Move the remaining package checking machinery to its own module.
|
2019-08-13 15:11:01 -04:00 |
test_websocket_logs.py
|
Remove the greater part of the implementation
|
2020-02-13 10:43:50 -05:00 |