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
/
dist.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove some debugging output from the last change.
Greg Ward
2000-09-16
1
-7/+0
*
Generalized 'reinitialize_command()' so it can optionally reinitialize
Greg Ward
2000-09-16
1
-2/+20
*
Added 'script_name' and 'script_args' instance attributes to Distribution.
Greg Ward
2000-08-29
1
-23/+29
*
Fixed a grab-bag of typos spotted by Rob Hooft.
Greg Ward
2000-07-27
1
-2/+2
*
fix inconsistent use of tabs and spaces
Jeremy Hylton
2000-07-07
1
-17/+17
*
Typo fix.
Greg Ward
2000-06-28
1
-1/+1
*
More stylistic tweaks to the generic '--help-xxx' code.
Greg Ward
2000-06-24
1
-12/+15
*
Stylistic/formatting changes to Rene Liebscher's '--help-xxx' patch.
Greg Ward
2000-06-24
1
-10/+27
*
Patch from Rene Liebscher: this adds "--help-foo" options to list the
Greg Ward
2000-06-07
1
-3/+29
*
Always look for the system config file in the Distutils module directory,
Greg Ward
2000-06-07
1
-9/+12
*
Patch from Rene Liebscher:
Greg Ward
2000-06-07
1
-15/+16
*
Fix 'reinitialize_command()' so it resets the 'have_run' flag for the
Greg Ward
2000-06-06
1
-0/+1
*
Only print debugging output if DEBUG true (and deleted some of the more
Greg Ward
2000-06-02
1
-6/+7
*
Reformatted and updated many docstrings.
Greg Ward
2000-06-02
1
-25/+22
*
Oops, 'reinitialize_command()' forgot to return the command object if didn't
Greg Ward
2000-06-01
1
-1/+1
*
Factored '_set_command_options()' out of 'get_command_obj()'.
Greg Ward
2000-05-28
1
-8/+82
*
Some far-reaching naming changes:
Greg Ward
2000-05-27
1
-1/+1
*
Support for the "install_headers" command: distribution option 'headers'
Greg Ward
2000-05-27
1
-0/+4
*
Factored out code for extracting-or-creating one of the option
Greg Ward
2000-05-26
1
-13/+20
*
Fix 'get_command_obj()' so it checks if a command object has an attribute
Greg Ward
2000-05-23
1
-0/+4
*
Fixed so options from config files and command lines actually work:
Greg Ward
2000-05-23
1
-7/+27
*
Marching towards full support of config files: thoroughly overhauled the
Greg Ward
2000-05-23
1
-209/+238
*
Added 'has_scripts()', 'has_data_files()' methods.
Greg Ward
2000-05-20
1
-0/+6
*
Added missing import.
Greg Ward
2000-05-20
1
-0/+1
*
List data files are listed in the Distribution attribute 'data_files',
Gregory P. Smith
2000-05-13
1
-1/+1
*
Patch from Bastien Kleineidam:
Gregory P. Smith
2000-05-12
1
-0/+2
*
Preliminary support for config files:
Gregory P. Smith
2000-05-12
1
-12/+82
*
Got rid of several little-used and not-very-useful methods: 'get_option()',
Greg Ward
2000-05-07
1
-47/+2
*
Harry Henry Gebel: add 'long_description' to DistributionMetadata.
Greg Ward
2000-04-26
1
-1/+7
*
Fix how we generate the meta-data query methods to include 'get_fullname()'
Greg Ward
2000-04-22
1
-3/+5
*
Fixed the '--license' option so it's officially an alias for '--licence',
Greg Ward
2000-04-21
1
-4/+1
*
Patch, originally from Bastian Kleineidam and savagely mutilated by me,
Greg Ward
2000-04-21
1
-50/+193
*
Cleaned up/simplified error-handling:
Greg Ward
2000-04-15
1
-27/+9
*
Removed global '--force' option -- just too vague a concept to be applicable
Greg Ward
2000-04-10
1
-3/+0
*
Add missing import of 'usage' string.
Greg Ward
2000-04-06
1
-2/+2
*
Reorganization: moved the Distribution class from core.py to dist.py, and
Greg Ward
2000-04-04
1
-0/+567