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
*
Add TestResponse.clickbutton onclick kwarg
ordinary-jamie
2023-03-09
1
-2
/
+4
*
PyQuery object now use the html parser. Fix #245
Gael Pasgrimaud
2023-01-03
1
-1
/
+1
*
docs: Fix a few typos
Tim Gates
2022-11-01
2
-2
/
+2
*
Remove python2.5 and older unicode workaround
Stéphane Blondon
2022-08-03
1
-6
/
+0
*
Merge pull request #242 from azmeuk/issue-240-multiple-file-input
master
Gael Pasgrimaud
2022-01-19
1
-1
/
+4
|
\
|
*
Support for multiple file input
Éloi Rivard
2022-01-16
1
-1
/
+4
*
|
stop python3.6 support
Éloi Rivard
2022-01-16
6
-10
/
+10
|
/
*
Fixed #236: app.lxml support xml responses with encoding declaration
Gael Pasgrimaud
2021-08-26
1
-1
/
+13
*
Typo fix
Andy Garfield
2021-07-28
1
-1
/
+1
*
Remove all references to thte six package
Boris Staletic
2020-12-17
1
-1
/
+0
*
Dropped support for Python 2.7 and 3.5
David Smith
2020-11-07
10
-173
/
+106
*
Prevent PytestCollectionWarning for TestApp
Adam Johnson
2020-07-28
1
-0
/
+3
*
Merge pull request #226 from atlanticventures/master
Gael Pasgrimaud
2020-04-30
1
-0
/
+4
|
\
|
*
Added new host property to _RequestCookieAdapter
Rudá Porto Filgueiras
2020-01-09
1
-0
/
+4
*
|
docs: Fix simple typo, requets -> requests
Tim Gates
2020-04-01
1
-1
/
+1
*
|
Remove use of deprecated splittype and splithost
Jeppe Fihl-Pearson
2020-02-25
2
-8
/
+0
*
|
No need for urlencode anymore.
Rémy HUBSCHER
2020-01-23
1
-1
/
+0
*
|
Add queryparams to the head method.
Rémy HUBSCHER
2020-01-23
2
-8
/
+15
|
/
*
Support <input type="search">
Colin Watson
2019-11-10
1
-0
/
+2
*
Fix bad variable name in check_header
kotofos
2019-10-09
1
-1
/
+1
*
Use truth test instead of length == 0
postmasters
2019-04-10
1
-1
/
+1
*
Fix DeprecationWarning: invalid escape sequence \s
Laurence Rowe
2019-02-15
1
-1
/
+1
*
fixed #210
Gael Pasgrimaud
2019-02-09
1
-0
/
+4
*
raise AssertionError on close
John Carter
2019-01-19
1
-2
/
+2
*
Converted lint check_* functions to raise AssertionError instead of assert
John Carter
2019-01-19
1
-79
/
+147
*
Explicitly raise AssertionError in response checks
John Carter
2019-01-19
1
-4
/
+7
*
Support for PYTHONOPTIMIZE=2, fix tests on PYTHONOPTIMIZE=1, 2
John Carter
2019-01-18
1
-1
/
+6
*
Fix deprecation warnings for ``collections`` to use ``collections.abc``
Steve Piercy
2018-11-26
2
-2
/
+5
*
Use empty string as default value for submit and button (#205)
Benjamin Dauvergne
2018-10-04
1
-2
/
+2
*
more linkcheck and intersphinx fixes
Steve Piercy
2018-09-10
2
-9
/
+8
*
Fix failure of docs build due to no indentation of code block
Steve Piercy
2018-09-10
1
-8
/
+7
*
Add ``Email`` class for input fields with type "email".
Michael Howitz
2018-06-19
1
-0
/
+6
*
fixed #193
Gael Pasgrimaud
2018-05-18
1
-1
/
+1
*
Documentation bearer token and JWT authorization
Theron Luhn
2018-04-26
1
-2
/
+6
*
avoid UnicodeDecodeError in linter with py2; fixed #186
Gael Pasgrimaud
2017-10-21
1
-4
/
+7
*
Preserve submit order for radio inputs.
Florian Schulze
2017-10-09
1
-7
/
+22
*
Fix strict cookie policy.
Florian Schulze
2017-08-01
2
-5
/
+6
*
Improved linting for http headers
Brendan McCollam
2017-05-02
1
-24
/
+23
*
fixed #146
Gael Pasgrimaud
2017-04-12
1
-1
/
+8
*
.json now return .json_body; fixed #177
Gael Pasgrimaud
2017-03-15
1
-5
/
+2
*
allow to use set_cookie when HTTP_HOST is set
Gael Pasgrimaud
2017-03-15
2
-4
/
+7
*
always show response; fixed #176
Gael Pasgrimaud
2017-03-05
1
-1
/
+1
*
pep8
Gael Pasgrimaud
2017-03-05
1
-2
/
+1
*
add JWT. fixed #153
Gael Pasgrimaud
2017-03-05
1
-2
/
+3
*
Fix #173: Do not omit file uploads without a file from post.
Michael Howitz
2017-02-05
1
-0
/
+4
*
Remove remaining references to ordereddict package
Corey Wright
2017-02-01
2
-6
/
+1
*
Fix typo in comment
Peter Inglesby
2017-01-12
1
-1
/
+1
*
use text_type() instead of str(). see #164
Gael Pasgrimaud
2016-09-15
2
-11
/
+3
*
do not guess encoding if response's charset is set. See #160
Gael Pasgrimaud
2016-07-21
2
-4
/
+12
*
make sure str and text_type are checked
Pranay Suresh
2016-04-10
1
-1
/
+1
[next]