.. |
__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
|
CLI: put "[global-opts]" in all command synopses
|
2013-04-09 19:11:33 +01:00 |
backupdb.py
|
Simplifications resulting from requiring Python 2.5 and therefore being able to use sqlite3 from the standard library. This also drops sqlite3 from the set of versions and paths we report.
|
2012-05-16 02:47:25 +00:00 |
cli.py
|
Change uses of os.path.expanduser and os.path.abspath. refs #2235
|
2015-01-30 00:50:18 +00:00 |
common_http.py
|
Apply David-Sarah's recommended changes. Closes #974
|
2012-09-04 15:45:38 -07:00 |
common.py
|
Quote the default node-directory correctly in help output. refs #2235
|
2015-02-04 00:10:21 +00:00 |
create_node.py
|
Improve error reporting and help for start/stop/etc. commands.
|
2014-10-21 19:15:32 +01:00 |
debug.py
|
Quote local paths correctly. refs #2235
|
2015-01-30 00:05:20 +00:00 |
keygen.py
|
Improve error reporting and help for start/stop/etc. commands.
|
2014-10-21 19:15:32 +01:00 |
runner.py
|
Quote the default node-directory correctly in help output. refs #2235
|
2015-02-04 00:10:21 +00:00 |
slow_operation.py
|
Rename stringutils to encodingutil, and drop listdir_unicode and open_unicode (since the Python stdlib functions work fine with Unicode paths). Also move some utility functions to fileutil.
|
2010-07-11 17:30:15 -07:00 |
startstop_node.py
|
Quote local paths correctly. refs #2235
|
2015-01-30 00:05:20 +00:00 |
stats_gatherer.py
|
Improve error reporting and help for start/stop/etc. commands.
|
2014-10-21 19:15:32 +01:00 |
tahoe_add_alias.py
|
CLI: make 'tahoe create-alias' and 'tahoe add-alias' accept a trailing colon on the new alias name (v2, minor change not to rely on implicit Unicode conversion). Includes doc changes and news; tests in a separate patch. fixes #1305
|
2011-01-13 19:44:14 -08:00 |
tahoe_backup.py
|
Use absolute paths in tahoe cp and tahoe backup. refs #2235
|
2015-01-30 00:47:35 +00:00 |
tahoe_check.py
|
remove stray trailing whitespace
|
2015-02-04 01:35:44 -08:00 |
tahoe_cp.py
|
tahoe_cp.py: use s.basename() instead of tracking it separately
|
2015-02-24 02:07:57 -08:00 |
tahoe_get.py
|
Change uses of os.path.expanduser and os.path.abspath. refs #2235
|
2015-01-30 00:50:18 +00:00 |
tahoe_ls.py
|
tahoe_ls.py: JSON responses don't need quotemarks or quoted newlines.
|
2013-03-07 16:22:47 +00:00 |
tahoe_manifest.py
|
Rename stringutils to encodingutil, and drop listdir_unicode and open_unicode (since the Python stdlib functions work fine with Unicode paths). Also move some utility functions to fileutil.
|
2010-07-11 17:30:15 -07:00 |
tahoe_mkdir.py
|
add --format= to 'tahoe put'/'mkdir', remove --mutable-type. Closes #1561
|
2011-10-13 20:15:00 -07:00 |
tahoe_mv.py
|
tahoe_mv.py: when checking success of the DELETE operation, look at the status code from DELETE rather than from the previous PUT. fixes #1255
|
2010-11-09 17:09:16 -08:00 |
tahoe_put.py
|
Change uses of os.path.expanduser and os.path.abspath. refs #2235
|
2015-01-30 00:50:18 +00:00 |
tahoe_unlink.py
|
cleanup: implement rm as a synonym for unlink rather than vice-versa. refs #776
|
2011-08-01 15:01:08 -07:00 |
tahoe_webopen.py
|
Unicode fixes.
|
2010-06-06 18:02:15 -07:00 |