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
*
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
*
Added a whinging comment about the ugliness of constructing the BCPP
Greg Ward
2000-08-13
1
-0/+10
*
Rene Liebscher:
Greg Ward
2000-08-13
1
-18/+23
*
Rene Liebscher:
Greg Ward
2000-08-13
1
-4/+3
*
get_export_symbols() changed, adds now module init function if not given
Greg Ward
2000-08-13
1
-8/+4
*
Rene Liebscher: ext.export_symbols is now always a list (added 'or []').
Greg Ward
2000-08-13
1
-1/+1
*
Typo fix in docstring.
Greg Ward
2000-08-13
1
-2/+1
*
Fix references to functions formerly imported from 'util'.
Greg Ward
2000-08-13
1
-20/+23
*
Fix so 'split_quoted()' handles any whitespace delimiter (not just space).
Greg Ward
2000-08-08
1
-2/+2
*
Fix so the 'install_libbase' directory -- where .pth files are installed --
Greg Ward
2000-08-07
1
-1/+1
*
Fix so we clear or reinitialize various data structures before populating
Greg Ward
2000-08-07
1
-0/+5
*
Fixed imports from '*util' modules to not just import everything from util.
Greg Ward
2000-08-05
7
-16/+18
*
Drop the 'extend()' function -- old 1.5.1 compatibility hack that
Greg Ward
2000-08-05
1
-20/+0
*
Added 'debug_print()'.
Greg Ward
2000-08-04
1
-0/+5
*
Rewrote 'find_library_file()' much more cleanly (and consistently with
Greg Ward
2000-08-04
1
-18/+16
*
Added 'debug' flag to 'find_library_file()', and changed code to handle it.
Greg Ward
2000-08-04
1
-6/+11
*
Added 'debug' flag to 'find_library_file()'.
Greg Ward
2000-08-04
2
-4/+6
*
Typo fix.
Greg Ward
2000-08-02
1
-1/+1
*
Added 'wininst' to the 'format_commands' list, so it's included in
Greg Ward
2000-08-02
1
-3/+6
*
Added 'execute()' method, a thin wrapper around 'util.execute() (just like
Greg Ward
2000-08-02
1
-1/+4
*
Replaced 'execute()' method with a thin wrapper around 'util.execute()'.
Greg Ward
2000-08-02
1
-25/+1
*
Added the 'execute()' function (moved here from cmd.py with minor tweakage).
Greg Ward
2000-08-02
1
-0/+26
[next]