Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
b9f0354efce95b7557bc43ea193c4b652cd28392
/
Lib
/
distutils
/
extension.py
ccd047e
Removed unused imports.
by Serhiy Storchaka
· 9 years ago
521e586
Issue #22032: __qualname__ instead of __name__ is now always used to format
by Serhiy Storchaka
· 10 years ago
4a692ce
Minor cosmetic enhancement to provide a more readable repr()esentation of Extension instances:
by Giampaolo Rodola'
· 11 years ago
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
· 13 years ago
bee5cef
Always close files in distutils code and tests (#10252).
by Éric Araujo
· 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é
· 14 years ago
edacea3
Merged revisions 77704,77752 via svnmerge from
by Tarek Ziadé
· 15 years ago
88e2c5d
Merged revisions 76956 via svnmerge from
by Tarek Ziadé
· 15 years ago
2f19bb1
Merged revisions 74163 via svnmerge from
by Tarek Ziadé
· 15 years ago
6840721
Merged revisions 73170 via svnmerge from
by Tarek Ziadé
· 15 years ago
e6ed2f9
Merged revisions 73166 via svnmerge from
by Tarek Ziadé
· 15 years ago
b2e36f1
Merged revisions 70910 via svnmerge from
by Tarek Ziadé
· 16 years ago
3172c5d
Patch# 1258 by Christian Heimes: kill basestring.
by Guido van Rossum
· 17 years ago
5b7e9d7
General cleanup, raise normalization in Lib/distutils.
by Collin Winter
· 17 years ago
1325790
Merged revisions 55795-55816 via svnmerge from
by Guido van Rossum
· 17 years ago
572dbf8
Checkpoint. Manipulated things so that string literals are always
by Guido van Rossum
· 18 years ago
9d72bb4
Remove functions in string module that are also string methods. Also remove:
by Neal Norwitz
· 18 years ago
a024034
Patch 1046644 - improved distutils support for SWIG.
by Anthony Baxter
· 20 years ago
6ffdaab
Remove the recently-added get_distutil_options(), and just
by Andrew M. Kuchling
· 22 years ago
31ddfb6
[Part of patch #641685] Add .dylib as an extension for shared libraries
by Andrew M. Kuchling
· 22 years ago
2db92a6
Add missing import
by Andrew M. Kuchling
· 22 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
· 22 years ago
3f1c9a9
Allow unknown keyword arguments to the Extension class, and warn about them.
by Andrew M. Kuchling
· 22 years ago
6b01685
This patch fixes the following bugs:
by Gustavo Niemeyer
· 22 years ago
09e532b
Add a new definition to Extension objects: depends.
by Jeremy Hylton
· 22 years ago
f4a4fb9
[Patch #536769] Add -Xcompiler flag for adding arguments and switches for
by Andrew M. Kuchling
· 23 years ago
3d2d980
Suggested by Pete Shinners: treat .m and .mm files as source code.
by Andrew M. Kuchling
· 23 years ago
b94b849
Whitespace normalization.
by Fred Drake
· 23 years ago
ac20f77
Back out conversion to string methods; the Distutils is intended to work
by Andrew M. Kuchling
· 24 years ago
b3acd3e
String method conversion.
by Eric S. Raymond
· 24 years ago
41ed12f
Added 'read_setup_file()' to read old-style Setup files. Could make life
by Greg Ward
· 24 years ago
1f6a0d4
Rene Liebscher: ext.export_symbols is now always a list (added 'or []').
by Greg Ward
· 24 years ago
45b87bc
Typo fix in docstring.
by Greg Ward
· 24 years ago
c6a18a5
Removed 'export_symbol_file'.
by Greg Ward
· 24 years ago
cb18557
Revised docstring so 'sources' isn't necessarily all C/C++ files (to
by Greg Ward
· 24 years ago
3ca54bc
Provides the Extension class, a nicer way to describe C/C++ extensions than
by Greg Ward
· 24 years ago