summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/install.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #25985: sys.version_info is now used instead of sys.versionSerhiy Storchaka2016-02-111-2/+2
* Closes #23437: Make user scripts directory versioned on Windows (patch by pmo...Steve Dower2015-02-141-1/+1
* remove 2.2 and 2.6 compat code (closes #22200)Benjamin Peterson2014-08-181-26/+11
* #18741: merge with 3.3.Ezio Melotti2013-08-171-1/+1
|\
| * #18741: fix more typos. Patch by Févry Thibault.Ezio Melotti2013-08-171-1/+1
* | Merge 3.3, issue #17047: remove doubled words found in 2.7 toTerry Jan Reedy2013-03-111-2/+2
|\ \ | |/
| * Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*,Terry Jan Reedy2013-03-111-2/+2
* | Closes #16135: Removal of OS/2 support (distutils)Jesus Cea2012-10-101-15/+0
|/
* Fix closes Issue11439 Remove the SVN keywords from the code as it is no longe...Senthil Kumaran2011-07-281-2/+0
* sys.abiflags is not defined on all platforms.Barry Warsaw2010-11-251-1/+6
* Final patch for issue 9807.Barry Warsaw2010-11-241-2/+4
* Remove traces of Mac OS 9 support, again (#9508).Éric Araujo2010-11-061-16/+0
* reverted distutils its 3.1 state. All new work is now happening in disutils2,...Tarek Ziadé2010-07-221-55/+74
* Fix for issue #8577: without this patch test_distutilsRonald Oussoren2010-06-151-2/+3
* Remove traces of MacOS9 support.Ronald Oussoren2010-05-051-14/+0
* Merged revisions 78354 via svnmerge fromTarek Ziadé2010-02-231-4/+1
* Merged revisions 77949 via svnmerge fromTarek Ziadé2010-02-031-0/+81
* Merged revisions 77759,77761 via svnmerge fromTarek Ziadé2010-01-291-3/+2
* Merged revisions 77704,77752 via svnmerge fromTarek Ziadé2010-01-291-123/+40
* Merged revisions 73197 via svnmerge fromTarek Ziadé2009-06-041-45/+51
* Merged revisions 70017 via svnmerge fromTarek Ziadé2009-02-271-31/+52
* #4283: fix left-over iteritems() in distutils.Georg Brandl2008-11-081-1/+1
* Merged revisions 62774-62775,62785,62787-62788 via svnmerge fromChristian Heimes2008-05-061-6/+77
* Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-...Christian Heimes2008-04-091-0/+9
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+0
* Patch# 1258 by Christian Heimes: kill basestring.Guido van Rossum2007-10-161-1/+1
* Run 2to3's fix_has_key over distutils.Collin Winter2007-09-011-1/+1
* string.maketrans() now produces translation tables for bytes.translate() -- w...Georg Brandl2007-08-311-3/+2
* General cleanup, raise normalization in Lib/distutils.Collin Winter2007-08-301-53/+32
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-1/+1
* Checkpoint. Manipulated things so that string literals are alwaysGuido van Rossum2007-04-271-1/+1
* Remove functions in string module that are also string methods. Also remove:Neal Norwitz2007-04-171-6/+6
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-3/+3
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-0/+1
* Fix [ 1103844 ] fix distutils.install.dump_dirs() with negated options.Thomas Heller2005-01-201-2/+7
* Update compatibility comments to 2.1, corresponding to PEP 291 1.13.Martin v. Löwis2004-11-101-1/+1
* Backing out the basic dependency checking (from pycon sprint).Anthony Baxter2004-10-131-12/+1
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-1/+1
* Make distutils "install --home" support all platforms.Fred Drake2004-06-251-17/+17
* Basic dependency checking. setup() has two new optional argumentsAnthony Baxter2004-03-221-1/+12
* Add comment to Distutil files about requiring 1.5.2 compatibility, asAndrew M. Kuchling2002-11-191-0/+2
* Remove 'created by' lines; people can use CVS for this, and the information i...Andrew M. Kuchling2002-11-141-2/+0
* Use distutils.debug.DEBUG instead of distutils.core.DEBUG.Jeremy Hylton2002-09-111-1/+2
* Move warning about directory not on sys.path to debug level.Jeremy Hylton2002-06-041-8/+10
* Revert part of previous patch: several install_* subcommands expectAndrew M. Kuchling2002-03-221-1/+1
* Add missing Boolean optionsAndrew M. Kuchling2002-03-211-3/+2
* OS/2 patches by Andrew I MacIntyre for distutils.Marc-André Lemburg2002-01-311-0/+7
* Whitespace normalization.Fred Drake2001-12-061-5/+5
* [Bug #436732] install.py does not record a created *.pth file in theAndrew M. Kuchling2001-09-041-2/+5
* Patch #449054 to implement PEP 250. The standard install directory forGreg Ward2001-08-231-7/+18