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.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix so the 'install_libbase' directory -- where .pth files are installed --
Greg Ward
2000-08-07
1
-1/+1
*
Fixed imports from '*util' modules to not just import everything from util.
Greg Ward
2000-08-05
1
-1/+2
*
Changed the default installation directory for data files (used by
Greg Ward
2000-06-24
1
-4/+4
*
Rene Liebscher: when fixing up directories with an alternate root, include
Greg Ward
2000-06-21
1
-1/+2
*
Fixed install directory for header files on Unix.
Greg Ward
2000-06-17
1
-1/+1
*
Renamed 'native_path()' to 'convert_path()'.
Greg Ward
2000-05-31
1
-2/+2
*
Only print debugging output if DEBUG (imported from distutils.core) is true.
Greg Ward
2000-05-28
1
-14/+15
*
Some far-reaching naming changes:
Greg Ward
2000-05-27
1
-4/+4
*
Support for the "install_headers" command:
Greg Ward
2000-05-27
1
-5/+22
*
Normalized all the end-of-class lines.
Greg Ward
2000-05-25
1
-1/+1
*
Changed the semantics of the 'sub_commands' list: instead of function
Greg Ward
2000-05-20
1
-21/+44
*
Made the '--record' option take an argument, which is the name of the
Gregory P. Smith
2000-05-13
1
-4/+5
*
Ditch the explicit search for *.py[co] files -- they're now included in
Gregory P. Smith
2000-05-13
1
-6/+1
*
Moved check for installation to non-sys.path location so it comes
Gregory P. Smith
2000-05-13
1
-9/+9
*
Harry Henry Gebel: add the "--record" option to write the list of
Gregory P. Smith
2000-05-13
1
-1/+21
*
Fixed 'select_scheme()' so it doesn't override a directory attribute that's
Gregory P. Smith
2000-05-12
1
-1/+3
*
Added --skip-build option, so lazy debuggers/testers (mainly me) don't
Gregory P. Smith
2000-05-12
1
-2/+13
*
Patch from Bastien Kleineidam:
Gregory P. Smith
2000-05-12
1
-1/+4
*
Added the "--root" option as a sort of meta-install-base; if supplied,
Greg Ward
2000-04-27
1
-11/+31
*
Hacked things up a bit so that configuration variables are expanded
Greg Ward
2000-04-26
1
-27/+52
*
Fixed 'get_outputs()' so it actually works.
Greg Ward
2000-03-31
1
-4/+16
*
Changed so the sub-commands we rely on to do the real work is specified
Greg Ward
2000-03-29
1
-4/+24
*
Revised tons of comments to reflect the current state of affairs better.
Greg Ward
2000-03-22
1
-72/+39
*
Run 'install_lib' instead of 'install_py', and ditch 'install_ext'
Greg Ward
2000-03-22
1
-13/+4
*
Dropped any notion of allowing the user to specify the build directories:
Greg Ward
2000-03-22
1
-13/+10
*
Yet another complete rewrite. Hopefully the *last* complete rewrite of
Greg Ward
2000-03-22
1
-129/+299
*
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
-154/+105
*
Renamed 'set_default_options()' to 'initialize_options()', and
Greg Ward
2000-02-18
1
-3/+3
*
Renamed all 'options' class attributes to 'user_options'.
Greg Ward
2000-02-18
1
-36/+37
*
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
-1/+4
*
Always run sys.prefix and sys.exec_prefix through 'os.path.normpath()'
Greg Ward
2000-01-17
1
-4/+4
*
Renamed many options to be consistent across commands.
Greg Ward
1999-09-29
1
-9/+7
*
Added 'install_path' option for giving non-packagized module
Greg Ward
1999-09-21
1
-12/+82
*
Straightened up the selection of installation directories for platform-
Greg Ward
1999-09-13
1
-31/+21
*
Oops, call 'os.path.join()'!
Greg Ward
1999-08-19
1
-1/+1
*
Added a self-berating command relating to installation directories for
Greg Ward
1999-07-10
1
-0/+8
*
Hacked 'set_final_options()' to set (hopefully) appropriate values for
Greg Ward
1999-06-08
1
-7/+56
*
Rearranged things so that compilation of .py files is the responsibility
Greg Ward
1999-05-02
1
-0/+6
*
First checkin of real Distutils command modules.
Greg Ward
1999-03-22
1
-0/+189