.. |
__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 |
_python3.py
|
Port to Python 3.
|
2020-07-29 14:49:48 -04:00 |
abbreviate.py
|
Document unicode.
|
2020-07-23 11:49:02 -04:00 |
assertutil.py
|
Fix pyflakes issues.
|
2020-07-09 13:12:30 -04:00 |
base32.py
|
Workaround future/pypy incompatibility.
|
2020-07-21 13:55:53 -04:00 |
base62.py
|
Workaround future/pypy incompatibility.
|
2020-07-21 13:55:53 -04: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
|
Port modules to Python 3.
|
2020-07-09 14:32:16 -04:00 |
dictutil.py
|
Don't expose Python 3 dicts to innocent, unsuspecting Python 2 code.
|
2020-07-28 11:23:40 -04:00 |
eliotutil.py
|
Restore eliot code.
|
2020-07-13 14:33:13 -04:00 |
encodingutil.py
|
Fix some things that prevent Python 3 imports.
|
2020-07-24 13:48:11 -04:00 |
fileutil.py
|
Fix some things that prevent Python 3 imports.
|
2020-07-24 13:48:11 -04:00 |
gcutil.py
|
Port to Python 3.
|
2020-07-29 14:49:48 -04:00 |
happinessutil.py
|
removed tuple unpacking in function definitons for python3 compatibility
|
2019-04-18 13:37:18 +02:00 |
hashutil.py
|
Finish porting to Python 3.
|
2020-07-15 15:00:29 -04:00 |
humanreadable.py
|
Add the builtins import to make Python 2 builtins match Python 3's.
|
2020-07-06 14:00:02 -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
|
Fix typo.
|
2020-07-28 11:11:27 -04:00 |
log.py
|
hush somewhat-real problems found by static analysis
|
2017-12-31 00:23:43 +01:00 |
mathutil.py
|
Fix pyflakes issues.
|
2020-07-09 13:12:30 -04:00 |
namespace.py
|
Switch definitely to _python3.py for listing modules, but also note if a module
|
2020-07-03 13:28:36 -04:00 |
netstring.py
|
Futurize part of port to Python 3.
|
2020-07-15 11:19:57 -04:00 |
nummedobj.py
|
Fix comparison of NummedObj against non-NummedObj
|
2019-02-25 08:35:57 -05:00 |
observer.py
|
Port to Python 3.
|
2020-07-22 10:29:44 -04:00 |
pipeline.py
|
Port to Python 3.
|
2020-07-22 10:36:50 -04:00 |
pollmixin.py
|
Port modules to Python 3.
|
2020-07-09 14:32:16 -04:00 |
progress.py
|
Progress API
|
2016-04-12 00:30:50 -07:00 |
rrefutil.py
|
Delete some dead code.
|
2020-07-09 13:52:06 -04:00 |
sibpath.py
|
added tweaked sibpath implementation
|
2008-01-10 15:23:41 -07:00 |
spans.py
|
Finish port to Python 3.
|
2020-07-22 09:56:59 -04:00 |
statistics.py
|
Port to Python 3.
|
2020-07-27 15:34:28 -04:00 |
time_format.py
|
Port time_format to Python 3.
|
2020-07-21 14:08:31 -04:00 |
tor_provider.py
|
basedir fixup
|
2018-09-10 21:58:27 -06:00 |
verlib.py
|
Finish port to Python 3.
|
2020-07-24 14:31:36 -04:00 |
yamlutil.py
|
factor out yamlutil.py
|
2016-07-19 17:31:41 -07:00 |