Batuhan Taskaya
b0b0f3dc53
Mask the stdout/stderr for the inner daemon process on MacOS ( #1389 )
2022-05-06 10:06:59 +03:00
Batuhan Taskaya
2142ae60c3
Final release prep for 3.2.0 ( #1387 )
2022-05-05 23:32:35 +03:00
Batuhan Taskaya
ff6f1887b0
[Major] UI Enhancements ( #1321 )
...
* Refactor tests to use a text-based standard output. (#1318 )
* Implement new style `--help` (#1316 )
* Implement man page generation (#1317 )
* Implement rich progress bars. (#1324 )
* Man page deployment & isolation. (#1325 )
* Remove all unsorted usages in the CLI docs
* Implement isolated mode for man page generation
* Add a CI job for autogenerated files
* Distribute man pages through PyPI
* Pin the date for man pages. (#1326 )
* Hide suppressed arguments from --help/man pages (#1329 )
* Change download spinner to line (#1328 )
* Regenerate autogenerated files when pushed against to master. (#1339 )
* Highlight options (#1340 )
* Additional man page enhancements (#1341 )
* Group options by the parent category & highlight -o/--o
* Display (and underline) the METAVAR on man pages.
* Make help message processing more robust (#1342 )
* Inherit `help` from `short_help`
* Don't mirror short_help directly.
* Fixup the serialization
* Use `pager` and `man` on `--manual` when applicable (#1343 )
* Run `man $program` on --manual
* Page the output of `--manual` for systems that lack man pages
* Improvements over progress bars (separate bar, status line, etc.) (#1346 )
* Redesign the --help layout.
* Make our usage of rich compatible with 9.10.0
* Add `HTTPIE_NO_MAN_PAGES`
* Make tests also patch os.get_terminal_size
* Generate CLI spec from HTTPie & Man Page Hook (#1354 )
* Generate CLI spec from HTTPie & add man page hook
* Use the full command space for the option headers
2022-04-14 07:43:10 -07:00
Batuhan Taskaya
33ea977b64
Don't send Content-Length
for OPTIONS
requests when there is no data. ( #1319 )
2022-04-03 06:02:41 -07:00
Batuhan Taskaya
266c6375c6
Release prep for 3.1.0 ( #1313 )
2022-03-08 01:50:09 +03:00
Batuhan Taskaya
d45f413f12
Make the version point to 3.0.3.dev0
( #1291 )
2022-02-03 01:47:06 -08:00
Batuhan Taskaya
559134de0a
Release 3.0.2 ( #1281 )
2022-01-24 21:20:17 +03:00
Jakub Roztocil
3b441fa57e
3.0.1
2022-01-23 13:58:01 +01:00
Batuhan Taskaya
88140422a9
3.0 release prep ( #1272 )
2022-01-21 20:34:38 +03:00
Jakub Roztocil
840f77d2a8
Tweak changelog & 3.0.0.dev0
2021-12-01 20:44:04 +01:00
Mickaël Schoentgen
021eb651e0
Bump the version to 2.7.0.dev0 ( #1188 )
2021-10-19 10:21:45 +02:00
Mickaël Schoentgen
419427cfb6
Update downstream files for HTTPie 2.6.0 ( #1186 )
...
* Update Alpine package
* Add charset-normalizer deps for Alpine
It currently does not exist. We will need to add it ourselves.
* Update Gentoo package
* Update Brew formula
* Update MacPorts port
* Fix Gentoo deps
* Update examples
* Update Void Linux package
* Update Void Linux commands
* Update Chocolateur package
* Review DEbian packaging details
* Simplify Void Linux package
* Update more packages
* Update summary everywhere
* Remove temporary file
* Update Chocolatey package URL
* Updates
* Update Spack
2021-10-19 10:18:35 +02:00
Mickaël Schoentgen
42af2f786f
v2.6.0 ( #1182 )
...
[skip ci]
2021-10-14 10:36:39 +02:00
Mickaël Schoentgen
273134123a
Bump the version to 2.6.0.dev0 ( #1162 )
...
[skip ci]
2021-09-21 10:40:09 +02:00
Mickaël Schoentgen
4eaa4d67c5
v2.5.0 ( #1140 )
...
[skip ci]
2021-09-06 20:23:14 +02:00
Mickaël Schoentgen
5717fb1ad5
Normalize the version ( #1101 )
...
To fix that warning:
setuptools/dist.py:473: UserWarning: Normalizing '2.5.0-dev' to '2.5.0.dev0'
2021-07-01 10:34:51 +02:00
Jakub Roztocil
e944dbd7fa
2.5.0-dev
2021-02-06 13:34:04 +01:00
Jakub Roztocil
bb36897054
2.4.0
2021-02-06 11:17:24 +01:00
Jakub Roztocil
42c4a7596b
2.4.0-dev
2020-10-25 21:36:24 +01:00
Jakub Roztocil
1573058811
v2.3.0
2020-10-25 21:12:38 +01:00
Jakub Roztocil
ce185bd0fa
Update __init__.py
2020-08-17 13:16:57 +02:00
Jakub Roztocil
93d07cfe57
v2.3.0-dev
2020-06-18 22:25:07 +02:00
Jakub Roztocil
5945845420
v2.2.0
2020-06-18 22:20:12 +02:00
Jakub Roztocil
774ff148cd
2.2.0-dev
2020-04-18 12:57:56 +02:00
Jakub Roztocil
70a78249c1
2.1.0
...
#488 #840 #895
2020-04-18 12:54:40 +02:00
Jakub Roztocil
e6bad645ed
Fixed --form
file upload mixed with redirected stdin
error handling.
...
Close #840
2020-01-23 15:55:00 +01:00
Jakub Roztocil
4b524e6a8c
v2.0.0
2020-01-12 10:50:57 +01:00
Jakub Roztocil
374c371ef1
Add httpie.status
2019-09-16 13:26:18 +02:00
Jakub Roztocil
0f654388fc
Python 3 annotations, super(), pathlib, etc.
2019-08-30 15:14:51 +02:00
Jakub Roztocil
b3d2c1876e
Python 2.7 support removal WIP
2019-08-29 08:53:56 +02:00
Jakub Roztocil
747be30d2e
1.0.3
2019-08-26 12:42:34 +02:00
Jakub Roztocil
c591a3810d
1.0.3-dev
2018-11-14 16:36:47 +01:00
Jakub Roztocil
0eba037037
v1.0.2
...
Close #729
2018-11-14 16:36:19 +01:00
Jakub Roztocil
3898129e9c
Changelog
2018-11-14 16:22:00 +01:00
Jakub Roztocil
f6a19cf552
Don't call external URLs from tests #729
2018-11-14 11:42:59 +01:00
Jakub Roztocil
b5625e3d75
v1.0.0
2018-11-02 16:24:35 +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
7f5fd130c5
Start using dict comprehensions
2017-12-28 18:15:17 +01:00
Jakub Roztocil
7321b9fa4e
Add --verify true/false tests and CHANGELOG
2017-02-17 00:56:07 +01:00
Jakub Roztocil
0af6ae1be4
Fix PyPi README rendering
...
Close #540
2016-12-09 00:26:55 +01:00
Jakub Roztocil
3a3aecca45
0.9.8
2016-12-08 05:22:20 +01:00
Jakub Roztocil
3a6fd074a1
Added ExitStatus.PLUGIN_ERROR
(7)
2016-12-08 04:42:17 +01:00
Jakub Roztocil
9b23a4ac9a
Exit with status 130 on CTRL-C
...
http://www.tldp.org/LDP/abs/html/exitcodes.html
#531
2016-10-26 11:53:01 +02:00
Jakub Roztocil
87e44ae639
Handle curses-free Pythons
2016-09-06 11:50:56 +01:00
Jakub Roztocil
8e96238323
v0.9.6
2016-08-13 23:01:05 +02:00
Jakub Roztocil
487c7a9221
v0.9.5
2016-08-13 22:51:42 +02:00
Jakub Roztocil
e25948f6a0
1.0.0-dev
2016-07-01 19:17:31 +02:00
Jakub Roztocil
b565b4628e
v0.9.4
2016-07-01 19:02:34 +02:00
Jakub Roztocil
66e168b2af
Improved failed test output
2016-03-02 13:16:41 +08:00
Jakub Roztocil
356e043651
Added --show-redirects and --max-redirects
...
Closes #157 , #183 , #188 , #246
2016-02-29 14:12:09 +08:00