- 23 Jul, 2012 2 commits
-
-
R David Murray authored
-
R David Murray authored
-
- 22 Jul, 2012 10 commits
-
-
Andrew Svetlov authored
Patch by Serhiy Storchaka.
-
Ned Deily authored
may differ between sysconfig and distutils.sysconfig due to compiler customizations on OS X. For now, move those vars into a separate test and skip if the customization has taken place in distutils. The long-term solution is to eliminate having two sysconfig modules.
-
Ned Deily authored
different parsing of the Makefile by distutils.sysconfig and sysconfig in the case when an intermediate config vars, used to construct PY_CFLAGS or PY_LDFLAGS, has a trailing space character. In this case, the OS X installer build script was leaving a trailing space in the OPT and LDFLAGS config vars. The space is not significant and it's not worth toying with the Makefile parsing.
-
Ned Deily authored
by removing unwarranted assumptions that clang compiler chain cannot handle ppc (the driver passes off ppc compiles to gcc). Mock the behavior instead.
-
Gregory P. Smith authored
regardless of which of the two implementations of new is used.
-
Gregory P. Smith authored
regardless of which of the two implementations of new is used.
-
R David Murray authored
Patch by Jeff Knupp.
-
R David Murray authored
Patch by Jeff Knupp.
-
R David Murray authored
Patch by Torsten Landschoff.
-
R David Murray authored
Patch by Torsten Landschoff.
-
- 21 Jul, 2012 16 commits
-
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
This sentence appears as a clarifying note in the HTML docs, and seems worth having in the docstring since it covers a very common use case that isn't otherwise obvious. Thanks to Yongzhi Pan for the suggestion.
-
R David Murray authored
This sentence appears as a clarifying note in the HTML docs, and seems worth having in the docstring since it covers a very common use case that isn't otherwise obvious. Thanks to Yongzhi Pan for the suggestion.
-
Ned Deily authored
build paths from configuration variables cached in _sysconfigdata.py, as is already done for the installed Makefile. This avoids a distuils test case failure in test_ldshared_value.
-
Eli Bendersky authored
-
Eli Bendersky authored
-
Ned Deily authored
are unset during test execution.
-
Brett Cannon authored
-
Ned Deily authored
tailoring for universal builds by factoring out common OS X-specific customizations from sysconfig, distutils.sysconfig, distutils.util, and distutils.unixccompiler into a new module _osx_support that can eventually also be used by packaging.
-
Florent Xicluna authored
-
Florent Xicluna authored
-
Florent Xicluna authored
-
Florent Xicluna authored
-
Meador Inge authored
-
Meador Inge authored
Patch by Flávio Ribeiro.
-
- 20 Jul, 2012 12 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Patch by Serhiy Storchaka.
-
Ned Deily authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
visible and to place it with other micro-benchmarks (e.g. stringbench).
-
Brett Cannon authored
This should make the Linux distros happy as it is now easier to leave importlib's tests out of their base Python distribution.
-
Brett Cannon authored
-
Brett Cannon authored
of importing a symlinked package.
-
Brett Cannon authored
no difference anymore between __import__ and importlib.__import__.
-
Meador Inge authored
Patch by Flávio Ribeiro.
-
Meador Inge authored
Patch by Flávio Ribeiro.
-