| Commit message (Expand) | Author | Age | Files | Lines |
| * | Just a bit more paranoia in quoting comments, though I wasn't able to reprodu... | Ian Bicking | 2010-09-14 | 1 | -1/+8 |
| * | Coerce thread id to a long, might fix problems in Ubuntu: http://trac.pythonp... | Ian Bicking | 2010-09-02 | 1 | -3/+3 |
| * | Typo | Christoph Zwerschke | 2010-08-19 | 1 | -1/+1 |
| * | Added some more test cases to test_mimeparse that I have found here: | Christoph Zwerschke | 2010-08-19 | 1 | -4/+6 |
| * | Minor simplification. | Christoph Zwerschke | 2010-08-19 | 1 | -8/+4 |
| * | Added unittests for util.mimeparse and made the module more robust and somewh... | Christoph Zwerschke | 2010-08-19 | 1 | -49/+65 |
| * | add a missing desired_matches function to mimeparse (was removed upstream, bu... | Ian Bicking | 2010-06-23 | 1 | -11/+34 |
| * | Fix XSS attacks as reported by Tim Wintle | Ian Bicking | 2010-06-15 | 1 | -0/+7 |
| * | update mimeparse | Ian Bicking | 2010-03-31 | 1 | -97/+39 |
| * | remove unneeded shebang | ianb | 2009-03-04 | 1 | -1/+0 |
| * | parse a single *, per #330 | ianb | 2009-01-09 | 1 | -1/+4 |
| * | 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 |
| * | update test for new website content | ianb | 2008-11-16 | 1 | -1/+1 |
| * | Make paste.debug.prints work with appengine, which replaces stdout on every r... | ianb | 2008-07-31 | 1 | -1/+1 |
| * | handle .class as well as .pyc | pjenvey | 2008-06-17 | 1 | -1/+1 |
| * | disable killthread if ctypes lacks pythonapi | pjenvey | 2008-06-10 | 1 | -0/+3 |
| * | Fixed test suite on Windows (also disabled CGI tests as they shouldn't even w... | maluke | 2008-05-28 | 2 | -3/+3 |
| * | Fix threaded stdin read | ianb | 2008-05-16 | 1 | -2/+2 |
| * | typo | ianb | 2008-05-07 | 1 | -1/+1 |
| * | Add some more methods to the threaded replacement for stdout (for appengine) | ianb | 2008-04-27 | 1 | -0/+18 |
| * | Use the already-available html_unquote function | ianb | 2008-03-25 | 1 | -2/+1 |
| * | only import webbrowser when necessary | pjenvey | 2008-03-05 | 1 | -1/+1 |
| * | remove tabs | ianb | 2007-07-22 | 1 | -1/+1 |
| * | Make comments work | ianb | 2007-06-13 | 1 | -0/+5 |
| * | Added {{default}} directive to paste.util.template | ianb | 2007-06-13 | 1 | -0/+30 |
| * | Added paste.util.import_string.try_import_module | ianb | 2007-03-06 | 1 | -0/+42 |
| * | in template: Added a function that can be used with Paste Script; fixed an is... | ianb | 2007-03-06 | 1 | -1/+9 |
| * | Make paste.util.template trim whitespace around statements on their own line | ianb | 2007-03-06 | 1 | -4/+55 |
| * | Added a command-line form of the template to fill static files | ianb | 2007-02-15 | 1 | -0/+75 |
| * | make sure missing attribute raise an AttributeError in bunches, not KeyError | ianb | 2007-02-05 | 1 | -1/+4 |
| * | Remove long-deprecated modules (most moved elsewhere -- actually removing now... | ianb | 2007-02-01 | 1 | -0/+178 |
| * | Fix up docstrings for reST validity | ianb | 2007-02-01 | 3 | -4/+7 |
| * | Fix up looper | ianb | 2007-02-01 | 1 | -8/+50 |
| * | Added a looper object, to make template looping easier | ianb | 2007-01-31 | 1 | -0/+107 |
| * | Add a bunch object, and add __traceback_hide__ locals to trim down exceptions | ianb | 2007-01-31 | 1 | -1/+40 |
| * | Added an HTML-specific subclass | ianb | 2007-01-31 | 1 | -2/+76 |
| * | Added a templating language | ianb | 2007-01-31 | 1 | -0/+473 |
| * | ensure UnicodeMultiDict allows non basestring keys to pass through | pjenvey | 2007-01-31 | 1 | -1/+4 |
| * | Allow killing of errant threads through the web application (also add a modul... | ianb | 2007-01-30 | 1 | -0/+27 |
| * | by default don't have WSGIRequest decode parameter keys when unicode params a... | pjenvey | 2007-01-22 | 1 | -19/+26 |
| * | o added UnicodeMultiDict, a MultiDict wrapper that decodes its retrieved | pjenvey | 2007-01-21 | 1 | -1/+160 |
| * | convert old-style classes to new-style classes | pjenvey | 2007-01-05 | 1 | -1/+1 |
| * | Fix #134 from cookedm: paste.util.scgiserver doesn't like an empty string as ... | ianb | 2006-11-02 | 1 | -1/+1 |
| * | A big commit, primarily aesthetic/whitespace in nature. This is the result o... | ianb | 2006-10-20 | 4 | -33/+46 |
| * | multi var isn't used here | pjenvey | 2006-10-20 | 1 | -1/+0 |
| * | Several name problems, small bugs, extra imports caught by pyflakes | ianb | 2006-10-20 | 1 | -1/+0 |
| * | Added some tests for multidict; fixed setdefault | ianb | 2006-09-26 | 1 | -1/+1 |
| * | - adding dict_of_lists() to multidict to return a standard | cce | 2006-09-21 | 1 | -0/+14 |
| * | Paste should not depend upon other paste modules, such | cce | 2006-09-21 | 1 | -0/+26 |