summaryrefslogtreecommitdiff
path: root/Lib/distutils/command/install_lib.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #23731: Implement PEP 488.Brett Cannon2015-04-131-8/+8
* Issue #17177: Stop using imp in distutilsBrett Cannon2013-06-151-3/+3
* More fixes for PEP 3147 compliance in distutils (#11254)Éric Araujo2011-11-031-2/+5
* Fix closes Issue11439 Remove the SVN keywords from the code as it is no longe...Senthil Kumaran2011-07-281-2/+0
* Merged revisions 75704 via svnmerge fromTarek Ziadé2009-10-251-0/+6
* Merged revisions 72577 via svnmerge fromTarek Ziadé2009-05-121-1/+2
* Merged revisions 72535 via svnmerge fromTarek Ziadé2009-05-101-4/+2
* Merged revisions 68840,68881,68943,68945 via svnmerge fromBenjamin Peterson2009-01-301-0/+5
* General cleanup, raise normalization in Lib/distutils.Collin Winter2007-08-301-29/+15
* Remove RISCOS supportSkip Montanaro2007-08-161-4/+1
* Remove functions in string module that are also string methods. Also remove:Neal Norwitz2007-04-171-1/+1
* Restore Python 2.1 compatibility (os.extsep was introduced in Python 2.2).Marc-André Lemburg2004-12-021-2/+4
* Update compatibility comments to 2.1, corresponding to PEP 291 1.13.Martin v. Löwis2004-11-101-1/+1
* Since build_py handles package data installation, the list of outputsFred Drake2004-07-281-0/+11
* 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
* Make setup.py less chatty by default.Jeremy Hylton2002-06-041-5/+3
* Remove unneeded importAndrew M. Kuchling2002-05-301-1/+0
* Whitespace normalization.Fred Drake2001-12-061-6/+6
* Remove some debugging prints.Greg Ward2000-10-031-2/+0
* Typo fix.Greg Ward2000-10-021-1/+1
* Finished the overhaul of byte-compilation options: there's now a 6-wayGreg Ward2000-10-021-15/+66
* From 'run()', only call 'bytecompile()' if we actually haveGreg Ward2000-10-011-1/+1
* Reduced the 'bytecompile()' method to a one-line wrapper aroundGreg Ward2000-09-301-15/+4
* Fixed 'run()' so it doesn't call 'bytecompile()' if 'install()' returned None.Greg Ward2000-09-301-1/+2
* Added 'boolean_options' list to support config file parsing.Greg Ward2000-09-251-0/+2
* Split 'run()' up into 'build()', 'install()', and 'bytecompile()' (forGreg Ward2000-09-231-8/+28
* Whitespace tweaks.Greg Ward2000-09-231-35/+32
* Added --force (-f) option to force installation (including bytecodeGreg Ward2000-09-131-0/+3
* Fixed imports from '*util' modules to not just import everything from util.Greg Ward2000-08-051-1/+1
* Rene Liebscher: fix 'skipping byte-compilation' message for grammaticalGreg Ward2000-08-021-1/+1
* Some far-reaching naming changes:Greg Ward2000-05-271-5/+5
* Fixed command description.Greg Ward2000-05-231-1/+1
* Check if the claimed build directory doesn't exist, and warn that we don'tGreg Ward2000-05-201-1/+6
* Added '_bytecode_filenames()' method, and use it in 'get_outputs()'Gregory P. Smith2000-05-131-4/+13
* Added --skip-build option, so lazy debuggers/testers (mainly me) don'tGregory P. Smith2000-05-121-5/+10
* Don't use 'set_option()' or 'get_option()' method -- direct attribute access,Greg Ward2000-05-071-1/+1
* Added 'get_inputs()'.Greg Ward2000-03-311-0/+20
* Patch inspired by Bastian Kleineidam <calvin@cs.uni-sb.de>:Greg Ward2000-03-291-12/+7
* Be sure to run both 'build_py' and 'build_ext', now that this commandGreg Ward2000-03-291-5/+47
* Fixed the class name.Greg Ward2000-03-231-1/+1
* Changed '__rcsid__' to '__revision__'.Greg Ward2000-03-021-1/+1
* Unfinished, untested implementation of the lovely baroque installation schemeGreg Ward2000-02-261-14/+6
* Renamed 'set_default_options()' to 'initialize_options()', andGreg Ward2000-02-181-2/+2
* Renamed all 'options' class attributes to 'user_options'.Greg Ward2000-02-181-5/+6
* Renamed all command classes so they're exactly the same as the name of theGreg Ward2000-02-181-1/+1
* Added 'description' class attribute to every command class (to help theGreg Ward2000-01-301-0/+2
* Added missing run of corresponding 'build' command.Greg Ward2000-01-301-0/+3
* Tweaked verbosity messages for byte-compilation.Greg Ward1999-10-031-2/+2
* Renamed many options to be consistent across commands.Greg Ward1999-09-291-6/+4