| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Completely rewrite API documentation | Domen Kožar | 2013-02-23 | 1 | -85/+94 |
| * | Fixes to the doc, mostly links and typos. | Georges Dubus | 2013-02-23 | 1 | -10/+10 |
| * | 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 | 1 | -143/+93 |
| * | update docs a bit | Domen Kožar | 2013-02-23 | 1 | -25/+42 |
| * | proxy support | Gael Pasgrimaud | 2013-02-23 | 1 | -5/+13 |
| * | A file opened with 'b' mode can only returns bytes, not text. Remove the test. | Christophe de Vienne | 2013-02-22 | 1 | -3/+0 |
| * | A copy of a webob.Request() cannot have content_length == -1. Removing the case. | Christophe de Vienne | 2013-02-22 | 1 | -2/+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 |
| * | few more tests | Gael Pasgrimaud | 2013-02-22 | 1 | -13/+6 |
| * | typo / use non unicode file for testing | Gael Pasgrimaud | 2013-02-22 | 1 | -1/+1 |
| * | test paste variables | Gael Pasgrimaud | 2013-02-22 | 1 | -1/+1 |
| * | add test for encode multipart | Gael Pasgrimaud | 2013-02-22 | 1 | -0/+5 |
| * | move testresponse to his own module | Gael Pasgrimaud | 2013-02-22 | 1 | -539/+1 |
| * | test bad content_types | Gael Pasgrimaud | 2013-02-21 | 1 | -1/+1 |
| * | add a few pragma no cover for import errors we dont want to test | Gael Pasgrimaud | 2013-02-21 | 1 | -4/+4 |
| * | Merge branch 'master' of github.com:Pylons/webtest | Gael Pasgrimaud | 2013-02-21 | 1 | -1/+2 |
| |\ | |||||
| | * | garden | Domen Kožar | 2013-02-21 | 1 | -1/+2 |
| * | | merge conflicts | Gael Pasgrimaud | 2013-02-21 | 1 | -13/+16 |
| |\ \ | |/ |/| | |||||
| | * | Import directly from six when possible instead of compat.py so we can clean i... | Christophe de Vienne | 2013-02-21 | 1 | -6/+9 |
| * | | merge conflict | Gael Pasgrimaud | 2013-02-21 | 1 | -114/+121 |
| |\ \ | |||||
| | * | | more py3k cookielib stuff | Domen Kožar | 2013-02-21 | 1 | -2/+7 |
| | * | | add cookielib response adapter method for py3k | Domen Kožar | 2013-02-21 | 1 | -0/+3 |
| | * | | Use cookielib.CookieJar, welcome to 2008. | Domen Kožar | 2013-02-21 | 1 | -75/+78 |
| | * | | remove py.test leftovers | Domen Kožar | 2013-02-21 | 1 | -11/+0 |
| | * | | garden | Domen Kožar | 2013-02-21 | 1 | -37/+44 |
| | |/ | |||||
| * | | use bs4 to parse form | Gael Pasgrimaud | 2013-02-21 | 1 | -27/+2 |
| |/ | |||||
| * | Append TestResponse.clickbutton test and small fix in this method | Stéphane Klein | 2013-02-21 | 1 | -2/+2 |
| * | merge conflicts | Gael Pasgrimaud | 2013-02-12 | 1 | -31/+73 |
| |\ | |||||
| | * | Make TestApp.cookies smarter. | Julian Berman | 2013-02-11 | 1 | -9/+4 |
| | * | Expire cookies that have expired before a request. | Julian Berman | 2013-02-10 | 1 | -35/+87 |
| * | | small improvement on json_method | Gael Pasgrimaud | 2013-01-29 | 1 | -1/+1 |
| * | | use @utils.json_method | Gael Pasgrimaud | 2013-01-29 | 1 | -73/+6 |
| * | | fix some typo. mutualize warnings | Gael Pasgrimaud | 2013-01-29 | 1 | -12/+28 |
| * | | add patch_json | Gael Pasgrimaud | 2013-01-29 | 1 | -4/+22 |
| * | | improve and add doc for Upload | Gael Pasgrimaud | 2013-01-28 | 1 | -2/+2 |
| |/ | |||||
| * | end of doc refactoring | Gael Pasgrimaud | 2012-12-09 | 1 | -13/+7 |
| * | split code in forms and utils modules | Gael Pasgrimaud | 2012-12-09 | 1 | -731/+26 |
| * | we always have json now | Gael Pasgrimaud | 2012-12-07 | 1 | -3/+0 |
| * | fixed #17. support unicode string as body | Gael Pasgrimaud | 2012-12-07 | 1 | -3/+9 |
| * | merge back lint/lint3. removed to_string and join_bytes from everywhere | Gael Pasgrimaud | 2012-12-06 | 1 | -5/+1 |
| * | remove some ugly stuff by using future's literal and six. this mean we do no ... | Gael Pasgrimaud | 2012-12-05 | 1 | -78/+100 |
| * | decode all HTML entities | Patrick Strawderman | 2012-11-18 | 1 | -6/+17 |
| * | Allow equals sign in the cookie by spliting name-value-string pairs on | Kenshi Kawaguchi | 2012-10-22 | 1 | -1/+1 |
| * | Remove commented out code which is no longer necessary. | ianjosephwilson@gmail.com | 2012-10-03 | 1 | -3/+0 |
| * | Preserve field order during parsing. | ianjosephwilson@gmail.com | 2012-10-03 | 1 | -5/+17 |
| * | merge | Gael Pasgrimaud | 2012-09-19 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix a typo in apps.py: selectedIndicies | Yohan Boniface | 2012-09-07 | 1 | -1/+1 |
| * | | fix a bug when nose try tu use unicode(resp) | Gael Pasgrimaud | 2012-09-19 | 1 | -4/+6 |
| |/ | |||||
