tahoe-lafs/src/allmydata/util
2020-05-06 15:22:22 -06: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 teach abbreviate_time to understand timedelta 2016-04-12 18:42:53 -06:00
assertutil.py update raise syntax for python3 compatibility 2019-04-05 11:39:10 +02:00
base32.py update code/test to use new ed25512 module 2019-06-13 22:19:28 -06:00
base62.py remove interpreter shbang lines from non-executables 2011-10-14 10:23:01 -07:00
configutil.py use 'with open' for more file-opens 2020-05-04 21:59:15 -06:00
connection_status.py Don't blow up the web status if we get an unrecognized announcement 2019-08-03 06:19:01 -04:00
consumer.py use @implementer instead of implements 2017-02-27 11:01:30 -07:00
dbutil.py updated all python files to use pep-3110 exception syntax for python3 compatibility 2019-04-04 11:57:58 +02:00
deferredutil.py ported old-style classes to new-style 2019-05-26 08:28:18 +02:00
dictutil.py dictutil: remove unused move, subtract, del_if_present 2017-08-12 21:48:05 -07:00
eliotutil.py pyflakes cleanups 2020-02-13 12:15:09 -05:00
encodingutil.py updated string literal syntax for python3 compatibility 2019-04-25 11:18:33 +02:00
fileutil.py bytes 2019-07-08 14:16:28 -06:00
gcutil.py Some gc hinting and docs 2019-05-09 15:45:07 -06:00
happinessutil.py removed tuple unpacking in function definitons for python3 compatibility 2019-04-18 13:37:18 +02:00
hashutil.py str -> bytes 2019-07-08 14:16:37 -06:00
humanreadable.py Fix a lot of classic classes in Tahoe-LAFS 2019-08-13 16:55:40 -04:00
i2p_provider.py pull 'basedir' entirely into _Config 2018-09-10 21:58:27 -06: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 Some gc hinting and docs 2019-05-09 15:45:07 -06:00
limiter.py ported old-style classes to new-style 2019-05-26 08:28:18 +02:00
log.py hush somewhat-real problems found by static analysis 2017-12-31 00:23:43 +01:00
mathutil.py hush pyflakes-0.4.0 warnings: remove trivial unused variables. For #900. 2010-01-14 14:15:29 -08:00
namespace.py Add Namespace utility class. (This is already used in the leasedb/cloud backend branch.) 2015-07-17 22:12:25 +01: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 Fix comparison of NummedObj against non-NummedObj 2019-02-25 08:35:57 -05:00
observer.py made OneShotObserverList a new-style class 2019-05-26 08:28:18 +02:00
pipeline.py Fix a lot of classic classes in Tahoe-LAFS 2019-08-13 16:55:40 -04:00
pollmixin.py ported old-style classes to new-style 2019-05-26 08:28:18 +02:00
progress.py Progress API 2016-04-12 00:30:50 -07:00
rrefutil.py hush a bunch of not-really-problems caught by the lgtm.com static analyzer 2017-12-31 00:19:41 +01:00
sibpath.py added tweaked sibpath implementation 2008-01-10 15:23:41 -07:00
spans.py ported old-style classes to new-style 2019-05-26 08:28:18 +02:00
statistics.py replaced all remaining instances of the print statement with the print function 2019-03-24 14:14:00 +01:00
time_format.py update raise syntax for python3 compatibility 2019-04-05 11:39:10 +02:00
tor_provider.py basedir fixup 2018-09-10 21:58:27 -06:00
verlib.py Fix pre-release matching regex character class 2018-04-26 15:20:27 -04:00
yamlutil.py factor out yamlutil.py 2016-07-19 17:31:41 -07:00