summaryrefslogtreecommitdiff
path: root/Lib/distutils/filelist.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 74501 via svnmerge fromTarek Ziadé2009-08-181-2/+1
* Merged revisions 74495 via svnmerge fromTarek Ziadé2009-08-171-16/+20
* Merged revisions 74493 via svnmerge fromTarek Ziadé2009-08-171-1/+3
* Merged revisions 71280 via svnmerge fromTarek Ziadé2009-04-051-1/+2
* Remove incorrect usages of map() in distutils.Amaury Forgeot d'Arc2008-07-261-2/+2
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+0
* Patch# 1258 by Christian Heimes: kill basestring.Guido van Rossum2007-10-161-1/+1
* General cleanup, raise normalization in Lib/distutils.Collin Winter2007-08-301-65/+32
* Fix two bugs from the map->itertools.imap switch.Collin Winter2007-07-171-2/+1
* Checkpoint. Manipulated things so that string literals are alwaysGuido van Rossum2007-04-271-1/+1
* Remove functions in string module that are also string methods. Also remove:Neal Norwitz2007-04-171-8/+8
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-1/+1
* Remove apply()Neal Norwitz2006-03-171-1/+1
* Update compatibility comments to 2.1, corresponding to PEP 291 1.13.Martin v. Löwis2004-11-101-1/+1
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-1/+1
* Fix typo (from SF bug #962602)Walter Dörwald2004-05-311-1/+1
* 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