summaryrefslogtreecommitdiff
path: root/paste/util/finddata.py
Commit message (Collapse)AuthorAgeFilesLines
* Strip trailing spacesVictor Stinner2015-04-211-1/+1
|
* Python 3: fix more submodulesVictor Stinner2014-03-191-6/+5
| | | | | * print syntax * replace "except Exception, exc:" with "except Exception as exc:"
* handle .class as well as .pycpjenvey2008-06-171-1/+1
|
* Added copyright header to a bunch of filesianb2006-06-131-0/+2
|
* But with package data subdirectories that contain __init__.py but aren't ↵ianb2005-12-091-1/+2
| | | | actually contained in packages (likely with create templates); from Ben Bangert
* Bunch of minor changes suggested by pyflakesianb2005-11-141-1/+1
|
* Added some more directories to ignoreianb2005-10-051-1/+1
|
* More docstring notesianb2005-10-051-0/+4
|
* Enumerate all the files, not just patternsianb2005-10-051-67/+25
|
* Added new functionianb2005-10-051-3/+69
|
* Changed a nameianb2005-10-051-13/+14
|
* Added function for finding data for setup.py filesianb2005-10-051-0/+67