1 patch for repository http://allmydata.org/source/tahoe-lafs/trunk: Fri Jul 30 14:05:49 PDT 2010 jacob.lyles@gmail.com * web/common fix New patches: [web/common fix jacob.lyles@gmail.com**20100730210549 Ignore-this: 9db8ef66bd6277d85957c497214506dd ] { hunk ./src/allmydata/web/common.py 88 if s >= 1.0: return "%.2fs" % s if s >= 0.01: - return "%dms" % (1000*s) + return "%.0fms" % (1000*s) if s >= 0.001: return "%.1fms" % (1000*s) hunk ./src/allmydata/web/common.py 91 - return "%dus" % (1000000*s) + return "%.0fus" % (1000000*s) def abbreviate_rate(data): # 21.8kBps, 554.4kBps 4.37MBps hunk ./src/allmydata/web/common.py 102 return "%1.2fMBps" % (r/1000000) if r > 1000: return "%.1fkBps" % (r/1000) - return "%dBps" % r + return "%.0fBps" % r def abbreviate_size(data): # 21.8kB, 554.4kB 4.37MB hunk ./src/allmydata/web/common.py 115 return "%1.2fMB" % (r/1000000) if r > 1000: return "%.1fkB" % (r/1000) - return "%dB" % r + return "%.0fB" % r def plural(sequence_or_length): if isinstance(sequence_or_length, int): } Context: [misc/build_helpers/run-with-pythonpath.py: fix stale comment, and remove 'trial' example that is not the right way to run trial. david-sarah@jacaranda.org**20100726225729 Ignore-this: a61f55557ad69a1633bfb2b8172cce97 ] [docs/specifications/dirnodes.txt: 'mesh'->'grid'. david-sarah@jacaranda.org**20100723061616 Ignore-this: 887bcf921ef00afba8e05e9239035bca ] [docs/specifications/dirnodes.txt: bring layer terminology up-to-date with architecture.txt, and a few other updates (e.g. note that the MAC is no longer verified, and that URIs can be unknown). Also 'Tahoe'->'Tahoe-LAFS'. david-sarah@jacaranda.org**20100723054703 Ignore-this: f3b98183e7d0a0f391225b8b93ac6c37 ] [docs: use current cap to Zooko's wiki page in example text zooko@zooko.com**20100721010543 Ignore-this: 4f36f36758f9fdbaf9eb73eac23b6652 fixes #1134 ] [__init__.py: silence DeprecationWarning about BaseException.message globally. fixes #1129 david-sarah@jacaranda.org**20100720011939 Ignore-this: 38808986ba79cb2786b010504a22f89 ] [test_runner: test that 'tahoe --version' outputs no noise (e.g. DeprecationWarnings). david-sarah@jacaranda.org**20100720011345 Ignore-this: dd358b7b2e5d57282cbe133e8069702e ] [TAG allmydata-tahoe-1.7.1 zooko@zooko.com**20100719131352 Ignore-this: 6942056548433dc653a746703819ad8c ] Patch bundle hash: 4418b4299917e77f0b268f98e0d12332d98739d7