summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* remove unused sectionIan Bicking2010-06-151-34/+0
* Fix XSS attacks as reported by Tim WintleIan Bicking2010-06-156-18/+44
* fix exception catching syntaxIan Bicking2010-06-071-38/+38
* Added tag 1.7.3.1 for changeset 6f3911cd242eIan Bicking2010-04-200-0/+0
* update versions for release1.7.3.1Ian Bicking2010-04-203-4/+7
* Make sure all necessary media files come with evalexceptionIan Bicking2010-04-203-6/+7835
* exclude tests moreIan Bicking2010-04-011-1/+1
* try to include docs etc in tarballsIan Bicking2010-04-011-0/+5
* doc fixupsIan Bicking2010-04-015-35/+75
* Exclude tests/ from being installedIan Bicking2010-04-011-4/+2
* remove directory name from 404 errorsIan Bicking2010-03-312-4/+7
* ignore boring thingsIan Bicking2010-03-311-0/+5
* remove references to svnIan Bicking2010-03-313-29/+17
* Added tag 1.7.3 for changeset edc4ca7797d9Ian Bicking2010-03-310-0/+0
* update news for release1.7.3Ian Bicking2010-03-313-7/+3
* update mimeparseIan Bicking2010-03-312-97/+42
* remove readmeIan Bicking2010-03-311-14/+0
* update tagsconvert-repo2010-03-310-0/+0
* Note repo has movedianb2009-10-281-0/+14
* do a proper read with 100 Continueianb2009-09-022-1/+4
* typo in docsianb2009-07-011-1/+1
* Paste: fix Ticket #299maluke2009-07-013-2/+4
* remove spurious printianb2009-06-091-1/+0
* convert to nose 0.11pjenvey2009-05-0711-42/+22
* Add a warning about the unused warning_level parameterianb2009-05-051-9/+4
* typo in docstringianb2009-05-051-1/+1
* fix that last commitianb2009-04-241-1/+1
* Avoid some unicode errors in httpexceptionsianb2009-04-242-7/+11
* Fix the auth_tkt middleware so it doesn't give exceptions when the token is badianb2009-03-071-9/+9
* fix another CONTENT_LENGTH=-1 placeianb2009-03-061-0/+2
* Have the proxy handle a content-length of -1ianb2009-03-062-3/+10
* Make cookies expire on logoutianb2009-03-052-6/+7
* remove unneeded shebangianb2009-03-041-1/+0
* Apply patch to paste.auth.auth_tkt to make it easier to get the cookies, and ...ianb2009-03-032-12/+43
* workaround mimetype's incredible lameness:pjenvey2009-03-021-3/+3
* #334, handle case when PATH_INFO is emptyianb2009-02-111-1/+1
* Adding multiple registry functionbbangert2009-02-091-6/+28
* Speed tweak to registry accessbbangert2009-02-081-9/+12
* Apply patch to fix some problems with wdg_validate middlewareianb2009-01-292-4/+10
* parse a single *, per #330ianb2009-01-092-1/+7
* don't need to strip the trailing newline anymoreianb2009-01-081-1/+1
* Fix #257, newlines in paste.auth.cookie cookiesianb2009-01-082-0/+4
* [paste] fix StaticURLParser path handling that was completely insane and brok...maluke2008-12-251-28/+13
* Add links for pythonpaste.org projectsianb2008-12-201-0/+9
* update mailing list locationianb2008-12-083-25/+4
* skip test_cgiapp on Jythonpjenvey2008-11-221-1/+2
* correct r7651 comment, this changed as of 2.5.2pjenvey2008-11-191-2/+2
* make html_unquote('') consistently return u'' everywhere -- re.sub('', '', u'')pjenvey2008-11-181-1/+5
* Allow 201 with Content-typeianb2008-11-161-1/+1
* Fixed mustcontain(no=...) (#245)ianb2008-11-161-1/+1