.. |
__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 |
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
|
change encryption-key hash to include encoding parameters. This is a minor compatibility break: CHK files encoded (with convergence) before and after this will have different keys and ciphertexts. Also switched to SHA-256d for both the data-to-key hash and the key-to-storageindex hash
|
2008-02-06 19:50:47 -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: hush the new (more strict) pyflakes
|
2008-01-14 18:27:43 -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
|
PollMixin: add timeout= argument, rewrite to avoid tail-recursion problems
|
2008-02-04 20:35:07 -07:00 |