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
/
__init__.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use decimal.Decimal in utils.parse_number
jesopo
2018-10-12
1
-9
/
+12
*
Actually pass format args to ValueErrors in utils.parse_number
jesopo
2018-10-12
1
-2
/
+2
*
int(number) after we've checked .isdigit() in utils.parse_number
jesopo
2018-10-12
1
-0
/
+1
*
Add utils.parse_number, to turn 1k/1m/1b in to 1_000/1_000_000/1_000_000_000
jesopo
2018-10-12
1
-0
/
+19
*
Support multiple types of comments in utils.get_hashflags
jesopo
2018-10-07
1
-3
/
+11
*
Typo in utils, 'line.replace[3:]' -> 'line[3:]'
jesopo
2018-10-04
1
-1
/
+1
*
Checking for the presence of the seperator in the return from .partition is a
•••
more "correct" way of doing this
jesopo
2018-10-04
1
-2
/
+2
*
Non-present hashflag values should be None, not empty string
jesopo
2018-10-04
1
-1
/
+1
*
Simplify hashflag parsing
jesopo
2018-10-04
1
-6
/
+1
*
Move 'top 10' logic to utils, add !wordiest to modules/words.py
jesopo
2018-10-04
1
-0
/
+11
*
Use docstring key, not value, as a key.
jesopo
2018-10-03
1
-3
/
+3
*
Move src/Utils.py in to src/utils/, splitting functionality out in to modules of
•••
related functionality
jesopo
2018-10-03
1
-0
/
+173