index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
distutils
/
filelist.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-1/+1
*
Remove apply()
Neal Norwitz
2006-03-17
1
-1/+1
*
Update compatibility comments to 2.1, corresponding to PEP 291 1.13.
Martin v. Löwis
2004-11-10
1
-1/+1
*
Whitespace normalization, via reindent.py.
Tim Peters
2004-07-18
1
-1/+1
*
Fix typo (from SF bug #962602)
Walter Dörwald
2004-05-31
1
-1/+1
*
Add comment to Distutil files about requiring 1.5.2 compatibility, as
Andrew M. Kuchling
2002-11-19
1
-0/+2
*
Remove 'created by' lines; people can use CVS for this, and the information i...
Andrew M. Kuchling
2002-11-14
1
-5/+0
*
Use distutils.debug.DEBUG instead of distutils.core.DEBUG.
Jeremy Hylton
2002-09-11
1
-1/+1
*
Add missing import of log.
Jeremy Hylton
2002-06-04
1
-0/+1
*
Remove unused imports caught by pychecker
Jeremy Hylton
2002-06-04
1
-1/+1
*
Make setup.py less chatty by default.
Jeremy Hylton
2002-06-04
1
-34/+24
*
Whitespace normalization.
Fred Drake
2001-12-06
1
-14/+14
*
Standardize whitespace in function calls.
Greg Ward
2000-09-26
1
-35/+34
*
Added list-like methods: 'append()', 'extend()', 'sort()'.
Greg Ward
2000-07-30
1
-14/+46
*
Typo fix.
Greg Ward
2000-07-30
1
-1/+1
*
Ditched the unused 'recursive_exclude_pattern()' method.
Greg Ward
2000-07-30
1
-24/+0
*
Renamed 'select_pattern()' to 'include_pattern()'.
Greg Ward
2000-07-30
1
-15/+16
*
Renamed 'process_line()' to 'process_template_line()', and factored out
Greg Ward
2000-07-30
1
-69/+63
*
Added class docstring and ditched inappropriate class attrs.
Greg Ward
2000-07-30
1
-123/+126
*
Provides the FileList class for building a list of filenames by exploring
Greg Ward
2000-07-30
1
-0/+362