.. |
__init__.py
|
move all packages into src/, fix allmydata.Crypto build. Now you must perform a 'setup.py build' before using anything, and you must add the build directory (build/lib.linux-i686-2.4) to your PYTHONPATH before doing anything
|
2006-12-14 03:39:50 -07:00 |
admin.py
|
Port to Python 3.
|
2021-05-04 10:52:55 -04:00 |
backupdb.py
|
Tests pass on Python 3.
|
2021-03-23 10:02:01 -04:00 |
cli.py
|
Even more passing tests on Python 3.
|
2021-05-04 10:36:27 -04:00 |
common_http.py
|
Body should be bytes.
|
2021-03-18 13:29:56 -04:00 |
common.py
|
Remove unused imports.
|
2021-04-12 10:27:00 -04:00 |
create_node.py
|
Fix a BytesWarning.
|
2021-04-12 10:25:15 -04:00 |
debug.py
|
More tests passing on Python 3.
|
2021-05-04 10:27:26 -04:00 |
default_nodedir.py
|
Add Python 3 compatibility for code paths relevant to 'tahoe --version'.
|
2020-08-21 19:55:34 -04:00 |
runner.py
|
Fix failing tests on Python 3.
|
2021-05-12 12:02:22 -04:00 |
slow_operation.py
|
Tests pass on Python 3.
|
2021-05-04 12:03:12 -04:00 |
tahoe_add_alias.py
|
Fix typo.
|
2021-03-18 13:29:50 -04:00 |
tahoe_backup.py
|
This API is irrelevant in Python 2.5 or later, and not present in newer Python 3.
|
2021-05-05 11:22:17 -04:00 |
tahoe_check.py
|
Fix lint.
|
2021-04-30 10:19:59 -04:00 |
tahoe_cp.py
|
Note this code is buggy.
|
2021-05-21 11:01:00 -04:00 |
tahoe_get.py
|
This code should only run on Python 3.
|
2021-05-10 10:31:12 -04:00 |
tahoe_invite.py
|
Merge pull request #1016 from LeastAuthority/3650.tahoe-invite-regression
|
2021-03-25 20:09:55 -04:00 |
tahoe_ls.py
|
Move unicode conversion higher up.
|
2021-05-04 10:00:27 -04:00 |
tahoe_manifest.py
|
Tests pass on Python 3.
|
2021-05-04 12:03:12 -04:00 |
tahoe_mkdir.py
|
More progress towards Python 3 tests passing.
|
2021-04-22 10:36:10 -04:00 |
tahoe_mv.py
|
Move unicode conversion higher up.
|
2021-05-04 10:00:27 -04:00 |
tahoe_put.py
|
All test_create_alias tests pass on Python 3.
|
2021-04-30 11:06:31 -04:00 |
tahoe_run.py
|
Merge remote-tracking branch 'origin/master' into 3532.test_node-no-mock
|
2020-12-14 15:35:42 -05:00 |
tahoe_status.py
|
All tests pass on Python 3.
|
2021-03-18 11:00:49 -04:00 |
tahoe_unlink.py
|
Some progress towards test_system.py fully running on Python 3.
|
2021-05-04 11:22:12 -04:00 |
tahoe_webopen.py
|
First test passes on Python 3.
|
2021-04-30 10:33:59 -04:00 |
types_.py
|
Merge remote-tracking branch 'origin/master' into 3638.mypy-vs-allmydata-scripts
|
2021-03-17 21:23:28 -04:00 |