.. |
__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
|
Change relative imports to absolute
|
2010-02-26 01:14:33 -07:00 |
base32.py
|
Change relative imports to absolute
|
2010-02-26 01:14:33 -07:00 |
base62.py
|
doc: licensing cleanups
|
2009-09-20 10:16:31 -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 |
consumer.py
|
setup: ignore _darcs in the "test-clean" test and make the "clean" step remove all .egg's in the root dir
|
2009-12-06 10:48:35 -08: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
|
Change relative imports to absolute
|
2010-02-26 01:14:33 -07:00 |
encodingutil.py
|
encodingutil: argv and output encodings are always the same on all platforms. Lose the unnecessary generality of them being different. fixes #1120
|
2011-06-29 11:53:56 -07:00 |
fake_inotify.py
|
Drop-upload frontend, rerecorded for 1.9 beta (and correcting a minor mistake). Includes some fixes for Windows but not the Windows inotify implementation. fixes #1429
|
2011-08-08 16:40:49 -07:00 |
fileutil.py
|
Eliminate direct dependencies of Tahoe-LAFS on pywin32 (rebased to trunk). refs #1274
|
2011-01-18 23:59:11 -08:00 |
happinessutil.py
|
immutable/upload.py: reduce use of get_serverid()
|
2011-02-26 19:11:38 -07:00 |
hashutil.py
|
more #859: avoid deprecation warning for unit tests too, hush pyflakes
|
2009-12-14 16:01:47 -08:00 |
humanreadable.py
|
doc: licensing cleanups
|
2009-09-20 10:16:31 -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
|
src/allmydata/util/iputil.py: correct an error in the address-matching regexps introduced by the previous patch to iputil. refs #1274
|
2011-01-20 23:21:36 -08:00 |
limiter.py
|
switch all foolscap imports to use foolscap.api or foolscap.logging
|
2009-05-21 17:38:23 -07:00 |
log.py
|
Change relative imports to absolute
|
2010-02-26 01:14:33 -07:00 |
mathutil.py
|
hush pyflakes-0.4.0 warnings: remove trivial unused variables. For #900.
|
2010-01-14 14:15:29 -08: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
|
Change relative imports to absolute
|
2010-02-26 01:14:33 -07:00 |
observer.py
|
util/observer.py: add EventStreamObserver
|
2010-08-04 00:26:12 -07:00 |
pipeline.py
|
PipelineError: fix str() on python2.4 . Closes #842.
|
2009-11-24 13:25:12 -08: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
|
Change relative imports to absolute
|
2010-02-26 01:14:33 -07:00 |
rrefutil.py
|
tidy up DeadReferenceError handling, ignore them in add_lease calls
|
2010-01-11 16:07:23 -08:00 |
sibpath.py
|
added tweaked sibpath implementation
|
2008-01-10 15:23:41 -07:00 |
spans.py
|
util/spans.py: __nonzero__ cannot return a long either. for #1154
|
2010-08-05 11:55:07 -07:00 |
statistics.py
|
setup: fix error in licensing declaration from Shawn Willden, as noted by the FSF compliance division
|
2010-03-09 08:37:36 -08:00 |
time_format.py
|
trivial: remove obsolete comment text
|
2009-07-20 06:08:43 -07:00 |
verlib.py
|
Add src/allmydata/util/verlib.py, which is a copy of verlib from https://bitbucket.org/tarek/distutilsversion/src/17df9a7d96ef . It is used to normalize and compare versions of dependencies. refs #1258
|
2011-01-20 22:04:49 -08:00 |