tahoe-lafs/src/allmydata/util
robk-tahoe 9ed5533760 added tweaked sibpath implementation
use of twisted.python.util.sibpath to find files relative to modules doesn't
work when those modules are bundled into a library by py2exe.  this provides
an alternative implementation (in allmydata.util.sibpath) which checks for
the existence of the file, and if it is not found, attempts to find it relative
to sys.executable instead.
2008-01-10 15:23:41 -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 trailing-whitespace eradication, no functional changes 2007-11-01 15:34:18 -07:00
bencode.py bencode.py: reencode as UTF-8 2007-11-01 15:42:57 -07:00
deferredutil.py rearrange encode/upload, add URIs, switch to ReplicatingEncoder 2007-01-15 21:22:22 -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 put all private state in $BASEDIR/private 2007-12-17 16:39:54 -07:00
find_exe.py trailing-whitespace eradication, no functional changes 2007-11-01 15:34:28 -07:00
hashutil.py rename "secret" to "lease_secret" and change its size from 16 to 32 bytes 2007-12-17 18:34:11 -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 add regexes to idlib to match certain kinds of base32-encoded values 2008-01-03 16:44:46 -07:00
iputil.py a few documentation and naming convention updates 2007-12-12 19:34:08 -07:00
log.py util.log: add levels like UNUSUAL 2008-01-07 17:32:45 -07:00
mathutil.py trailing-whitespace eradication, no functional changes 2007-11-01 15:25:20 -07:00
observer.py trailing-whitespace eradication, no functional changes 2007-11-01 15:34:31 -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
testutil.py test_dirnode.py: obtain full coverage of dirnode.py 2007-12-04 14:32:04 -07:00