summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Encode unicode data to actual encoding before sending it to WSGI worldMike Korobov2010-04-181-0/+14
* One more correction to attribute parsing regexMike Korobov2010-04-171-1/+1
* Correct handling of single quote inside double quote and vice versaMike Korobov2010-04-172-2/+3
* Update tests to enshure that defined charset won't break anything. It indeed ...Mike Korobov2010-04-174-43/+97
* Switch to Unicode stringsMike Korobov2010-04-172-18/+28
* Tests for existing behaviour regarding unicode supportMike Korobov2010-04-171-4/+50
* Tests for existing TestResponse.click behaviourMike Korobov2010-04-171-0/+67
* Corrected parsing of single-quoted attributesMike Korobov2010-04-172-1/+10
* Remove some extra spaces in source codeMike Korobov2010-04-171-16/+16
* ignore more boring filesMike Korobov2010-04-171-0/+4
* doc build maintenanceIan Bicking2010-04-162-1/+5
* Added tag 1.2.1 for changeset 6d774147cca3Ian Bicking2010-04-160-0/+0
* one more version1.2.1Ian Bicking2010-04-161-1/+1
* Added tag 1.2.1 for changeset 594459c6d8c7Ian Bicking2010-04-160-0/+0
* update versions for releaseIan Bicking2010-04-162-37/+4
* fix test (webob changed upstrea). Ignore boring filesIan Bicking2010-04-162-1/+6
* update tagsconvert-repo2009-10-280-0/+0
* add rcs-comp to creditsianb2009-09-221-2/+2
* Apply #340: fix file upload fields in form submissionsianb2009-09-223-1/+188
* set cookies the same way webob sets cookies (not using BaseCookie)ianb2009-09-221-4/+5