index
:
~steering
/
bitbot.git
this commit
master
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
utils
/
parse.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix format_token_replace for $$
jesopo
2020-01-25
1
-2
/
+2
*
utils.parse.timed_args() min_args should be optional
jesopo
2020-01-24
1
-1
/
+1
*
sort variable $names descending so longer ones are caught first
jesopo
2020-01-03
1
-0
/
+4
*
actually replace "$$" with "$"
jesopo
2019-12-27
1
-0
/
+4
*
`i` should shift righwards also when finding double sigil
jesopo
2019-12-27
1
-2
/
+2
*
simplify token replace, catch one-char end-of-string tokens
jesopo
2019-12-21
1
-10
/
+6
*
implement standardised $token replacement in utils.parse
jesopo
2019-12-21
1
-0
/
+31
*
Revert "add utils.parse.shortencode() and utils.parse.shortdecode - effective...
•••
This reverts commit e71f3bbc36eba8abf616d93fde48cba66b3749f1.
jesopo
2019-12-06
1
-45
/
+1
*
add utils.parse.shortencode() and utils.parse.shortdecode - effectively base62
jesopo
2019-12-06
1
-1
/
+45
*
move "+5m" syntax parsing out to utils.parse
jesopo
2019-11-18
1
-0
/
+11
*
split some stuff out of utils/__init__.py
jesopo
2019-11-15
1
-1
/
+27
*
utils.parse doesn't need to import utils
jesopo
2019-10-29
1
-1
/
+0
*
refactor multi-line-to-line normalisation to utils.parse.line_normalise(), us...
•••
closes #174
jesopo
2019-10-10
1
-0
/
+5
*
add utils.parse.try_int() because .isdigit() isnt good enough
jesopo
2019-09-26
1
-0
/
+6
*
Fix utils.parse.hashflags type hints
jesopo
2019-05-25
1
-3
/
+4
*
Don't store hashflags as a dict before returning them - allow duplicate keys
jesopo
2019-05-25
1
-3
/
+3
*
Add a way to not put spaces between docstring lines when stripping \n
jesopo
2019-05-18
1
-5
/
+10
*
Fix type annotations for utils.parse.keyvalue
jesopo
2018-11-11
1
-2
/
+3
*
Filter out empty items in utils.parse.keyvalue
jesopo
2018-11-08
1
-1
/
+1
*
Clarify `items` and `var_items` typing in src.utils.parse
jesopo
2018-11-05
1
-3
/
+4
*
Add src.utils.parse.keyvalue, mostly for IRCv3 CAP negotiation
jesopo
2018-11-05
1
-0
/
+10
*
Add type/return hints throughout src/ and, in doing so, fix some cyclical
•••
references.
jesopo
2018-10-30
1
-0
/
+57