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
/
__init__.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove old (and broken?) casperjs/selenium backward compat imports.
Gael Pasgrimaud
2013-08-22
1
-16
/
+0
*
Completely rewrite API documentation
Domen Kožar
2013-02-23
1
-2
/
+0
*
casperjs has moved to webtest-casperjs
Gael Pasgrimaud
2013-02-23
1
-2
/
+6
*
add a webtest.sel module for backward compat
Gael Pasgrimaud
2013-02-22
1
-0
/
+10
*
boot selenium stuff
Gael Pasgrimaud
2013-02-21
1
-3
/
+0
*
split code in forms and utils modules
Gael Pasgrimaud
2012-12-09
1
-10
/
+10
*
add casperjs contextmanager
Gael Pasgrimaud
2012-09-03
1
-0
/
+2
*
- import Upload
Martin Groenemeyer
2012-05-29
1
-0
/
+1
*
Replace with_selenium by selenium
Gael Pasgrimaud
2011-08-23
1
-1
/
+1
*
pep8
Gael Pasgrimaud
2011-08-22
1
-2
/
+4
*
testapp is a bad name for non testing modules. switch to app
Gael Pasgrimaud
2011-08-22
1
-14
/
+14
*
introduce selenium
Gael Pasgrimaud
2011-08-20
1
-0
/
+2
*
move __init__ to testapp module; few doc improvements
Gael Pasgrimaud
2011-08-20
1
-1600
/
+13
*
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
1
-15
/
+13
*
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
|
/
*
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
1
-1
/
+2
*
Add .head() method (from http://trac.pythonpaste.org/pythonpaste/ticket/371 -...
Ian Bicking
2010-09-01
1
-0
/
+11
*
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
*
added pyquery property to response
Ian Bicking
2010-04-20
1
-1
/
+21
*
Add missing property declaration to File field
Mike Korobov
2010-04-19
1
-0
/
+2
*
Python 2.5 compatibility
Mike Korobov
2010-04-18
1
-1
/
+4
*
href also should be encoded
Mike Korobov
2010-04-18
1
-0
/
+2
*
Don't cast str on unicode strings
Mike Korobov
2010-04-18
1
-2
/
+7
*
Encode unicode data to actual encoding before sending it to WSGI world
Mike Korobov
2010-04-18
1
-0
/
+14
*
One more correction to attribute parsing regex
Mike Korobov
2010-04-17
1
-1
/
+1
*
Correct handling of single quote inside double quote and vice versa
Mike Korobov
2010-04-17
1
-1
/
+1
*
Switch to Unicode strings
Mike Korobov
2010-04-17
1
-10
/
+20
*
Corrected parsing of single-quoted attributes
Mike Korobov
2010-04-17
1
-1
/
+1
*
Remove some extra spaces in source code
Mike Korobov
2010-04-17
1
-16
/
+16
*
Apply #340: fix file upload fields in form submissions
ianb
2009-09-22
1
-1
/
+22
[next]