.. |
__init__.py
|
Initial migratory commit.
|
2018-12-17 22:10:00 -08:00 |
basenumber.py
|
Replace some % formatters with fstrings.
|
2020-02-18 00:42:33 -08:00 |
bencode.py
|
Add bencode.py.
|
2020-02-28 15:34:49 -08:00 |
betterhelp.py
|
Fix can_use_bare incorrectly handling nargs=* arguments.
|
2020-08-20 11:39:04 -07:00 |
bytestring.py
|
Add some example calls to bytestring docstring.
|
2020-03-15 15:21:00 -07:00 |
cacheclass.py
|
Initial migratory commit.
|
2018-12-17 22:10:00 -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
|
Oops, add missing import sys.
|
2020-02-25 10:39:30 -08:00 |
eternalseptember.py
|
Use code from cmd's sdate.py which is better.
|
2020-08-26 10:07:06 -07:00 |
expressionmatch.py
|
Fix __str__ in case self.token is not a string.
|
2020-09-09 12:55:09 -07:00 |
fusker.py
|
Appease some flake8 linting.
|
2020-01-31 20:53:29 -08:00 |
getpermission.py
|
Add getpermission.py.
|
2020-02-09 11:54:28 -08:00 |
hms.py
|
Add main function to hms.py.
|
2020-07-20 18:04:12 -07:00 |
imagetools.py
|
Split long parameter list onto lines.
|
2020-08-25 18:43:12 -07:00 |
kbps.py
|
Move kbps.py from cmd repository to voussoirkit.
|
2020-07-20 18:06:45 -07:00 |
passwordy.py
|
Appease some flake8 linting.
|
2020-01-31 20:53:29 -08:00 |
pathclass.py
|
Add Path.makedirs.
|
2020-09-24 14:16:51 -07:00 |
pipeable.py
|
Add some comments to pipeable.
|
2020-02-17 22:58:26 -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
|
Initial migratory commit.
|
2018-12-17 22:10:00 -08:00 |
sentinel.py
|
Add sentinel.py.
|
2020-02-11 17:06:42 -08:00 |
spinal.py
|
Use pathclass.Path.open.
|
2020-09-20 18:25:12 -07:00 |
sqlhelpers.py
|
Escape single quotes by doubling them up.
|
2020-09-15 14:03:41 -07:00 |
threadpool.py
|
Rename clear_done_and_start_jobs to start.
|
2020-03-03 01:57:32 -08:00 |
touch.py
|
Remove unused import safeprint.
|
2020-07-29 17:55:20 -07:00 |
treeclass.py
|
Replace some % formatters with fstrings.
|
2020-02-18 00:42:33 -08:00 |
windrives.py
|
Add support for path-mounted drives.
|
2020-08-25 18:43:39 -07:00 |
winglob.py
|
Match Python glob's argument signature.
|
2020-01-28 17:40:30 -08:00 |
winwhich.py
|
Avoid winshell import error for linux.
|
2020-01-19 21:00:16 -08:00 |