| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix makefile | Kenneth Reitz | 2017-05-26 | 1 | -29/+0 |
| | | |||||
| * | Add setup.cfg to declare wheel as universal | Jon Dufresne | 2017-05-20 | 1 | -2/+1 |
| | | | | | | | | | | | As the project is pure Python, a built wheel should always be universal, so define in the project globally. Can remove --universal command from Makefile. See: http://pythonwheels.com/ | ||||
| * | Merge branch 'master' into issue/4030 | Ian Cordasco | 2017-05-17 | 1 | -1/+0 |
| |\ | |||||
| | * | Stop creating Pipfile.lock on every make. | Nate Prewitt | 2017-05-17 | 1 | -1/+0 |
| | | | | | | | | | | | | | Pipenv used to require the file to be locked on each individual platform, but as of v4.0.0, that is no longer necessary. Removing the forced call to lock will speed up builds in CI. | ||||
| * | | Add a makefile target for testing the readme | Cory Benfield | 2017-05-17 | 1 | -0/+3 |
| |/ | |||||
| * | Fix up Appveyor testing | Cory Benfield | 2017-05-03 | 1 | -0/+1 |
| | | |||||
| * | Removed docs-init (depended on missing docs/requirements.txt) | mattkohl | 2017-02-10 | 1 | -4/+0 |
| | | |||||
| * | remove pin | Nate Prewitt | 2017-02-03 | 1 | -1/+1 |
| | | |||||
| * | pin pipenv until kennethreitz/pipenv#90 is resolved | Nate Prewitt | 2017-01-27 | 1 | -1/+1 |
| | | |||||
| * | attempted fix for travis | Kenneth Reitz | 2017-01-24 | 1 | -3/+3 |
| | | |||||
| * | give up | Kenneth Reitz | 2017-01-24 | 1 | -3/+4 |
| | | |||||
| * | fix makefle | Kenneth Reitz | 2017-01-24 | 1 | -1/+1 |
| | | |||||
| * | Blacklist known bad version of pipenv | Ian Cordasco | 2017-01-24 | 1 | -1/+1 |
| | | | | | | We pinned pipenv to release v2.13.0 but in reality, we could have just blacklisted the known bad version. For future us, we now blacklist it. | ||||
| * | Pin pipenv to fix CI | Ian Cordasco | 2017-01-24 | 1 | -1/+1 |
| | | |||||
| * | Use twine for publishing Requests | Ian Cordasco | 2017-01-24 | 1 | -3/+4 |
| | | |||||
| * | Update urllib3 to 1.20.0 | Ian Cordasco | 2017-01-24 | 1 | -1/+1 |
| | | | | | | | | Further, fix the Makefile to pull urllib3 from the release branch. git-describe works based on the most recent commit but all of the nearest commits in the graph for urllib3 are on the release branch (since the release branch is never merged back to master). | ||||
| * | trying this | Kenneth Reitz | 2017-01-22 | 1 | -2/+2 |
| | | |||||
| * | one more time | Kenneth Reitz | 2017-01-21 | 1 | -1/+1 |
| | | |||||
| * | let's see if this works | Kenneth Reitz | 2017-01-21 | 1 | -3/+4 |
| | | |||||
| * | cleanup makefile | Kenneth Reitz | 2017-01-17 | 1 | -4/+1 |
| | | |||||
| * | typo | Kenneth Reitz | 2017-01-17 | 1 | -1/+1 |
| | | |||||
| * | get codecov to work | Kenneth Reitz | 2017-01-17 | 1 | -1/+1 |
| | | |||||
| * | updating idna.uts46data from upstream project (#3781) | Marcin Płonka | 2016-12-21 | 1 | -1/+0 |
| | | | | | | | | | | | * updating idna.uts46data from upstream project * removing redundant find/sed in idna update * Revert "updating idna.uts46data from upstream project" This reverts commit 0150cee7057dbdcefa1a2fbe2e8617ad0cba5216. | ||||
| * | Merge pull request #3620 from Lukasa/better-idna | Cory Benfield | 2016-10-21 | 1 | -1/+11 |
| |\ | | | | | Better support for internationalized domain names. | ||||
| | * | Further complicate the makefile to rewrite imports | Cory Benfield | 2016-10-19 | 1 | -0/+1 |
| | | | |||||
| | * | Add makefile to get latest idna release. | Cory Benfield | 2016-10-14 | 1 | -1/+10 |
| | | | |||||
| * | | We only ship tagged releases now. | Cory Benfield | 2016-10-14 | 1 | -3/+15 |
| |/ | |||||
| * | Update Makefile | Kenneth Reitz | 2016-02-10 | 1 | -1/+1 |
| | | |||||
| * | Update Makefile | Kenneth Reitz | 2016-02-07 | 1 | -1/+1 |
| | | |||||
| * | Update Makefile | Kenneth Reitz | 2016-02-07 | 1 | -0/+1 |
| | | |||||
| * | Update Makefile | Kenneth Reitz | 2016-02-07 | 1 | -1/+1 |
| | | |||||
| * | Added tests module. | Dmitry Dygalo | 2016-02-05 | 1 | -2/+2 |
| | | |||||
| * | cleanup tests from merge of #2991 | Kenneth Reitz | 2016-02-03 | 1 | -2/+2 |
| | | |||||
| * | Initial work | Dmitry Dygalo | 2016-02-02 | 1 | -2/+2 |
| | | |||||
| * | Fix #2288. Change urllib3 and chardet workflow | syedsuhail | 2014-10-19 | 1 | -8/+2 |
| | | |||||
| * | clarify comment | Kevin Burke | 2014-08-23 | 1 | -1/+1 |
| | | |||||
| * | Clarify which tests to run in the Makefile | Kevin Burke | 2014-08-23 | 1 | -1/+3 |
| | | | | | | | | | | If you put your Virtualenv in the same folder as Requests (as I usually do), py.test will pick up any test_* files inside the virtualenv and attempt to run them too, leading to the following error: https://gist.github.com/kevinburke/1aa2b07e01de3a7daa15 Instead specify the test file we would like to run in the Makefile. | ||||
| * | /me grumbles | Kenneth Reitz | 2014-01-07 | 1 | -0/+1 |
| | | |||||
| * | Initial work towards replacing charade | Ian Cordasco | 2013-12-18 | 1 | -6/+6 |
| | | |||||
| * | wording | Kevin Burke | 2013-11-17 | 1 | -1/+1 |
| | | |||||
| * | Add target to build the documentation | Kevin Burke | 2013-11-17 | 1 | -0/+10 |
| | | |||||
| * | add coverage make target | Pengfei Xue | 2013-11-15 | 1 | -0/+3 |
| | | |||||
| * | Wheel support. | Cory Benfield | 2013-11-13 | 1 | -0/+4 |
| | | |||||
| * | $ make ci | Kenneth Reitz | 2013-10-24 | 1 | -2/+4 |
| | | |||||
| * | replace invoke with makefiles | Kenneth Reitz | 2013-10-24 | 1 | -0/+23 |
| | | |||||
| * | remove makefile | Kenneth Reitz | 2013-03-22 | 1 | -30/+0 |
| | | |||||
| * | requirements.txt | Kenneth Reitz | 2012-12-17 | 1 | -1/+1 |
| | | |||||
| * | new tests! | Kenneth Reitz | 2012-12-17 | 1 | -0/+4 |
| | | |||||
| * | remove all old tests | Kenneth Reitz | 2012-12-17 | 1 | -30/+4 |
| | | |||||
| * | basics working | Kenneth Reitz | 2012-12-15 | 1 | -0/+3 |
| | | |||||
