summaryrefslogtreecommitdiff
path: root/paste/util/PySourceColor.py
Commit message (Expand)AuthorAgeFilesLines
* Convert files from file format DOS to UNIXVictor Stinner2015-04-211-2102/+2102
* Python 3: fix more submodulesVictor Stinner2014-03-191-1/+1
* Python 3: use new style of raise, replace "raise class, args" with "raise cla...Cyril Roelandt2014-03-181-5/+5
* Python 3: add parenthesis to print() to support Python 2 and Python 3Cyril Roelandt2014-03-181-2/+2
* 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-181-1/+1
* Python 3: use new names of standard library modulesCyril Roelandt2014-03-181-4/+1
* only import webbrowser when necessarypjenvey2008-03-051-1/+1
* A bunch of little import cleanups noted from pyflakesianb2005-12-181-1/+4
* get rid of tracebacks printed, when we want to catch and ignore the traceback...ianb2005-11-051-1/+1
* Add source highlighting to tracebacksianb2005-11-041-0/+3
* Fix docstringsianb2005-09-271-9/+18
* Brought in PySourceColor, changed import to sameianb2005-09-271-0/+2088