index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
distutils
/
bcppcompiler.py
Commit message (
Expand
)
Author
Age
*
gh-92584: Remove the distutils package (#99061)
Victor Stinner
2022-11-03
*
bpo-40443: Remove unused imports in distutils (GH-19802)
Victor Stinner
2020-04-30
*
Fix closes Issue11439 Remove the SVN keywords from the code as it is no longe...
Senthil Kumaran
2011-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 from
Tarek Ziadé
2009-12-21
*
Merged revisions 60990-61002 via svnmerge from
Christian Heimes
2008-02-23
*
General cleanup, raise normalization in Lib/distutils.
Collin Winter
2007-08-30
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
*
Update compatibility comments to 2.1, corresponding to PEP 291 1.13.
Martin v. Löwis
2004-11-10
*
Whitespace normalization, via reindent.py.
Tim Peters
2004-07-18
*
Compile the files in the same order they are passed to the compiler.
Thomas Heller
2003-12-05
*
Add comment to Distutil files about requiring 1.5.2 compatibility, as
Andrew M. Kuchling
2002-11-19
*
This patch fixes the following bugs:
Gustavo Niemeyer
2002-11-05
*
Refactor compile() method implementations.
Jeremy Hylton
2002-06-13
*
Make setup.py less chatty by default.
Jeremy Hylton
2002-06-04
*
Whitespace normalization.
Fred Drake
2001-12-06
*
[Patch #441691] preprocess() method for Borland C compiler.
Andrew M. Kuchling
2001-08-16
*
Import UnknownFileError
Andrew M. Kuchling
2001-08-09
*
String method conversion.
Eric S. Raymond
2001-02-09
*
Big patch from Rene Liebscher to simplify the CCompiler API and
Greg Ward
2000-09-27
*
Rene Liebscher:
Greg Ward
2000-09-01
*
Added a whinging comment about the ugliness of constructing the BCPP
Greg Ward
2000-08-13
*
Rene Liebscher:
Greg Ward
2000-08-13
*
Rewrote 'find_library_file()' much more cleanly (and consistently with
Greg Ward
2000-08-04
*
Patch from Rene Liebscher. Some ugly changes, but supposedly this makes
Greg Ward
2000-08-02
*
Lyle Johnson's interface to Borland C++, with a few editorial comments by me.
Greg Ward
2000-06-28