- 31 Jan, 2013 1 commit
-
-
Ned Deily authored
In particular, fix extension module build failures when trying to use 32-bit-only installer Pythons on systems with Xcode 4 (currently OS X 10.8, 10.7, and optionally 10.6). * Backport 3.3.0 fixes to 3.2 branch (for release in 3.2.4) * Since Xcode 4 removes ppc support, extension module builds now check for ppc compiler support and by default remove ppc and ppc64 archs when they are not available. * Extension module builds now revert to using system installed headers and libs (/usr and /System/Library) if the SDK used to build the interpreter is not installed or has moved. * Try to avoid building extension modules with deprecated and problematic Apple llvm-gcc compiler. If original compiler is not available, use clang instead by default.
-
- 29 Jan, 2013 8 commits
-
-
Michael Foord authored
-
Serhiy Storchaka authored
Python file. Patch by Ben Morgan.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Ned Deily authored
-
- 28 Jan, 2013 1 commit
-
-
Serhiy Storchaka authored
-
- 27 Jan, 2013 3 commits
-
-
Serhiy Storchaka authored
--without-doc-strings.
-
Nadeem Vawda authored
Also fix sporadic failures in test_builtin due to dependence on whether the readline module has previously been imported.
-
Ned Deily authored
-
- 26 Jan, 2013 2 commits
-
-
Serhiy Storchaka authored
are now initialized dynamically as needed.
-
Serhiy Storchaka authored
Now it requires almost 4x less memory and is almost 2x faster.
-
- 25 Jan, 2013 8 commits
-
-
Serhiy Storchaka authored
-
Ronald Oussoren authored
There already was a workaround for this for framework builds on OSX, this changeset enables the same workaround for shared libraries. Closes #1602133
-
doko@python.org authored
-
Serhiy Storchaka authored
interface and support all mandatory methods and properties.
-
doko@python.org authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
if all other iterators were very advanced before.
-
Serhiy Storchaka authored
-
- 24 Jan, 2013 2 commits
-
-
Eli Bendersky authored
C implementation.
-
Serhiy Storchaka authored
-
- 23 Jan, 2013 2 commits
-
-
Senthil Kumaran authored
bytes data. Patch by Jonas Wagner.
-
Vinay Sajip authored
-
- 22 Jan, 2013 5 commits
-
-
Ezio Melotti authored
#11379: rephrase minidom documentation to use the term "minimal" instead of "lightweight". Patch by Éric Araujo.
-
Vinay Sajip authored
-
Serhiy Storchaka authored
with truncated header or footer. Added tests for reading truncated gzip and bzip2 files.
-
Serhiy Storchaka authored
This is a backport of changeset 8c07ff7f882f.
-
Vinay Sajip authored
-
- 21 Jan, 2013 5 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
unicode-escape decoder requires memory for result corresponding to input size. Fixes test for issue #16335.
-
Serhiy Storchaka authored
-
- 20 Jan, 2013 1 commit
-
-
Ezio Melotti authored
-
- 19 Jan, 2013 2 commits
-
-
Ezio Melotti authored
-
Charles-François Natali authored
Patch by Jeffrey Armstrong.
-