summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/filelist.py
Commit message (Expand)AuthorAgeFilesLines
* Add comment to Distutil files about requiring 1.5.2 compatibility, asAndrew M. Kuchling2002-11-191-0/+2
* Remove 'created by' lines; people can use CVS for this, and the information i...Andrew M. Kuchling2002-11-141-5/+0
* Use distutils.debug.DEBUG instead of distutils.core.DEBUG.Jeremy Hylton2002-09-111-1/+1
* Add missing import of log.Jeremy Hylton2002-06-041-0/+1
* Remove unused imports caught by pycheckerJeremy Hylton2002-06-041-1/+1
* Make setup.py less chatty by default.Jeremy Hylton2002-06-041-34/+24
* Whitespace normalization.Fred Drake2001-12-061-14/+14
* Standardize whitespace in function calls.Greg Ward2000-09-261-35/+34
* Added list-like methods: 'append()', 'extend()', 'sort()'.Greg Ward2000-07-301-14/+46
* Typo fix.Greg Ward2000-07-301-1/+1
* Ditched the unused 'recursive_exclude_pattern()' method.Greg Ward2000-07-301-24/+0
* Renamed 'select_pattern()' to 'include_pattern()'.Greg Ward2000-07-301-15/+16
* Renamed 'process_line()' to 'process_template_line()', and factored outGreg Ward2000-07-301-69/+63
* Added class docstring and ditched inappropriate class attrs.Greg Ward2000-07-301-123/+126
* Provides the FileList class for building a list of filenames by exploringGreg Ward2000-07-301-0/+362