summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/ccompiler.py
Commit message (Expand)AuthorAgeFilesLines
* Fix closes Issue11439 Remove the SVN keywords from the code as it is no longe...Senthil Kumaran2011-07-281-2/+0
* Always close files in distutils code and tests (#10252).Éric Araujo2010-11-051-4/+6
* reverted distutils its 3.1 state. All new work is now happening in disutils2,...Tarek Ziadé2010-07-221-90/+82
* Merged revisions 77704,77752 via svnmerge fromTarek Ziadé2010-01-291-0/+52
* Merged revisions 77431 via svnmerge fromTarek Ziadé2010-01-111-55/+22
* Merged revisions 77424 via svnmerge fromTarek Ziadé2010-01-111-90/+2
* Merged revisions 76956 via svnmerge fromTarek Ziadé2009-12-211-2/+5
* Merged revisions 73445 via svnmerge fromTarek Ziadé2009-06-281-10/+12
* Merged revisions 72671 via svnmerge fromAntoine Pitrou2009-05-151-6/+5
* Merged revisions 68929 via svnmerge fromTarek Ziadé2009-01-251-3/+0
* Merged revisions 67654,67676-67677,67681,67692,67725,67761,67784-67785,67787-...Benjamin Peterson2008-12-211-2/+2
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-221-3/+3
* Patch# 1258 by Christian Heimes: kill basestring.Guido van Rossum2007-10-161-6/+6
* General cleanup, raise normalization in Lib/distutils.Collin Winter2007-08-301-262/+188
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-1/+1
* Checkpoint. Manipulated things so that string literals are alwaysGuido van Rossum2007-04-271-6/+6
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-1/+1
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-181-1/+1
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-4/+2
* Update compatibility comments to 2.1, corresponding to PEP 291 1.13.Martin v. Löwis2004-11-101-1/+1
* Patch #973204: Use -rpath instead of -R on Irix and Tru64.Martin v. Löwis2004-08-291-1/+5
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-2/+2
* Compile the files in the same order they are passed to the compiler.Thomas Heller2003-12-051-1/+5
* new method: has_function() - returns a boolean indicating whether theSkip Montanaro2003-04-241-0/+45
* [Bug #668662] Patch from Pearu Pearson: if a C source file isAndrew M. Kuchling2003-02-261-0/+2
* Bug #599248: strip directories when building Python. Out-of-tree builds shou...Andrew M. Kuchling2002-12-291-2/+5
* Add comment to Distutil files about requiring 1.5.2 compatibility, asAndrew M. Kuchling2002-11-191-0/+2
* Remove 'created by' lines; people can use CVS for this, and the information i...Andrew M. Kuchling2002-11-141-2/+0
* [Bug #599248] ext module generation problemAndrew M. Kuchling2002-11-141-2/+2
* Repair inconsistent use of tabs and spaces.Jeremy Hylton2002-11-051-1/+1
* This patch fixes the following bugs:Gustavo Niemeyer2002-11-051-8/+55
* save the verbose argument as an instance attributes. Subclasses ofSkip Montanaro2002-10-011-0/+1
* Commit fix for SF 603831.Guido van Rossum2002-10-011-1/+2
* Use distutils.debug.DEBUG instead of distutils.core.DEBUG.Jeremy Hylton2002-09-111-1/+1
* Add a default implementation of compile() to the base class.Jeremy Hylton2002-06-181-1/+20
* Extend compiler() method with optional depends argument.Jeremy Hylton2002-06-131-74/+168
* Make setup.py less chatty by default.Jeremy Hylton2002-06-041-9/+10
* Fix trivial typo.Thomas Heller2002-04-251-1/+1
* OS/2 patches by Andrew I MacIntyre for distutils.Marc-André Lemburg2002-01-311-0/+3
* Whitespace normalization.Fred Drake2001-12-061-17/+17
* Patch by Bill Noon: added 'dylib' as a library type along withJack Jansen2001-08-271-2/+2
* Patch #403947: On Cygwin, use the Unix compiler class, and notAndrew M. Kuchling2001-02-271-1/+4
* This patch makes the default compiler determination more flexibleMarc-André Lemburg2001-02-191-8/+40
* Add strip_dir argument to the single call to .object_filenames(), toAndrew M. Kuchling2001-01-161-0/+1
* Fix from Jack Jansen for the Mac and the Metrowerks compiler, postedAndrew M. Kuchling2001-01-151-0/+3
* Remove deprecation warnings on old 'link_*()' methods, ie. they're notGreg Ward2000-09-271-11/+5
* Big patch from Rene Liebscher to simplify the CCompiler API andGreg Ward2000-09-271-39/+72
* Added 'debug_print()'.Greg Ward2000-08-041-0/+5
* Added 'debug' flag to 'find_library_file()'.Greg Ward2000-08-041-3/+5
* Added 'execute()' method, a thin wrapper around 'util.execute() (just likeGreg Ward2000-08-021-1/+4