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
/
bdist_dumb.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make setup.py less chatty by default.
Jeremy Hylton
2002-06-04
1
-2/+3
*
Set the warn_dir option to 0 before running the install command.
Thomas Heller
2002-04-09
1
-0/+1
*
OS/2 patches by Andrew I MacIntyre for distutils.
Marc-André Lemburg
2002-01-31
1
-1/+8
*
Patch #414775: Add --skip-build option to bdist command.
Martin v. Löwis
2002-01-12
1
-2/+7
*
Standardized whitespace around function calls.
Greg Ward
2000-09-30
1
-6/+6
*
Added 'boolean_options' list to support config file parsing.
Greg Ward
2000-09-25
1
-0/+2
*
Renamed --keep-tree option to --keep-temp.
Greg Ward
2000-09-16
1
-3/+3
*
Ensure sub-commands of "install" are reinitialized too.
Greg Ward
2000-09-16
1
-3/+2
*
Delete some debugging prints.
Greg Ward
2000-09-11
1
-2/+0
*
Added --plat-name option to override sysconfig.get_platform() in
Greg Ward
2000-09-11
1
-2/+9
*
Fixed imports from '*util' modules to not just import everything from util.
Greg Ward
2000-08-05
1
-1/+2
*
Added --dist-dir option to control where output archive(s) go.
Greg Ward
2000-07-05
1
-1/+7
*
Fixed to use 'reinitialize_command()' to fetch the "install" command object.
Greg Ward
2000-06-28
1
-6/+1
*
Some far-reaching naming changes:
Greg Ward
2000-05-27
1
-5/+5
*
Use 'get_command_obj()' instead of 'find_command_obj()'.
Greg Ward
2000-05-23
1
-1/+1
*
Drastically simplified by taking advantage of the "install" command's
Gregory P. Smith
2000-05-13
1
-74/+21
*
Harry Henry Gebel: import exception classes.
Greg Ward
2000-04-26
1
-1/+1
*
Changed to call 'get_fullname()', not 'get_full_name()', on Distribution object.
Greg Ward
2000-04-22
1
-1/+1
*
Added code to blow away the pseudo-installation tree and a 'keep_tree'
Greg Ward
2000-03-31
1
-1/+10
*
The 'bdist_dumb' command, the first worker bee for use by 'bdist'. This is
Greg Ward
2000-03-31
1
-0/+131