index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
distutils
/
command
/
install_lib.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added '_bytecode_filenames()' method, and use it in 'get_outputs()'
Gregory P. Smith
2000-05-13
1
-4/+13
*
Added --skip-build option, so lazy debuggers/testers (mainly me) don't
Gregory P. Smith
2000-05-12
1
-5/+10
*
Don't use 'set_option()' or 'get_option()' method -- direct attribute access,
Greg Ward
2000-05-07
1
-1/+1
*
Added 'get_inputs()'.
Greg Ward
2000-03-31
1
-0/+20
*
Patch inspired by Bastian Kleineidam <calvin@cs.uni-sb.de>:
Greg Ward
2000-03-29
1
-12/+7
*
Be sure to run both 'build_py' and 'build_ext', now that this command
Greg Ward
2000-03-29
1
-5/+47
*
Fixed the class name.
Greg Ward
2000-03-23
1
-1/+1
*
Changed '__rcsid__' to '__revision__'.
Greg Ward
2000-03-02
1
-1/+1
*
Unfinished, untested implementation of the lovely baroque installation scheme
Greg Ward
2000-02-26
1
-14/+6
*
Renamed 'set_default_options()' to 'initialize_options()', and
Greg Ward
2000-02-18
1
-2/+2
*
Renamed all 'options' class attributes to 'user_options'.
Greg Ward
2000-02-18
1
-5/+6
*
Renamed all command classes so they're exactly the same as the name of the
Greg Ward
2000-02-18
1
-1/+1
*
Added 'description' class attribute to every command class (to help the
Greg Ward
2000-01-30
1
-0/+2
*
Added missing run of corresponding 'build' command.
Greg Ward
2000-01-30
1
-0/+3
*
Tweaked verbosity messages for byte-compilation.
Greg Ward
1999-10-03
1
-2/+2
*
Renamed many options to be consistent across commands.
Greg Ward
1999-09-29
1
-6/+4
*
Changed selection of installation directories (in 'set_final_options()')
Greg Ward
1999-09-13
1
-6/+14
*
Patch from Perry Stoll: typo fix, make sure we only compile .py files.
Greg Ward
1999-08-29
1
-6/+9
*
Rearranged things so that compilation of .py files is the responsibility
Greg Ward
1999-05-02
1
-4/+33
*
Changed to use the method versions of 'copy_file()', 'copy_tree()',
Greg Ward
1999-04-04
1
-3/+1
*
First checkin of real Distutils command modules.
Greg Ward
1999-03-22
1
-0/+42