| .. |
|
__init__.py
|
Initial migratory commit.
|
2018-12-17 22:10:00 -08:00 |
|
backoff.py
|
Add Backoff.current to get value without stepping forward.
|
2020-11-20 13:29:33 -08:00 |
|
basenumber.py
|
Fix to_base for 0.
|
2020-12-05 20:00:27 -08:00 |
|
bencode.py
|
Add bencode.py.
|
2020-02-28 15:34:49 -08:00 |
|
betterhelp.py
|
Add a few docstrings, remove getpermission.py.
|
2021-01-13 16:37:28 -08:00 |
|
bytestring.py
|
Don't remove spaces from input string.
|
2021-01-18 01:08:35 -08:00 |
|
cacheclass.py
|
Add expiry seconds option to cacheclass.
|
2021-01-01 16:24:22 -08:00 |
|
clipext.py
|
Initial migratory commit.
|
2018-12-17 22:10:00 -08:00 |
|
configlayers.py
|
Use pathclass.Path.open.
|
2020-09-20 18:25:12 -07:00 |
|
dotdict.py
|
Fix DotDict instantiation when calling DD(some_dict).
|
2020-03-10 21:04:49 -07:00 |
|
downloady.py
|
Add vlogging to downloady.
|
2021-03-10 16:37:07 -08:00 |
|
eternalseptember.py
|
Rename variable to day_of_month.
|
2021-01-04 02:40:48 -08:00 |
|
expressionmatch.py
|
Fix __str__ in case self.token is not a string.
|
2020-09-09 12:55:09 -07:00 |
|
flasktools.py
|
Add flasktools.py.
|
2021-04-02 18:24:40 -07:00 |
|
fusker.py
|
Add a few docstrings, remove getpermission.py.
|
2021-01-13 16:37:28 -08:00 |
|
gentools.py
|
Add stringtools.py, gentools.py.
|
2020-11-18 03:17:54 -08:00 |
|
hms.py
|
Add main function to hms.py.
|
2020-07-20 18:04:12 -07:00 |
|
imagetools.py
|
Add imagetools.rotate_by_exif.
|
2021-01-05 20:41:03 -08:00 |
|
interactive.py
|
Add a few docstrings, remove getpermission.py.
|
2021-01-13 16:37:28 -08:00 |
|
kbps.py
|
Let kbps return all three values always.
|
2020-10-23 07:47:10 -07:00 |
|
lazychain.py
|
Add lazychain.py.
|
2020-10-09 13:09:51 -07:00 |
|
passwordy.py
|
Add passwordy.random_hex in addition to urandom_hex.
|
2021-01-05 20:41:22 -08:00 |
|
pathclass.py
|
Add constant WINDOWS_BADCHARS for use in other programs.
|
2020-12-05 15:06:27 -08:00 |
|
pipeable.py
|
Add module docstring to pipeable.
|
2021-01-19 17:04:13 -08:00 |
|
quickid.py
|
Use pathclass.Path.open.
|
2020-09-20 18:25:12 -07:00 |
|
ratelimiter.py
|
Replace some % formatters with fstrings.
|
2020-02-18 00:42:33 -08:00 |
|
ratemeter.py
|
Initial migratory commit.
|
2018-12-17 22:10:00 -08:00 |
|
safeprint.py
|
Split safeprint into separate functions to remove deep indents.
|
2020-09-25 15:30:00 -07:00 |
|
sentinel.py
|
Add sentinel.py.
|
2020-02-11 17:06:42 -08:00 |
|
spinal.py
|
Alphabetize imports.
|
2021-01-29 12:12:50 -08:00 |
|
sqlhelpers.py
|
Escape single quotes by doubling them up.
|
2020-09-15 14:03:41 -07:00 |
|
stringtools.py
|
Add function excise.
|
2020-11-26 18:18:47 -08:00 |
|
subproctools.py
|
Improve subproctools.quote.
|
2020-12-15 13:10:13 -08:00 |
|
threadpool.py
|
Fix result_generator hanging when the job generator produces nothing.
|
2020-11-09 11:03:08 -08:00 |
|
treeclass.py
|
Replace some % formatters with fstrings.
|
2020-02-18 00:42:33 -08:00 |
|
vlogging.py
|
Add main_fallback name to vlogging.getLogger.
|
2021-01-29 12:12:50 -08:00 |
|
windrives.py
|
Add support for path-mounted drives.
|
2020-08-25 18:43:39 -07:00 |
|
winglob.py
|
Improve winglob docstring.
|
2021-01-25 02:45:07 -08:00 |
|
winwhich.py
|
Avoid winshell import error for linux.
|
2020-01-19 21:00:16 -08:00 |