index
:
external_python_setuptools
40.7-maintenance
bootstrap
bootstrap-2.x
bootstrap-py24
bugfix/1623-always-targz
bugfix/1635-disallow-parent-paths
bugfix/1663-restore-port
bugfix/2129-better-egg-detection
bugfix/2232-adopt-distutils-default
bugfix/2232-ubuntu-patch
bugfix/downgrade-pip
bugfix/downgrade-pip-redux
debt/drop-py35
debt/remove-RequirementParseError
develop-nspkg
develop-nspkg-always
di-patch-1
distutils
distutils-adopt-escape-hatch
docs/auto-merge
docs/distutils-porting
dont-normalize
drop-py26
export-pkg-resources
feature/1246-utf-8-in-scripts
feature/1696-update-vendored-deps
feature/2093-docs-revamp
feature/deprecate-2to3
feature/deps-in-metadata
feature/deterministic-provides-extras-2
feature/easy-install-dep
feature/implicit-bootstrap
feature/include-pyproject.toml
feature/pip-options-alignment
feature/pyopenssl-fallback
feature/simple-dist-name-in-scripts
feature/tox-venv
feature/vendor-pkg-resources
feature/version-in-cfg
feature/xenial-py37
fix_changelog
issue-704
issue-889
issue-97
issue250-module_from_spec
issue250-reentry
iterator-unpack
maint/44.x
master
pr/1521
pr1887-rebase
replicant-10
revert-1180-fix_889_and_non-ascii_in_setup.cfg_take_2
setuptools-scm
Python setuptools
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
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