summaryrefslogtreecommitdiff
path: root/paste/util
Commit message (Expand)AuthorAgeFilesLines
* Fix best_match() and desired_matches() on py3Victor Stinner2015-04-211-2/+2
* Convert files from file format DOS to UNIXVictor Stinner2015-04-212-2463/+2463
* Strip trailing spacesVictor Stinner2015-04-219-20/+20
* Python 3: fix more submodulesVictor Stinner2014-03-195-15/+14
* Python 3: Replace types.ClassType with six.class_typesCyril Roelandt2014-03-181-2/+2
* Python 3: Replace <> operator with != operatorCyril Roelandt2014-03-182-4/+4
* Python 3: Replace string functions with str methodsCyril Roelandt2014-03-181-13/+13
* Python 3: fix sortCyril Roelandt2014-03-181-2/+3
* Python 3: Replace "for ... in dict.items()" with "for ... in six.iteritems(di...Cyril Roelandt2014-03-181-8/+9
* Python 3: Use six types for stringsCyril Roelandt2014-03-184-13/+21
* Python 3: use new style of raise, replace "raise class, args" with "raise cla...Cyril Roelandt2014-03-182-7/+7
* Python 3: use six.reraise() to re-raise an exception with the tracebackCyril Roelandt2014-03-182-4/+6
* Python 3: add parenthesis to print() to support Python 2 and Python 3Cyril Roelandt2014-03-183-27/+27
* Python 3: don't use tuples in function prototypeCyril Roelandt2014-03-181-1/+3
* Python 3: Replace "except Exception, exc" with "except Exception as exc:"Cyril Roelandt2014-03-183-4/+4
* Python 3: use new names of standard library modulesCyril Roelandt2014-03-184-12/+16
* Just a bit more paranoia in quoting comments, though I wasn't able to reprodu...Ian Bicking2010-09-141-1/+8
* Coerce thread id to a long, might fix problems in Ubuntu: http://trac.pythonp...Ian Bicking2010-09-021-3/+3
* TypoChristoph Zwerschke2010-08-191-1/+1
* Added some more test cases to test_mimeparse that I have found here:Christoph Zwerschke2010-08-191-4/+6
* Minor simplification.Christoph Zwerschke2010-08-191-8/+4
* Added unittests for util.mimeparse and made the module more robust and somewh...Christoph Zwerschke2010-08-191-49/+65
* add a missing desired_matches function to mimeparse (was removed upstream, bu...Ian Bicking2010-06-231-11/+34
* Fix XSS attacks as reported by Tim WintleIan Bicking2010-06-151-0/+7
* update mimeparseIan Bicking2010-03-311-97/+39
* remove unneeded shebangianb2009-03-041-1/+0
* parse a single *, per #330ianb2009-01-091-1/+4
* 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
* update test for new website contentianb2008-11-161-1/+1
* Make paste.debug.prints work with appengine, which replaces stdout on every r...ianb2008-07-311-1/+1
* handle .class as well as .pycpjenvey2008-06-171-1/+1
* disable killthread if ctypes lacks pythonapipjenvey2008-06-101-0/+3
* Fixed test suite on Windows (also disabled CGI tests as they shouldn't even w...maluke2008-05-282-3/+3
* Fix threaded stdin readianb2008-05-161-2/+2
* typoianb2008-05-071-1/+1
* Add some more methods to the threaded replacement for stdout (for appengine)ianb2008-04-271-0/+18
* Use the already-available html_unquote functionianb2008-03-251-2/+1
* only import webbrowser when necessarypjenvey2008-03-051-1/+1
* remove tabsianb2007-07-221-1/+1
* Make comments workianb2007-06-131-0/+5
* Added {{default}} directive to paste.util.templateianb2007-06-131-0/+30
* Added paste.util.import_string.try_import_moduleianb2007-03-061-0/+42
* in template: Added a function that can be used with Paste Script; fixed an is...ianb2007-03-061-1/+9
* Make paste.util.template trim whitespace around statements on their own lineianb2007-03-061-4/+55
* Added a command-line form of the template to fill static filesianb2007-02-151-0/+75
* make sure missing attribute raise an AttributeError in bunches, not KeyErrorianb2007-02-051-1/+4
* Remove long-deprecated modules (most moved elsewhere -- actually removing now...ianb2007-02-011-0/+178
* Fix up docstrings for reST validityianb2007-02-013-4/+7
* Fix up looperianb2007-02-011-8/+50