.. |
__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 |
backupdb.py
|
backupdb: cosmetic: capitalize the no-pysqlite instructions properly. Thanks to Terrell Russell for the catch.
|
2009-02-11 15:28:30 -07:00 |
cli.py
|
Use failUnlessEqual instead of failUnless(a == b)
|
2009-02-22 16:42:14 -07:00 |
common_http.py
|
scripts: stop using RuntimeError, for #639
|
2009-02-22 17:31:06 -07:00 |
common.py
|
CLI: remove the '-v' alias for --version-and-path, to free up '-v' for more traditional uses (like --verbose)
|
2009-01-23 15:21:50 -07:00 |
create_node.py
|
storage: replace sizelimit with reserved_space, make the stats 'disk_avail' number incorporate this reservation
|
2008-12-01 17:24:21 -07:00 |
debug.py
|
break storage.py into smaller pieces in storage/*.py . No behavioral changes.
|
2009-02-18 14:46:55 -07:00 |
keygen.py
|
#542 'tahoe create-key-generator': fix the .tac file this creates to be compatible with modern code, add a test
|
2008-12-01 17:47:21 -07:00 |
runner.py
|
cli: undo the effects of [http://allmydata.org/trac/tahoe/changeset/20081222235453-92b7f-f841e18afb94e1fd95e6dafb799a3d876dd85c69]
|
2008-12-24 09:53:17 -07:00 |
slow_operation.py
|
cli: factor out slow-http-operation to a separate module
|
2008-11-18 19:11:13 -07:00 |
startstop_node.py
|
setup: add a case to execute "python .../twistd.py" if "twistd" is not found
|
2009-02-04 18:06:20 -07:00 |
stats_gatherer.py
|
test_runner.py: revert the CreateNode section to using runner() inline, rather than spawning a process, to get more precise coverage
|
2009-02-09 02:26:17 -07:00 |
tahoe_add_alias.py
|
CLI: check for pre-existing aliases in 'tahoe create-alias' and 'tahoe add-alias'
|
2008-12-02 20:20:22 -07:00 |
tahoe_backup.py
|
Add elapsed timestamp to cli backup command final summary.
|
2009-02-24 11:14:25 -07:00 |
tahoe_check.py
|
add --add-lease to 'tahoe check', 'tahoe deep-check', and webapi.
|
2009-02-17 19:32:43 -07:00 |
tahoe_cp.py
|
'tahoe cp -r', upon encountering a dangling symlink, would assert out.
|
2009-01-07 23:51:14 -07:00 |
tahoe_get.py
|
CLI: simplify argument-passing, use options= for everthing, including stdout
|
2008-08-01 11:46:24 -07:00 |
tahoe_ls.py
|
tahoe_ls: CLI command should return rc=0, not None
|
2009-02-02 21:07:20 -07:00 |
tahoe_manifest.py
|
#509: remove non-streaming 'tahoe manifest' CLI form
|
2009-01-23 17:00:02 -07:00 |
tahoe_mkdir.py
|
CLI: simplify argument-passing, use options= for everthing, including stdout
|
2008-08-01 11:46:24 -07:00 |
tahoe_mv.py
|
tolerate simplejson-2.0.0 and newer, which frequently return bytestrings instead of unicode objects. Closes #523
|
2008-09-30 15:21:06 -07:00 |
tahoe_put.py
|
CLI: change one-arg forms of 'tahoe put' to make an unlinked file, fix replace-mutable #441
|
2008-08-01 19:27:29 -07:00 |
tahoe_rm.py
|
CLI: simplify argument-passing, use options= for everthing, including stdout
|
2008-08-01 11:46:24 -07:00 |
tahoe_webopen.py
|
CLI: rework webopen, and moreover its tests w.r.t. path handling
|
2008-09-24 09:45:23 -07:00 |