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 (
Collapse
)
Author
Age
Files
Lines
*
Add typing hints to CaseInsensitiveDict, fix it's __setitem__ signature, call
jesopo
2018-12-08
1
-5
/
+5
|
|
|
|
.items() on `other` in ctor
*
Switch to using a case insensitive dictionary for headers instead of doing
jesopo
2018-12-08
1
-0
/
+8
|
|
|
|
.title() on each header key
*
Typo in utils.__init__, 'number' -> 'number_str'
jesopo
2018-11-16
1
-1
/
+2
|
*
Move logic for adding a server to the database out to utils.cli and add a
jesopo
2018-11-13
1
-1
/
+1
|
|
|
|
--add-server flag for start.py, to add new server
*
Fix some non-explicit None returns, add type hints to important variables
jesopo
2018-10-31
1
-0
/
+3
|
*
Fix/refactor issues brought up by type hint linting
jesopo
2018-10-30
1
-3
/
+3
|
*
Add type/return hints throughout src/ and, in doing so, fix some cyclical
jesopo
2018-10-30
1
-89
/
+34
|
|
|
|
references.
*
Typo in utils.parse_docstring, 'multiple_items' -> 'var_items'
jesopo
2018-10-28
1
-1
/
+1
|
*
Support multiple items for docstring kwargs in utils.parse_docstring
jesopo
2018-10-28
1
-3
/
+11
|
*
Standardise "Failed to load results" errors!
jesopo
2018-10-20
1
-0
/
+3
|
*
Add utils.EventError, utilise it for stderr in commands.py/coins.py
jesopo
2018-10-16
1
-0
/
+3
|
*
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
jesopo
2018-10-04
1
-2
/
+2
|
|
|
|
more "correct" way of doing this
*
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
jesopo
2018-10-03
1
-0
/
+173
related functionality