index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
distutils
/
command
/
install.py
Commit message (
Expand
)
Author
Age
...
*
Rene Liebscher: when fixing up directories with an alternate root, include
Greg Ward
2000-06-21
*
Fixed install directory for header files on Unix.
Greg Ward
2000-06-17
*
Renamed 'native_path()' to 'convert_path()'.
Greg Ward
2000-05-31
*
Only print debugging output if DEBUG (imported from distutils.core) is true.
Greg Ward
2000-05-28
*
Some far-reaching naming changes:
Greg Ward
2000-05-27
*
Support for the "install_headers" command:
Greg Ward
2000-05-27
*
Normalized all the end-of-class lines.
Greg Ward
2000-05-25
*
Changed the semantics of the 'sub_commands' list: instead of function
Greg Ward
2000-05-20
*
Made the '--record' option take an argument, which is the name of the
Gregory P. Smith
2000-05-13
*
Ditch the explicit search for *.py[co] files -- they're now included in
Gregory P. Smith
2000-05-13
*
Moved check for installation to non-sys.path location so it comes
Gregory P. Smith
2000-05-13
*
Harry Henry Gebel: add the "--record" option to write the list of
Gregory P. Smith
2000-05-13
*
Fixed 'select_scheme()' so it doesn't override a directory attribute that's
Gregory P. Smith
2000-05-12
*
Added --skip-build option, so lazy debuggers/testers (mainly me) don't
Gregory P. Smith
2000-05-12
*
Patch from Bastien Kleineidam:
Gregory P. Smith
2000-05-12
*
Added the "--root" option as a sort of meta-install-base; if supplied,
Greg Ward
2000-04-27
*
Hacked things up a bit so that configuration variables are expanded
Greg Ward
2000-04-26
*
Fixed 'get_outputs()' so it actually works.
Greg Ward
2000-03-31
*
Changed so the sub-commands we rely on to do the real work is specified
Greg Ward
2000-03-29
*
Revised tons of comments to reflect the current state of affairs better.
Greg Ward
2000-03-22
*
Run 'install_lib' instead of 'install_py', and ditch 'install_ext'
Greg Ward
2000-03-22
*
Dropped any notion of allowing the user to specify the build directories:
Greg Ward
2000-03-22
*
Yet another complete rewrite. Hopefully the *last* complete rewrite of
Greg Ward
2000-03-22
*
Changed '__rcsid__' to '__revision__'.
Greg Ward
2000-03-02
*
Unfinished, untested implementation of the lovely baroque installation scheme
Greg Ward
2000-02-26
*
Renamed 'set_default_options()' to 'initialize_options()', and
Greg Ward
2000-02-18
*
Renamed all 'options' class attributes to 'user_options'.
Greg Ward
2000-02-18
*
Renamed all command classes so they're exactly the same as the name of the
Greg Ward
2000-02-18
*
Added 'description' class attribute to every command class (to help the
Greg Ward
2000-01-30
*
Always run sys.prefix and sys.exec_prefix through 'os.path.normpath()'
Greg Ward
2000-01-17
*
Renamed many options to be consistent across commands.
Greg Ward
1999-09-29
*
Added 'install_path' option for giving non-packagized module
Greg Ward
1999-09-21
*
Straightened up the selection of installation directories for platform-
Greg Ward
1999-09-13
*
Oops, call 'os.path.join()'!
Greg Ward
1999-08-19
*
Added a self-berating command relating to installation directories for
Greg Ward
1999-07-10
*
Hacked 'set_final_options()' to set (hopefully) appropriate values for
Greg Ward
1999-06-08
*
Rearranged things so that compilation of .py files is the responsibility
Greg Ward
1999-05-02
*
First checkin of real Distutils command modules.
Greg Ward
1999-03-22
[prev]