summaryrefslogtreecommitdiff
path: root/webtest/forms.py
Commit message (Expand)AuthorAgeFilesLines
* use text_type() instead of str(). see #164Gael Pasgrimaud2016-09-151-5/+1
* do not guess encoding if response's charset is set. See #160Gael Pasgrimaud2016-07-211-1/+5
* Set Referer on form.submit() (#147)Benjamin Dauvergne2016-03-311-0/+2
* reset values of select multipleYannick Chabbert2015-05-291-12/+7
* fixed #131 prevent passing HTML parameters that conflict with Field kwargs.Joeri Bekker2015-02-061-0/+6
* Fixed #110. Don't ignore forced value on Radio inputZeb DeOs2014-04-241-1/+3
* improve test coverage. we're back at 100%Gael Pasgrimaud2014-04-161-1/+1
* pep8 everywhereGael Pasgrimaud2014-04-161-6/+7
* Fixed #73. Python < 2.6.5 does not support unicode as keyword arguments names.Gael Pasgrimaud2014-04-161-0/+7
* Allow .select() on select fields.Markus Bertheau2014-01-231-16/+22
* Allow selecting by text for multi selectsMarkus Bertheau2014-01-231-0/+31
* Allow selecting by text for single selectsMarkus Bertheau2014-01-231-2/+19
* Modify selects and radio fields to store the option text as wellMarkus Bertheau2014-01-231-9/+11
* resolve conflictGael Pasgrimaud2014-01-171-6/+13
|\
| * Allow selecting submit button by valueMarkus Bertheau2014-01-171-6/+13
* | Ignore the value attribute of <input type="file">Markus Bertheau2014-01-161-0/+3
|/
* Adds ability to specify an HTML parserLyndsy Simon2013-10-071-2/+2
* Make sure Upload.content_type is not ignoredMarius Gedminas2013-09-181-1/+1
* Allow specifying the MIME type of an uploaded fileMarius Gedminas2013-09-161-1/+6
* Allow assigning a list to a set of same-named checkboxes.Carl Meyer2013-08-301-4/+14
* remove leading newline from textareaVictor Safronovich2013-05-041-1/+7
* Do not alter the BeautifulSoup object when parsing forms.Georges Dubus2013-04-171-1/+1
* Handle the short form of <select multiple>Marius Gedminas2013-04-011-1/+1
* Correctly handle <option> elements with no value attributeMarius Gedminas2013-03-281-1/+1
* All <button> elements are treated as submit controlsAndrey Lebedev2013-03-221-0/+2
* Don't let BeautifulSoup use lxml. Fix GH-51Mikhail Korobov2013-03-031-1/+1
* re-allow to use some unknow field typeGael Pasgrimaud2013-02-271-8/+8
* Added password class to Field.classes of type Textdiarmuidbourke2013-02-261-0/+2
* doc errorsDomen Kožar2013-02-231-6/+6
* Completely rewrite API documentationDomen Kožar2013-02-231-57/+115
* 100% coverage on webtest.formsGael Pasgrimaud2013-02-211-1/+1
* add more test for formsGael Pasgrimaud2013-02-211-4/+2
* merge conflictsGael Pasgrimaud2013-02-211-5/+0
|\
| * Cleaning of unused method and attribute in Field classArthur Vuillard2013-02-211-5/+0
* | use bs4 to parse formGael Pasgrimaud2013-02-211-85/+51
|/
* Improve readability of webtest.forms.Form.get method (and improve coverage by...Arthur Vuillard2013-02-211-8/+7
* Merge branch 'master' of https://github.com/Pylons/webtestArthur Vuillard2013-02-211-1/+1
|\
| * simplify utils.py, add unittests (incomplete)Domen Kožar2013-02-211-1/+1
* | A get on a radio value should not unforce the forced valueArthur Vuillard2013-02-211-2/+0
* | Deletion of the settable attribute in the form's fieldsArthur Vuillard2013-02-211-9/+6
|/
* fix indentGael Pasgrimaud2013-01-291-0/+2
* add Checkbox.checkedGael Pasgrimaud2013-01-281-3/+11
* improve and add doc for UploadGael Pasgrimaud2013-01-281-8/+7
* improve UploadGael Pasgrimaud2013-01-281-3/+18
* format docstringsGael Pasgrimaud2013-01-281-69/+30
* fixed #23: Form.submit_fields() do not take care of index correctlyGael Pasgrimaud2013-01-011-4/+3
* split code in forms and utils modulesGael Pasgrimaud2012-12-091-0/+577