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
*
Improve selenium api
1.3
Gael Pasgrimaud
2011-08-27
3
-25
/
+37
*
pep8
Gael Pasgrimaud
2011-08-25
6
-25
/
+59
*
py3 compat. only 4 errors remaining
Gael Pasgrimaud
2011-08-25
4
-35
/
+565
*
use real type so py3 wont complain
Gael Pasgrimaud
2011-08-25
1
-7
/
+6
*
more python3 support
Gael Pasgrimaud
2011-08-23
4
-45
/
+62
*
rename .sel to .browser
Gael Pasgrimaud
2011-08-23
1
-57
/
+100
*
add a few helpers
Gael Pasgrimaud
2011-08-23
1
-15
/
+42
*
fix test. remove useless logger
Gael Pasgrimaud
2011-08-23
1
-6
/
+0
*
Replace with_selenium by selenium
Gael Pasgrimaud
2011-08-23
2
-205
/
+373
*
pep8
Gael Pasgrimaud
2011-08-22
1
-2
/
+4
*
pep8
Gael Pasgrimaud
2011-08-22
1
-42
/
+82
*
pep8
Gael Pasgrimaud
2011-08-22
1
-6
/
+8
*
missing test_app
Gael Pasgrimaud
2011-08-22
1
-1
/
+1
*
take care of responses status
Gael Pasgrimaud
2011-08-22
1
-19
/
+34
*
testapp is a bad name for non testing modules. switch to app
Gael Pasgrimaud
2011-08-22
3
-15
/
+15
*
use real exception
Gael Pasgrimaud
2011-08-22
1
-14
/
+14
*
Improve selenium api
Gael Pasgrimaud
2011-08-22
1
-269
/
+410
*
Better Field representation
Gael Pasgrimaud
2011-08-22
1
-0
/
+25
*
introduce selenium
Gael Pasgrimaud
2011-08-20
2
-0
/
+570
*
fix bug with latest webob version: can't read body without content_length
Gael Pasgrimaud
2011-08-20
1
-1
/
+4
*
move __init__ to testapp module; few doc improvements
Gael Pasgrimaud
2011-08-20
2
-1600
/
+1622
*
allow to use a custom Field class in Form
Gael Pasgrimaud
2011-08-20
1
-251
/
+253
*
use compat module
Gael Pasgrimaud
2011-08-10
2
-16
/
+14
*
add compat module to handle py3k some compat
Gael Pasgrimaud
2011-08-10
1
-0
/
+39
*
remove Paste dependencie. use debug_app instead of URLMap
Gael Pasgrimaud
2011-08-09
1
-1
/
+10
*
bump version; improve docs
Gael Pasgrimaud
2011-08-03
1
-17
/
+17
*
Allow to use url that starts with the SCRIPT_NAME found in extra_environ
Gael Pasgrimaud
2011-07-21
1
-0
/
+3
*
merge pull request
Gael Pasgrimaud
2011-07-16
1
-1
/
+1
|
\
|
*
remove the url fragment before parsing the query string
Carlo Cabanilla
2011-07-15
1
-1
/
+1
*
|
since some web servers allow to have a body with a DELETE request we allow it...
Gael Pasgrimaud
2011-07-12
1
-2
/
+7
*
|
fix issue #16
Gael Pasgrimaud
2011-07-12
1
-1
/
+1
*
|
typo
Gael Pasgrimaud
2011-07-12
1
-1
/
+1
*
|
only warn if a content-type is returned by 204/304 with no content-length
Gael Pasgrimaud
2011-07-12
2
-2
/
+20
|
/
*
Add support for reading the enctype attribute from a form. Also correctly han...
Noah Kantrowitz
2011-04-22
1
-3
/
+8
*
add TestApp.RequestClass so that custom request/response subclasses can be us...
ejucovy@socialplanning
2011-03-25
1
-3
/
+4
*
move TestApp declaration below TestRequest, so that I can reference TestReque...
ejucovy@socialplanning
2011-03-25
1
-383
/
+383
*
Fix #12, use doseq=True with all urlencode calls
Ian Bicking
2010-11-12
1
-2
/
+2
*
Fix #10, TestApp.extra_environ clobbers request-specific extra_environ
Ian Bicking
2010-10-20
1
-1
/
+2
*
Remove stray print statement. Fix #11.
Mike Korobov
2010-10-20
1
-1
/
+0
*
Revert change to cookies that added quotation marks (Fixes #387)
Ian Bicking
2010-09-14
1
-3
/
+3
*
Add wildcard status matching, like status='4*' (http://trac.pythonpaste.org/p...
Ian Bicking
2010-09-02
1
-0
/
+5
*
document form.submit() return value
Ian Bicking
2010-09-02
1
-0
/
+2
*
Use the json module in addition to simplejson (http://trac.pythonpaste.org/py...
Ian Bicking
2010-09-01
1
-3
/
+7
*
Fix a bunch of unicode errors with the tests
Ian Bicking
2010-09-01
3
-7
/
+11
*
Add .head() method (from http://trac.pythonpaste.org/pythonpaste/ticket/371 -...
Ian Bicking
2010-09-01
2
-0
/
+13
*
Added extra_environ argument to .click(): http://trac.pythonpaste.org/pythonp...
Ian Bicking
2010-09-01
1
-2
/
+3
*
Automated merge with https://bitbucket.org/douglatornell/webtest
Ian Bicking
2010-07-23
1
-1
/
+1
|
\
|
*
Fix error arising on submit of upload form without a file.
Doug Latornell
2010-07-19
1
-1
/
+1
*
|
Fix sending a webob request directly into methods
Ian Bicking
2010-07-23
1
-1
/
+3
|
/
*
set base_url on resp.lxml
Ian Bicking
2010-05-11
1
-2
/
+2
[next]