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
*
get_script() implicitly returned None and also had explicit returns.
Jeremy Hylton
2002-06-04
1
-26/+25
*
global _option_order is not used
Jeremy Hylton
2002-06-04
1
-6/+0
*
Fix bug in recent change to logging code.
Jeremy Hylton
2002-06-04
1
-1/+1
*
Fix unused local variables caught by pychecker.
Jeremy Hylton
2002-06-04
6
-22/+8
*
Set repeat metadata for an option based on repeat local var not
Jeremy Hylton
2002-06-04
1
-1/+1
*
Remove unused imports caught by pychecker
Jeremy Hylton
2002-06-04
4
-5/+2
*
Make setup.py less chatty by default.
Jeremy Hylton
2002-06-04
32
-313/+260
*
A simple log mechanism styled after the proposed std library module
Jeremy Hylton
2002-06-04
1
-0/+56
*
The comment said:
Jeremy Hylton
2002-06-04
1
-20/+0
*
When using a Python that has not been installed to build 3rd-party
Fred Drake
2002-06-04
1
-14/+22
*
Remove unneeded import
Andrew M. Kuchling
2002-05-30
1
-1/+0
*
Prevent convert_path from crashing if the path is an empty string. Bugfix ca...
Andrew M. Kuchling
2002-05-06
1
-2/+2
*
Pass the full pathname to MSVC when compiling a debug version. This
Thomas Heller
2002-04-25
1
-0/+6
*
Append the PC specific include 'PC' and library 'PCBuild' directories
Thomas Heller
2002-04-25
1
-1/+8
*
Fix trivial typo.
Thomas Heller
2002-04-25
1
-1/+1
*
Whitespace normalization. Unka Timmy would be proud.
Barry Warsaw
2002-04-23
2
-57/+57
*
Patch #531901 by Mark W. Alexander: adds a new distutils packager
Marc-André Lemburg
2002-04-17
5
-4/+976
*
Remove unconditional debugging prints.
Thomas Heller
2002-04-09
1
-3/+0
*
Set the warn_dir option to 0 before running the install command.
Thomas Heller
2002-04-09
2
-0/+2
*
Revert 0/1 -> False/True change; I didn't intend to muck w/ distutils.
Tim Peters
2002-04-04
1
-2/+2
*
Convert a pile of obvious "yes/no" functions to return bool.
Tim Peters
2002-04-04
1
-2/+2
*
[Patch #536769] Add -Xcompiler flag for adding arguments and switches for
Andrew M. Kuchling
2002-03-29
1
-0/+2
*
Revert part of previous patch: several install_* subcommands expect
Andrew M. Kuchling
2002-03-22
1
-1/+1
*
Add missing Boolean options
Andrew M. Kuchling
2002-03-21
1
-3/+2
*
Add unlisted Boolean options. Thomas H., can you please check that I
Andrew M. Kuchling
2002-03-21
1
-1/+2
*
[Bug #517451] bdist_rpm didn't list all of its Boolean options.
Andrew M. Kuchling
2002-03-21
1
-1/+1
*
Allow shebang's which use versioned Python binaries. Fixes
Marc-André Lemburg
2002-02-28
1
-1/+1
*
First version which runs an install-script (specified by the
Thomas Heller
2002-02-20
1
-314/+354
*
on MacOSX/Darwin, use ranlib when building static libs.
Just van Rossum
2002-02-11
1
-1/+4
*
Make it 1.5.2 compatible again.
Thomas Heller
2002-02-08
1
-4/+5
*
Forgot to add the new emxccompiler.py from Andrew I. MacIntyre's
Marc-André Lemburg
2002-02-06
1
-0/+334
*
[Bug #220993; may also fix bug #479469] Fix flakiness when old
Andrew M. Kuchling
2002-02-01
1
-0/+7
*
package_dir must be converted from the distutils path conventions to
Thomas Heller
2002-02-01
1
-1/+5
*
Restrict the mode to the lowest four octal positions; higher positions
Andrew M. Kuchling
2002-01-31
1
-1/+1
*
OS/2 patches by Andrew I MacIntyre for distutils.
Marc-André Lemburg
2002-01-31
8
-4/+108
*
Encode MSVC paths as mbcs. Fixes #509117. 2.2.1 candidate.
Martin v. Löwis
2002-01-29
1
-0/+4
*
SWIGing a source file <name>.i silently overwrites <name>.c if it is
Thomas Heller
2002-01-18
1
-2/+2
*
Patch #414775: Add --skip-build option to bdist command.
Martin v. Löwis
2002-01-12
3
-3/+18
*
Suggested by Pete Shinners: treat .m and .mm files as source code.
Andrew M. Kuchling
2001-12-21
1
-1/+1
*
Recreated after source changes.
Thomas Heller
2001-12-18
1
-284/+284
*
Second part of fix for bug [#483982] Python 2.2b2 bdist_wininst
Thomas Heller
2001-12-18
1
-3/+6
*
Joe VanAndel wrote:
Marc-André Lemburg
2001-12-11
1
-1/+1
*
When using GCC, use the right option to add a directory to the list of dirs
Fred Drake
2001-12-11
1
-1/+18
*
Fix for
Michael W. Hudson
2001-12-10
1
-2/+11
*
Fix for
Michael W. Hudson
2001-12-10
1
-1/+2
*
Visious hackery to solve a build-control problem related to our use of
Fred Drake
2001-12-06
1
-0/+11
*
[Bug #475009] Tighten the pattern for the first line, so we don't
Andrew M. Kuchling
2001-12-06
1
-1/+1
*
Whitespace normalization.
Fred Drake
2001-12-06
11
-48/+48
*
Whitespace normalization.
Fred Drake
2001-12-06
21
-216/+210
*
Use a version number of 0.0.0 instead of ???. The latter leads to
Thomas Heller
2001-12-06
1
-1/+1
[next]