Mickaël Schoentgen
|
8374a9ed83
|
Review OSError exceptions handling (#1080)
- Replace obsolete `IOError` (Python 2) with `OSError`,
cf https://docs.python.org/3/library/exceptions.html#OSError.
- Improve `OSError` catches at different places, simplifying
the code.
|
2021-05-31 10:10:41 +02:00 |
|
Mickaël Schoentgen
|
a3a08a9a22
|
Use relative imports (#1057)
* Use relative imports in test
* Use relative imports
* Add myself to contributors :)
|
2021-05-05 14:13:39 +02:00 |
|
Jakub Roztocil
|
6925d930da
|
Add support for streamed uploads, --chunked, finish --multipart, etc.
Close #201
Close #753
Close #684
Close #903
Related: #452
|
2020-09-28 12:16:57 +02:00 |
|
Jakub Roztocil
|
826489950d
|
Added --unsorted
It acts as a shortcut for --format-options=json.sort_keys:false,headers.sort:false
#128
|
2020-06-16 12:20:13 +02:00 |
|
Jakub Roztocil
|
caeef2fb7c
|
Use : instead of = in `--format-options
|
2020-05-28 14:24:15 +02:00 |
|
Jakub Roztocil
|
aae596d472
|
Improve --format-options error messages
|
2020-05-27 16:19:32 +02:00 |
|
Jakub Roztocil
|
cb51faec51
|
pep8
|
2020-05-27 16:12:31 +02:00 |
|
Jakub Roztocil
|
c2a0cef76e
|
Add --format-options to allow disabling sorting, etc.
#128
|
2020-05-27 16:01:17 +02:00 |
|
Jakub Roztocil
|
a42b275ae2
|
Typing & cleanup
|
2019-09-17 09:21:49 +02:00 |
|
Jakub Roztocil
|
37fa67cd3c
|
Runnable KeyValueArgType.tokenize doctest
|
2019-09-17 09:07:12 +02:00 |
|
Jakub Roztocil
|
aba3b1ec01
|
Refactoring
|
2019-08-31 15:17:10 +02:00 |
|