Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade to chardet 4.x | Dan Blanchard | 2020-12-11 | 1 | -1/+1 |
| | |||||
* | v2.25.0v2.25.0 | Nate Prewitt | 2020-11-11 | 1 | -2/+3 |
| | |||||
* | Remove reading HISTORY.md in setup.py | Ae-Mc | 2020-09-29 | 1 | -2/+0 |
| | |||||
* | Limit dependencies to major instead of minor (#5342) | Chris Withers | 2020-02-18 | 1 | -3/+3 |
| | |||||
* | Change documentation website to requests.readthedocs.io (#5236) | Sorin Sbarnea | 2019-10-24 | 1 | -1/+1 |
| | | | Fixes: #5212 | ||||
* | updating project url | Nate Prewitt | 2019-09-19 | 1 | -1/+1 |
| | |||||
* | Update setup.py | Kenneth Reitz | 2019-08-20 | 1 | -0/+1 |
| | |||||
* | Merge pull request #4999 from greysteil/add-project-urls | Kenneth Reitz | 2019-08-20 | 1 | -0/+4 |
|\ | | | | | Add project URLs with links to source code and docs | ||||
| * | Add project URLs with links to source code and docs | Grey Baker | 2019-02-23 | 1 | -0/+4 |
| | | |||||
* | | Support pytest 4 | Miro Hrončok | 2019-05-24 | 1 | -1/+1 |
| | | | | | | | | | | | | Fixes https://github.com/kennethreitz/requests/issues/5048 See https://docs.pytest.org/en/latest/deprecations.html#marks-in-pytest-mark-parametrize | ||||
* | | v2.22.0v2.22.0urllib1.25 | Nate Prewitt | 2019-05-15 | 1 | -1/+1 |
| | | |||||
* | | drop 3.4 support | Nate Prewitt | 2019-05-15 | 1 | -2/+1 |
|/ | |||||
* | Bumped maximum version of idna | Alex Gaynor | 2018-12-09 | 1 | -1/+1 |
| | |||||
* | v2.20.0v2.20.02.20.0 | Nate Prewitt | 2018-10-17 | 1 | -1/+1 |
| | |||||
* | remove final remnants from 2.6 | Nate Prewitt | 2018-10-17 | 1 | -9/+3 |
| | |||||
* | Update setup.py | Kenneth Reitz | 2018-09-17 | 1 | -4/+4 |
| | |||||
* | Tuple test_requirements was too long, PEP8 | juozasget | 2018-09-15 | 1 | -1/+8 |
| | | | Broken a long line into multiple lines inside tuple parenthesis. | ||||
* | represent classifiers as list instead of tuple | Nate Prewitt | 2018-08-06 | 1 | -3/+2 |
| | |||||
* | Add official Python 3.7 support (#4717) | Eric Brown | 2018-07-24 | 1 | -0/+1 |
| | | | | | | | | * Add official Python 3.7 support Python 3.7 was just released [1]. This is a small change to enable support in requests. Signed-off-by: Eric Brown <browne@vmware.com> | ||||
* | v2.19.0v2.19.0 | Nate Prewitt | 2018-06-12 | 1 | -2/+1 |
| | | | | | | | | | * Updated HISTORY.rst. * Moved version pin for idna to allow recent 2.7 release. * Updated version warning for urllib3 to allow 1.23. * Updated metadata dunders in __version__.py. * Removed Python 2.6 trove classifier. * Removed Python 2.6 reference from README.rst. | ||||
* | port pyopenssl fix from urllib3 | Nate Prewitt | 2018-06-10 | 1 | -1/+7 |
| | |||||
* | Allow urllib3 1.23 | Michael | 2018-06-05 | 1 | -1/+1 |
| | | | https://github.com/urllib3/urllib3/blob/1.23/CHANGES.rst#123-2018-06-04 | ||||
* | README is in ReST | Pradyun Gedam | 2018-05-07 | 1 | -1/+1 |
| | |||||
* | Add long_description_content_type to setup.py | Pradyun Gedam | 2018-05-04 | 1 | -0/+1 |
| | | | | | See: - https://packaging.python.org/guides/making-a-pypi-friendly-readme/ - https://pypi.org/p/requests/ | ||||
* | Pass python_requires argument to setuptools | Jon Dufresne | 2018-01-12 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | Helps pip decide what version of the library to install. https://packaging.python.org/tutorials/distributing-packages/#python-requires > If your project only runs on certain Python versions, setting the > python_requires argument to the appropriate PEP 440 version specifier > string will prevent pip from installing the project on other Python > versions. https://setuptools.readthedocs.io/en/latest/setuptools.html#new-and-changed-setup-keywords > python_requires > > A string corresponding to a version specifier (as defined in PEP 440) > for the Python version, used to specify the Requires-Python defined in > PEP 345. | ||||
* | Add missing trove classifier to document Python2 support | Jon Dufresne | 2017-10-15 | 1 | -1/+1 |
| | |||||
* | Update setup.py | Kenneth Reitz | 2017-08-28 | 1 | -0/+1 |
| | |||||
* | Drop Python 3.3 support | Cory Benfield | 2017-08-09 | 1 | -1/+0 |
| | |||||
* | Allow IDNA 2.6 | Cory Benfield | 2017-08-08 | 1 | -1/+1 |
| | |||||
* | Allow urllib3 1.22 | Cory Benfield | 2017-07-20 | 1 | -1/+1 |
| | |||||
* | Catch error if multiprocessing is not available or is unable to determine ↵ | Jacob Mansfield | 2017-05-30 | 1 | -2/+5 |
| | | | | the number of CPUs | ||||
* | number of cores for travis | Kenneth Reitz | 2017-05-28 | 1 | -1/+2 |
| | |||||
* | setup.py improvements | Kenneth Reitz | 2017-05-27 | 1 | -1/+1 |
| | |||||
* | see if that fixes things | Kenneth Reitz | 2017-05-27 | 1 | -1/+1 |
| | |||||
* | xdist | Kenneth Reitz | 2017-05-27 | 1 | -1/+1 |
| | |||||
* | socks needed for tests | Kenneth Reitz | 2017-05-27 | 1 | -1/+1 |
| | |||||
* | cleanup version.py | Kenneth Reitz | 2017-05-27 | 1 | -1/+1 |
| | |||||
* | vastly simpify making packages available for backwards compatibility | Kenneth Reitz | 2017-05-27 | 1 | -14/+1 |
| | |||||
* | fix setup.py | Kenneth Reitz | 2017-05-27 | 1 | -3/+3 |
| | |||||
* | restore packages to setup.py | Kenneth Reitz | 2017-05-27 | 1 | -1/+14 |
| | |||||
* | require certifi | Kenneth Reitz | 2017-05-26 | 1 | -1/+2 |
| | |||||
* | add install_requires | Kenneth Reitz | 2017-05-26 | 1 | -15/+7 |
| | |||||
* | fix setup.pyv2.16.3v2.15.0 | Kenneth Reitz | 2017-05-26 | 1 | -1/+2 |
| | |||||
* | __version__.py | Kenneth Reitz | 2017-05-25 | 1 | -1/+1 |
| | |||||
* | Avoid breaking people using requests.__version__ | Ian Cordasco | 2017-05-25 | 1 | -1/+1 |
| | | | | | Using __version__ as a module breaks users who expect requests.__version__ to be the version string. | ||||
* | take a page out of @sigmavirus42's book | Kenneth Reitz | 2017-05-25 | 1 | -6/+6 |
| | |||||
* | better '' | Kenneth Reitz | 2017-05-25 | 1 | -1/+1 |
| | |||||
* | __version__.py | Kenneth Reitz | 2017-05-25 | 1 | -8/+6 |
| | |||||
* | Turns out @kennethreitz suprise-broke the CI | Cory Benfield | 2017-05-24 | 1 | -1/+1 |
| | |||||
* | Remove range operators from markers | Cory Benfield | 2017-05-10 | 1 | -1/+1 |
| |