summaryrefslogtreecommitdiff
path: root/paste/debug/fsdiff.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix paste.debug.fsdiff.Snapshot._ignore_file()Victor Stinner2015-04-221-7/+0
| | | | Remove a duplicated method, keep the implementation using ignore_wildcards.
* Remove UserDict24Victor Stinner2015-04-221-6/+2
|
* Strip trailing spacesVictor Stinner2015-04-211-1/+1
|
* Python 3: fix more submodulesVictor Stinner2014-03-191-2/+2
| | | | | * print syntax * replace "except Exception, exc:" with "except Exception as exc:"
* Python 3: use new names of standard library modulesCyril Roelandt2014-03-181-1/+11
| | | | Use "try/except ImportError" to try Python 2 and Python 3 names.
* Several name problems, small bugs, extra imports caught by pyflakesianb2006-10-201-1/+1
|
* Added copyright header to a bunch of filesianb2006-06-131-0/+2
|
* Move (copy) some of the file testing stuff from paste.fixture into a new ↵ianb2006-02-211-0/+407
(more targetted) module