COMMITS
/ Lib/distutils/filelist.py September 11, 2016
S
Issue #22493: Inline flags now should be used only at the start of the
Serhiy Storchaka committed
September 19, 2015
J
Issue #12285: Replace implementation of findall with implementation from Setuptools 7ce820d524db.
Jason R. Coombs committed
February 25, 2012
É
Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884).
Éric Araujo committed
February 12, 2012
É
Fix distutils.filelist.FileList under Windows (#13193).
Éric Araujo committed
November 12, 2011
A
Issue #13193: fix distutils.filelist.FileList under Windows
Antoine Pitrou committed
July 28, 2011
July 22, 2010
August 18, 2009
T
Merged revisions 74501 via svnmerge from
Tarek Ziadé committed
August 17, 2009
T
Merged revisions 74495 via svnmerge from
Tarek Ziadé committed
T
Merged revisions 74493 via svnmerge from
Tarek Ziadé committed
April 5, 2009
T
Merged revisions 71280 via svnmerge from
Tarek Ziadé committed
July 26, 2008
A
Remove incorrect usages of map() in distutils.
Amaury Forgeot d'Arc committed
February 23, 2008
C
Merged revisions 60990-61002 via svnmerge from
Christian Heimes committed
October 16, 2007
G
Patch# 1258 by Christian Heimes: kill basestring.
Guido van Rossum committed
August 30, 2007
C
General cleanup, raise normalization in Lib/distutils.
Collin Winter committed
July 17, 2007
C
Fix two bugs from the map->itertools.imap switch.
Collin Winter committed
April 27, 2007
G
Checkpoint. Manipulated things so that string literals are always
Guido van Rossum committed
April 17, 2007
N
Remove functions in string module that are also string methods. Also remove:
Neal Norwitz committed
February 9, 2007
G
Fix most trivially-findable print statements.
Guido van Rossum committed
March 17, 2006
N
Remove apply()
Neal Norwitz committed
November 10, 2004
M
Update compatibility comments to 2.1, corresponding to PEP 291 1.13.
Martin v. Löwis committed
July 18, 2004
T
Whitespace normalization, via reindent.py.
Tim Peters committed
May 31, 2004
W
Fix typo (from SF bug #962602)
Walter Dörwald committed
November 19, 2002
A
Add comment to Distutil files about requiring 1.5.2 compatibility, as
Andrew M. Kuchling committed
November 14, 2002
A
Remove 'created by' lines; people can use CVS for this, and the information is often out of date
Andrew M. Kuchling committed
September 11, 2002
J
Use distutils.debug.DEBUG instead of distutils.core.DEBUG.
Jeremy Hylton committed
June 4, 2002
J
Add missing import of log.
Jeremy Hylton committed
J
Remove unused imports caught by pychecker
Jeremy Hylton committed
J
Make setup.py less chatty by default.
Jeremy Hylton committed
December 6, 2001
F
Whitespace normalization.
Fred Drake committed
September 26, 2000
G
Standardize whitespace in function calls.
Greg Ward committed
July 30, 2000
G
Added list-like methods: 'append()', 'extend()', 'sort()'.
Greg Ward committed
G
Ditched the unused 'recursive_exclude_pattern()' method.
Greg Ward committed
G
Renamed 'select_pattern()' to 'include_pattern()'.
Greg Ward committed
G
Renamed 'process_line()' to 'process_template_line()', and factored out
Greg Ward committed
G
Added class docstring and ditched inappropriate class attrs.
Greg Ward committed
G
Provides the FileList class for building a list of filenames by exploring
Greg Ward committed