Jakub Roztočil
f1e1299104
Merge pull request #305 from msabramo/patch-3
...
Conditionally skip test_session_unicode on Py3k
2015-02-10 16:00:24 +01:00
Marc Abramowitz
86ebb9b741
compat.py: Add pragma no covers
...
Cuz this is a lot of version-specific stuff and it can be confusing to have different coverage per version, especially with coveralls.
2015-02-10 06:54:59 -08:00
Marc Abramowitz
873102d5eb
Mark test_session_unicode as xfail
...
There are known problems with unicode in headers.
See https://github.com/jakubroztocil/httpie/issues/282
2015-02-10 06:52:51 -08:00
Jakub Roztocil
337c05f95c
README
2015-02-07 18:06:49 +01:00
Jakub Roztocil
a786f17997
1.0.0-dev
2015-02-07 17:04:33 +01:00
Jakub Roztocil
753a8d04e4
v0.9.1
2015-02-07 17:04:13 +01:00
Jakub Roztocil
3ff03524ff
HTTP/2 has no minor versions.
...
https://github.com/jakubroztocil/httpie-http2/issues/1
2015-02-07 16:31:42 +01:00
Jakub Roztocil
a5a83c5b77
Prevent a circular import issue.
2015-02-07 16:29:17 +01:00
Jakub Roztocil
9682f955b5
Handle HTTP/2 responses
...
https://github.com/jakubroztocil/httpie-http2/issues/1#issuecomment-73301801
2015-02-06 21:13:57 +01:00
Jakub Roztocil
0d21ff022e
Added a link to @pd's httpie-api-auth plugin
2015-02-06 20:06:50 +01:00
Jakub Roztocil
996e314482
Cleanup
2015-02-05 15:55:20 +01:00
Jakub Roztocil
687a6a734d
Added support for transport adapter plugins
...
#276 , #298
2015-02-05 15:25:00 +01:00
Jakub Roztocil
b125ce5eae
Allow custom URL schemes
...
Closes #299
See also #276
2015-02-05 14:35:34 +01:00
Jakub Roztocil
92a4352f10
Added a coveralls badge.
2015-01-31 17:49:48 +01:00
Jakub Roztočil
c0f1fb61ac
Merge pull request #297 from msabramo/patch-1
...
README.rst: suppor => support
2015-01-31 16:15:42 +01:00
Marc Abramowitz
17358be1ae
README.rst: suppor => support
2015-01-31 07:01:54 -08:00
Jakub Roztocil
338d39c841
Fixed version link
2015-01-31 13:23:52 +01:00
Jakub Roztocil
530d6c5e27
1.0.0-dev
2015-01-31 13:22:17 +01:00
Jakub Roztocil
6c66d91f59
v0.0.9
2015-01-31 13:21:45 +01:00
Jakub Roztocil
ed6485498b
README
2015-01-24 00:41:22 +01:00
Jakub Roztocil
59b6020105
Extended SSL documentation.
2015-01-24 00:22:31 +01:00
Jakub Roztocil
12f2d99bfd
Added test client SSL certs
2015-01-23 23:56:08 +01:00
Jakub Roztocil
5fbafc18bc
Added tests for client as well as server SSL certificate handling.
2015-01-23 23:55:03 +01:00
Jakub Roztocil
df07927843
--certkey is now --cert-key
2015-01-23 23:54:27 +01:00
Jakub Roztocil
d3d78afb6a
Pypy3 (2.4.0) curses bug workaround.
2015-01-23 22:19:02 +01:00
Jakub Roztocil
25b1be7c8a
Work around missing object_pairs_hook
in Python 2.6
2015-01-23 22:04:42 +01:00
Jakub Roztocil
22c993bab8
Merge branch 'fix-268' of https://github.com/asnelzin/httpie into asnelzin-fix-268
2015-01-23 21:45:09 +01:00
Jakub Roztocil
b2ec4f797f
Exit with 0 for --version and --help ( closes #293 ).
2015-01-19 15:39:46 +01:00
Alexander Nelzin
a2b12f75ea
Fixed and added test for JSON properties order.
2014-11-13 23:56:05 +03:00
Jakub Roztocil
0481957715
Fixed multiple uploads with the same field name
...
Closes #267
2014-10-20 14:41:48 +02:00
Jakub Roztocil
c301305a59
Cleanup.
2014-10-20 14:41:48 +02:00
Jakub Roztocil
2078ece95a
Cleanup
2014-10-20 14:41:48 +02:00
Jakub Roztočil
43f7b84a1e
Merge pull request #260 from brakhane/master
...
Fallback to JSON highlighting if subtype contains json
2014-09-25 06:27:17 +02:00
Dennis Brakhane
f1cd289d51
Fallback to JSON highlighting if subtype contains json
...
Some JSON based formats like JSON Home Documents[1] don't
use a '+json' suffix, but simply contain json in their
MIME type. Also, some servers might use (outdated)
types like 'application/x-json'.
The JSON formatter can already handle those cases,
but the highlighter was ignoring them.
This commit will let the highlighter choose the JSON
lexer if no other lexer could be found and the MIME subtype
contains 'json'
[1] http://tools.ietf.org/html/draft-nottingham-json-home-03
2014-09-25 00:10:06 +02:00
Jakub Roztocil
24f46ff3ef
Changelog
2014-09-08 07:50:41 +02:00
Jakub Roztocil
afe521ef73
Merge remote-tracking branch 'origin/master'
2014-09-08 07:47:55 +02:00
Jakub Roztocil
58b51a8277
Improved terminal color depth detection via curses
...
Closes #244
2014-09-08 07:46:53 +02:00
Jakub Roztocil
6aa711c69f
Removed pytest-xdist
...
The test suite is much less IO-bound now with the local httpbin
instance (via pytest-httpbin). Therefore, paralelization is not
as helpful.
2014-09-08 07:44:25 +02:00
Jakub Roztočil
d2d1023921
Merge pull request #249 from frewsxcv/patch-1
...
Enable testing on PyPy 3
2014-09-07 10:45:29 +02:00
Jakub Roztocil
b0effe07d9
Fixed --output=/dev/null on Linux
...
Closes #252
2014-09-07 10:22:21 +02:00
Jakub Roztocil
af873effb6
Changelog typo.
2014-09-05 18:40:28 +02:00
Jakub Roztocil
5084f18568
'\' only escapes separator characters in req-items
...
It makes easier to work with Windows paths.
Closes #253 , #254
2014-09-05 18:36:23 +02:00
Jakub Roztocil
1035710956
Added RequestItems named tuple for convenience.
2014-09-05 07:51:35 +02:00
Corey Farwell
5d2b3f5552
Enable testing on PyPy 3
2014-08-15 00:03:27 -07:00
Jakub Roztocil
ca36f1de04
Handle empty passwords in URL credentials
...
Closes #242
2014-07-18 13:39:47 +02:00
Jakub Roztocil
0f96348fd1
Cleanup
2014-07-18 13:39:47 +02:00
Jakub Roztočil
2fd84ec1da
Merge pull request #241 from ametaireau/patch-1
...
Add the hawk auth plugin
2014-07-17 07:58:08 +02:00
Alexis Metaireau
e3c83fca6f
Add the hawk plugin
2014-07-17 00:48:56 +02:00
Jakub Roztocil
529f3bd9b6
Fixed python setup.py test
2014-06-28 19:52:10 +02:00
Jakub Roztocil
2a72ae23d5
Run tests against local httpbin instance via pytest-httpbin.
2014-06-28 16:38:41 +02:00