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
/
core.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changed '__rcsid__' to '__revision__'.
Greg Ward
2000-03-02
1
-1/+1
*
Added call to 'ensure_ready()' on the command object in
Greg Ward
2000-03-01
1
-0/+1
*
Try to deal with pre-1.5.2 IOError exception objects.
Greg Ward
2000-02-26
1
-2/+6
*
Changed all references to command methods 'set_default_options()' and
Greg Ward
2000-02-18
1
-23/+23
*
Changed references to the command class 'options' attribute to 'user_options'.
Greg Ward
2000-02-18
1
-26/+27
*
Command classes are now named identically to their commands, so reflect this
Greg Ward
2000-02-18
1
-2/+1
*
Added 'libraries' option for use by the 'build_lib' command.
Greg Ward
2000-02-05
1
-1/+2
*
Improvements to the help system:
Greg Ward
2000-01-30
1
-5/+89
*
When emitting a command-line error message, *say* it's an error.
Greg Ward
1999-12-16
1
-1/+1
*
Made "verbose" mode the default; now you have to supply --quiet if you
Greg Ward
1999-12-12
1
-18/+75
*
Qualified use of 'newer_group' function.
Greg Ward
1999-10-23
1
-1/+1
*
Added 'force' and 'quiet' (negative alias for 'verbose') to the
Greg Ward
1999-10-03
1
-83/+84
*
Added 'ready' flag and 'ensure_ready()' method to Command: together
Greg Ward
1999-09-29
1
-28/+53
*
Ditched the whole notion of "alias options": this meant dropping the
Greg Ward
1999-09-21
1
-39/+21
*
Fixed some goofs in 'alias_options'.
Greg Ward
1999-09-13
1
-2/+15
*
Careful rethink of command options, distribution options, distribution
Greg Ward
1999-09-08
1
-26/+108
*
Patch from Perry Stoll: import types module.
Greg Ward
1999-08-29
1
-0/+1
*
Comment tweak.
Greg Ward
1999-08-14
1
-5/+5
*
Added the 'have_run' dictionary to Distribution, and changed
Greg Ward
1999-06-08
1
-3/+33
*
The 'copy_file()' and 'copy_tree()' functions in util.py now have
Greg Ward
1999-05-02
1
-8/+8
*
Added all the "external action" methods (to make handling the verbose
Greg Ward
1999-04-04
1
-1/+131
*
First checkin of real Distutils code.
Greg Ward
1999-03-22
1
-0/+597