GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
distutils
/
filelist.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #22493: Inline flags now should be used only at the start of the
Serhiy Storchaka
2016-09-11
1
-5
/
+10
*
Issue #12285: Replace implementation of findall with implementation from Setu...
Jason R. Coombs
2015-09-19
1
-27
/
+21
*
Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884).
Éric Araujo
2012-02-25
1
-8
/
+14
*
Fix distutils.filelist.FileList under Windows (#13193).
Éric Araujo
2012-02-12
1
-4
/
+2
*
Issue #13193: fix distutils.filelist.FileList under Windows
Antoine Pitrou
2011-11-12
1
-1
/
+4
*
Fix closes Issue11439 Remove the SVN keywords from the code as it is no longe...
Senthil Kumaran
2011-07-28
1
-2
/
+0
*
reverted distutils its 3.1 state. All new work is now happening in disutils2,...
Tarek Ziadé
2010-07-22
1
-21
/
+18
*
Merged revisions 74501 via svnmerge from
Tarek Ziadé
2009-08-18
1
-2
/
+1
*
Merged revisions 74495 via svnmerge from
Tarek Ziadé
2009-08-17
1
-16
/
+20
*
Merged revisions 74493 via svnmerge from
Tarek Ziadé
2009-08-17
1
-1
/
+3
*
Merged revisions 71280 via svnmerge from
Tarek Ziadé
2009-04-05
1
-1
/
+2
*
Remove incorrect usages of map() in distutils.
Amaury Forgeot d'Arc
2008-07-26
1
-2
/
+2
*
Merged revisions 60990-61002 via svnmerge from
Christian Heimes
2008-02-23
1
-1
/
+0
*
Patch# 1258 by Christian Heimes: kill basestring.
Guido van Rossum
2007-10-16
1
-1
/
+1
*
General cleanup, raise normalization in Lib/distutils.
Collin Winter
2007-08-30
1
-65
/
+32
*
Fix two bugs from the map->itertools.imap switch.
Collin Winter
2007-07-17
1
-2
/
+1
*
Checkpoint. Manipulated things so that string literals are always
Guido van Rossum
2007-04-27
1
-1
/
+1
*
Remove functions in string module that are also string methods. Also remove:
Neal Norwitz
2007-04-17
1
-8
/
+8
*
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