.. |
crypto
|
Death to newint.
|
2020-08-05 11:53:23 -04:00 |
frontends
|
Prefer type(None) for better compatibility.
|
2020-11-29 15:24:20 -05:00 |
immutable
|
Add stub for LocalCiphertextReader.set_upload_status
|
2020-11-29 15:08:46 -05:00 |
introducer
|
Update two methods of introducer.client.IntroducerClient to match the interface definition.
|
2020-11-29 13:57:46 -05:00 |
mutable
|
Ignore interface violation in MutableFileVersion.download_to_data
|
2020-11-29 15:06:12 -05:00 |
scripts
|
Ignore error when untyped Module has no dispatch.
|
2020-11-29 15:52:04 -05:00 |
storage
|
Ignore failure on StorageServer.slot_testv_and_readv_and_writev, the implementation of which deviates from the interface spec substantially.
|
2020-11-29 14:04:59 -05:00 |
test
|
Change comment to clarify that it's the implementation that's incomplete.
|
2020-12-18 09:58:56 -05:00 |
testing
|
assert -> Exception
|
2020-07-09 16:05:29 -04:00 |
util
|
Suppress typing errors in fileutil, crawler, fixups.
|
2020-11-29 13:57:46 -05:00 |
web
|
Declare MultiFormatResource.formatDefault as optional string for subclass overrides.
|
2020-11-29 15:19:11 -05:00 |
windows
|
Suppress typing errors in fileutil, crawler, fixups.
|
2020-11-29 13:57:46 -05:00 |
__init__.py
|
Ignores no longer needed.
|
2020-12-18 09:23:27 -05:00 |
__main__.py
|
Pick off a couple of easy ports
|
2020-10-28 14:57:10 -04:00 |
_auto_deps.py
|
Pick off a couple of easy ports
|
2020-10-28 14:57:10 -04:00 |
_monkeypatch.py
|
Fix the integration test failure.
|
2020-10-05 10:43:48 -04:00 |
blacklist.py
|
simplify (for line in f.readlines() -> for line in f)
|
2020-05-06 15:16:34 -06:00 |
check_results.py
|
Port test_checker.py to Python 3.
|
2020-10-05 11:12:06 -04:00 |
client.py
|
Merge pull request #902 from tahoe-lafs/3512.localized-tempdir
|
2020-11-25 18:18:36 -05:00 |
codec.py
|
Add a non-implementation of encode_proposal to satisfy interface.
|
2020-11-29 13:57:46 -05: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
|
Update DirectoryNode.set_uri to match interface spec.
|
2020-11-29 15:16:45 -05: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
|
Remove self arguments to IProgress, which mypy caught as improper.
|
2020-11-29 13:57:46 -05:00 |
monitor.py
|
Port to Python 3.
|
2020-08-07 13:28:14 -04:00 |
node.py
|
Suppress type error in Node.GENERATED_FILES, apparently unused.
|
2020-11-29 13:57:46 -05:00 |
nodemaker.py
|
Python 3 fixes.
|
2020-09-16 11:13:23 -04:00 |
stats.py
|
Fix type errors with CPUUsageMonitor subclasses with float POLL_INTERVAL.
|
2020-11-29 15:56:39 -05:00 |
storage_client.py
|
No need for explicit unicode.
|
2020-11-05 10:09:52 -05:00 |
unknown.py
|
use @implementer instead of implements
|
2017-02-27 11:01:30 -07:00 |
uri.py
|
Declare DirectoryURIVerifier type to allow subclass to override.
|
2020-11-29 14:15:24 -05:00 |
webish.py
|
Everything should be new-style
|
2020-11-18 16:53:28 -05:00 |