Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
3c919cf140170a03c20ec68a8fe63586b718d057
/
Lib
/
distutils
/
bcppcompiler.py
2b66da7
massive import cleaning in Distutils
by Tarek Ziadé
· 15 years ago
9f369e9
Issue #5052: removed backward compatibility information (out of date)
by Tarek Ziadé
· 16 years ago
c5f05e4
Patch #2167 from calvin: Remove unused imports
by Christian Heimes
· 17 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