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_ext.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Obsolete command -- no longer relevant since we now build all modules, pure
Greg Ward
2000-03-22
1
-43/+0
*
Fix how we set 'build_dir' and 'install_dir' options from 'install' options --
Greg Ward
2000-03-22
1
-2/+2
*
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
-1/+1
*
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
-3/+4
*
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
*
Renamed many options to be consistent across commands.
Greg Ward
1999-09-29
1
-5/+4
*
New command -- install_ext to install extension modules.
Greg Ward
1999-09-13
1
-0/+38