aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/distutils/bcppcompiler.py
Commit message (Expand)AuthorAge
* gh-92584: Remove the distutils package (#99061)Victor Stinner2022-11-03
* bpo-40443: Remove unused imports in distutils (GH-19802)Victor Stinner2020-04-30
* Fix closes Issue11439 Remove the SVN keywords from the code as it is no longe...Senthil Kumaran2011-07-28
* reverted distutils its 3.1 state. All new work is now happening in disutils2,...Tarek Ziadé2010-07-22
* Merged revisions 76956 via svnmerge fromTarek Ziadé2009-12-21
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-23
* General cleanup, raise normalization in Lib/distutils.Collin Winter2007-08-30
* Fix most trivially-findable print statements.Guido van Rossum2007-02-09
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-10
* Update compatibility comments to 2.1, corresponding to PEP 291 1.13.Martin v. Löwis2004-11-10
* Whitespace normalization, via reindent.py.Tim Peters2004-07-18
* Compile the files in the same order they are passed to the compiler.Thomas Heller2003-12-05
* Add comment to Distutil files about requiring 1.5.2 compatibility, asAndrew M. Kuchling2002-11-19
* This patch fixes the following bugs:Gustavo Niemeyer2002-11-05
* Refactor compile() method implementations.Jeremy Hylton2002-06-13
* Make setup.py less chatty by default.Jeremy Hylton2002-06-04
* Whitespace normalization.Fred Drake2001-12-06
* [Patch #441691] preprocess() method for Borland C compiler.Andrew M. Kuchling2001-08-16
* Import UnknownFileErrorAndrew M. Kuchling2001-08-09
* String method conversion.Eric S. Raymond2001-02-09
* Big patch from Rene Liebscher to simplify the CCompiler API andGreg Ward2000-09-27
* Rene Liebscher:Greg Ward2000-09-01
* Added a whinging comment about the ugliness of constructing the BCPPGreg Ward2000-08-13
* Rene Liebscher:Greg Ward2000-08-13
* Rewrote 'find_library_file()' much more cleanly (and consistently withGreg Ward2000-08-04
* Patch from Rene Liebscher. Some ugly changes, but supposedly this makesGreg Ward2000-08-02
* Lyle Johnson's interface to Borland C++, with a few editorial comments by me.Greg Ward2000-06-28