Commit Graph

312 Commits

Author SHA1 Message Date
Nate Prewitt fe8290b3d0 updating HISTORY.rst 2018-05-17 13:56:17 -07:00
Nate Prewitt f3fc892b90 bring HISTORY.rst up to date with recent changes 2018-05-16 07:35:44 -07:00
Semen Zhydenko 22120d423e Fix typos
nonexistant -> nonexistent
neccessary -> necessary
2018-02-07 18:25:22 -06:00
Nate Prewitt 512066488e updating history 2018-01-21 11:06:33 -08:00
Darren Dormer 2255c34a65 Fix DNS resolution by using hostname instead of netloc and strip username and password when comparing against proxy bypass items. 2018-01-16 10:18:06 +01:00
Anton Fedchin 351ec982bb update changelog 2017-11-25 17:21:59 +03:00
Nehal J Wani 9a8a826f22 Check if host is invalid for proxy
According to RFC3986, the authority section can be empty for a given URL,
however, for a proxy URL, it shouldn't be. This patch adds a check to verify
that the parsed URL will have a valid host before creating the proxy manager.

Fixes #4353
2017-11-15 08:58:54 -05:00
Arthur Vigil c86b09b3c6 support extraction of certificate bundle from a zip archive 2017-11-05 12:14:17 -08:00
Taylor Rose 15054aa390 Warn user about possible slowdown when using cryptography version <
1.3.4
2017-10-14 09:00:58 -04:00
Ian Stapleton Cordasco 40c8bcf70c Fix the invalid restructured text in HISTORY file
This was breaking the display of our long_description on PyPI.
2017-09-23 15:54:14 -05:00
Remi Rampin 7d190ef010 Add entry in HISTORY.rst 2017-08-17 12:56:38 -04:00
Cory Benfield af9dd61fcb Prepare for new release 2017-08-15 14:24:20 +01:00
Cory Benfield a3d7cf3f27 v2.18.4 2017-08-15 14:22:52 +01:00
mgasvoda d528106876 Adding record to history 2017-08-12 10:23:45 -04:00
Cory Benfield f4ddf00c36 Allow IDNA 2.6 2017-08-08 13:32:15 +01:00
Nik Nyby be8ce365ab fix typo in changelog 2017-08-02 10:26:41 -04:00
Cory Benfield 3393dc8221 Prepare changelog for next release 2017-08-02 14:24:02 +01:00
Cory Benfield 7c67c4adf9 v2.18.3 2017-08-02 14:22:44 +01:00
Cory Benfield 9e0fb37fff Changelog for #4209 2017-07-29 12:13:55 +01:00
Alex Chan d6b57c6fb2 Changelog entry 2017-07-27 21:33:44 +01:00
Cory Benfield 9e8d403a21 Prepare changelog for next release 2017-07-25 16:23:50 +01:00
Cory Benfield 6cc891fd32 v2.18.2 2017-07-25 16:21:48 +01:00
Cory Benfield 2fde9ee407 Setup HISTORY for next release 2017-06-14 18:52:03 +01:00
Cory Benfield 51de61f914 v2.18.1 2017-06-14 18:50:53 +01:00
Cory Benfield dd13b13479 Prepare for next release cycle 2017-06-14 16:45:03 +01:00
Cory Benfield d93b37cee7 Prepare v2.18.0 2017-06-14 16:43:40 +01:00
mlcrazy 613f61d77c Merge remote-tracking branch 'upstream/master' 2017-06-09 14:32:27 -04:00
mlcrazy 761e39b443 Adds changelog entry for #4134 2017-06-09 14:16:32 -04:00
Ed Morley 4847f5b8cd Allow Requests.Response to be used as a context manager
This saves having to wrap the call to requests with
`contextlib.closing()`, allowing it to be used directly in a
`with` statement, like so:

```
with requests.get('http://httpbin.org/get', stream=True) as r:
    # Do things with the response here.
```

Fixes #4136.
2017-06-06 23:30:47 +01:00
Jacob Mansfield 98bbf8d170 Catch error if multiprocessing is not available or is unable to determine the number of CPUs 2017-05-30 13:47:55 +01:00
Cory Benfield d3a4d06238 Begin dev section of README 2017-05-30 11:49:05 +01:00
kennethreitz 5091c15bd7 v2.17.3 2017-05-29 17:54:15 -04:00
kennethreitz dcb8277975 v2.17.2 2017-05-29 17:52:03 -04:00
kennethreitz 412e3a20a9 2.17.1 2017-05-29 17:52:03 -04:00
kennethreitz 916d171f2b Merge branch 'master' of github.com:kennethreitz/requests 2017-05-29 13:17:57 -04:00
kennethreitz 3857431159 v2.17.0 2017-05-29 13:17:49 -04:00
kennethreitz 7f14db17c8 new requests namespace 2017-05-29 12:11:43 -04:00
kennethreitz 16c8241a81 v2.16.5 2017-05-28 00:35:36 -04:00
kennethreitz 0ae8524e3b v2.16.4 2017-05-27 16:57:50 -04:00
kennethreitz c1f32f68f6 v2.16.3 2017-05-27 12:20:34 -04:00
kennethreitz 103718847a v2.16.2 2017-05-27 10:52:47 -04:00
kennethreitz cceceecb68 fix history 2017-05-27 10:11:18 -04:00
kennethreitz e9ca4b39b4 more history 2017-05-27 10:09:57 -04:00
kennethreitz 7962c12451 more history notes 2017-05-27 10:09:03 -04:00
kennethreitz f687e9f3d8 history 2017-05-27 09:58:37 -04:00
kennethreitz d2713412e5 v2.16.0 2017-05-26 23:24:42 -04:00
kennethreitz e1539ac8ff everyone makes mistakes :P 2017-05-26 22:12:38 -04:00
kennethreitz bf53ace6f8 v2.15.0 2017-05-26 21:38:23 -04:00
Cory Benfield 1553770014 Fixup broken changelog 2017-05-17 10:54:06 -07:00
Cory Benfield e4693eba4f v2.14.2 2017-05-10 15:04:22 +01:00