Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
e85e1ae413d28e78d66a7b74d68f08895479543f
/
Lib
/
distutils
/
command
/
config.py
5633a80
taking sysconfig out of distutils
by Tarek Ziadé
· 16 years ago
2b66da7
massive import cleaning in Distutils
by Tarek Ziadé
· 16 years ago
3295eed
removed string usage and added a test for _clean
by Tarek Ziadé
· 16 years ago
e643bed
added a test for finalize_options
by Tarek Ziadé
· 16 years ago
f6f4b30
added a simple test for search_cpp
by Tarek Ziadé
· 16 years ago
7bea344
pep8-fied the module before adding tests
by Tarek Ziadé
· 16 years ago
aa48798
removed the print statements and added a test
by Tarek Ziadé
· 16 years ago
9f369e9
Issue #5052: removed backward compatibility information (out of date)
by Tarek Ziadé
· 17 years ago
5a6601c
Update compatibility comments to 2.1, corresponding to PEP 291 1.13.
by Martin v. Löwis
· 21 years ago
679bc9f
[Patch #681504] Call customize_compiler in config command
by Andrew M. Kuchling
· 22 years ago
ca3fec7
patch #664131, fix config command on OSX and Linux
by Just van Rossum
· 23 years ago
d448f66
Add comment to Distutil files about requiring 1.5.2 compatibility, as
by Andrew M. Kuchling
· 23 years ago
a6483d2
Remove 'created by' lines; people can use CVS for this, and the information is often out of date
by Andrew M. Kuchling
· 23 years ago
6b01685
This patch fixes the following bugs:
by Gustavo Niemeyer
· 23 years ago
4013cbd
Include an empty body when checking for a header file
by Andrew M. Kuchling
· 23 years ago
cd8a114
Make setup.py less chatty by default.
by Jeremy Hylton
· 23 years ago
21d4535
Whitespace normalization.
by Fred Drake
· 24 years ago
b1d6029
[Patch #444854 from twburton]
by Andrew M. Kuchling
· 24 years ago
6fb8d3a
[Patch #442530 from twburton]
by Andrew M. Kuchling
· 24 years ago
246c425
Fix for NameError caught by PyChecker.
by Andrew M. Kuchling
· 24 years ago
4cd6f2a
Bastian Kleineidam: make 'check_lib()' more like AC_CHECK_LIB by adding
by Greg Ward
· 25 years ago
2e38a50
Bastian Kleineidam: fix up any supplied command-line options.
by Greg Ward
· 25 years ago
cb1f4c4
Standardized whitespace around function calls.
by Greg Ward
· 25 years ago
855dab9
Added 'include_dirs' parameters all over the place.
by Greg Ward
· 25 years ago
59ac709
Fleshed out and added a bunch of useful stuff, notably 'check_func()',
by Greg Ward
· 25 years ago
28a5f44
First crack at the Distutils "config" command. Unlike other commands, this
by Greg Ward
· 25 years ago