Commit Graph

868 Commits

Author SHA1 Message Date
Jakub Roztocil
48a6d234cb Need a main()
#531
2016-10-26 11:21:30 +02:00
Jakub Roztocil
c6f2b32e36 Stricter KeyboardInterrupt silencing
Relates to #531, but doesn't solve it completely.
2016-10-26 11:16:39 +02:00
Jakub Roztocil
64f6f69037 Add Twitter link 2016-09-17 15:58:05 +02:00
Jakub Roztocil
6bdfc7a071 Update config and session file help URLs 2016-09-12 10:57:30 +02:00
Jakub Roztocil
497a91711a README 2016-09-12 09:13:37 +02:00
Jakub Roztocil
f515ef72d0 README 2016-09-12 09:12:07 +02:00
Jakub Roztocil
22a2fddc79 README 2016-09-12 08:59:55 +02:00
Jakub Roztocil
1847eaa299 Updated config docs 2016-09-11 18:48:56 +02:00
Jakub Roztocil
e387c1d43e Updated config docs 2016-09-11 18:46:33 +02:00
Jakub Roztocil
fc6d89913f README 2016-09-11 11:39:03 +02:00
Jakub Roztocil
d584686744 README 2016-09-11 01:16:07 +02:00
Jakub Roztocil
b565be4318 CHANGELOG 2016-09-06 11:53:52 +01:00
Jakub Roztocil
87e44ae639 Handle curses-free Pythons 2016-09-06 11:50:56 +01:00
Jakub Roztočil
0d08732397 Merge pull request #516 from dongweiming/fix-496
Fix the handling of zero REQUEST_ITEM arguments 

Close  #496
2016-09-06 11:06:45 +01:00
dongweiming
c53a778f60 Fix Issue #496 2016-09-01 17:46:34 +08:00
Jakub Roztočil
5efc9010cc Update CHANGELOG.rst 2016-08-14 11:36:21 +02:00
Jakub Roztočil
08e883fcfe Merge pull request #503 from zquestz/patch-1
Updated README.rst to add Arch Linux install docs.
2016-08-14 04:09:50 +02:00
Josh Ellithorpe
c4b309164f Updated README.rst to add Arch Linux install docs. 2016-08-13 19:08:37 -07:00
Jakub Roztocil
8e96238323 v0.9.6 2016-08-13 23:01:05 +02:00
Jakub Roztocil
8a9206eceb Fixed Makefile 2016-08-13 22:57:44 +02:00
Jakub Roztocil
8ac3c5961c Upgrade Pygments version 2016-08-13 22:57:33 +02:00
Jakub Roztocil
487c7a9221 v0.9.5 2016-08-13 22:51:42 +02:00
Jakub Roztocil
6d65668355 Strip request header values 2016-08-13 22:40:01 +02:00
Jakub Roztočil
3e5115e4a2 Merge pull request #501 from ii-v/master
Fixed spelling mistake in the AUTHORS.rst file
2016-08-11 08:37:41 +02:00
ii-v
2b8b572f22 Merge pull request #1 from ii-v/ii-v-patch-1
Fixed spelling mistake `GitHib` to `GitHub`
2016-08-11 01:44:04 +02:00
ii-v
af737fd338 Fixed spelling mistage GitHib to GitHub 2016-08-11 01:43:15 +02:00
Jakub Roztočil
ee375b6942 Merge pull request #493 from medecau/codestyle_environment
Codestyle environment
2016-07-29 23:17:00 +02:00
Pedro Rodrigues
becb63de9a useful info 2016-07-26 21:59:34 +01:00
Pedro Rodrigues
86c8abc485 force os to be linux (+1 squashed commit)
Squashed commits:
[444c56d] no vars for you (+1 squashed commit)
Squashed commits:
[c7d1bf9] added pycodestyle environment to travis config
2016-07-26 21:43:13 +01:00
Pedro Rodrigues
8f6bee9196 codestyle fixes 2016-07-19 17:23:40 +01:00
Pedro Rodrigues
9c2c058ae5 separate environment to test codestyle as proposed by @sigmavirus24 2016-07-19 17:23:18 +01:00
Jakub Roztocil
6238b59e72 Fix formatting 2016-07-08 15:05:43 +02:00
Jakub Roztocil
702c21aa91 Added related projects 2016-07-08 15:03:48 +02:00
Jakub Roztocil
aab5cd9da0 PEP8. clean-up 2016-07-04 20:30:55 +02:00
Jakub Roztocil
8c0f0b578c Clean-up 2016-07-02 18:44:02 +02:00
Jakub Roztocil
bb4881a873 Fixed README 2016-07-02 18:30:04 +02:00
Jakub Roztocil
3a1726b4ed Fixed README 2016-07-02 15:04:19 +02:00
Jakub Roztocil
e1fa57d228 Added -I as a shortcut for --ignore-stdin 2016-07-02 15:01:46 +02:00
Jakub Roztocil
bfc64bce21 Upgrade requests to 2.10.0 to enable optional SOCKS support
Closes #86
2016-07-02 14:58:34 +02:00
Jakub Roztocil
595dc51b2d Fish shell completion 2016-07-02 14:33:04 +02:00
Jakub Roztočil
83fa772247 Merge pull request #459 from dickeyxxx/fish-completion
added completions for fish shell
2016-07-02 14:31:06 +02:00
Jakub Roztocil
49a0fb6e0f More liberal default JSON Accept header
Closes #470
2016-07-02 14:18:36 +02:00
Jakub Roztocil
41e822ca2f Clean-up 2016-07-02 12:51:35 +02:00
Jakub Roztocil
1124d68946 Added --default-scheme <URL_SCHEME>
Closes #289
2016-07-02 12:47:02 +02:00
Jakub Roztočil
c3735d0422 Merge pull request #401 from lgarron/default-scheme
Add a --default-scheme argument.
2016-07-02 12:32:07 +02:00
Jakub Roztocil
364b91cbc4 Skip pypy3 tests on TravisCI 2016-07-02 12:03:52 +02:00
Jakub Roztocil
c8e06b55e1 Fix tests 2016-07-02 12:03:19 +02:00
Jakub Roztocil
5acbc904b7 Added the ability to unset headers
Closes #476
2016-07-02 11:50:30 +02:00
Jakub Roztocil
0c7c248dce Fix CHANGELOG 2016-07-02 11:17:38 +02:00
Jakub Roztocil
caf60cbc65 Typos 2016-07-02 11:11:06 +02:00