summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2012-07-26v0.2.60.2.6Jakub Roztocil
2012-07-26Added docstrings, refactored input.Jakub Roztocil
2012-07-26Mention necessary quoting with `:=`. #77Jakub Roztocil
2012-07-26Improved error messages.Jakub Roztocil
2012-07-26Clean-upJakub Roztocil
2012-07-25Ensure that full querystring is printent with -v.Jakub Roztocil
2012-07-24Fixed RST formatting.Jakub Roztocil
2012-07-24Short option for --headers is now -h.Jakub Roztocil
2012-07-24Allow multiple fields with the same name.Jakub Roztocil
2012-07-24Switched to "==" a the separator for URL params.Jakub Roztocil
2012-07-24Updated changelog.Jakub Roztocil
2012-07-24Replaced --ignore-http-status with --check-status.Jakub Roztocil
2012-07-23Fixed tests.Jakub Roztocil
2012-07-23Added exit codes for HTTP 3xx, 4xx, 5xx (3, 4, 5).Jakub Roztocil
2012-07-21Fixed colorama initialization (#36).Jakub Roztocil
2012-07-21Use local `httpbin` for all tests if available.Jakub Roztocil
2012-07-21UndebugJakub Roztocil
2012-07-21Fixed tests.Jakub Roztocil
2012-07-21Added `models.Environment()`.Jakub Roztocil
2012-07-20Updated flags in README.Jakub Roztocil
2012-07-20Changed default --print to "b" if stdout piped.Jakub Roztocil
2012-07-20Updated installation instructions.Jakub Roztocil
2012-07-20Improved highlighting of HTTP headers.Jakub Roztocil
2012-07-19Updated changelog; added stable version README link.Jakub Roztocil
2012-07-19Merge pull request #72 from jakebasile/issue-61Jakub Roztocil
2012-07-18Updated documentation for query string params.Jake Basile
2012-07-18Added a bit of testing for the new query string parameters.Jake Basile
2012-07-18Added the ability to pass query string parameters.Jake Basile
2012-07-17Clean up.Jakub Roztocil
2012-07-17Updated changelog.Jakub Roztocil
2012-07-17Added support for terminal colors under Windows.Jakub Roztocil
2012-07-17README fixes.Jakub Roztocil
2012-07-170.2.6devJakub Roztocil
2012-07-170.2.5 (bugfixes)0.2.5Jakub Roztocil
2012-07-17Fixed tests exist status.Jakub Roztocil
2012-07-17Python 3 fixes.Jakub Roztocil
2012-07-17Fixed AttributeError in Content-Type vendor removal.Jakub Roztocil
2012-07-17Fixed accidentally remove __licence__.Jakub Roztocil
2012-07-170.2.5devJakub Roztocil
2012-07-170.2.5devJakub Roztocil
2012-07-170.2.4 (bad upload of 0.2.3 to pypi).0.2.4Jakub Roztocil
2012-07-17Merge branch 'master' of github.com:jkbr/httpieJakub Roztocil
2012-07-170.2.4devJakub Roztocil
2012-07-170.2.30.2.3Jakub Roztocil
2012-07-16Merge pull request #69 from jokull/masterJakub Roztocil
2012-07-17Add a note on pretty JSON and unicode to changelogJakub Roztocil
2012-07-17Added test case to verify unicode outputOleg Churkin
2012-07-17Now non-ascii symbols displayed correctly in the output (not as escape sequen...Oleg Churkin
2012-07-17Better wording.Jakub Roztocil
2012-07-16Allow stdin data with password prompt; added testsJakub Roztocil