86 Commits (41bade96a4d1dcd35bbba79c2eabe052d02756a4)

Author SHA1 Message Date
Tarek Ziadé 3679727939 reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen. 16 years ago
Tarek Ziadé 88e2c5d35a Merged revisions 76956 via svnmerge from 16 years ago
Georg Brandl 38feaf0fef #2879: rename _winreg to winreg. 18 years ago
Christian Heimes 5e69685999 Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-62231,62233-62235,62237-62239 via svnmerge from 18 years ago
Christian Heimes cbf3b5cb76 Merged revisions 59275-59303 via svnmerge from 19 years ago
Christian Heimes d157e69777 The _winreg module returns bytes which must be decoded to unicode, not encoded. 19 years ago
Collin Winter fd51975886 Fix a typo in the distutils cleanup. 19 years ago
Collin Winter 5b7e9d76f3 General cleanup, raise normalization in Lib/distutils. 19 years ago
Guido van Rossum d8faa3654c Merged revisions 53952-54987 via svnmerge from 19 years ago
Neal Norwitz 9d72bb452b Remove functions in string module that are also string methods. Also remove: 19 years ago
Guido van Rossum b940e113bf SF patch 1631942 by Collin Winter: 19 years ago
Neal Norwitz f1a69c1666 Get rid of a bunch more has_key() uses. We *really* need a tool for this. 20 years ago
Thomas Wouters 0e3f591aee Merged revisions 46753-51188 via svnmerge from 20 years ago
Thomas Wouters 477c8d5e70 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. 20 years ago
Tim Peters 32cbc96150 Whitespace normalization. 20 years ago
Martin v. Löwis de2cde614c Detect Win64 builds. 20 years ago
Martin v. Löwis e46af8c367 Let the SDK setup override distutils logic. 20 years ago
Martin v. Löwis b813c53cd8 Patch #827386: Support absolute source paths in msvccompiler.py. 21 years ago
Tim Peters a733bd96f1 Port bugfix from 2.4 maint. 21 years ago
Brett Cannon 1bfd85b612 Remove some more tab usage to prevent an error when run as ``python -tt``. 21 years ago
Brett Cannon 3304a14148 Remove a tab so that whitespace usage is consistent. 21 years ago
Martin v. Löwis c72dd38f30 Patch #1075887: Don't require MSVC in distutils if there is nothing 21 years ago
Tim Peters 26be2067e8 Whitespace normalization. 22 years ago
Fredrik Lundh cb328f393e SF patch #1071739 (by Christos Georgiou) 22 years ago
Martin v. Löwis 5a6601cfc6 Update compatibility comments to 2.1, corresponding to PEP 291 1.13. 22 years ago
Thomas Heller 41f7038a3e Avoid a linker warning: MSVC 7 doesn't support /pdb:None, the debug 22 years ago
Tim Peters 182b5aca27 Whitespace normalization, via reindent.py. 22 years ago
Thomas Heller 9436a75e4d Compile the files in the same order they are passed to the compiler. 23 years ago
Thomas Heller b310591169 See SF #848614: distutils' msvccompiler now tries to detect that MSVC6 23 years ago
Jeremy Hylton e9a92aa03a Patch from John Anderson to enable VC 7.1 support. 23 years ago
Marc-André Lemburg f0b5d174c1 Restore Python 1.5.2 compatibility. 23 years ago
Jeremy Hylton 93724dbd3d Replace line somehow deleted before last checkin. 23 years ago
Jeremy Hylton 9ddf6c3803 Variant of SF patch 614770: MSVC 7 support 23 years ago
Thomas Heller 9582794c17 Pass the preprocessor options also to the resource compiler 23 years ago
Andrew M. Kuchling d448f66317 Add comment to Distutil files about requiring 1.5.2 compatibility, as 24 years ago
Andrew M. Kuchling a6483d2e9a Remove 'created by' lines; people can use CVS for this, and the information is often out of date 24 years ago
Gustavo Niemeyer 6b016852f8 This patch fixes the following bugs: 24 years ago
Jeremy Hylton 2683ac755d Define NDEBUG for releae builds, just like Python. 24 years ago
Jeremy Hylton 1bba31d9a2 Refactor compile() method implementations. 24 years ago
Jeremy Hylton cd8a1148e1 Make setup.py less chatty by default. 24 years ago
Thomas Heller 69d31b749d Pass the full pathname to MSVC when compiling a debug version. This 24 years ago
Thomas Heller 745b4609cb Make it 1.5.2 compatible again. 24 years ago
Martin v. Löwis 9635d0bd1f Encode MSVC paths as mbcs. Fixes #509117. 2.2.1 candidate. 24 years ago
Fred Drake b94b849d65 Whitespace normalization. 25 years ago
Greg Ward 4240648a9d Big patch from Rene Liebscher to simplify the CCompiler API and 26 years ago
Greg Ward 9c0ea13ece *Very* belated application of Thomas Heller's patch to handle 26 years ago
Greg Ward 8a98cd9e25 Add /GX to 'compile_options'. This is definitely needed for C++ source; 26 years ago
Greg Ward 408e9ae299 Add ".cxx" to the list of known C++ extensions. 26 years ago
Greg Ward d142564821 Added 'debug' flag to 'find_library_file()', and changed code to handle it. 26 years ago
Greg Ward 04c90fc475 Ditched some debugging prints. 26 years ago