summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* note about installation1.2.4Gael Pasgrimaud2011-08-051-1/+13
* new urlGael Pasgrimaud2011-08-051-1/+3
* requirement fileGael Pasgrimaud2011-08-051-0/+6
* bump version; improve docsGael Pasgrimaud2011-08-035-27/+40
* Allow to use url that starts with the SCRIPT_NAME found in extra_environGael Pasgrimaud2011-07-213-0/+50
* merge pull requestGael Pasgrimaud2011-07-161-1/+1
|\
| * remove the url fragment before parsing the query stringCarlo Cabanilla2011-07-151-1/+1
* | update doc links to use bitbucket/webob.org. add test for pyqueryGael Pasgrimaud2011-07-121-13/+21
* | since some web servers allow to have a body with a DELETE request we allow it...Gael Pasgrimaud2011-07-122-2/+11
* | fix issue #15Gael Pasgrimaud2011-07-121-1/+1
* | fix issue #16Gael Pasgrimaud2011-07-121-1/+1
* | add tests for #12Gael Pasgrimaud2011-07-121-0/+6
* | typoGael Pasgrimaud2011-07-121-1/+1
* | only warn if a content-type is returned by 204/304 with no content-lengthGael Pasgrimaud2011-07-123-36/+70
|/
* fix tests. some methods return unicode now. also allow to run tests/regen-doc...Gael Pasgrimaud2011-07-114-9/+22
* Add support for reading the enctype attribute from a form. Also correctly han...Noah Kantrowitz2011-04-221-3/+8
* add TestApp.RequestClass so that custom request/response subclasses can be us...ejucovy@socialplanning2011-03-251-3/+4
* move TestApp declaration below TestRequest, so that I can reference TestReque...ejucovy@socialplanning2011-03-251-383/+383
* Fix #12, use doseq=True with all urlencode callsIan Bicking2010-11-122-2/+7
* Added tag 1.2.3 for changeset 5860980bf8c1Ian Bicking2010-11-020-0/+0
* update news/versions for release1.2.3Ian Bicking2010-11-023-4/+6
* Fix #10, TestApp.extra_environ clobbers request-specific extra_environIan Bicking2010-10-203-16/+28
* Some tests that could be helpful for #10Mike Korobov2010-10-201-0/+38
* Remove stray print statement. Fix #11.Mike Korobov2010-10-201-1/+0
* Documentation explaining some unicode changes in 1.2.2, from Mikhail KorobovIan Bicking2010-09-142-1/+17
* Added tag 1.2.2 for changeset 98c066362207Ian Bicking2010-09-140-0/+0
* update versions for release1.2.2Ian Bicking2010-09-143-4/+4
* Revert change to cookies that added quotation marks (Fixes #387)Ian Bicking2010-09-143-4/+32
* Add wildcard status matching, like status='4*' (http://trac.pythonpaste.org/p...Ian Bicking2010-09-023-0/+8
* document form.submit() return valueIan Bicking2010-09-021-0/+2
* Use the json module in addition to simplejson (http://trac.pythonpaste.org/py...Ian Bicking2010-09-011-3/+7
* Fix a bunch of unicode errors with the testsIan Bicking2010-09-015-18/+25
* Add .head() method (from http://trac.pythonpaste.org/pythonpaste/ticket/371 -...Ian Bicking2010-09-013-0/+18
* Added extra_environ argument to .click(): http://trac.pythonpaste.org/pythonp...Ian Bicking2010-09-012-2/+5
* news for last two commitsIan Bicking2010-07-231-0/+4
* Automated merge with https://bitbucket.org/douglatornell/webtestIan Bicking2010-07-232-1/+7
|\
| * Fix error arising on submit of upload form without a file.Doug Latornell2010-07-192-1/+7
* | Fix sending a webob request directly into methodsIan Bicking2010-07-231-1/+3
|/
* set base_url on resp.lxmlIan Bicking2010-05-112-2/+4
* include tests and docs in tarballIan Bicking2010-04-202-0/+7
* added pyquery property to responseIan Bicking2010-04-202-1/+24
* separated out newsIan Bicking2010-04-202-104/+107
* Cookie tests for better test coverageMike Korobov2010-04-191-0/+34
* Slightly improve click test: responses without utf-8 header are now somehow t...Mike Korobov2010-04-191-1/+1
* Add missing property declaration to File fieldMike Korobov2010-04-192-0/+8
* Python 2.5 compatibilityMike Korobov2010-04-181-1/+4
* href also should be encodedMike Korobov2010-04-181-0/+2
* Tests for select element with unicode valuesMike Korobov2010-04-181-0/+74
* Don't cast str on unicode stringsMike Korobov2010-04-183-4/+10
* Tests for binary file uploadsMike Korobov2010-04-181-2/+51