Nate Prewitt
d1aeb7ea8c
Merge pull request #4672 from requests/remove_2.6_refs
...
remove references to 2.6 support in documentation
2018-06-11 07:13:13 -07:00
Nate Prewitt
de64f0f23f
port pyopenssl fix from urllib3
2018-06-10 14:49:13 -07:00
Nate Prewitt
bc46de58e6
remove references to 2.6 support in documentation
2018-06-10 14:48:59 -07:00
Nate Prewitt
16fd7e03a9
Merge pull request #4676 from jdufresne/doc-py3
...
Update Python 2 doc links to Python 3
2018-06-10 08:37:08 -07:00
Jon Dufresne
35a1874912
Update Python 2 doc links to Python 3
...
The Python 3 docs are better maintained and are the future of Python
development.
2018-06-09 20:29:41 -07:00
Nate Prewitt
d98f881118
Merge pull request #4669 from michael-k/patch-1
...
Allow urllib3 1.23
2018-06-05 06:35:08 -07:00
Michael
ac944b7439
Allow urllib3 1.23
...
https://github.com/urllib3/urllib3/blob/1.23/CHANGES.rst#123-2018-06-04
2018-06-05 12:06:03 +00:00
Ian Stapleton Cordasco
00fd4c8eb4
Merge pull request #4661 from ofek/patch-2
...
Response.content minor perf improvement
2018-05-26 19:00:25 -05:00
Ofek Lev
c1b828bc95
Response.content minor perf improvement
2018-05-26 18:20:27 -04:00
Nate Prewitt
fe8290b3d0
updating HISTORY.rst
2018-05-17 13:56:17 -07:00
Rajiv Mayani
8546a15587
The library raises NoneType error when file-pointer (fp) resolves to None.
...
>>> from requests import post
>>> r = post("https://example.com ", files={"file-name": None})
However, when a param value or json field is None they are not included in the request body.
>>> from requests import get
>>> r = get("https://example.com ", params={"file-name": None})
>>> r.request.url
This commit makes the beahviour consistent for files.
2018-05-17 13:56:17 -07:00
Ian Stapleton Cordasco
5f09f0ca7e
Merge pull request #4631 from pradyunsg/patch-1
...
Add long_description_content_type to setup.py
2018-05-17 09:34:06 -05:00
Ian Stapleton Cordasco
8bffd3da5f
Merge branch 'master' into patch-1
2018-05-17 09:12:26 -05:00
Nate Prewitt
9b5071cdb6
Merge pull request #4648 from requests/update_lock_file
...
bring Pipfile.lock up to date with current constraints
2018-05-16 12:31:48 -07:00
Nate Prewitt
c6db87978f
bring Pipfile.lock up to date with current constraints
2018-05-16 07:39:43 -07:00
Nate Prewitt
f3fc892b90
bring HISTORY.rst up to date with recent changes
2018-05-16 07:35:44 -07:00
Ian Stapleton Cordasco
161acb6a50
Merge pull request #4410 from linuxlizard/master
...
Add SHA-256 and SHA-512 digest auth algorithms
2018-05-16 09:06:57 -05:00
Ian Stapleton Cordasco
371ee7cbec
Merge branch 'master' into master
2018-05-16 08:46:26 -05:00
Ian Stapleton Cordasco
80e2637a83
Merge pull request #4647 from requests/appveyor_test
...
fix appveyor
2018-05-16 08:14:37 -05:00
Nate Prewitt
9055b33f6f
install Requests separately on appveyor to fix builds
2018-05-15 23:06:43 -07:00
Nate Prewitt
9616f82905
Merge pull request #4625 from nicktimko/patch-1
...
Certifi.io broken
2018-05-14 09:22:10 -07:00
Nick Timkovich
919c168cdb
Certifi.io broken
...
http://certifi.io/ -> https://certifiio.readthedocs.io/
2018-05-14 09:55:33 -05:00
kennethreitz
adceafd79d
Update issue templates
2018-05-13 16:51:44 -04:00
kennethreitz
e02effb774
Merge pull request #4632 from mingrammer/update-license
...
Update license copyright to 2018
2018-05-13 13:30:57 -04:00
Julien Prigent
60a5a393d8
Add a comment about lowercase env. variables precedence over uppercase
2018-05-13 06:15:56 -07:00
kennethreitz
9e1d8edcb7
Merge branch 'master' into update-license
2018-05-12 17:10:24 -04:00
Ian Stapleton Cordasco
1e8a3142d2
Merge pull request #4634 from vshih/patch-1
...
Spelling.
2018-05-08 06:12:32 -05:00
Victor Shih
71e402fe40
Spelling.
2018-05-07 10:51:53 -07:00
Pradyun Gedam
048c926b46
README is in ReST
2018-05-07 00:23:38 +05:30
mingrammer
41c455182b
Update license copyright to 2018
2018-05-05 09:57:14 +09:00
Pradyun Gedam
5f306dbe99
Add long_description_content_type to setup.py
...
See:
- https://packaging.python.org/guides/making-a-pypi-friendly-readme/
- https://pypi.org/p/requests/
2018-05-04 16:43:25 +05:30
Nate Prewitt
239ee19431
Merge pull request #4612 from Obeyed/patch-1
...
update json param's description to avoid confusion
2018-04-30 08:00:19 -07:00
Elias Obeid
75c57985b0
update json param's description to avoid confusion
...
- the Request class doesn't accept JSON, but a JSON serializable object
2018-04-30 16:50:23 +02:00
Ian Stapleton Cordasco
11b82ca87c
Merge pull request #4620 from requests/appveyor_fix
...
fix windows builds
2018-04-29 18:56:09 -05:00
Nate Prewitt
cd1278ef99
fix windows builds
...
Appveyor isn't able to replace the running executable. We'll run it
from inside the interpreter to fix build issues.
2018-04-29 10:27:20 -07:00
Ian Stapleton Cordasco
2de907ad77
Merge pull request #4596 from jdufresne/pypi
...
Update all pypi.python.org URLs to pypi.org
2018-04-19 05:41:37 -05:00
Jon Dufresne
165804b25e
Update all pypi.python.org URLs to pypi.org
...
For details on the new PyPI, see the blog post:
https://pythoninsider.blogspot.ca/2018/04/new-pypi-launched-legacy-pypi-shutting.html
2018-04-18 20:28:19 -07:00
Nate Prewitt
b66908e7b6
Merge pull request #4547 from Saraislet/json-kwarg-docs
...
add comment about json parameter changing content-type
2018-03-16 12:42:55 -07:00
Hackbright Student
35af0b077f
add comment about json parameter changing content-type
2018-03-16 12:34:24 -07:00
kennethreitz
8246b82a16
niteo
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-13 11:28:31 -04:00
kennethreitz
cd6eb30b20
party time
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-12 17:11:08 -04:00
kennethreitz
e203d50e10
every day
2018-03-12 17:07:37 -04:00
kennethreitz
b920c6e3f8
no hr
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-12 17:05:01 -04:00
kennethreitz
6576370b7b
cleanup
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-12 17:04:31 -04:00
kennethreitz
85e536f7eb
reorder
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-12 17:04:14 -04:00
kennethreitz
130773a2d3
sidebar updates
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-12 17:02:06 -04:00
kennethreitz
87872b9587
sponsored by™
2018-03-12 16:59:11 -04:00
kennethreitz
3de173e1c9
✨ 🍰 ✨
2018-03-12 16:54:00 -04:00
kennethreitz
b5eacad638
patron sponsors
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-12 13:50:12 -04:00
kennethreitz
b1ba9173d0
linode
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-12 13:48:12 -04:00