aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/distutils/command/install.py
Commit message (Expand)AuthorAge
* Merged revisions 73197 via svnmerge fromTarek Ziadé2009-06-04
* Merged revisions 70017 via svnmerge fromTarek Ziadé2009-02-27
* #4283: fix left-over iteritems() in distutils.Georg Brandl2008-11-08
* Merged revisions 62774-62775,62785,62787-62788 via svnmerge fromChristian Heimes2008-05-06
* Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-...Christian Heimes2008-04-09
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-23
* Patch# 1258 by Christian Heimes: kill basestring.Guido van Rossum2007-10-16
* Run 2to3's fix_has_key over distutils.Collin Winter2007-09-01
* string.maketrans() now produces translation tables for bytes.translate() -- w...Georg Brandl2007-08-31
* General cleanup, raise normalization in Lib/distutils.Collin Winter2007-08-30
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-07
* Checkpoint. Manipulated things so that string literals are alwaysGuido van Rossum2007-04-27
* Remove functions in string module that are also string methods. Also remove:Neal Norwitz2007-04-17
* Fix most trivially-findable print statements.Guido van Rossum2007-02-09
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-21
* Fix [ 1103844 ] fix distutils.install.dump_dirs() with negated options.Thomas Heller2005-01-20
* Update compatibility comments to 2.1, corresponding to PEP 291 1.13.Martin v. Löwis2004-11-10
* Backing out the basic dependency checking (from pycon sprint).Anthony Baxter2004-10-13
* Whitespace normalization, via reindent.py.Tim Peters2004-07-18
* Make distutils "install --home" support all platforms.Fred Drake2004-06-25
* Basic dependency checking. setup() has two new optional argumentsAnthony Baxter2004-03-22
* Add comment to Distutil files about requiring 1.5.2 compatibility, asAndrew M. Kuchling2002-11-19
* Remove 'created by' lines; people can use CVS for this, and the information i...Andrew M. Kuchling2002-11-14
* Use distutils.debug.DEBUG instead of distutils.core.DEBUG.Jeremy Hylton2002-09-11
* Move warning about directory not on sys.path to debug level.Jeremy Hylton2002-06-04
* Revert part of previous patch: several install_* subcommands expectAndrew M. Kuchling2002-03-22
* Add missing Boolean optionsAndrew M. Kuchling2002-03-21
* OS/2 patches by Andrew I MacIntyre for distutils.Marc-André Lemburg2002-01-31
* Whitespace normalization.Fred Drake2001-12-06
* [Bug #436732] install.py does not record a created *.pth file in theAndrew M. Kuchling2001-09-04
* Patch #449054 to implement PEP 250. The standard install directory forGreg Ward2001-08-23
* Add forgotten importAndrew M. Kuchling2001-08-10
* Modified version of a patch from Jeremy Kloth, to make .get_outputs()Andrew M. Kuchling2001-01-16
* Add forgotten initialization. Fixes bug #120994, "Traceback withAndrew M. Kuchling2000-12-20
* Untabified.Greg Ward2000-10-14
* Lyle Johnson: use 'normcase()' in addition to 'normpath()' when testing ifGreg Ward2000-10-14
* Fixed so --no-compile is a negative alias for --compile.Greg Ward2000-10-03
* Added --compile, --optimize options so users have an easy way toGreg Ward2000-10-02
* Standardized whitespace around function calls.Greg Ward2000-09-30
* Moved some things around for better organization.Greg Ward2000-09-30
* Added 'boolean_options' list to support config file parsing.Greg Ward2000-09-25
* Changed all paths in the INSTALL_SCHEMES dict to Unix syntax, and addedGreg Ward2000-09-22
* Factored the "sub-command" machinery out to Command. Mainly, thisGreg Ward2000-09-16
* Typo fix.Greg Ward2000-09-16
* Adjust to the new sysconfig regime: use 'get_config_vars()' insteadGreg Ward2000-09-15
* Added --force (-f) option to force installation (including bytecodeGreg Ward2000-09-13
* Fix install directories on Mac OS: now everything goes toGreg Ward2000-09-13
* Fix so the 'install_libbase' directory -- where .pth files are installed --Greg Ward2000-08-07
* Fixed imports from '*util' modules to not just import everything from util.Greg Ward2000-08-05
* Changed the default installation directory for data files (used byGreg Ward2000-06-24