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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Add fallback_encoding to utils.http.get_url, in case a page has no implicit
•••
encoding
jesopo
2018-10-10
1
-2
/
+3
*
.decode data prior to json.loads in utils.http.get_url
jesopo
2018-10-10
1
-2
/
+1
*
Fix syntax error for throwing a timeout when signal.alarm fires
jesopo
2018-10-10
1
-1
/
+3
*
.decode plaintext returns from utils.http.get_url
jesopo
2018-10-10
1
-0
/
+1
*
Use signal.alarm to Deadline utils.http.get_url and throw useful exceptions
jesopo
2018-10-10
1
-16
/
+28
*
Set a max size of 100mb for utils.http.get_url
jesopo
2018-10-10
1
-3
/
+7
*
Change utils.http to use requests
jesopo
2018-10-10
1
-83
/
+30
*
Remove debug print in src.utils.http
jesopo
2018-10-09
1
-1
/
+0
*
Return response code from utils.http.get_url when code=True and soup=True
jesopo
2018-10-09
1
-4
/
+11
*
Support post_data in utils.http.get_url
jesopo
2018-10-08
1
-2
/
+7
*
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
3
-0
/
+383