| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix best_match() and desired_matches() on py3 | Victor Stinner | 2015-04-21 | 1 | -2/+2 |
* | Convert files from file format DOS to UNIX | Victor Stinner | 2015-04-21 | 2 | -2463/+2463 |
* | Strip trailing spaces | Victor Stinner | 2015-04-21 | 9 | -20/+20 |
* | Python 3: fix more submodules | Victor Stinner | 2014-03-19 | 5 | -15/+14 |
* | Python 3: Replace types.ClassType with six.class_types | Cyril Roelandt | 2014-03-18 | 1 | -2/+2 |
* | Python 3: Replace <> operator with != operator | Cyril Roelandt | 2014-03-18 | 2 | -4/+4 |
* | Python 3: Replace string functions with str methods | Cyril Roelandt | 2014-03-18 | 1 | -13/+13 |
* | Python 3: fix sort | Cyril Roelandt | 2014-03-18 | 1 | -2/+3 |
* | Python 3: Replace "for ... in dict.items()" with "for ... in six.iteritems(di... | Cyril Roelandt | 2014-03-18 | 1 | -8/+9 |
* | Python 3: Use six types for strings | Cyril Roelandt | 2014-03-18 | 4 | -13/+21 |
* | Python 3: use new style of raise, replace "raise class, args" with "raise cla... | Cyril Roelandt | 2014-03-18 | 2 | -7/+7 |
* | Python 3: use six.reraise() to re-raise an exception with the traceback | Cyril Roelandt | 2014-03-18 | 2 | -4/+6 |
* | Python 3: add parenthesis to print() to support Python 2 and Python 3 | Cyril Roelandt | 2014-03-18 | 3 | -27/+27 |
* | Python 3: don't use tuples in function prototype | Cyril Roelandt | 2014-03-18 | 1 | -1/+3 |
* | Python 3: Replace "except Exception, exc" with "except Exception as exc:" | Cyril Roelandt | 2014-03-18 | 3 | -4/+4 |
* | Python 3: use new names of standard library modules | Cyril Roelandt | 2014-03-18 | 4 | -12/+16 |
* | 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 |