tahoe-lafs/src/allmydata/util
2009-07-12 17:13:20 -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
abbreviate.py util/abbreviate: add abbreviated-size parser 2008-12-01 17:24:12 -07:00
assertutil.py pyutil: assertutil: copy in simplified assertutil from pyutil 2008-12-16 17:37:45 -07:00
base32.py util: base32: require str-not-unicode inputs -- effectively rolls back [3306] and [3307] 2009-01-06 10:41:22 -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 util: deferredutil: undo my recent patch to use our own implementation of gatherResults 2009-01-07 11:00:05 -07:00
dictutil.py remove trailing whitespace from some util classes 2009-06-29 13:03:41 -07:00
figleaf_htmlizer.py figleaf_htmlizer: fix order of summary counters 2009-02-13 09:57:53 -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 fileutil: add move_into_place(), to perform the standard unix trick of atomically replacing a file, with a fallback for windows 2009-02-18 23:13:10 -07:00
find_exe.py trailing-whitespace eradication, no functional changes 2007-11-01 15:34:28 -07:00
hashutil.py dirnode: finish renaming "iv" to "salt" in the code and the hash tag 2009-07-12 17:13:20 -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 Basically just a trivial platform detection patch for NetBSD. 2009-06-17 16:36:47 -07:00
limiter.py switch all foolscap imports to use foolscap.api or foolscap.logging 2009-05-21 17:38:23 -07:00
log.py util: log: allow empty msgs (because downloader is using the "format" alternative with no "msg" argument) 2009-01-07 11:54:11 -07:00
mathutil.py trivial: source code metadata 2009-04-03 16:33:15 -07:00
netstring.py directories: keep track of your position as you decode netstring after netstring from an input buffer instead of copying the trailing part 2009-07-04 19:51:09 -07:00
nummedobj.py remove trailing whitespace from some util classes 2009-06-29 13:03:41 -07:00
observer.py switch all foolscap imports to use foolscap.api or foolscap.logging 2009-05-21 17:38:23 -07:00
pipeline.py util/pipeline.py: new utility class to manage size-limited work pipelines, for #392 2009-05-18 16:43:26 -07:00
pkgresutil.py cleanup mac and windows build code 2008-01-23 21:06:41 -07:00
pollmixin.py tests: raise the timeout on pollmixin from 100s to 1000s -- it looks like it may have triggered too eagerly on Zandr's 266 MHz armel 2009-07-08 21:47:29 -07:00
repeatable_random.py copy repeatable_random from pyutil 2007-04-18 17:27:33 -07:00
rrefutil.py rrefutil: add trap_deafref utility, to make the callRemote-plus-ignore-DeadReferenceError-plug-log-other-errors pattern easier 2009-06-22 19:08:26 -07:00
sibpath.py added tweaked sibpath implementation 2008-01-10 15:23:41 -07:00
statistics.py remove trailing whitespace 2009-06-29 13:03:58 -07:00
time_format.py util: hooray! A clean implementation of this simple utility! Black Dew pointed out that the inverse of time.gmtime() is hidden in the "calendar" module. 2009-06-13 09:01:12 -07:00