.. |
__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
|
backout no-longer required unrelated change
|
2020-12-07 09:51:34 -05:00 |
backupdb.py
|
Tests pass on Python 3.
|
2021-03-23 10:02:01 -04:00 |
cli.py
|
Some tests passing on Python 3.
|
2021-04-21 11:18:36 -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
|
Enable BytesWarning across all tests ported to Python 3, fixing problems that caught.
|
2021-02-24 14:36:15 -05: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
|
Simplify.
|
2021-03-30 09:46:56 -04:00 |
slow_operation.py
|
All tests pass on Python 3.
|
2021-04-21 11:42:05 -04:00 |
tahoe_add_alias.py
|
Fix typo.
|
2021-03-18 13:29:50 -04:00 |
tahoe_backup.py
|
More progress towards passing Python 3 tests.
|
2021-04-12 09:35:34 -04:00 |
tahoe_check.py
|
All tests pass on Python 3.
|
2021-04-21 11:42:05 -04:00 |
tahoe_cp.py
|
Convert print statements to print functions, even when commented. Fixes #3408.
|
2020-09-11 14:50:44 -04:00 |
tahoe_get.py
|
Handle Python 3 case where stdout by default is Unicode.
|
2021-04-12 10:17: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
|
Even more progress towards passing Python 3 tests.
|
2021-04-12 09:51:53 -04:00 |
tahoe_manifest.py
|
All tests pass on Python 3.
|
2021-04-21 11:42:05 -04:00 |
tahoe_mkdir.py
|
updated all python files to use pep-3110 exception syntax for python3 compatibility
|
2019-04-04 11:57:58 +02:00 |
tahoe_mv.py
|
Rename to_str() to the more accurate to_bytes().
|
2020-08-14 13:49:48 -04:00 |
tahoe_put.py
|
updated all python files to use pep-3110 exception syntax for python3 compatibility
|
2019-04-04 11:57:58 +02: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
|
updated all python files to use pep-3110 exception syntax for python3 compatibility
|
2019-04-04 11:57:58 +02:00 |
tahoe_webopen.py
|
updated all python files to use pep-3110 exception syntax for python3 compatibility
|
2019-04-04 11:57:58 +02:00 |
types_.py
|
Merge remote-tracking branch 'origin/master' into 3638.mypy-vs-allmydata-scripts
|
2021-03-17 21:23:28 -04:00 |