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
*
removing the last remaning apply() calls
Tarek Ziadé
2009-10-03
1
-1/+1
*
added more test coverage for distutils.filelist to prevent regressions when f...
Tarek Ziadé
2009-08-18
1
-4/+1
*
module cleanup
Tarek Ziadé
2009-08-17
1
-57/+42
*
fixed how fnmatch.translate is used (since it has changed in r74475 for #6665...
Tarek Ziadé
2009-08-17
1
-2/+3
*
Fixed #1491431: distutils.filelist.glob_to_re was broken for some edge cases ...
Tarek Ziadé
2009-04-05
1
-2/+3
*
Issue #5052: removed backward compatibility information (out of date)
Tarek Ziadé
2009-01-25
1
-2/+0
*
Patch #2167 from calvin: Remove unused imports
Christian Heimes
2008-02-23
1
-1/+0
*
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