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
*
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
*
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
*
set cookies the same way webob sets cookies (not using BaseCookie)
ianb
2009-09-22
1
-4
/
+5
*
Added a TestApp.request method
ianb
2009-06-09
1
-0
/
+34
*
Export TestRequest
ianb
2009-06-04
1
-1
/
+1
*
longer docstring for do_request
ianb
2009-06-04
1
-0
/
+9
*
Remove the write to sys.stderr, to just let all output go to sys.stdout like ...
ianb
2009-06-04
1
-1
/
+0
*
fix docstring for .put()
ianb
2009-03-03
1
-7
/
+5
*
Fix Response.mustcontain(no=...)
ianb
2009-02-11
1
-1
/
+1
*
Applied patch from #337, from Matthew Desmarais: add a .force_value(value) me...
ianb
2009-02-10
1
-10
/
+29
*
Make following links with fragments work (from desmaj). #329
ianb
2009-01-09
1
-1
/
+7
*
Added File class for file uploads (not entirely implemented)
ianb
2008-12-20
1
-0
/
+15
*
Fix form handling: text inputs always result in an empty string (not a missin...
ianb
2008-12-18
1
-0
/
+21
*
fix docstring
ianb
2008-11-24
1
-1
/
+0
*
try to skip links in <script> tags
ianb
2008-11-24
1
-0
/
+12
*
fix thinko; should be self.body
pjenvey
2008-11-19
1
-1
/
+1
*
Reapplying a commit that was maybe undone before?
ianb
2008-11-16
1
-9
/
+25
*
stuff that somehow wasn't committed
ianb
2008-11-16
1
-25
/
+9
*
Changed __str__ and __repr__ of responses for better doctesting; added a cont...
ianb
2008-11-16
1
-7
/
+23
*
fix typo in error message
ianb
2008-11-16
1
-1
/
+1
*
fix .delete()
ianb
2008-11-04
1
-1
/
+1
*
Support for <select multiple>, from desmaj (#278)
ianb
2008-07-30
1
-5
/
+52
*
Change the value of no-value checkboxes to 'on' instead of 'checked'
ianb
2008-05-02
1
-2
/
+1
*
Don't submit unnamed form fields. Give a better error message when cookies c...
ianb
2008-05-01
1
-2
/
+8
*
bring in paste.lint for wsgiref. fixes its InputWrapper lacking support for
pjenvey
2008-02-27
2
-2
/
+438
*
only import webbrowser when it's needed
pjenvey
2008-02-26
1
-1
/
+1
*
fix problem with params
ianb
2008-02-17
1
-0
/
+2
[next]