Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use sys_platform instead of platform_system | Cory Benfield | 2017-05-09 | 1 | -1/+1 | |
| | | | | This is more compatible as a marker and so will break fewer people. | |||||
* | Update chardet to v3.0.2 | Cory Benfield | 2017-05-09 | 1 | -0/+1 | |
| | ||||||
* | Update urllib3 to v1.21.1 | Cory Benfield | 2017-05-09 | 1 | -0/+1 | |
| | ||||||
* | Fix up Appveyor testing | Cory Benfield | 2017-05-03 | 1 | -0/+1 | |
| | ||||||
* | Added python 3.6.0 | Andrii Soldatenko | 2017-01-09 | 1 | -0/+1 | |
| | ||||||
* | Require pytest-mock for the tests | Adam Williamson | 2016-12-30 | 1 | -1/+1 | |
| | | | | | test_requests.py `test_session_close_proxy_clear` uses the `mocker` fixture, which is provided by pytest-mock. | |||||
* | Change setuptools extra for new secure extra. | Cory Benfield | 2016-11-16 | 1 | -1/+2 | |
| | ||||||
* | Merge pull request #3620 from Lukasa/better-idna | Cory Benfield | 2016-10-21 | 1 | -0/+1 | |
|\ | | | | | Better support for internationalized domain names. | |||||
| * | Various packaging requirements for idna | Cory Benfield | 2016-10-14 | 1 | -0/+1 | |
| | | ||||||
* | | Seems like we're missing a backport here. | Cory Benfield | 2016-10-14 | 1 | -0/+1 | |
|/ | ||||||
* | pysocks 1.5.7 blacklisting, due to IPv6 problems | Ferhat | 2016-09-05 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #2953 from Lukasa/socks_proxy_support | Kenneth Reitz | 2016-04-29 | 1 | -0/+1 | |
|\ | | | | | SOCKS Proxy Support | |||||
| * | Socks extra | Cory Benfield | 2015-12-31 | 1 | -0/+1 | |
| | | ||||||
* | | Fixed test execution. | Dmitry Dygalo | 2016-02-03 | 1 | -1/+0 | |
| | | ||||||
* | | cleanup setup.py from #2991 | Kenneth Reitz | 2016-02-03 | 1 | -9/+2 | |
| | | ||||||
* | | Initial work | Dmitry Dygalo | 2016-02-02 | 1 | -1/+34 | |
| | | ||||||
* | | Stop falling back to distutils in setup.py | Ian Cordasco | 2016-01-20 | 1 | -4/+2 | |
|/ | | | | | | distutils has been deprecated for years now and pip is refusing to install projects using it. As such, *some* users are reporting problems installing requests. Let's avoid this entirely by not falling back to distutils at all. | |||||
* | Specify minimum pyOpenSSL version | Philip Lorenz | 2015-11-19 | 1 | -1/+1 | |
| | | | | | | urllib3 requires "set_tlsext_host_name" which was only added in pyOpenSSL 0.13. As some distributions (e.g. Ubuntu 12.04) still ship an older version enforce the correct minimum version during installation. | |||||
* | Update trove classifiers. | Cory Benfield | 2015-11-05 | 1 | -2/+2 | |
| | ||||||
* | matching the version only at the begining of lines | deronnax | 2015-03-26 | 1 | -2/+2 | |
| | ||||||
* | shorter and faster version extraction from __init__.py | deronnax | 2015-03-25 | 1 | -6/+2 | |
| | ||||||
* | Parse version number out of requests/__init__.py | Ian Cordasco | 2015-03-13 | 1 | -4/+14 | |
| | | | | | | | | | | | With the new import machinery in requests/packages/__init__.py people using `python setup.py test` will not be able to run the tests the first time on a new environment. The VendorAlias logic breaks the import machinery and the tests fail. By removing the import of requests in setup.py, we avoid the issue where sys.meta_path continues to have the version of VendorAlias from the import in setup.py. Closes #2462 | |||||
* | Merge pull request #2203 from Lukasa/remove_certifi | Kenneth Reitz | 2014-09-05 | 1 | -1/+1 | |
|\ | | | | | Remove hard certifi dependency and document. | |||||
| * | Remove hard certifi dependency and document. | Cory Benfield | 2014-09-04 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #2199 from mtorromeo/patch-1 | Kenneth Reitz | 2014-09-04 | 1 | -2/+4 | |
|\ \ | | | | | | | Open README and HISTORY as utf-8 encoded files (fixes #2196) | |||||
| * | | Open README and HISTORY as utf-8 encoded files (fixes #2196) | Massimiliano Torromeo | 2014-09-03 | 1 | -2/+4 | |
| |/ | ||||||
* | | requests[security] | Kenneth Reitz | 2014-09-04 | 1 | -1/+1 | |
| | | ||||||
* | | Add betterssl extra | Ian Cordasco | 2014-08-29 | 1 | -0/+3 | |
|/ | ||||||
* | 3.4 classifier | Kenneth Reitz | 2014-08-28 | 1 | -0/+1 | |
| | ||||||
* | Install certifi with requests. | Cory Benfield | 2014-07-10 | 1 | -1/+1 | |
| | ||||||
* | Add urllib3 util package to setup.py. | Cory Benfield | 2014-04-29 | 1 | -1/+2 | |
| | ||||||
* | Avoid breaking crappy distribution methods. | Cory Benfield | 2014-01-29 | 1 | -3/+1 | |
| | ||||||
* | Update the history and change the last last references to charadeswap-charade-for-chardet | Ian Cordasco | 2013-12-18 | 1 | -1/+1 | |
| | ||||||
* | close files in setup.py | Alex Gaynor | 2013-10-26 | 1 | -3/+9 | |
| | | | otherwise python3.4 warns | |||||
* | nope | Kenneth Reitz | 2013-05-21 | 1 | -1/+0 | |
| | ||||||
* | Issue #749: Add optional SNI support for python2. | Hugo Osvaldo Barrera | 2013-05-03 | 1 | -0/+1 | |
| | | | | SNI support will be enabled for python2 if ndg-httpsclient and pyopenssl are available. | |||||
* | Remove Python 3.1 and 3.2 from the trove classifiers in setup.py | Ćukasz Langa | 2013-05-01 | 1 | -3/+1 | |
| | ||||||
* | * Documented the logging, requested in #1297 | Sorin Sbarnea | 2013-04-10 | 1 | -0/+1 | |
| | | | | | | | | | * Added build directory and *.egg to .gitignore * Added sphinx as setup requirement in order to be able to build documentation with `pyhton setup.py build_sphinx` modified: .gitignore modified: docs/api.rst modified: setup.py | |||||
* | Fix spacing in setup.py | Jud | 2013-01-11 | 1 | -1/+1 | |
| | ||||||
* | no 3.0 | Kenneth Reitz | 2012-12-17 | 1 | -1/+1 | |
| | ||||||
* | Updates from ISC to Apache2 | Lyndsy Simon | 2012-12-05 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'master' of github.com:kennethreitz/requests | Kenneth Reitz | 2012-11-29 | 1 | -1/+1 | |
|\ | | | | | | | | | | | Conflicts: requests/compat.py setup.py | |||||
| * | Fix #972 | Ian Cordasco | 2012-11-27 | 1 | -1/+1 | |
| | | | | | | | | Someone forgot a comma | |||||
* | | charade | Kenneth Reitz | 2012-11-29 | 1 | -1/+1 | |
|/ | ||||||
* | that shouldn't be neccesary anymore | Kenneth Reitz | 2012-11-27 | 1 | -4/+0 | |
| | ||||||
* | chardet2 is magic | Kenneth Reitz | 2012-11-27 | 1 | -4/+1 | |
| | ||||||
* | fix setup.py for oauth removal | Kenneth Reitz | 2012-11-27 | 1 | -11/+2 | |
| | ||||||
* | Added 'zip_safe' flag to 'setup.py'. | bmcustodio | 2012-10-30 | 1 | -0/+1 | |
| | ||||||
* | new classifiers for 3.2+ | Kenneth Reitz | 2012-10-01 | 1 | -0/+2 | |
| | ||||||
* | As per the discussion on #841. | Ian Cordasco | 2012-09-10 | 1 | -2/+1 | |
| |