summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* get rid of dependency_linkianb2009-08-051-3/+0
* Added a TestApp.request methodianb2009-06-093-0/+46
* Export TestRequestianb2009-06-041-1/+1
* longer docstring for do_requestianb2009-06-041-0/+9
* news for last commitianb2009-06-041-0/+5
* Remove the write to sys.stderr, to just let all output go to sys.stdout like ...ianb2009-06-041-1/+0
* Auto-update of version stringsianb2009-05-221-1/+1
* update versions for release1.2ianb2009-05-222-4/+4
* fix docstring for .put()ianb2009-03-031-7/+5
* Fix Response.mustcontain(no=...)ianb2009-02-112-1/+4
* attributionianb2009-02-101-1/+2
* Applied patch from #337, from Matthew Desmarais: add a .force_value(value) me...ianb2009-02-103-10/+83
* Make following links with fragments work (from desmaj). #329ianb2009-01-093-1/+34
* Added File class for file uploads (not entirely implemented)ianb2008-12-201-0/+15
* Fix form handling: text inputs always result in an empty string (not a missin...ianb2008-12-183-0/+130
* Auto-update of version stringsianb2008-11-241-1/+1
* update news for release1.1ianb2008-11-242-4/+4
* fix docstringianb2008-11-241-1/+0
* try to skip links in <script> tagsianb2008-11-242-0/+15
* fix thinko; should be self.bodypjenvey2008-11-192-1/+3
* don't assume dict orderingpjenvey2008-11-191-2/+3
* setup the nose collector for setup.py testpjenvey2008-11-192-0/+9
* Reapplying a commit that was maybe undone before?ianb2008-11-161-9/+25
* stuff that somehow wasn't committedianb2008-11-161-25/+9
* extra news noteianb2008-11-161-1/+1
* Changed __str__ and __repr__ of responses for better doctesting; added a cont...ianb2008-11-162-7/+40
* fix typo in error messageianb2008-11-161-1/+1
* fix .delete()ianb2008-11-042-1/+6
* Auto-update of version stringsianb2008-10-291-1/+1
* update news for release1.0.2ianb2008-10-292-3/+3