summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into form_charsetform_charsetGael Pasgrimaud2016-09-152-2/+1
|\
| * drop py2.6 support everywhere; changesGael Pasgrimaud2016-09-152-2/+1
| |
* | Merge branch 'master' into form_charsetGael Pasgrimaud2016-09-152-3/+2
|\ \ | |/
| * drop py2.6 supportGael Pasgrimaud2016-09-152-3/+2
| |
* | use text_type() instead of str(). see #164Gael Pasgrimaud2016-09-152-11/+3
|/
* Back to development: 2.0.24Gael Pasgrimaud2016-07-212-1/+7
|
* Preparing release 2.0.232.0.23Gael Pasgrimaud2016-07-212-2/+2
|
* Merge pull request #161 from wichert/universalGael Pasgrimaud2016-07-212-1/+3
|\ | | | | Create universal wheels
| * Create universal wheelsWichert Akkerman2016-07-212-1/+3
| |
| * The changelog should not be executableWichert Akkerman2016-07-211-0/+0
| |
* | Back to development: 2.0.23Gael Pasgrimaud2016-07-212-1/+7
| |
* | Preparing release 2.0.222.0.22Gael Pasgrimaud2016-07-212-2/+2
| |
* | changesGael Pasgrimaud2016-07-211-2/+1
|/
* do not guess encoding if response's charset is set. See #160Gael Pasgrimaud2016-07-212-4/+12
|
* Merge pull request #155 from adamchainz/readthedocs.ioGael Pasgrimaud2016-06-062-3/+3
|\ | | | | Convert readthedocs links for their .org -> .io migration for hosted projects
| * Convert readthedocs links for their .org -> .io migration for hosted projectsAdam Chainz2016-06-052-3/+3
|/ | | | | | | | As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/) ‘Securing subdomains’: > Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard. Test Plan: Manually visited all the links I’ve modified.
* Back to development: 2.0.22Gael Pasgrimaud2016-04-122-1/+7
|
* Preparing release 2.0.212.0.21Gael Pasgrimaud2016-04-122-2/+2
|
* changesGael Pasgrimaud2016-04-121-1/+5
|
* Merge pull request #154 from coolnay309/feature/allow-bearer-authGael Pasgrimaud2016-04-122-1/+23
|\ | | | | support bearer auth
| * make sure str and text_type are checkedPranay Suresh2016-04-101-1/+1
| |
| * reduce complexity use text_typePranay Suresh2016-04-101-11/+3
| |
| * add test case for bearer auth and append to invalid auth test casePranay Suresh2016-04-101-0/+18
| |
| * support python2 and python3Pranay Suresh2016-04-101-3/+13
| |
| * support bearer authPranay Suresh2016-04-071-0/+2
|/
* Merge pull request #148 from bdauvergne/refererGael Pasgrimaud2016-03-313-1/+20
|\ | | | | Add referer header to request made using response.click(), response.clickbutton() and form.submit()
| * Set Referer on form.submit() (#147)Benjamin Dauvergne2016-03-312-0/+6
| | | | | | | | It complies with usual behaviour of current browsers.
| * Set Referer header on .click() and .clickbutton() (#147)Benjamin Dauvergne2016-03-312-1/+14
|/ | | | It complies with usual behavior of current browsers.
* py27 is not py3Gael Pasgrimaud2016-01-071-0/+2
|
* simple tox config; remove pypy from travis - lxml install failGael Pasgrimaud2016-01-073-55/+7
|
* Merge pull request #144 from sloria/py35-testingGael Pasgrimaud2016-01-073-1/+9
|\ | | | | Test against python 3.5
| * Test against python 3.5Steven Loria2015-11-143-1/+9
| | | | | | | | | | | | - Update travis.yml (also adds sudo: false for faster builds) - Update tox.ini - Update setup.py classifiers
* | Merge pull request #145 from sloria/json-method-content-typesGael Pasgrimaud2015-11-142-2/+8
|\ \ | |/ |/| JSON methods respect content_type argument if passed
| * JSON methods respect content_type argument if passedSteven Loria2015-11-142-2/+8
|/ | | | | Allows, for example: self.post_json(url, data, content_type='application/vnd.api+json')
* Back to development: 2.0.21Gael Pasgrimaud2015-11-032-1/+7
|
* Preparing release 2.0.202.0.20Gael Pasgrimaud2015-11-032-2/+2
|
* added extra_requires; see #142Gael Pasgrimaud2015-11-032-1/+3
|
* Back to development: 2.0.20Gael Pasgrimaud2015-11-012-1/+7
|
* Preparing release 2.0.192.0.19Gael Pasgrimaud2015-11-012-2/+2
|
* improve manifestGael Pasgrimaud2015-11-011-1/+1
|
* do not cover 34. coverage bugGael Pasgrimaud2015-11-012-3/+6
|
* changesGael Pasgrimaud2015-11-011-1/+6
|
* drop py32 support (still work but test dependencies failGael Pasgrimaud2015-07-243-3/+1
|
* py34 supportGael Pasgrimaud2015-07-242-1/+7
|
* add py34Gael Pasgrimaud2015-07-241-0/+1
|
* Merge pull request #136 from ychab/masterGael Pasgrimaud2015-05-312-12/+21
|\ | | | | reset values of select multiple
| * reset values of select multipleYannick Chabbert2015-05-292-12/+21
|/
* dont need a specific versionGael Pasgrimaud2015-05-041-1/+1
|
* fixed #135Gael Pasgrimaud2015-05-041-1/+2
|
* Merge pull request #132 from maykinmedia/issue-131Gael Pasgrimaud2015-02-081-0/+6
|\ | | | | fixed #131 prevent passing HTML parameters that conflict with Field kwargs