.. |
__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 |
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 |
deferredutil.py
|
rearrange encode/upload, add URIs, switch to ReplicatingEncoder
|
2007-01-15 21:22:22 -07:00 |
dictutil.py
|
util.dictutil: move DictOfSets out to a separate utility module
|
2008-05-21 09:43:49 -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
|
use added secret to protect convergent encryption
|
2008-03-24 09:46:06 -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
|
support freebsd 6
|
2008-04-28 00:41:40 -07:00 |
limiter.py
|
limiter: fix bug that ignores the limit= argument
|
2008-05-07 18:35:53 -07:00 |
log.py
|
log.py: update log.err() to take advantage of current foolscap's log.err
|
2008-01-30 18:47:23 -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 |
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 |
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_mutable.py: add more tests of post-mapupdate corruption, to support #474 testing
|
2008-06-24 11:08:10 -07:00 |
time_format.py
|
copy pyutil.time_format into src/allmydata/util
|
2007-08-14 09:33:49 -07:00 |