Commit Graph

999 Commits

Author SHA1 Message Date
Jakub Roztocil
f6a19cf552 Don't call external URLs from tests #729 2018-11-14 11:42:59 +01:00
Jakub Roztocil
74979f3b33 Brew 2018-11-06 11:37:33 +01:00
Jakub Roztocil
698eb51e60 Update screenshot 2018-11-03 18:08:43 +01:00
Jakub Roztocil
ae8030c930 Homebrew formula for v1.0.0 2018-11-02 17:18:04 +01:00
Jakub Roztočil
2e96d7ffbb
Update CHANGELOG.rst 2018-11-02 16:28:17 +01:00
Jakub Roztocil
b5625e3d75 v1.0.0 2018-11-02 16:24:35 +01:00
Jakub Roztocil
932d3224f4 Cleanup 2018-11-02 16:23:17 +01:00
Jakub Roztocil
b596fedf13 exit 0 constant: OK => SUCCESS to avoid confusion w/ HTTP 200 OK 2018-11-02 16:07:39 +01:00
Jakub Roztocil
96444f3345 Changelog 2018-11-02 15:13:53 +01:00
Jakub Roztocil
89b66f1608 Merge remote-tracking branch 'origin/master' 2018-11-02 14:58:08 +01:00
Vladimir Berkutov
a7d570916d #722: Add support for tls1.3 (#724)
* #722: Add support for tls1.3

* #722: Document the potential support for tls1.3
2018-11-02 14:57:53 +01:00
Jakub Roztocil
ab5a50cee8 Finish --style=auto for terminal ANSI colors and make it the default.
Previously (only in the development version), this was called 'preset'.
2018-11-02 14:53:05 +01:00
Ankit R. Gadiya
91961c6b51 Fixed some lines (#723) 2018-10-31 19:17:44 +01:00
Matúš Ferech
256ea7d49d Add prog parameter to HTTPieArgumentParser (#715) 2018-10-30 18:41:56 +01:00
Matthew Leather
2cd6ea3050 Fix some broken documentation links (#703) 2018-09-07 19:10:04 +02:00
Matthew Leather
37dddf5bf7 Fix for broken Travis builds on macOS with Python 3.7 (#704) (#705) 2018-09-07 19:09:30 +02:00
Matthew Leather
e508c631f2 Fix Tox using different Python than expected on macOS (#688) (#706) 2018-09-07 19:08:37 +02:00
0xflotus
55530c8c6d fixed output for escaping rules (#700) 2018-09-03 20:04:18 +02:00
cclauss
eb929cbc04 Travis CI: Add Python 3.7 on linux to the testing (#690)
* Travis CI: Add Python 3.7 on linux to the testing

`sudo: true` and `dist: xenial` are currently required https://github.com/travis-ci/travis-ci/issues/9069

* NEWEST_PYTHON=3.7
2018-07-25 14:02:00 +02:00
Jakub Roztočil
2490bb25ca
Add v 0.9.9 CHANGELOG link 2018-07-22 17:58:52 +02:00
Jakub Roztočil
2038fa02e3
Mention v0.9.9 in CHANGELOG
#620
2018-07-22 17:57:52 +02:00
Jakub Roztocil
59d51ad513 Travis 2018-07-12 21:52:01 +02:00
Jakub Roztocil
61568f1def Travis 2018-07-12 21:46:00 +02:00
Jakub Roztocil
f93f4fa7c7 Travis CI Python versions; install fix 2018-07-12 21:33:12 +02:00
Jakub Roztocil
bf73b5701e Fix travis.yml syntax 2018-07-12 21:23:32 +02:00
Jakub Roztocil
7917f1b40c Build fixes and clean-up
* reflect Python 3.7 release
* fix `pycodestyle` errors
* update `pycodestyle` config
* move `pytest` and `pycodestyle` config to `setup.cfg`
* add `make pycodestyle`
* add `make coveralls`
* etc.
2018-07-12 21:16:16 +02:00
Jakub Roztocil
a50660cc70 Test --timeout with longer delay
test_timeout_exit_status fails on Python 2.7
https://travis-ci.org/jakubroztocil/httpie/jobs/390072675#L325
2018-07-12 00:39:31 +02:00
Jakub Roztocil
749b1e2aca Fix pytest configuration 2018-06-09 11:59:34 +02:00
Jakub Roztocil
137889a267 Doc improvements 2018-05-30 14:07:52 +02:00
Jakub Roztocil
c9c6f0fae5 Formatting 2018-05-30 14:02:46 +02:00
Jakub Roztocil
6fd1ea0e5a Section ordering 2018-05-30 13:56:35 +02:00
Jakub Roztocil
8f7676a2a9 Add Cookies section to the docs 2018-05-30 13:55:06 +02:00
Piotr Śliwka
87e661c5f1 Support using styles from Pygments plugins (#663)
`pygments.styles.STYLE_MAP` contains only styles built directly into
Pygments library. To list all available styles (including styles
registered by plugins), one should use `get_all_styles` generator.

For respective Pygments documentation, see:
http://pygments.org/docs/styles/#getting-a-list-of-available-styles
2018-04-14 15:25:59 -05:00
Theodore Dubois
8ca333dda0 Use parentheses in describing sessions (#664)
It's a little more readable than using em dashes.
2018-04-11 20:04:02 -05:00
Jakub Roztocil
0f4dce98c7 Make default HTTP headers case-insensitive
Cloase #644
2018-02-22 12:52:57 +01:00
Jakub Roztocil
05547224ce Remove a Python 2.6 mention from extras_require 2017-12-28 18:33:31 +01:00
Jakub Roztocil
6301fee3d2 Upgrade to latest requests 2017-12-28 18:32:29 +01:00
Jakub Roztocil
a803e845a5 More robust urllib3 import 2017-12-28 18:32:12 +01:00
Jakub Roztocil
11be041e06 Rename TestEnvironment to MockEnvironment to avoid pytest warnings
Close #621
2017-12-28 18:17:48 +01:00
Jakub Roztocil
7f5fd130c5 Start using dict comprehensions 2017-12-28 18:15:17 +01:00
Jakub Roztocil
ec899d70b7 Removed Python 2.6 support
* Travis CI doesn't support it anymore.
* It had EOL more than 4 years ago
2017-12-28 18:03:37 +01:00
Jakub Roztocil
4d3b4fa0be Fix rst 2017-12-22 14:48:08 +01:00
Jakub Roztocil
27c557e983
Update README.rst
test
2017-12-22 14:40:48 +01:00
Jakub Roztocil
7f24f7d34c
Delete appveyor.yml 2017-12-22 14:36:13 +01:00
Jakub Roztocil
4b61108005
Remove AppVeyor II. 2017-12-22 14:35:23 +01:00
Jakub Roztocil
8b189725fd
Remove AppVeyor
@appveyor  https://help.appveyor.com/discussions/problems/10507-pip-install-fails-with-access-is-denied-error
2017-12-22 14:34:20 +01:00
Ildar Sagdejev
1719ebded6 Fix README (#641) 2017-12-22 03:37:04 +01:00
Jakub Roztocil
c5d6a4ad8e OS X => macOS
Close #634
2017-12-17 19:45:46 +01:00
Jakub Roztocil
91e1fe2d0f
appveyor fix attempt II. 2017-12-13 21:32:37 +01:00
Jakub Roztocil
ca7f41de53
appveyor fix attempt 2017-12-13 21:29:51 +01:00