tahoe-lafs/src/allmydata/util
2008-11-04 17:47:15 -07:00
..
__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
assertutil.py various: use util.log.err instead of twisted.log.err, so we get both Incidents and trial-test-flunking 2008-09-20 10:35:45 -07:00
base32.py switch from base62 to base32 for storage indices, switch from z-base-32 to rfc 3548 base-32 for everything, separate out base32 encoding from idlib 2008-02-14 19:27:47 -07:00
base62.py switch from base62 to base32 for storage indices, switch from z-base-32 to rfc 3548 base-32 for everything, separate out base32 encoding from idlib 2008-02-14 19:27:47 -07:00
cachedir.py util/cachedir.py: add a cache-directory manager class, which expires+deletes unused files after a while 2008-10-30 13:01:20 -07:00
deferredutil.py rearrange encode/upload, add URIs, switch to ReplicatingEncoder 2007-01-15 21:22:22 -07:00
dictutil.py util: copy in dictutil from pyutil 2008-11-04 13:53:27 -07:00
figleaf_htmlizer.py figleaf_htmlizer: when all counts are zero, claim 0% instead of 100%, since it probably means that coverage checking has failed completely 2007-05-01 11:07:28 -07:00
figleaf.py disable figleaf tracing during py_ecc, since it takes *forever*, especially on the slow buildslave 2007-01-05 18:12:04 -07:00
fileutil.py util: copy in pyutil.fileutil.ReopenableNamedTemporaryFile 2008-11-04 17:47:15 -07:00
find_exe.py trailing-whitespace eradication, no functional changes 2007-11-01 15:34:28 -07:00
hashutil.py move netstring() and split_netstring() into a separate util.netstring module 2008-09-25 21:38:24 -07:00
humanreadable.py amdlib.util: merge in changes to humanreadable.py that were made in pyutil 2007-05-25 15:49:57 -07:00
idlib.py switch from base62 to base32 for storage indices, switch from z-base-32 to rfc 3548 base-32 for everything, separate out base32 encoding from idlib 2008-02-14 19:27:47 -07:00
iputil.py iputil.py: avoid a DNS lookup at startup (which may timeout tests when run on a partially-offline host) by using 198.41.0.4 instead of A.ROOT-SERVERS.NET 2008-10-28 13:36:46 -07:00
limiter.py util/limiter: add a repr 2008-10-07 13:19:45 -07:00
log.py util.log: send log.err to Twisted too, so that Trial tests are flunked 2008-09-20 10:34:27 -07:00
mathutil.py use base62 encoding for storage indexes, on disk and in verifier caps, and in logging and diagnostic tools 2008-02-12 20:48:37 -07:00
netstring.py netstring: add required_trailer= argument 2008-09-26 09:57:54 -07:00
nummedobj.py util: copy in nummedobj from pyutil 2008-11-04 13:55:50 -07:00
observer.py trailing-whitespace eradication, no functional changes 2007-11-01 15:34:31 -07:00
pkgresutil.py cleanup mac and windows build code 2008-01-23 21:06:41 -07:00
pollmixin.py util: move PollMixin to a separate file (pollmixin.py), so testutil can be moved into test/ 2008-10-28 21:15:48 -07:00
repeatable_random.py copy repeatable_random from pyutil 2007-04-18 17:27:33 -07:00
sibpath.py added tweaked sibpath implementation 2008-01-10 15:23:41 -07:00
time_format.py util/time_format.py: accept space separator, add unit tests 2008-10-13 15:52:58 -07:00