Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
7cb15245860998c4b952c52a0d439d9686ea39bc
/
Lib
/
distutils
/
command
/
install.py
fa2f4b6
Changed the default installation directory for data files (used by
by Greg Ward
· 25 years ago
e2383a6
Rene Liebscher: when fixing up directories with an alternate root, include
by Greg Ward
· 25 years ago
c566232
Fixed install directory for header files on Unix.
by Greg Ward
· 25 years ago
d8dfb4c
Renamed 'native_path()' to 'convert_path()'.
by Greg Ward
· 25 years ago
fbb04c4
Only print debugging output if DEBUG (imported from distutils.core) is true.
by Greg Ward
· 25 years ago
4fb29e5
Some far-reaching naming changes:
by Greg Ward
· 25 years ago
cae5a1f
Support for the "install_headers" command:
by Greg Ward
· 25 years ago
fcd974e
Normalized all the end-of-class lines.
by Greg Ward
· 25 years ago
a4adafd
Changed the semantics of the 'sub_commands' list: instead of function
by Greg Ward
· 25 years ago
0ec8ef1
Made the '--record' option take an argument, which is the name of the
by Gregory P. Smith
· 25 years ago
7e855ef
Ditch the explicit search for *.py[co] files -- they're now included in
by Gregory P. Smith
· 25 years ago
f9ebf98
Moved check for installation to non-sys.path location so it comes
by Gregory P. Smith
· 25 years ago
8cb6761
Harry Henry Gebel: add the "--record" option to write the list of
by Gregory P. Smith
· 25 years ago
17f641c
Fixed 'select_scheme()' so it doesn't override a directory attribute that's
by Gregory P. Smith
· 25 years ago
74ead8f
Added --skip-build option, so lazy debuggers/testers (mainly me) don't
by Gregory P. Smith
· 25 years ago
b2e3bb3
Patch from Bastien Kleineidam:
by Gregory P. Smith
· 25 years ago
6a647bb
Added the "--root" option as a sort of meta-install-base; if supplied,
by Greg Ward
· 25 years ago
ff2d9b7
Hacked things up a bit so that configuration variables are expanded
by Greg Ward
· 25 years ago
ba38d12
Fixed 'get_outputs()' so it actually works.
by Greg Ward
· 25 years ago
ee94c57
Changed so the sub-commands we rely on to do the real work is specified
by Greg Ward
· 25 years ago
790c110
Revised tons of comments to reflect the current state of affairs better.
by Greg Ward
· 25 years ago
048ca7d
Run 'install_lib' instead of 'install_py', and ditch 'install_ext'
by Greg Ward
· 25 years ago
066af10
Dropped any notion of allowing the user to specify the build directories:
by Greg Ward
· 25 years ago
a233d86
Yet another complete rewrite. Hopefully the *last* complete rewrite of
by Greg Ward
· 25 years ago
3ce77fd
Changed '__rcsid__' to '__revision__'.
by Greg Ward
· 25 years ago
4f08e4f
Unfinished, untested implementation of the lovely baroque installation scheme
by Greg Ward
· 25 years ago
e01149c
Renamed 'set_default_options()' to 'initialize_options()', and
by Greg Ward
· 25 years ago
bbeceea
Renamed all 'options' class attributes to 'user_options'.
by Greg Ward
· 25 years ago
1993f9a
Renamed all command classes so they're exactly the same as the name of the
by Greg Ward
· 25 years ago
37bc815
Added 'description' class attribute to every command class (to help the
by Greg Ward
· 25 years ago
c27d800
Always run sys.prefix and sys.exec_prefix through 'os.path.normpath()'
by Greg Ward
· 25 years ago
e6ac2fc
Renamed many options to be consistent across commands.
by Greg Ward
· 26 years ago
865de83
Added 'install_path' option for giving non-packagized module
by Greg Ward
· 26 years ago
c9c011c
Straightened up the selection of installation directories for platform-
by Greg Ward
· 26 years ago
1016af9
Oops, call 'os.path.join()'!
by Greg Ward
· 26 years ago
ba3f108
Added a self-berating command relating to installation directories for
by Greg Ward
· 26 years ago
9a33707
Hacked 'set_final_options()' to set (hopefully) appropriate values for
by Greg Ward
· 26 years ago
0f72695
Rearranged things so that compilation of .py files is the responsibility
by Greg Ward
· 26 years ago
13ae1c8
First checkin of real Distutils command modules.
by Greg Ward
· 26 years ago