| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | note about installation1.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 |
| | | | | | Buf reported at https://bugs.launchpad.net/ubuntu/+source/webtest/+bug/813351 | ||||
| * | 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 ↵ | Gael Pasgrimaud | 2011-07-12 | 2 | -2/+11 |
| | | | | | | | | | it but warn that this is not recommended. fix #14 #18 | ||||
| * | | 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 ↵ | Gael Pasgrimaud | 2011-07-11 | 4 | -9/+22 |
| | | | | | tests/regen-docs in a buildout environement | ||||
| * | Add support for reading the enctype attribute from a form. Also correctly ↵ | Noah Kantrowitz | 2011-04-22 | 1 | -3/+8 |
| | | | | | handle non-upload multipart forms. | ||||
| * | add TestApp.RequestClass so that custom request/response subclasses can be ↵ | ejucovy@socialplanning | 2011-03-25 | 1 | -3/+4 |
| | | | | | used in subclasses of TestApp | ||||
| * | move TestApp declaration below TestRequest, so that I can reference ↵ | ejucovy@socialplanning | 2011-03-25 | 1 | -383/+383 |
| | | | | | TestRequest in TestApp's class declaration | ||||
| * | 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 release1.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 release1.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*' ↵ | Ian Bicking | 2010-09-02 | 3 | -0/+8 |
| | | | | | (http://trac.pythonpaste.org/pythonpaste/ticket/374) | ||||
| * | document form.submit() return value | Ian Bicking | 2010-09-02 | 1 | -0/+2 |
| | | |||||
| * | Use the json module in addition to simplejson ↵ | Ian Bicking | 2010-09-01 | 1 | -3/+7 |
| | | | | | (http://trac.pythonpaste.org/pythonpaste/ticket/435) | ||||
| * | 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 |
| | | | | | -- by greut | ||||
| * | Added extra_environ argument to .click(): ↵ | Ian Bicking | 2010-09-01 | 2 | -2/+5 |
| | | | | | http://trac.pythonpaste.org/pythonpaste/ticket/361 | ||||
| * | 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 |
| | | | | | | | | | | | | | | | | | Form.upload_fields fails if the form is submitted without a file for upload. This changeset adds test_upload_without_file that demonstrates the problem, and a small change to Form.upload_fields that only processes the upload field if field.value exists. | ||||
| * | | 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 ↵ | Mike Korobov | 2010-04-19 | 1 | -1/+1 |
| | | | | | tested | ||||
| * | 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 |
| | | |||||
