summaryrefslogtreecommitdiff
path: root/Lib/distutils/core.py
Commit message (Expand)AuthorAgeFilesLines
...
* Merged in code from the 0.1.5 release to handle IOError and OSErrorGreg Ward2000-04-221-6/+12
* Catch DistutilsOptionError in 'setup()' -- it's thrown either because ofGreg Ward2000-04-221-1/+3
* Catch DistutilsFileError in addition to DistutilsExecError in 'setup()'.Greg Ward2000-04-091-1/+1
* Reorganization: moved the Distribution class from core.py to dist.py, andGreg Ward2000-04-041-933/+6
* Added 'get_name()' and 'get_full_name()' methods to Distribution.Greg Ward2000-03-311-2/+16
* Added the "distribution query" methods: 'has_pure_modules()',Greg Ward2000-03-291-2/+22
* Beefed up error-handling in 'setup()' a smidge:Greg Ward2000-03-261-1/+3
* Dropped the evil and misguided 'set_peer_option()' method -- it's noGreg Ward2000-03-221-20/+0
* Renamed 'install_path' to 'extra_path'.Greg Ward2000-03-221-2/+6
* Oops! Don't call 'ensure_ready()' in 'Distribution.find_command_obj()' --Greg Ward2000-03-181-2/+3
* Changed '__rcsid__' to '__revision__'.Greg Ward2000-03-021-1/+1
* Added call to 'ensure_ready()' on the command object inGreg Ward2000-03-011-0/+1
* Try to deal with pre-1.5.2 IOError exception objects.Greg Ward2000-02-261-2/+6
* Changed all references to command methods 'set_default_options()' andGreg Ward2000-02-181-23/+23
* Changed references to the command class 'options' attribute to 'user_options'.Greg Ward2000-02-181-26/+27
* Command classes are now named identically to their commands, so reflect thisGreg Ward2000-02-181-2/+1
* Added 'libraries' option for use by the 'build_lib' command.Greg Ward2000-02-051-1/+2
* Improvements to the help system:Greg Ward2000-01-301-5/+89
* When emitting a command-line error message, *say* it's an error.Greg Ward1999-12-161-1/+1
* Made "verbose" mode the default; now you have to supply --quiet if youGreg Ward1999-12-121-18/+75
* Qualified use of 'newer_group' function.Greg Ward1999-10-231-1/+1
* Added 'force' and 'quiet' (negative alias for 'verbose') to theGreg Ward1999-10-031-83/+84
* Added 'ready' flag and 'ensure_ready()' method to Command: togetherGreg Ward1999-09-291-28/+53
* Ditched the whole notion of "alias options": this meant dropping theGreg Ward1999-09-211-39/+21
* Fixed some goofs in 'alias_options'.Greg Ward1999-09-131-2/+15
* Careful rethink of command options, distribution options, distributionGreg Ward1999-09-081-26/+108
* Patch from Perry Stoll: import types module.Greg Ward1999-08-291-0/+1
* Comment tweak.Greg Ward1999-08-141-5/+5
* Added the 'have_run' dictionary to Distribution, and changedGreg Ward1999-06-081-3/+33
* The 'copy_file()' and 'copy_tree()' functions in util.py now haveGreg Ward1999-05-021-8/+8
* Added all the "external action" methods (to make handling the verboseGreg Ward1999-04-041-1/+131
* First checkin of real Distutils code.Greg Ward1999-03-221-0/+597