- 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 21 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.
-
Nick Coghlan authored
Close #15386: There was a loophole that meant importlib.machinery and imp would sometimes reference an uninitialised copy of importlib._bootstrap
-
Ronald Oussoren authored
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-
Stefan Krah authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Meador Inge authored
-
- 19 Jul, 2012 3 commits
-
-
Kristján Valur Jónsson authored
the source line. Such errors can't be reported anyway. This makes error reporting work, even if the "io" module can't be loaded.
-
Hynek Schlawack authored
-
Jesus Cea authored
-