summaryrefslogtreecommitdiff
path: root/paste
Commit message (Expand)AuthorAgeFilesLines
...
* remove directory name from 404 errorsIan Bicking2010-03-311-4/+1
* update mimeparseIan Bicking2010-03-311-97/+39
* do a proper read with 100 Continueianb2009-09-021-1/+1
* Paste: fix Ticket #299maluke2009-07-012-1/+3
* remove spurious printianb2009-06-091-1/+0
* 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-241-7/+9
* 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-061-3/+8
* Make cookies expire on logoutianb2009-03-051-5/+6
* 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-031-12/+39
* 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-291-4/+8
* parse a single *, per #330ianb2009-01-091-1/+4
* don't need to strip the trailing newline anymoreianb2009-01-081-1/+1
* Fix #257, newlines in paste.auth.cookie cookiesianb2009-01-081-0/+1
* [paste] fix StaticURLParser path handling that was completely insane and brok...maluke2008-12-251-28/+13
* 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
* update test for new website contentianb2008-11-162-11/+13
* Fix paste.httpserver on py2.6 (#314)ianb2008-11-151-0/+6
* More cowbell\!ianb2008-10-313-0/+104
* woops, cleanuppjenvey2008-10-211-3/+0
* only expose JythonMonitor if on Jython and _systemrestart is supportedpjenvey2008-10-211-22/+23
* woops, sleep inside the looppjenvey2008-10-111-1/+1
* added JythonMonitor for use for an experimental, optimized reloader for Jythonpjenvey2008-10-111-4/+31
* fix auth cookie generating bad headerspjenvey2008-10-101-1/+2
* Added paste.reloader.add_file_callbackianb2008-09-251-5/+37
* prefer hashlib over the md5/sha modules which are deprecated in Python 2.6pjenvey2008-09-175-17/+39
* Add support for HttpOnly to Pasteianb2008-09-151-2/+2
* Re-raise KeyboardInterruptianb2008-09-081-0/+3
* Add QUERY_STRING to Proxy requests (#232)ianb2008-08-291-0/+2
* use consistent string quotingpjenvey2008-08-271-2/+2
* make seek method conditionalianb2008-08-111-1/+3
* Make paste.debug.prints work with appengine, which replaces stdout on every r...ianb2008-07-312-4/+12
* In proxy, set content-length and filter more bad headersianb2008-07-301-1/+9
* fix docstring exampleianb2008-07-301-5/+4
* Adding request_queue_size option to increase socket queue for Paste#http server.bbangert2008-06-201-11/+26
* handle .class as well as .pycpjenvey2008-06-172-1/+4
* missing importpjenvey2008-06-121-0/+1
* deprecate setup_moduleianb2008-06-121-0/+4