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
...
*
Added some debuging output (actually moved here from dist.py) --
Greg Ward
2000-05-23
1
-0/+8
*
Tweaked usage message.
Greg Ward
2000-05-23
1
-2/+2
*
Call 'parse_config_files()' at the appropriate point.
Gregory P. Smith
2000-05-12
1
-7/+7
*
Merged in code from the 0.1.5 release to handle IOError and OSError
Greg Ward
2000-04-22
1
-6/+12
*
Catch DistutilsOptionError in 'setup()' -- it's thrown either because of
Greg Ward
2000-04-22
1
-1/+3
*
Catch DistutilsFileError in addition to DistutilsExecError in 'setup()'.
Greg Ward
2000-04-09
1
-1/+1
*
Reorganization: moved the Distribution class from core.py to dist.py, and
Greg Ward
2000-04-04
1
-933/+6
*
Added 'get_name()' and 'get_full_name()' methods to Distribution.
Greg Ward
2000-03-31
1
-2/+16
*
Added the "distribution query" methods: 'has_pure_modules()',
Greg Ward
2000-03-29
1
-2/+22
*
Beefed up error-handling in 'setup()' a smidge:
Greg Ward
2000-03-26
1
-1/+3
*
Dropped the evil and misguided 'set_peer_option()' method -- it's no
Greg Ward
2000-03-22
1
-20/+0
*
Renamed 'install_path' to 'extra_path'.
Greg Ward
2000-03-22
1
-2/+6
*
Oops! Don't call 'ensure_ready()' in 'Distribution.find_command_obj()' --
Greg Ward
2000-03-18
1
-2/+3
*
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
[prev]