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
Cory Benfield
f909314652
Changelog for v2.14.1
2017-05-09 19:58:15 +01:00
Cory Benfield
ddada2d750
We no longer downcase some hosts.
2017-05-09 10:08:06 +01:00
Cory Benfield
074c4a32d8
Update certifi to 2017.4.17
2017-05-09 09:37:52 +01:00
Cory Benfield
debc5de6d4
Update idna to v2.5
2017-05-09 09:36:27 +01:00
Cory Benfield
4bad52caa2
Update chardet to v3.0.2
2017-05-09 09:34:51 +01:00
Cory Benfield
d49f3e258c
Update urllib3 to v1.21.1
2017-05-09 09:21:08 +01:00
Cory Benfield
823519d45c
Bring changelog up to date.
2017-05-09 09:18:18 +01:00
schlamar
5c389cf3f5
update changelog
2017-05-04 15:31:54 +02:00
Cory Benfield
fcc3b7d7b1
Document the minor changes made
2017-05-03 15:28:39 +01:00
Cory Benfield
d89f8c0d70
Fix up Appveyor testing
2017-05-03 13:19:46 +01:00