| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make sure all necessary media files come with evalexception | Ian Bicking | 2010-04-20 | 2 | -6/+7834 |
| * | remove directory name from 404 errors | Ian Bicking | 2010-03-31 | 1 | -4/+1 |
| * | update mimeparse | Ian Bicking | 2010-03-31 | 1 | -97/+39 |
| * | do a proper read with 100 Continue | Ian Bicking | 2009-09-02 | 1 | -1/+1 |
| * | Paste: fix Ticket #299 | maluke | 2009-07-01 | 2 | -1/+3 |
| * | remove spurious print | Ian Bicking | 2009-06-09 | 1 | -1/+0 |
| * | Add a warning about the unused warning_level parameter | Ian Bicking | 2009-05-05 | 1 | -9/+4 |
| * | typo in docstring | Ian Bicking | 2009-05-05 | 1 | -1/+1 |
| * | fix that last commit | Ian Bicking | 2009-04-24 | 1 | -1/+1 |
| * | Avoid some unicode errors in httpexceptions | Ian Bicking | 2009-04-24 | 1 | -7/+9 |
| * | Fix the auth_tkt middleware so it doesn't give exceptions when the token is bad | Ian Bicking | 2009-03-07 | 1 | -9/+9 |
| * | fix another CONTENT_LENGTH=-1 place | Ian Bicking | 2009-03-06 | 1 | -0/+2 |
| * | Have the proxy handle a content-length of -1 | Ian Bicking | 2009-03-06 | 1 | -3/+8 |
| * | Make cookies expire on logout | Ian Bicking | 2009-03-05 | 1 | -5/+6 |
| * | remove unneeded shebang | Ian Bicking | 2009-03-04 | 1 | -1/+0 |
| * | Apply patch to paste.auth.auth_tkt to make it easier to get the cookies, and ... | Ian Bicking | 2009-03-03 | 1 | -12/+39 |
| * | workaround mimetype's incredible lameness: | pjenvey | 2009-03-02 | 1 | -3/+3 |
| * | #334, handle case when PATH_INFO is empty | Ian Bicking | 2009-02-11 | 1 | -1/+1 |
| * | Adding multiple registry function | bbangert | 2009-02-09 | 1 | -6/+28 |
| * | Speed tweak to registry access | bbangert | 2009-02-08 | 1 | -9/+12 |
| * | Apply patch to fix some problems with wdg_validate middleware | Ian Bicking | 2009-01-29 | 1 | -4/+8 |
| * | parse a single *, per #330 | Ian Bicking | 2009-01-09 | 1 | -1/+4 |
| * | don't need to strip the trailing newline anymore | Ian Bicking | 2009-01-08 | 1 | -1/+1 |
| * | Fix #257, newlines in paste.auth.cookie cookies | Ian Bicking | 2009-01-08 | 1 | -0/+1 |
| * | [paste] fix StaticURLParser path handling that was completely insane and brok... | maluke | 2008-12-25 | 1 | -28/+13 |
| * | correct r7651 comment, this changed as of 2.5.2 | pjenvey | 2008-11-19 | 1 | -2/+2 |
| * | make html_unquote('') consistently return u'' everywhere -- re.sub('', '', u'') | pjenvey | 2008-11-18 | 1 | -1/+5 |
| * | Allow 201 with Content-type | Ian Bicking | 2008-11-16 | 1 | -1/+1 |
| * | Fixed mustcontain(no=...) (#245) | Ian Bicking | 2008-11-16 | 1 | -1/+1 |
| * | update test for new website content | Ian Bicking | 2008-11-16 | 2 | -11/+13 |
| * | Fix paste.httpserver on py2.6 (#314) | Ian Bicking | 2008-11-15 | 1 | -0/+6 |
| * | More cowbell\! | Ian Bicking | 2008-10-31 | 3 | -0/+104 |
| * | woops, cleanup | pjenvey | 2008-10-21 | 1 | -3/+0 |
| * | only expose JythonMonitor if on Jython and _systemrestart is supported | pjenvey | 2008-10-21 | 1 | -22/+23 |
| * | woops, sleep inside the loop | pjenvey | 2008-10-11 | 1 | -1/+1 |
| * | added JythonMonitor for use for an experimental, optimized reloader for Jython | pjenvey | 2008-10-11 | 1 | -4/+31 |
| * | fix auth cookie generating bad headers | pjenvey | 2008-10-10 | 1 | -1/+2 |
| * | Added paste.reloader.add_file_callback | Ian Bicking | 2008-09-25 | 1 | -5/+37 |
| * | prefer hashlib over the md5/sha modules which are deprecated in Python 2.6 | pjenvey | 2008-09-17 | 5 | -17/+39 |
| * | Add support for HttpOnly to Paste | Ian Bicking | 2008-09-15 | 1 | -2/+2 |
| * | Re-raise KeyboardInterrupt | Ian Bicking | 2008-09-08 | 1 | -0/+3 |
| * | Add QUERY_STRING to Proxy requests (#232) | Ian Bicking | 2008-08-29 | 1 | -0/+2 |
| * | use consistent string quoting | pjenvey | 2008-08-27 | 1 | -2/+2 |
| * | make seek method conditional | Ian Bicking | 2008-08-11 | 1 | -1/+3 |
| * | Make paste.debug.prints work with appengine, which replaces stdout on every r... | Ian Bicking | 2008-07-31 | 2 | -4/+12 |
| * | In proxy, set content-length and filter more bad headers | Ian Bicking | 2008-07-30 | 1 | -1/+9 |
| * | fix docstring example | Ian Bicking | 2008-07-30 | 1 | -5/+4 |
| * | Adding request_queue_size option to increase socket queue for Paste#http server. | bbangert | 2008-06-20 | 1 | -11/+26 |
| * | handle .class as well as .pyc | pjenvey | 2008-06-17 | 2 | -1/+4 |
| * | missing import | pjenvey | 2008-06-12 | 1 | -0/+1 |