index
:
delta/python-packages/webtest.git
docs-cleanup
form_charset
github-actions
issue-templates-contributing
main
master
pytest
six
stevepiercy-patch-1
github.com: Pylons/webtest.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
webtest
/
forms.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
use text_type() instead of str(). see #164
Gael Pasgrimaud
2016-09-15
1
-5
/
+1
*
do not guess encoding if response's charset is set. See #160
Gael Pasgrimaud
2016-07-21
1
-1
/
+5
*
Set Referer on form.submit() (#147)
Benjamin Dauvergne
2016-03-31
1
-0
/
+2
*
reset values of select multiple
Yannick Chabbert
2015-05-29
1
-12
/
+7
*
fixed #131 prevent passing HTML parameters that conflict with Field kwargs.
Joeri Bekker
2015-02-06
1
-0
/
+6
*
Fixed #110. Don't ignore forced value on Radio input
Zeb DeOs
2014-04-24
1
-1
/
+3
*
improve test coverage. we're back at 100%
Gael Pasgrimaud
2014-04-16
1
-1
/
+1
*
pep8 everywhere
Gael Pasgrimaud
2014-04-16
1
-6
/
+7
*
Fixed #73. Python < 2.6.5 does not support unicode as keyword arguments names.
Gael Pasgrimaud
2014-04-16
1
-0
/
+7
*
Allow .select() on select fields.
Markus Bertheau
2014-01-23
1
-16
/
+22
*
Allow selecting by text for multi selects
Markus Bertheau
2014-01-23
1
-0
/
+31
*
Allow selecting by text for single selects
Markus Bertheau
2014-01-23
1
-2
/
+19
*
Modify selects and radio fields to store the option text as well
Markus Bertheau
2014-01-23
1
-9
/
+11
*
resolve conflict
Gael Pasgrimaud
2014-01-17
1
-6
/
+13
|
\
|
*
Allow selecting submit button by value
Markus Bertheau
2014-01-17
1
-6
/
+13
*
|
Ignore the value attribute of <input type="file">
Markus Bertheau
2014-01-16
1
-0
/
+3
|
/
*
Adds ability to specify an HTML parser
Lyndsy Simon
2013-10-07
1
-2
/
+2
*
Make sure Upload.content_type is not ignored
Marius Gedminas
2013-09-18
1
-1
/
+1
*
Allow specifying the MIME type of an uploaded file
Marius Gedminas
2013-09-16
1
-1
/
+6
*
Allow assigning a list to a set of same-named checkboxes.
Carl Meyer
2013-08-30
1
-4
/
+14
*
remove leading newline from textarea
Victor Safronovich
2013-05-04
1
-1
/
+7
*
Do not alter the BeautifulSoup object when parsing forms.
Georges Dubus
2013-04-17
1
-1
/
+1
*
Handle the short form of <select multiple>
Marius Gedminas
2013-04-01
1
-1
/
+1
*
Correctly handle <option> elements with no value attribute
Marius Gedminas
2013-03-28
1
-1
/
+1
*
All <button> elements are treated as submit controls
Andrey Lebedev
2013-03-22
1
-0
/
+2
*
Don't let BeautifulSoup use lxml. Fix GH-51
Mikhail Korobov
2013-03-03
1
-1
/
+1
*
re-allow to use some unknow field type
Gael Pasgrimaud
2013-02-27
1
-8
/
+8
*
Added password class to Field.classes of type Text
diarmuidbourke
2013-02-26
1
-0
/
+2
*
doc errors
Domen Kožar
2013-02-23
1
-6
/
+6
*
Completely rewrite API documentation
Domen Kožar
2013-02-23
1
-57
/
+115
*
100% coverage on webtest.forms
Gael Pasgrimaud
2013-02-21
1
-1
/
+1
*
add more test for forms
Gael Pasgrimaud
2013-02-21
1
-4
/
+2
*
merge conflicts
Gael Pasgrimaud
2013-02-21
1
-5
/
+0
|
\
|
*
Cleaning of unused method and attribute in Field class
Arthur Vuillard
2013-02-21
1
-5
/
+0
*
|
use bs4 to parse form
Gael Pasgrimaud
2013-02-21
1
-85
/
+51
|
/
*
Improve readability of webtest.forms.Form.get method (and improve coverage by...
Arthur Vuillard
2013-02-21
1
-8
/
+7
*
Merge branch 'master' of https://github.com/Pylons/webtest
Arthur Vuillard
2013-02-21
1
-1
/
+1
|
\
|
*
simplify utils.py, add unittests (incomplete)
Domen Kožar
2013-02-21
1
-1
/
+1
*
|
A get on a radio value should not unforce the forced value
Arthur Vuillard
2013-02-21
1
-2
/
+0
*
|
Deletion of the settable attribute in the form's fields
Arthur Vuillard
2013-02-21
1
-9
/
+6
|
/
*
fix indent
Gael Pasgrimaud
2013-01-29
1
-0
/
+2
*
add Checkbox.checked
Gael Pasgrimaud
2013-01-28
1
-3
/
+11
*
improve and add doc for Upload
Gael Pasgrimaud
2013-01-28
1
-8
/
+7
*
improve Upload
Gael Pasgrimaud
2013-01-28
1
-3
/
+18
*
format docstrings
Gael Pasgrimaud
2013-01-28
1
-69
/
+30
*
fixed #23: Form.submit_fields() do not take care of index correctly
Gael Pasgrimaud
2013-01-01
1
-4
/
+3
*
split code in forms and utils modules
Gael Pasgrimaud
2012-12-09
1
-0
/
+577