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
Commit message (
Expand
)
Author
Age
Files
Lines
*
note about installation
1.2.4
Gael Pasgrimaud
2011-08-05
1
-1
/
+13
*
new url
Gael Pasgrimaud
2011-08-05
1
-1
/
+3
*
requirement file
Gael Pasgrimaud
2011-08-05
1
-0
/
+6
*
bump version; improve docs
Gael Pasgrimaud
2011-08-03
5
-27
/
+40
*
Allow to use url that starts with the SCRIPT_NAME found in extra_environ
Gael Pasgrimaud
2011-07-21
3
-0
/
+50
*
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
*
|
update doc links to use bitbucket/webob.org. add test for pyquery
Gael Pasgrimaud
2011-07-12
1
-13
/
+21
*
|
since some web servers allow to have a body with a DELETE request we allow it...
Gael Pasgrimaud
2011-07-12
2
-2
/
+11
*
|
fix issue #15
Gael Pasgrimaud
2011-07-12
1
-1
/
+1
*
|
fix issue #16
Gael Pasgrimaud
2011-07-12
1
-1
/
+1
*
|
add tests for #12
Gael Pasgrimaud
2011-07-12
1
-0
/
+6
*
|
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
3
-36
/
+70
|
/
*
fix tests. some methods return unicode now. also allow to run tests/regen-doc...
Gael Pasgrimaud
2011-07-11
4
-9
/
+22
*
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
2
-2
/
+7
*
Added tag 1.2.3 for changeset 5860980bf8c1
Ian Bicking
2010-11-02
0
-0
/
+0
*
update news/versions for release
1.2.3
Ian Bicking
2010-11-02
3
-4
/
+6
*
Fix #10, TestApp.extra_environ clobbers request-specific extra_environ
Ian Bicking
2010-10-20
3
-16
/
+28
*
Some tests that could be helpful for #10
Mike Korobov
2010-10-20
1
-0
/
+38
*
Remove stray print statement. Fix #11.
Mike Korobov
2010-10-20
1
-1
/
+0
*
Documentation explaining some unicode changes in 1.2.2, from Mikhail Korobov
Ian Bicking
2010-09-14
2
-1
/
+17
*
Added tag 1.2.2 for changeset 98c066362207
Ian Bicking
2010-09-14
0
-0
/
+0
*
update versions for release
1.2.2
Ian Bicking
2010-09-14
3
-4
/
+4
*
Revert change to cookies that added quotation marks (Fixes #387)
Ian Bicking
2010-09-14
3
-4
/
+32
*
Add wildcard status matching, like status='4*' (http://trac.pythonpaste.org/p...
Ian Bicking
2010-09-02
3
-0
/
+8
*
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
5
-18
/
+25
*
Add .head() method (from http://trac.pythonpaste.org/pythonpaste/ticket/371 -...
Ian Bicking
2010-09-01
3
-0
/
+18
*
Added extra_environ argument to .click(): http://trac.pythonpaste.org/pythonp...
Ian Bicking
2010-09-01
2
-2
/
+5
*
news for last two commits
Ian Bicking
2010-07-23
1
-0
/
+4
*
Automated merge with https://bitbucket.org/douglatornell/webtest
Ian Bicking
2010-07-23
2
-1
/
+7
|
\
|
*
Fix error arising on submit of upload form without a file.
Doug Latornell
2010-07-19
2
-1
/
+7
*
|
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
2
-2
/
+4
*
include tests and docs in tarball
Ian Bicking
2010-04-20
2
-0
/
+7
*
added pyquery property to response
Ian Bicking
2010-04-20
2
-1
/
+24
*
separated out news
Ian Bicking
2010-04-20
2
-104
/
+107
*
Cookie tests for better test coverage
Mike Korobov
2010-04-19
1
-0
/
+34
*
Slightly improve click test: responses without utf-8 header are now somehow t...
Mike Korobov
2010-04-19
1
-1
/
+1
*
Add missing property declaration to File field
Mike Korobov
2010-04-19
2
-0
/
+8
*
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
*
Tests for select element with unicode values
Mike Korobov
2010-04-18
1
-0
/
+74
*
Don't cast str on unicode strings
Mike Korobov
2010-04-18
3
-4
/
+10
*
Tests for binary file uploads
Mike Korobov
2010-04-18
1
-2
/
+51
[next]