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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove some debugging output from the last change.
Greg Ward
2000-09-16
1
-7/+0
*
In 'reinitialize_subcommand()', pass 'reinit_subcommands' flag on to the
Greg Ward
2000-09-16
1
-2/+3
*
Generalized 'reinitialize_command()' so it can optionally reinitialize
Greg Ward
2000-09-16
1
-2/+20
*
Added the "sub-command" machinery to formalize the notion of "command
Greg Ward
2000-09-16
1
-0/+31
*
Factored the "sub-command" machinery out to Command. Mainly, this
Greg Ward
2000-09-16
1
-25/+10
*
Tweaked the build temp dir names again.
Greg Ward
2000-09-16
1
-8/+4
*
Typo fix.
Greg Ward
2000-09-16
1
-1/+1
*
Include the Python version in the platform-specific build directories:
Greg Ward
2000-09-16
1
-2/+4
*
Document the directory separatory for include dir and library dir lists.
Greg Ward
2000-09-16
1
-2/+3
*
Added 'warn_dir' option so other code can sneak in and disable
Greg Ward
2000-09-15
1
-3/+6
*
Adjust to the new sysconfig regime: use 'get_config_vars()' instead
Greg Ward
2000-09-15
1
-3/+6
*
Adjust to the new sysconfig regime: use 'get_config_var()' instead
Greg Ward
2000-09-15
1
-3/+4
*
Revamped 'get_platform()' to try and do something reasonably smart on
Greg Ward
2000-09-15
1
-4/+42
*
Changed from eager parsing of Makefile (at import time) to lazy: only do
Greg Ward
2000-09-15
1
-25/+63
*
Fixed so 'parse_makefile()' uses the TextFile class to ensure that
Greg Ward
2000-09-15
1
-6/+8
*
Added --force (-f) option to force installation (including bytecode
Greg Ward
2000-09-13
5
-4/+20
*
Bump version to 0.9.3pre.
Greg Ward
2000-09-13
1
-1/+1
*
Fix install directories on Mac OS: now everything goes to
Greg Ward
2000-09-13
1
-2/+2
*
Bastian Kleineidam: fix so it cleans up the temporary script-building
Greg Ward
2000-09-12
1
-20/+13
*
Delete some debugging prints.
Greg Ward
2000-09-11
1
-2/+0
*
Added --plat-name option to override sysconfig.get_platform() in
Greg Ward
2000-09-11
2
-4/+18
*
Added --python and --fix-python options for better control over what
Greg Ward
2000-09-10
1
-16/+33
*
The installer now displays info about version of distutils
Thomas Heller
2000-09-09
1
-263/+278
*
The windows installer must also look under the HKEY_CURRENT_USER key
Thomas Heller
2000-09-09
1
-240/+240
*
Changes:
Thomas Heller
2000-09-07
1
-273/+298
*
Typo fix.
Greg Ward
2000-09-07
1
-1/+1
*
Bullet-proofing of 'make_release_tree()':
Greg Ward
2000-09-06
1
-6/+14
*
Reorganized logic in 'get_file_list()' so it's easier to read, and fixed a
Greg Ward
2000-09-06
1
-7/+8
*
Typo fix.
Greg Ward
2000-09-06
2
-2/+2
*
Rene Liebscher/Thomas Heller:
Greg Ward
2000-09-01
1
-20/+22
*
Rene Liebscher:
Greg Ward
2000-09-01
1
-13/+13
*
Rene Liebscher: comment fixes.
Greg Ward
2000-09-01
1
-2/+2
*
Rene Liebscher: hack '_init_posix()' to handle the BeOS linker script.
Greg Ward
2000-09-01
1
-0/+17
*
Bump version to 0.9.2.
Greg Ward
2000-09-01
1
-1/+1
*
Added 'run_setup()' to allow outsiders to run a setup script under
Greg Ward
2000-09-01
1
-1/+89
*
Add /GX to 'compile_options'. This is definitely needed for C++ source;
Greg Ward
2000-08-31
1
-2/+3
*
Add ".cxx" to the list of known C++ extensions.
Greg Ward
2000-08-30
1
-1/+1
*
Added docstring for 'wrap()' function.
Greg Ward
2000-08-30
1
-0/+5
*
Added 'script_name' and 'script_args' instance attributes to Distribution.
Greg Ward
2000-08-29
4
-37/+58
*
Fix line-endings.
Greg Ward
2000-08-27
1
-1/+1
*
New release of the Windows installer from Thomas Heller.
Greg Ward
2000-08-26
1
-283/+296
*
Bumped version to 0.9.2pre.
Greg Ward
2000-08-26
1
-1/+1
*
In 'check_extensions_list()': when converting old-style 'buildinfo' dict,
Greg Ward
2000-08-26
1
-1/+3
*
Don't bother to 'mkpath()' the 'dist_dir' -- that's now taken care of
Greg Ward
2000-08-22
1
-2/+0
*
Ensure destination directory exists before trying to create a tarball
Greg Ward
2000-08-22
1
-2/+4
*
Bump version to 0.9.1.
Greg Ward
2000-08-15
1
-1/+1
*
Fixed the move-RPM-files hack so it knows about the '--binary-only' and
Greg Ward
2000-08-15
1
-8/+11
*
Added support for the '--dist-dir' option, including a mildly nasty
Greg Ward
2000-08-15
1
-4/+23
*
Fix long-hidden inconsistency in internal interface: 'find_modules()' now
Greg Ward
2000-08-15
1
-7/+2
*
Overhauld 'check_config_h()': now returns a (status, details) tuple,
Greg Ward
2000-08-13
1
-26/+45
[next]