Jon Dufresne
2aab9a9a39
Remove internal use of unnecessary compat shim for OrderedDict
...
The shim is the same on both Python 2 & 3. It is always
collections.OrderedDict. Avoid the indirection and import from Python
stdlib instead.
Keep requests.compat.OrderedDict for backwards compatibility. Some
packages import this.
2018-12-29 12:05:33 -05:00
Nate Prewitt
5c1f72e80a
Merge pull request #4910 from moy/master
...
get(), request(): fix documentation of 'params'
2018-12-13 13:34:10 -08:00
Matthieu Moy
c4d76800e8
get(), request(): fix documentation of 'params'
...
'params' is sent to the query string, not the body.
2018-12-13 15:57:00 +01:00
Nate Prewitt
c452e3b92d
Merge pull request #4901 from requests/v2.21.0
...
v2.21.0
2018-12-10 07:36:33 -08:00
Nate Prewitt
5a1e738ea9
v2.21.0
v2.21.0
2018-12-09 22:13:32 -08:00
Alex Gaynor
8761e9736f
Bumped maximum version of idna
2018-12-09 21:41:14 -08:00
Nate Prewitt
abe950cfd3
Revert "Set up Azure Pipelines for Linux and Windows"
...
This reverts commit e4974c7ff5 .
2018-12-09 20:45:06 -08:00
Nate Prewitt
c35f34263a
Merge pull request #4898 from requests/revert_azure
...
revert azure pipeline changes
2018-12-09 20:31:09 -08:00
Nate Prewitt
0dd4752598
revert azure pipeline changes
...
Reverting commits:
fc9dfac
bc3eddc
d911f27
3da2f10
ce52825
398d110
c15d2b6
086655e
2018-12-09 20:19:10 -08:00
kennethreitz
57d7284c1a
Merge pull request #4874 from kaylangan/patch-1
...
Add build badge for Azure Pipelines
2018-11-14 10:33:06 -05:00
Kayla Ngan
fc9dfac2b9
Add build badge for Azure Pipelines
...
Not sure if you want to add a build badge since you didn't have one before. But if you do, here's yours for Azure Pipelines.
2018-11-14 10:27:16 -05:00
kennethreitz
bc3eddc6ed
Delete settings.json
2018-11-13 07:53:16 -05:00
kennethreitz
d911f27868
Delete install.ps1
2018-11-13 07:52:59 -05:00
kennethreitz
3da2f10290
Delete .travis.yml
2018-11-13 07:52:48 -05:00
kennethreitz
5e0ebc9b9f
Merge pull request #4867 from jdufresne/extra
...
Simplify tox.ini
2018-11-13 07:52:06 -05:00
kennethreitz
75e2dd3094
Merge pull request #4868 from jdufresne/tox-py37
...
Add Python 3.7 to tox test matrix
2018-11-13 07:51:36 -05:00
kennethreitz
9533df1f0b
Merge pull request #4870 from requests/kennethreitz-patch-1
...
Delete appveyor.yml
2018-11-13 07:51:25 -05:00
kennethreitz
ce52825d12
fix coverage
2018-11-13 07:48:59 -05:00
kennethreitz
398d1105b4
fix coverage
2018-11-13 07:48:48 -05:00
kennethreitz
c15d2b6949
Delete appveyor.yml
2018-11-13 07:27:42 -05:00
kennethreitz
7d4fc04a6f
Merge pull request #4869 from kaylangan/master
...
Set up CI with Azure Pipelines
2018-11-13 07:11:50 -05:00
Kayla Ngan
086655e4fc
Unify Linux and Windows
2018-11-12 13:37:50 -05:00
Jon Dufresne
779fd6e7f3
Add Python 3.7 to tox test matrix
2018-11-11 12:01:41 -08:00
Jon Dufresne
af63554106
Simplify tox.ini
...
Tox installs the package to the virtualenv by default. PySocks is
already included in test_requirements. Don't need to install these
explicitly.
2018-11-11 11:54:25 -08:00
Nate Prewitt
bedd9284c9
Merge pull request #4861 from altendky/patch-1
...
Set iter_lines() decode_unicode default to False
2018-11-09 12:44:34 -08:00
Kayla Ngan
e4974c7ff5
Set up Azure Pipelines for Linux and Windows
2018-11-09 15:20:08 -05:00
Kyle Altendorf
36412c5ae7
Merge branch 'master' into patch-1
2018-11-09 14:09:08 -05:00
Nate Prewitt
6cfbe1aedd
v2.20.1
v2.20.1
2018-11-08 09:14:10 -08:00
Kyle Altendorf
a7aa86a933
Set iter_lines() decode_unicode default to False
...
The docs just read a bit strange with `decode_unicode=None` as opposed to `False`.
2018-11-06 12:35:39 -05:00
Nate Prewitt
c501ec986d
Merge pull request #4853 from mainanick/master
...
Incorrect ValueError Message on ~requests.utils.from_key_val_list comments
2018-10-29 23:13:56 -07:00
Maina Nick
045b706b37
Merge pull request #2 from requests/master
...
Syncing fork to the original repository
2018-10-29 22:55:03 +03:00
unknown
ccbffe5a53
Incorrect ValueError Message
2018-10-29 22:53:02 +03:00
Ian Stapleton Cordasco
eaab47f033
Merge pull request #4851 from requests/default_port_handling
...
proper handling for default ports in auth stripping
2018-10-29 07:48:36 -05:00
Nate Prewitt
ea9436a5d6
proper handling for default ports in auth stripping
2018-10-28 23:29:04 -07:00
Maina Nick
3a831be413
Merge pull request #1 from requests/master
...
Syncing fork to the original repository
2018-10-28 14:20:07 +03:00
Nate Prewitt
7c812e919b
Merge pull request #4839 from rabdill/patch-1
...
Reverting redirect examples back to intended URLs
2018-10-20 16:36:09 -07:00
Rich Abdill
5fdc25b029
Reverting redirect examples back to intended URLs
...
A find/replace from a few weeks ago made the redirection sample not demonstrate redirection anymore
2018-10-20 16:55:48 -05:00
Nate Prewitt
d2962f1d55
update maintainer contact info
2018-10-18 09:03:51 -07:00
Nate Prewitt
edf7731e66
update vulnerability information
2018-10-18 09:00:12 -07:00
Nate Prewitt
a1f4e62aa4
fix broken HISTORY.md reference
2018-10-18 08:58:48 -07:00
Nate Prewitt
75bdc998e2
Merge pull request #4835 from requests/2.20.0
...
v2.20.0
2018-10-18 08:44:49 -07:00
Nate Prewitt
bd840450c0
v2.20.0
v2.20.0
2018-10-17 22:32:22 -07:00
Nate Prewitt
7fd9267b3b
remove final remnants from 2.6
2018-10-17 00:18:51 -07:00
Hugo Osvaldo Barrera
6ae8a21892
Add myself to AUTHORS
...
(Or rather, just update my email)
2018-10-16 20:34:56 -07:00
Hugo Osvaldo Barrera
89ab030cdb
Use comprehensions whenever possible
2018-10-16 20:34:22 -07:00
Nate Prewitt
2c6a8426ae
Merge pull request #4827 from webmaven/patch-1
...
CVE URLs update: www sub-subdomain no longer valid
2018-10-16 09:33:08 -07:00
Michael R. Bernstein
30be889651
CVE URLs update: www sub-subdomain no longer valid
2018-10-16 10:10:30 -06:00
Nate Prewitt
a6cd380c64
Merge pull request #4765 from requests/encapsulate_urllib3_exc
...
wrap url parsing exceptions from urllib3's PoolManager
2018-09-30 20:23:57 -06:00
Nate Prewitt
bbdbcc8f05
wrap url parsing exceptions from urllib3's PoolManager
2018-09-30 18:36:05 -06:00
Nate Prewitt
ff0c325014
Merge pull request #4805 from jdufresne/https
...
Prefer https:// for URLs throughout project
2018-09-30 18:27:23 -06:00