.. |
crypto
|
Death to newint.
|
2020-08-05 11:53:23 -04:00 |
frontends
|
Config parsing now always returns Unicode.
|
2020-10-26 12:12:49 -04:00 |
immutable
|
Add stubs for methods demanded by IPeerSelector
|
2020-11-29 14:52:45 -05:00 |
introducer
|
Update two methods of introducer.client.IntroducerClient to match the interface definition.
|
2020-11-29 13:57:46 -05:00 |
mutable
|
Add stub for MutableFileVersion.get_servermap
|
2020-11-29 15:02:13 -05:00 |
scripts
|
Repeat type declaration from parent to avoid over-constraining this type for subclasses.
|
2020-11-29 14:55:13 -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
|
Add type declarations to check_load.
|
2020-11-29 13:57:46 -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
|
Ignore type checks on cmp usage (awaiting Python 3 porting)
|
2020-11-29 14:01:05 -05:00 |
windows
|
Suppress typing errors in fileutil, crawler, fixups.
|
2020-11-29 13:57:46 -05:00 |
__init__.py
|
Fix callRemote unicode issues on Python 2 universally, using monkeypatching.
|
2020-10-01 10:48:09 -04: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
|
Enough changes to make allmydata.test.test_storage run on Python 3.
|
2020-08-27 15:19:49 -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
|
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
|
chore(refs #3455) Address feedback, BBB comments
|
2020-10-07 12:28:41 -07: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 |