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
Commit message (
Expand
)
Author
Age
Files
Lines
*
reset values of select multiple
Yannick Chabbert
2015-05-29
1
-12
/
+7
*
dont need a specific version
Gael Pasgrimaud
2015-05-04
1
-1
/
+1
*
fixed #135
Gael Pasgrimaud
2015-05-04
1
-1
/
+2
*
fixed #131 prevent passing HTML parameters that conflict with Field kwargs.
Joeri Bekker
2015-02-06
1
-0
/
+6
*
fixed #130 by removing useless code
Gael Pasgrimaud
2015-02-05
1
-4
/
+0
*
Avoid raising encoding errors from debugapp
Laurence Rowe
2014-12-19
1
-1
/
+1
*
Properly check for default cookiejar arguments.
Julian Berman
2014-10-18
1
-2
/
+3
*
avoid weird bug when conn is not really established
Gael Pasgrimaud
2014-09-19
1
-1
/
+1
*
Small fix to `TestApp.set_cookie`
Theron Luhn
2014-07-28
1
-2
/
+2
*
add support for checking custom reason phrase using status parameter
Lie Ryan
2014-06-20
1
-0
/
+3
*
Merge branch 'set-cookie' of github.com:luhn/webtest
Gael Pasgrimaud
2014-06-04
2
-0
/
+105
|
\
|
*
Fix a minor misunderstanding.
Theron Luhn
2014-06-04
2
-13
/
+13
|
*
Tidied up set_cookie.
Theron Luhn
2014-06-04
2
-74
/
+80
|
*
Fix Python 3 tests.
Theron Luhn
2014-06-02
1
-2
/
+1
|
*
Implement a set_cookie method in TestApp.
Theron Luhn
2014-06-02
1
-0
/
+100
*
|
Added method TestApp.set_parser_features to change the parser_features used b...
Tomas Moreyra
2014-05-27
1
-0
/
+8
*
|
Call method as described in documentation.
soasme
2014-05-04
1
-1
/
+1
*
|
Fixed #110. Don't ignore forced value on Radio input
Zeb DeOs
2014-04-24
1
-1
/
+3
|
/
*
Fixed #84 Application cookies for localhost are no longer ignored
Gael Pasgrimaud
2014-04-17
1
-1
/
+19
*
Fixed #106. added a few documentation
Gael Pasgrimaud
2014-04-17
1
-3
/
+13
*
Merge branch 'master' of https://github.com/dmlayton/webtest
Gael Pasgrimaud
2014-04-17
1
-2
/
+3
|
\
|
*
make wrapping the app in the lint middleware optional
dmlayton
2014-02-13
1
-2
/
+3
*
|
improve test coverage. we're back at 100%
Gael Pasgrimaud
2014-04-16
4
-5
/
+7
*
|
pep8 everywhere
Gael Pasgrimaud
2014-04-16
3
-24
/
+30
*
|
Fixed #89
Gael Pasgrimaud
2014-04-16
1
-7
/
+1
*
|
Fixed #108 cgi.parse_qsl is pending deprecation
Gael Pasgrimaud
2014-04-16
1
-2
/
+1
*
|
Fixed #73. Python < 2.6.5 does not support unicode as keyword arguments names.
Gael Pasgrimaud
2014-04-16
1
-0
/
+7
*
|
Fixed #92 You can now override TestApp.JSONEncoder to use a custom encoder
Gael Pasgrimaud
2014-04-16
2
-7
/
+10
*
|
add authorization property
Gael Pasgrimaud
2014-04-16
2
-1
/
+38
*
|
Fixed #107 Explicit error message when WSGIProxy2 is not installer
Gael Pasgrimaud
2014-04-15
1
-2
/
+9
|
/
*
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
|
/
*
Merge pull request #90 from lyndsysimon/configurable_bs4
Gael Pasgrimaud
2013-11-22
3
-5
/
+12
|
\
|
*
Adds ability to specify an HTML parser
Lyndsy Simon
2013-10-07
3
-5
/
+12
*
|
Make StopableWSGIServer thread daemonic
Laurence Rowe
2013-11-13
1
-0
/
+1
|
/
*
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
2
-9
/
+19
*
Allow assigning a list to a set of same-named checkboxes.
Carl Meyer
2013-08-30
1
-4
/
+14
*
Remove old (and broken?) casperjs/selenium backward compat imports.
Gael Pasgrimaud
2013-08-22
1
-16
/
+0
*
fix 71
Domen Kožar
2013-08-16
1
-0
/
+3
*
added shortucts for xhr request; test for added code
Max Kharandziuk
2013-08-13
1
-20
/
+47
*
Merge pull request #77 from homm/master
Domen Kožar
2013-08-07
1
-2
/
+2
|
\
|
*
Fix json detection in response
homm
2013-08-02
1
-2
/
+2
*
|
Decode the content before returning it
Alexis Métaireau
2013-08-05
1
-0
/
+4
*
|
Decode the content before returning it
Alexis Métaireau
2013-08-05
1
-0
/
+1
|
/
[next]