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
/
command
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change the mode of scripts in the build/scripts* directory to
Guido van Rossum
2003-01-24
1
-0/+12
*
[Patch #658094 ] PEP 301 implementation
Andrew M. Kuchling
2003-01-03
1
-0/+293
*
Fix mode on scripts to have the read bit set (noted by Nicholas Riley)
Andrew M. Kuchling
2002-11-29
1
-1/+1
*
Use "is" to test type objects, not "==".
Fred Drake
2002-11-26
1
-1/+1
*
Fix for bug #410541: bdist builds bogus .zips
Andrew M. Kuchling
2002-11-26
1
-6/+25
*
(This is hopefully the last large, funny checkin message for
Thomas Heller
2002-11-22
2
-400/+4
*
get_python_version was not imported.
Thomas Heller
2002-11-22
1
-0/+1
*
Add comment to Distutil files about requiring 1.5.2 compatibility, as
Andrew M. Kuchling
2002-11-19
18
-0/+36
*
Remove 'created by' lines; people can use CVS for this, and the information i...
Andrew M. Kuchling
2002-11-14
14
-29/+0
*
[Bug #550364] Use sysconfig.get_python_version()
Andrew M. Kuchling
2002-11-14
2
-3/+3
*
Fix comment typo
Andrew M. Kuchling
2002-11-08
1
-1/+1
*
Use dynamic linking for the SHGetSpecialFolderPath function, it is not
Thomas Heller
2002-11-07
1
-331/+331
*
Fixed bug "[#466200] ability to specify a 'verify' script".
Gustavo Niemeyer
2002-11-06
1
-0/+3
*
This patch fixes the following bugs:
Gustavo Niemeyer
2002-11-05
2
-2/+7
*
Must now give the basename - not including directories - of the
Thomas Heller
2002-11-05
1
-346/+358
*
[Patch #588809] Remove check of environment variables; sysconfig.py will do t...
Andrew M. Kuchling
2002-11-04
1
-9/+0
*
[Bug #570655] Fix misleading option text
Andrew M. Kuchling
2002-11-04
1
-1/+1
*
Fixes SF bug#614051: win32 build_ext problem.
Thomas Heller
2002-10-31
1
-0/+2
*
Recreated after source changes.
Thomas Heller
2002-10-16
1
-319/+319
*
Recreated after source changes.
Thomas Heller
2002-10-15
1
-315/+315
*
Revert the previous checkin - it didn't work anyway.
Thomas Heller
2002-10-15
1
-4/+3
*
Patch #619493: Prefer rpmbuild over rpm if available. Backported to 2.2.
Martin v. Löwis
2002-10-07
1
-0/+3
*
Pulling Mark Alexander's contribution from CVS.
Marc-André Lemburg
2002-10-04
5
-948/+14
*
Use distutils.debug.DEBUG instead of distutils.core.DEBUG.
Jeremy Hylton
2002-09-11
2
-2/+4
*
Include an empty body when checking for a header file
Andrew M. Kuchling
2002-09-09
1
-1/+2
*
Massive changes from SF 589982 (tempfile.py rewrite, by Zack
Guido van Rossum
2002-08-09
1
-3/+4
*
Recompiled the exe and updated bdist_wininst.py.
Thomas Heller
2002-07-29
1
-334/+343
*
Patch #543498: Use License: field instead of Copyright:.
Martin v. Löwis
2002-07-28
1
-1/+1
*
This module broke on the Mac (where it can't work, but distutils seems to imp...
Jack Jansen
2002-06-26
1
-1/+2
*
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
*
Add a new definition to Extension objects: depends.
Jeremy Hylton
2002-06-12
1
-1/+2
*
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
*
Replace bogus bare variables with attribute access.
Jeremy Hylton
2002-06-04
1
-3/+4
*
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
*
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
2
-11/+3
*
Remove unused imports caught by pychecker
Jeremy Hylton
2002-06-04
2
-3/+0
*
Make setup.py less chatty by default.
Jeremy Hylton
2002-06-04
15
-93/+77
*
Remove unneeded import
Andrew M. Kuchling
2002-05-30
1
-1/+0
*
Append the PC specific include 'PC' and library 'PCBuild' directories
Thomas Heller
2002-04-25
1
-1/+8
*
Whitespace normalization. Unka Timmy would be proud.
Barry Warsaw
2002-04-23
2
-57/+57
[next]