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
*
Define NDEBUG for releae builds, just like Python.
Jeremy Hylton
2002-06-18
1
-1/+2
*
Add implementation of _compile() and use default compile() method.
Jeremy Hylton
2002-06-18
3
-84/+33
*
Add a default implementation of compile() to the base class.
Jeremy Hylton
2002-06-18
1
-1/+20
*
Only import msvccompiler on win32 platforms.
Jeremy Hylton
2002-06-18
1
-11/+11
*
Extend dependency tracking so that .o files are rebuilt.
Jeremy Hylton
2002-06-13
1
-4/+2
*
Refactor compile() method implementations.
Jeremy Hylton
2002-06-13
5
-272/+178
*
Add depends=None to the arglist for compile().
Jeremy Hylton
2002-06-13
1
-1/+2
*
Extend compiler() method with optional depends argument.
Jeremy Hylton
2002-06-13
1
-74/+168
*
More style changes and little cleanups.
Jeremy Hylton
2002-06-13
1
-63/+33
*
Some more style improvements
Jeremy Hylton
2002-06-13
1
-25/+4
*
Python style conformance: Delete spaces between name of function and arglist.
Jeremy Hylton
2002-06-13
1
-41/+41
*
Add a new definition to Extension objects: depends.
Jeremy Hylton
2002-06-12
2
-1/+6
*
Patch #488073: AtheOS port.
Martin v. Löwis
2002-06-11
1
-2/+18
*
Change warning to debug level; it's a very minor issue.
Jeremy Hylton
2002-06-06
1
-2/+2
*
Move warning about directory not on sys.path to debug level.
Jeremy Hylton
2002-06-04
1
-8/+10
*
Test changes before checking them in.
Jeremy Hylton
2002-06-04
1
-1/+1
*
Track extra arg to option_table to all uses of it
Jeremy Hylton
2002-06-04
1
-2/+2
*
Replace bogus bare variables with attribute access.
Jeremy Hylton
2002-06-04
1
-3/+4
*
Define DEBUG as early as possible to avoid import problems.
Jeremy Hylton
2002-06-04
1
-5/+5
*
Add missing import of log.
Jeremy Hylton
2002-06-04
1
-0/+1
*
Use module-level import of DEBUG instead of many function-level imports.
Jeremy Hylton
2002-06-04
1
-4/+1
*
Remove unused imports
Jeremy Hylton
2002-06-04
2
-2/+0
*
Make None return explicit
Jeremy Hylton
2002-06-04
1
-1/+1
*
import base64 at the top to avoid two different imports at other times
Jeremy Hylton
2002-06-04
1
-2/+2
*
ensure_filename() only takes one argument.
Jeremy Hylton
2002-06-04
1
-6/+4
*
Reindent lines to improve readability
Jeremy Hylton
2002-06-04
1
-3/+3
*
Remove (commented out) options that have moved into the distribution.
Jeremy Hylton
2002-06-04
1
-13/+0
*
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
[next]