Jakub Roztocil
c9c6f0fae5
Formatting
2018-05-30 14:02:46 +02:00
Jakub Roztocil
6fd1ea0e5a
Section ordering
2018-05-30 13:56:35 +02:00
Jakub Roztocil
8f7676a2a9
Add Cookies section to the docs
2018-05-30 13:55:06 +02:00
Piotr Śliwka
87e661c5f1
Support using styles from Pygments plugins ( #663 )
...
`pygments.styles.STYLE_MAP` contains only styles built directly into
Pygments library. To list all available styles (including styles
registered by plugins), one should use `get_all_styles` generator.
For respective Pygments documentation, see:
http://pygments.org/docs/styles/#getting-a-list-of-available-styles
2018-04-14 15:25:59 -05:00
Theodore Dubois
8ca333dda0
Use parentheses in describing sessions ( #664 )
...
It's a little more readable than using em dashes.
2018-04-11 20:04:02 -05:00
Jakub Roztocil
0f4dce98c7
Make default HTTP headers case-insensitive
...
Cloase #644
2018-02-22 12:52:57 +01:00
Jakub Roztocil
05547224ce
Remove a Python 2.6 mention from extras_require
2017-12-28 18:33:31 +01:00
Jakub Roztocil
6301fee3d2
Upgrade to latest requests
2017-12-28 18:32:29 +01:00
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