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
*
[Bug #233259] Ugly traceback for DistutilsPlatformError
Andrew M. Kuchling
2002-11-08
1
-3/+1
*
Fix a small bug when sys.argv[0] has an absolute path.
Thomas Heller
2002-11-07
1
-1/+1
*
Add get_distutil_options(); future setup.py files can use this to check
Andrew M. Kuchling
2002-11-04
1
-0/+9
*
Use distutils.debug.DEBUG instead of distutils.core.DEBUG.
Jeremy Hylton
2002-09-11
1
-5/+1
*
Define DEBUG as early as possible to avoid import problems.
Jeremy Hylton
2002-06-04
1
-5/+5
*
Fix unused local variables caught by pychecker.
Jeremy Hylton
2002-06-04
1
-3/+1
*
Make setup.py less chatty by default.
Jeremy Hylton
2002-06-04
1
-1/+5
*
Whitespace normalization.
Fred Drake
2001-12-06
1
-2/+2
*
Standardize whitespace in function calls.
Greg Ward
2000-09-26
1
-3/+3
*
Added 'run_setup()' to allow outsiders to run a setup script under
Greg Ward
2000-09-01
1
-1/+89
*
Added 'script_name' and 'script_args' instance attributes to Distribution.
Greg Ward
2000-08-29
1
-12/+22
*
Oops, import 'grok_environment_error()'.
Greg Ward
2000-06-21
1
-0/+1
*
Changed to use the new 'grok_environment_error()' function instead of
Greg Ward
2000-06-17
1
-10/+1
*
Catch DistutilSetupError from the Distribution constructor.
Greg Ward
2000-06-03
1
-1/+4
*
Use Distribution method 'dump_option_dicts()' for debugging output, and only
Greg Ward
2000-06-02
1
-6/+6
*
Reformatted and updated many docstrings.
Greg Ward
2000-06-02
1
-31/+33
*
Import the new Extension class, so setup scripts can
Greg Ward
2000-05-31
1
-0/+4
*
Catch CCompiler exceptions in 'setup()'.
Greg Ward
2000-05-30
1
-1/+2
*
Added the DEBUG global (set from the DISTUTILS_DEBUG environment variable).
Greg Ward
2000-05-26
1
-6/+19
*
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
[next]