Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
01d7eba3162af8a0f62d7636cbb44440901b3909
/
Lib
/
distutils
/
bcppcompiler.py
7c9719c
Fix closes Issue11439 Remove the SVN keywords from the code as it is no longer applicable in hg. Patch Contributed by Neil Muller.
by Senthil Kumaran
· 14 years ago
3679727
reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen.
by Tarek Ziadé
· 15 years ago
88e2c5d
Merged revisions 76956 via svnmerge from
by Tarek Ziadé
· 15 years ago
05e8be1
Merged revisions 60990-61002 via svnmerge from
by Christian Heimes
· 17 years ago
5b7e9d7
General cleanup, raise normalization in Lib/distutils.
by Collin Winter
· 18 years ago
be19ed7
Fix most trivially-findable print statements.
by Guido van Rossum
· 18 years ago
b940e11
SF patch 1631942 by Collin Winter:
by Guido van Rossum
· 18 years ago
5a6601c
Update compatibility comments to 2.1, corresponding to PEP 291 1.13.
by Martin v. Löwis
· 21 years ago
182b5ac
Whitespace normalization, via reindent.py.
by Tim Peters
· 21 years ago
9436a75
Compile the files in the same order they are passed to the compiler.
by Thomas Heller
· 21 years ago
d448f66
Add comment to Distutil files about requiring 1.5.2 compatibility, as
by Andrew M. Kuchling
· 22 years ago
6b01685
This patch fixes the following bugs:
by Gustavo Niemeyer
· 23 years ago
1bba31d
Refactor compile() method implementations.
by Jeremy Hylton
· 23 years ago
cd8a114
Make setup.py less chatty by default.
by Jeremy Hylton
· 23 years ago
b94b849
Whitespace normalization.
by Fred Drake
· 23 years ago
db7aed5
[Patch #441691] preprocess() method for Borland C compiler.
by Andrew M. Kuchling
· 24 years ago
6386a4c
Import UnknownFileError
by Andrew M. Kuchling
· 24 years ago
8b3cf58
String method conversion.
by Eric S. Raymond
· 24 years ago
4240648
Big patch from Rene Liebscher to simplify the CCompiler API and
by Greg Ward
· 25 years ago
cec1568
Rene Liebscher:
by Greg Ward
· 25 years ago
1398045
Added a whinging comment about the ugliness of constructing the BCPP
by Greg Ward
· 25 years ago
a4662bc
Rene Liebscher:
by Greg Ward
· 25 years ago
5db2c3a
Rewrote 'find_library_file()' much more cleanly (and consistently with
by Greg Ward
· 25 years ago
c58c517
Patch from Rene Liebscher. Some ugly changes, but supposedly this makes
by Greg Ward
· 25 years ago
fe9b818
Lyle Johnson's interface to Borland C++, with a few editorial comments by me.
by Greg Ward
· 25 years ago