- 06 Feb, 2009 1 commit
-
-
Tarek Ziadé authored
-
- 05 Feb, 2009 5 commits
-
-
Tarek Ziadé authored
-
Neil Schemenauer authored
Since "srcdir" should now be defined on all platforms, use it to find the module source.
-
Neil Schemenauer authored
directory other than the source directory, simplify the test code in test_sysconfig.py.
-
Neil Schemenauer authored
the source. Also, define 'srcdir' on non-posix platforms.
-
Tarek Ziadé authored
-
- 29 Jan, 2009 2 commits
-
-
Tarek Ziadé authored
-
Mark Hammond authored
-
- 25 Jan, 2009 4 commits
-
-
Tarek Ziadé authored
-
Tarek Ziadé authored
-
Tarek Ziadé authored
-
Tarek Ziadé authored
-
- 08 Jan, 2009 1 commit
-
-
Tarek Ziadé authored
-
- 07 Jan, 2009 1 commit
-
-
Hirokazu Yamamoto authored
Reviewed by Amaury Forgeot d'Arc.
-
- 04 Jan, 2009 2 commits
-
-
Tarek Ziadé authored
-
Tarek Ziadé authored
-
- 30 Dec, 2008 1 commit
-
-
Tarek Ziadé authored
-
- 29 Dec, 2008 1 commit
-
-
Tarek Ziadé authored
-
- 28 Dec, 2008 2 commits
-
-
Ronald Oussoren authored
universal builds that are presented by the configure script.
-
Ronald Oussoren authored
-
- 24 Dec, 2008 1 commit
-
-
Tarek Ziadé authored
-
- 11 Dec, 2008 1 commit
-
-
Amaury Forgeot d'Arc authored
-
- 28 Nov, 2008 1 commit
-
-
Christian Heimes authored
-
- 01 Oct, 2008 1 commit
-
-
Barry Warsaw authored
-
- 21 Sep, 2008 1 commit
-
-
Hirokazu Yamamoto authored
Reviewed by Benjamin Peterson.
-
- 18 Sep, 2008 2 commits
-
-
Barry Warsaw authored
-
Mark Hammond authored
later test failures. As discussed on #python-dev
-
- 12 Sep, 2008 1 commit
-
-
Barry Warsaw authored
-
- 03 Sep, 2008 1 commit
-
-
Marc-André Lemburg authored
non-ascii characters and Unicode in setup.py meta-data.
-
- 02 Sep, 2008 1 commit
-
-
Amaury Forgeot d'Arc authored
from the same python instance, some environment variables (LIB, INCLUDE) would grow without limit. Tested with these statements: distutils.ccompiler.new_compiler().initialize() print os.environ['LIB'] But I don't know how to turn them into reliable unit tests.
-
- 21 Aug, 2008 1 commit
-
-
Barry Warsaw authored
-
- 18 Aug, 2008 2 commits
-
-
Amaury Forgeot d'Arc authored
Be less strict when parsing these version numbers, they don't necessarily follow the python numbering scheme.
-
Marc-André Lemburg authored
-
- 17 Aug, 2008 1 commit
-
-
Brett Cannon authored
-
- 14 Aug, 2008 1 commit
-
-
Hirokazu Yamamoto authored
-
- 18 Jul, 2008 1 commit
-
-
Barry Warsaw authored
-
- 16 Jul, 2008 1 commit
-
-
Jesse Noller authored
-
- 19 Jun, 2008 1 commit
-
-
Barry Warsaw authored
-
- 05 Jun, 2008 1 commit
-
-
Ronald Oussoren authored
This patch adds a new configure argument on OSX: --with-universal-archs=[32-bit|64-bit|all] When used with the --enable-universalsdk option this controls which CPU architectures are includes in the framework. The default is 32-bit, meaning i386 and ppc. The most useful alternative is 'all', which includes all 4 CPU architectures supported by MacOS X (i386, ppc, x86_64 and ppc64). This includes limited support for the Carbon bindings in 64-bit mode as well, limited because (a) I haven't done extensive testing and (b) a large portion of the Carbon API's aren't available in 64-bit mode anyway. I've also duplicated a feature of Apple's build of python: setting the environment variable 'ARCHFLAGS' controls the '-arch' flags used for building extensions using distutils.
-
- 31 May, 2008 1 commit
-
-
Mark Hammond authored
-