| Commit message (Expand) | Author | Age | Files | Lines |
* | General cleanup, raise normalization in Lib/distutils. | Collin Winter | 2007-08-30 | 1 | -110/+92 |
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -1/+15 |
* | Remove functions in string module that are also string methods. Also remove: | Neal Norwitz | 2007-04-17 | 1 | -11/+11 |
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -6/+6 |
* | Get rid of a bunch more has_key() uses. We *really* need a tool for this. | Neal Norwitz | 2006-08-20 | 1 | -1/+1 |
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -3/+5 |
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -1/+1 |
* | Whitespace normalization. | Tim Peters | 2006-02-20 | 1 | -3/+3 |
* | Detect Win64 builds. | Martin v. Löwis | 2006-02-20 | 1 | -10/+39 |
* | Let the SDK setup override distutils logic. | Martin v. Löwis | 2006-02-20 | 1 | -15/+25 |
* | Patch #827386: Support absolute source paths in msvccompiler.py. | Martin v. Löwis | 2005-08-07 | 1 | -0/+2 |
* | Port bugfix from 2.4 maint. | Tim Peters | 2005-03-12 | 1 | -0/+1 |
* | Remove some more tab usage to prevent an error when run as ``python -tt``. | Brett Cannon | 2005-03-05 | 1 | -2/+2 |
* | Remove a tab so that whitespace usage is consistent. | Brett Cannon | 2005-03-05 | 1 | -1/+1 |
* | Patch #1075887: Don't require MSVC in distutils if there is nothing | Martin v. Löwis | 2005-03-04 | 1 | -0/+6 |
* | Whitespace normalization. | Tim Peters | 2004-11-28 | 1 | -6/+6 |
* | SF patch #1071739 (by Christos Georgiou) | Fredrik Lundh | 2004-11-24 | 1 | -4/+9 |
* | Update compatibility comments to 2.1, corresponding to PEP 291 1.13. | Martin v. Löwis | 2004-11-10 | 1 | -1/+1 |
* | Avoid a linker warning: MSVC 7 doesn't support /pdb:None, the debug | Thomas Heller | 2004-11-10 | 1 | -3/+8 |
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -4/+3 |
* | Compile the files in the same order they are passed to the compiler. | Thomas Heller | 2003-12-05 | 1 | -1/+5 |
* | See SF #848614: distutils' msvccompiler now tries to detect that MSVC6 | Thomas Heller | 2003-11-28 | 1 | -0/+10 |
* | Patch from John Anderson to enable VC 7.1 support. | Jeremy Hylton | 2003-07-17 | 1 | -12/+27 |
* | Restore Python 1.5.2 compatibility. | Marc-André Lemburg | 2003-05-14 | 1 | -1/+1 |
* | Replace line somehow deleted before last checkin. | Jeremy Hylton | 2003-05-09 | 1 | -0/+1 |
* | Variant of SF patch 614770: MSVC 7 support | Jeremy Hylton | 2003-05-09 | 1 | -143/+189 |
* | Pass the preprocessor options also to the resource compiler | Thomas Heller | 2003-01-31 | 1 | -1/+1 |
* | Add comment to Distutil files about requiring 1.5.2 compatibility, as | Andrew M. Kuchling | 2002-11-19 | 1 | -1/+2 |
* | Remove 'created by' lines; people can use CVS for this, and the information i... | Andrew M. Kuchling | 2002-11-14 | 1 | -1/+1 |
* | This patch fixes the following bugs: | Gustavo Niemeyer | 2002-11-05 | 1 | -7/+3 |
* | Define NDEBUG for releae builds, just like Python. | Jeremy Hylton | 2002-06-18 | 1 | -1/+2 |
* | Refactor compile() method implementations. | Jeremy Hylton | 2002-06-13 | 1 | -86/+69 |
* | Make setup.py less chatty by default. | Jeremy Hylton | 2002-06-04 | 1 | -3/+4 |
* | Pass the full pathname to MSVC when compiling a debug version. This | Thomas Heller | 2002-04-25 | 1 | -0/+6 |
* | Make it 1.5.2 compatible again. | Thomas Heller | 2002-02-08 | 1 | -4/+5 |
* | Encode MSVC paths as mbcs. Fixes #509117. 2.2.1 candidate. | Martin v. Löwis | 2002-01-29 | 1 | -0/+4 |
* | Whitespace normalization. | Fred Drake | 2001-12-06 | 1 | -9/+9 |
* | Big patch from Rene Liebscher to simplify the CCompiler API and | Greg Ward | 2000-09-27 | 1 | -102/+33 |
* | *Very* belated application of Thomas Heller's patch to handle | Greg Ward | 2000-09-19 | 1 | -3/+86 |
* | 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 'debug' flag to 'find_library_file()', and changed code to handle it. | Greg Ward | 2000-08-04 | 1 | -6/+11 |
* | Ditched some debugging prints. | Greg Ward | 2000-08-02 | 1 | -3/+0 |
* | Patch from Rene Liebscher: generate an /IMPLIB: option to ensure that | Greg Ward | 2000-08-02 | 1 | -1/+13 |
* | Simplify the registry-module-finding code: _winreg or win32api/win32con. | Greg Ward | 2000-06-30 | 1 | -4/+1 |
* | On second thought, first try for _winreg, and then winreg. Only if both | Greg Ward | 2000-06-29 | 1 | -1/+5 |
* | Changed to use _winreg module instead of winreg. | Greg Ward | 2000-06-29 | 1 | -6/+6 |
* | Lyle Johnson: added 'build_temp' parameter to 'link_shared_{lib,object}()' | Greg Ward | 2000-06-28 | 1 | -4/+7 |
* | Define the 'executables' class attribute so the CCompiler constructor | Greg Ward | 2000-06-25 | 1 | -1/+8 |
* | Import exceptions from errors.py, not ccompiler.py. | Greg Ward | 2000-05-30 | 1 | -4/+4 |