httpie-cli/httpie
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
..
cli Review OSError exceptions handling (#1080) 2021-05-31 10:10:41 +02:00
output Review OSError exceptions handling (#1080) 2021-05-31 10:10:41 +02:00
plugins Minor clean-up (#1078) 2021-05-29 12:06:06 +02:00
__init__.py 2.5.0-dev 2021-02-06 13:34:04 +01:00
__main__.py Remove an useless shebang form non-executable file (#1073) 2021-05-27 19:17:04 +02:00
client.py Use relative imports (#1057) 2021-05-05 14:13:39 +02:00
compat.py Python 2.7 support removal WIP 2019-08-29 08:53:56 +02:00
config.py Review OSError exceptions handling (#1080) 2021-05-31 10:10:41 +02:00
context.py Use relative imports (#1057) 2021-05-05 14:13:39 +02:00
core.py Modernize the code base with f-strings (#1068) 2021-05-25 20:49:07 +02:00
downloads.py Review OSError exceptions handling (#1080) 2021-05-31 10:10:41 +02:00
models.py Polish Python 2 removal (#1070) 2021-05-27 13:05:41 +02:00
sessions.py Use relative imports (#1057) 2021-05-05 14:13:39 +02:00
ssl.py Request content type 2020-09-25 14:44:22 +02:00
status.py Cleanup 2019-12-02 00:58:10 +01:00
uploads.py Use relative imports (#1057) 2021-05-05 14:13:39 +02:00
utils.py Polish Python 2 removal (#1070) 2021-05-27 13:05:41 +02:00