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 typo in docstring
Desmond Brand
2013-05-07
1
-1
/
+1
*
remove leading newline from textarea
Victor Safronovich
2013-05-04
1
-1
/
+7
*
origin_req_host is an attribute. see #64
Gael Pasgrimaud
2013-04-17
1
-3
/
+4
*
merge. fixed #65
Gael Pasgrimaud
2013-04-17
1
-1
/
+1
|
\
|
*
Do not alter the BeautifulSoup object when parsing forms.
Georges Dubus
2013-04-17
1
-1
/
+1
*
|
allow to use a fixed StopableWSGIServer
Gael Pasgrimaud
2013-04-17
1
-1
/
+2
*
|
fixed #64
Gael Pasgrimaud
2013-04-17
1
-5
/
+2
|
/
*
Handle the short form of <select multiple>
Marius Gedminas
2013-04-01
1
-1
/
+1
*
That should have been select.error.
Laurence Rowe
2013-03-28
1
-1
/
+2
*
Correctly handle <option> elements with no value attribute
Marius Gedminas
2013-03-28
1
-1
/
+1
*
Ignore socket.error following StopableWSGIServer.shutdown.
Laurence Rowe
2013-03-27
1
-1
/
+8
*
merge. fixed #59
Gael Pasgrimaud
2013-03-27
1
-2
/
+3
|
\
|
*
Support for redirects having relative "Location" header
Andrey Lebedev
2013-03-22
1
-2
/
+3
*
|
All <button> elements are treated as submit controls
Andrey Lebedev
2013-03-22
1
-0
/
+2
|
/
*
Treat strings in the WSGI environment as native strings (i.e. different thing...
Wolfgang Schnerring
2013-03-18
1
-3
/
+7
*
Support secure cookies
Andrey Lebedev
2013-03-08
1
-0
/
+15
*
Allow TestResponse.click() to match HTML content as well as text content.
Timothy Elliott
2013-03-06
1
-1
/
+1
*
TestResponse.maybe_follow() method
Mikhail Korobov
2013-03-04
1
-6
/
+25
*
Don't let BeautifulSoup use lxml. Fix GH-51
Mikhail Korobov
2013-03-03
2
-2
/
+2
*
correct api method links
Domen Kožar
2013-03-02
1
-5
/
+5
*
improve TestResponse api docs a bit
Domen Kožar
2013-03-02
1
-7
/
+8
*
re-allow to use some unknow field type
Gael Pasgrimaud
2013-02-27
1
-8
/
+8
*
Added password class to Field.classes of type Text
diarmuidbourke
2013-02-26
1
-0
/
+2
*
doc errors
Domen Kožar
2013-02-23
1
-6
/
+6
*
Completely rewrite API documentation
Domen Kožar
2013-02-23
5
-153
/
+225
*
Rewrote TestResponse._find_element.
Georges Dubus
2013-02-23
2
-49
/
+6
*
Reviewed documentation for `TestResponse`.
Georges Dubus
2013-02-23
1
-9
/
+17
*
try to improve tests
Gael Pasgrimaud
2013-02-23
1
-0
/
+2
*
Fixes to the doc, mostly links and typos.
Georges Dubus
2013-02-23
3
-21
/
+23
*
Merge branch 'master' of github.com:Pylons/webtest
Gael Pasgrimaud
2013-02-23
2
-169
/
+189
|
\
|
*
add changelog for wsgiproxy and more docs
Domen Kožar
2013-02-23
1
-2
/
+9
|
*
group private methods
Domen Kožar
2013-02-23
2
-143
/
+139
|
*
update docs a bit
Domen Kožar
2013-02-23
1
-25
/
+42
*
|
casperjs has moved to webtest-casperjs
Gael Pasgrimaud
2013-02-23
2
-106
/
+9
|
/
*
proxy support
Gael Pasgrimaud
2013-02-23
1
-5
/
+13
*
merge conflict
Gael Pasgrimaud
2013-02-22
1
-2
/
+2
|
\
|
*
more coverage for webtest/lint.py
Mathieu Agopian
2013-02-22
1
-2
/
+2
*
|
Merge branch 'master' of github.com:cdevienne/webtest
Gael Pasgrimaud
2013-02-22
1
-3
/
+0
|
\
\
|
*
|
A file opened with 'b' mode can only returns bytes, not text. Remove the test.
Christophe de Vienne
2013-02-22
1
-3
/
+0
*
|
|
add a webtest.sel module for backward compat
Gael Pasgrimaud
2013-02-22
2
-0
/
+22
|
/
/
*
|
merge conflict
Gael Pasgrimaud
2013-02-22
1
-2
/
+0
|
\
\
|
*
|
A copy of a webob.Request() cannot have content_length == -1. Removing the case.
Christophe de Vienne
2013-02-22
1
-2
/
+0
|
|
/
*
|
Merge branch 'master' of github.com:arthru/webtest
Gael Pasgrimaud
2013-02-22
1
-10
/
+0
|
\
\
|
|
/
|
/
|
|
*
Deletion of unused and useless PartialIteratorWrapper
Arthur Vuillard
2013-02-22
1
-10
/
+0
*
|
tests for cookies headers in request
Domen Kožar
2013-02-22
1
-0
/
+4
*
|
add only values of cookies inside self.cookies
Domen Kožar
2013-02-22
1
-2
/
+2
*
|
Merge branch 'master' of github.com:arthru/webtest
Gael Pasgrimaud
2013-02-22
1
-28
/
+19
|
\
\
|
|
/
|
*
Test webtest.lint.check_environ and webtest.lint.IteratorWrapper and a little...
Arthur Vuillard
2013-02-22
1
-3
/
+0
|
*
Coverage and cleanup of check_headers
Arthur Vuillard
2013-02-22
1
-17
/
+18
|
*
Deletion of unused function make_middleware
Arthur Vuillard
2013-02-22
1
-8
/
+1
[next]