Commit Graph

1162 Commits

Author SHA1 Message Date
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
Pablo Santiago Blum de Aguiar
46e24dd6b5 Use function as source of styles for Fish completion 2017-12-13 21:22:53 +01:00
Pablo Santiago Blum de Aguiar
803127e8c9 Remove duplicate option from Fish completion list 2017-12-13 21:22:53 +01:00
Jakub Roztocil
4c138959ea
Merge pull request #633 from darshanime/version_number_fix
fix env version attribute
2017-12-13 21:18:38 +01:00
Jakub Roztocil
91a28973bd
Merge pull request #631 from CrazyPython/patch-2
Fix Travis Build by removing 2.6
2017-12-13 21:16:05 +01:00
Jakub Roztocil
02b28093a8
Merge pull request #630 from CrazyPython/patch-1
Clarify error message
2017-12-13 21:15:43 +01:00
Jakub Roztocil
d64e7d8a6a
Merge pull request #638 from gtback/update-contributing-rst
Update CONTRIBUTING.rst to include correct Makefile targets.
2017-12-13 21:14:31 +01:00
Greg Back
8841b8bf46 Update CONTRIBUTING.rst to include correct Makefile targets. 2017-12-07 04:39:32 +00:00
darshanime
6472ca55e1 fix env version attribute 2017-11-18 19:01:26 +05:30
James
37c3307018
Remove 2.6 2017-11-14 09:18:10 -05:00
James
0aab796960
Clarify error message 2017-11-13 07:23:52 -05:00
Jakub Roztocil
95c33e31a2 Merge pull request #614 from watersalesman/master
List DNF as Fedora package manager in README
2017-10-04 12:09:07 -05:00
Randy Ramos
9af833da30 List DNF as Fedora package manager in README 2017-10-02 16:55:35 -04:00
Jakub Roztocil
dfe6245cd6 Update AppVeyor 2017-09-07 13:57:15 +02:00
Jakub Roztocil
555761f3cb Update copyright year 2017-09-06 01:42:16 +02:00
Jakub Roztocil
643735ef23 Fix Gitter link
Close #590
2017-09-06 01:14:56 +02:00
Jakub Roztocil
7a45f14542 Merge pull request #584 from scorphus/hotfix/new-requests
Support requests>=2.14.0
2017-07-20 07:54:08 +02:00
Jakub Roztocil
e993f83355 Merge pull request #589 from alappe/patch-1
Update README.rst, fix typo…
2017-07-20 07:53:30 +02:00
Jakub Roztocil
d726a4cd92 Merge pull request #591 from DavidOliver/patch-1
Fix sentence on overriding default timeout in readme
2017-07-20 07:52:57 +02:00
David Oliver
8d3f09497b Fix sentence on overriding default timeout in readme 2017-06-30 14:54:49 +02:00
Andreas Lappe
31c78c2885 Update README.rst 2017-06-26 13:00:46 +02:00
Pablo Santiago Blum de Aguiar
9776a6dea0 Support requests>=2.14.0
From that release onwards, `cert_verify` raises `IOError` [1].

    1: https://github.com/kennethreitz/requests/commit/7d8b87c
2017-05-17 20:31:10 -03:00
Jakub Roztocil
f1d4861fae Merge pull request #568 from dsego/dsego/ansi-colors
Follow terminal ANSI color styles

Close #524
2017-03-12 22:44:05 +01:00
Jakub Roztocil
d99e1ff492 Fix link 2017-03-12 13:31:03 +01:00
Jakub Roztocil
a196d1d451 Travis cache: pip 2017-03-12 13:18:39 +01:00
Davorin Šego
02209c2db1 Oops, remove semicolons 2017-03-11 18:12:00 +01:00
Davorin Šego
9886f01f91 New style option that applies the terminal ANSI color scheme 2017-03-11 18:00:35 +01:00
Davorin Šego
a4f796fe69 Revert "Follow terminal ANSI color styles"
This reverts commit b0fde07cfd.
2017-03-11 16:58:50 +01:00
Jakub Roztocil
c948f98b05 Update links 2017-03-10 11:27:38 +01:00
Davorin Šego
b0fde07cfd Follow terminal ANSI color styles
Removes the default solarized color scheme and custom http lexer class.
2017-03-06 01:05:50 +01:00
Jakub Roztocil
f74670fac1 Update README.rst 2017-03-01 12:40:26 +01:00
Jakub Roztocil
7321b9fa4e Add --verify true/false tests and CHANGELOG 2017-02-17 00:56:07 +01:00
Jakub Roztocil
cf8d5eb3e8 Merge pull request #560 from hangtwenty/dummyproof-cli-param-verify
Add --verify=(true|false) as an alternative to (yes|no) and make the boolean value case-insensitive
2017-02-17 00:43:22 +01:00
Michael Floering
64af72eb88 Turn --verify=False/True to --verify=no/yes
One way to address #559 -- https://github.com/jkbrzt/httpie/issues/559
-- instead of warning or throwing an error, just accept "True" and "False"
as synonyms of yes/no

(Updated to reflect feedback given at https://github.com/jkbrzt/httpie/pull/560 )
2017-02-13 18:30:55 -06:00
Jakub Roztocil
de38f86730 Merge pull request #558 from RobDesideri/patch-1
Update pip official website url
2017-02-09 21:13:47 +01:00
Roberto Desideri
244ad15c92 Update pip official website url 2017-02-09 15:25:07 +01:00
Jakub Roztocil
586f45e634 Merge pull request #494 from keik/patch-1
Fix typo
2017-02-07 20:50:43 +01:00
Jakub Roztocil
b1b4743663 Merge pull request #555 from rootulp/patch-1
Gitter Badge: flat-square style
2017-02-07 20:50:01 +01:00