kennethreitz
d763e8e99e
Merge pull request #4543 from RatanShreshtha/3.0
...
Type annoted requests/__init__.py.
2018-03-14 14:16:09 -04:00
RatanShreshtha
38b29446b0
Type annoted requests/__init__.py.
2018-03-14 23:43:50 +05:30
kennethreitz
2bf628be3c
#4542
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-13 09:53:42 -04:00
kennethreitz
9af75f01a9
Merge pull request #4542 from RatanShreshtha/3.0
...
Added type hints for help.py.
2018-03-13 09:52:06 -04:00
Ratan.Kulshreshtha
12671d4819
Added type hints for help.py.
2018-03-13 12:10:51 +05:30
kennethreitz
272ea7db4e
fix redirects
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-12 13:44:07 -04:00
kennethreitz
f7a36c5866
catch non-keyword arguments
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-12 13:04:11 -04:00
kennethreitz
530db6c4b9
mypy improvements
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-12 12:59:59 -04:00
kennethreitz
c7d0f3ef01
better mypy compliance
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-12 12:56:09 -04:00
kennethreitz
db2aecbac8
-> types.Response
2018-03-12 12:52:08 -04:00
kennethreitz
fc4637032a
docstring
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-12 12:36:01 -04:00
kennethreitz
82c3c42193
mypy
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-12 12:32:27 -04:00
kennethreitz
b72d5379ea
no python 2.7
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-12 12:31:16 -04:00
kennethreitz
edf844a2db
mypy command
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-12 12:31:04 -04:00
kennethreitz
440dffe6e9
this should always work, i believe
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-12 12:27:10 -04:00
kennethreitz
3ac6ee9ce4
make mypy
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-12 12:25:29 -04:00
kennethreitz
ccffc02547
not boxed (doesn't work on my system)
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-12 12:21:12 -04:00
kennethreitz
77e2ca1a85
test
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-12 12:15:25 -04:00
kennethreitz
20641583e3
for now
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-12 12:14:59 -04:00
kennethreitz
582ce4d247
no cstringio
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-12 12:13:47 -04:00
kennethreitz
4d902fdbaa
require older version of mypy
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-12 12:11:27 -04:00
kennethreitz
9d1d3d165b
no 2.7 in travis
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-12 12:08:39 -04:00
kennethreitz
dba39c5285
pytest-mypy
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-12 12:05:51 -04:00
kennethreitz
4239856a4a
types
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-12 12:02:05 -04:00
kennethreitz
f531629a9b
remove python2–specific code
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-12 11:58:21 -04:00
kennethreitz
220c368e2c
gitignore
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-12 11:53:36 -04:00
kennethreitz
8ba99d246b
basics
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-12 11:53:22 -04:00
kennethreitz
6be73f90b1
/s/compat/basics
2018-03-12 11:53:12 -04:00
kennethreitz
315a5661e3
new approach
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-12 11:47:09 -04:00
kennethreitz
9c6bd54b44
Merge pull request #4500 from jdufresne/remove-packages
...
Remove requests.packages for v3.0.0
2018-03-08 13:00:49 -05:00
Jon Dufresne
4c6d9e1954
Remove requests.packages for v3.0.0
...
As v3.0.0 already includes other backwards incompatible changes, it is a
good time to remove the old entry point for vendored packages. Cleans up
compatibility shims.
2018-02-04 19:07:26 -08:00
Nate Prewitt
a58b1e66cb
Merge pull request #4468 from VasiliPupkin256/fix2392
...
Simple fix for the issue #2392
2018-01-13 17:13:30 -08:00
VasiliPupkin256
8f00695d40
updating 3.0-HISTORY for #2392
2018-01-14 01:59:29 +03:00
VasiliPupkin256
5d6eeb5a7f
Map urllib3 ReadTimeoutError to an appropriate ReadTimeout requests exception, issue #2392
2018-01-13 03:28:02 +03:00
Nate Prewitt
78bf3ee6e6
Merge pull request #4328 from hugovk/rm-2.6
...
Remove redundant Python 2.6 stuff
2017-10-19 09:58:53 -07:00
hugovk
9146b62d31
OrderedDict no longer in compat.py as it's in collections in Py2.7+
2017-10-17 20:29:33 +03:00
Hugo
946f136715
Update CLI example
2017-10-17 18:03:59 +03:00
Hugo
19a294a2a1
Update AUTHORS.rst
2017-10-17 16:58:22 +03:00
hugovk
006aa3de4f
Drop Python 2.6: OrderedDict is in collections from 2.7
2017-10-17 16:56:56 +03:00
Nate Prewitt
37f1d23c39
Merge remote-tracking branch 'upstream/master' into proposed/3.0.0
2017-10-15 13:59:50 -07:00
Nate Prewitt
e86df6e0eb
Merge pull request #4341 from hugovk/patch-1
...
Python 3.7 not officially supported yet
2017-10-15 13:35:52 -07:00
Hugo
ec5804c706
Python 3.3 has already been dropped ( #4231 )
2017-10-15 20:04:51 +03:00
Hugo
4316af7ae8
Python 3.7 not officially supported yet
2017-10-15 19:52:19 +03:00
Cory Benfield
8c4f78448a
Merge pull request #4332 from PrimordialHelios/pyopenssl-warning
...
Warn about possible slowness on older versions of pyOpenSSL
2017-10-14 08:41:02 -07:00
Taylor Rose
15054aa390
Warn user about possible slowdown when using cryptography version <
...
1.3.4
2017-10-14 09:00:58 -04:00
kennethreitz
9713289e74
Merge branch 'master' of github.com:requests/requests
2017-09-25 11:04:47 -04:00
kennethreitz
e6afc37be5
new pipfile with new syntax
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2017-09-25 11:04:38 -04:00
Ian Stapleton Cordasco
5eb0811ef8
Merge pull request #4305 from sigmavirus24/fix-pypi-display
...
Fix the invalid restructured text in HISTORY file
2017-09-23 16:21:48 -05: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
kennethreitz
0eb9a4c161
stickers
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2017-09-19 13:23:15 -04:00