- 17 Feb, 2012 11 commits
-
-
Petri Lehtinen authored
Closes #11689.
-
Petri Lehtinen authored
Closes #11689.
-
Antoine Pitrou authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Brett Cannon authored
-
Brett Cannon authored
Optimize importlib's case-sensitivity check by wasting as little time as possible under case-sensitive OSs.
-
Brett Cannon authored
-
Brett Cannon authored
Closes issue #13961. Thanks to Charles-François Natali for the patch.
-
Nick Coghlan authored
-
Antoine Pitrou authored
-
- 16 Feb, 2012 20 commits
-
-
Brett Cannon authored
It seems better to cache the finder for the cwd under its full path insetad of '' in case the cwd changes. Otherwise FileFinder needs to dynamically change itself based on whether it is given '' instead of caching a finder for every change to the cwd.
-
Brett Cannon authored
-
Brett Cannon authored
This is to bring it more in line with what PEP 328 set out to do with removing ambiguous absolute/relative import semantics.
-
Florent Xicluna authored
-
Florent Xicluna authored
The C accelerator was not always imported for cElementTree's tests. (there's still an issue with --huntrleaks switch)
-
Petri Lehtinen authored
Closes #13995.
-
Petri Lehtinen authored
Closes #13995.
-
Charles-François Natali authored
-
Charles-François Natali authored
-
Charles-François Natali authored
-
Brett Cannon authored
an __import__ implementation that takes care of basics in C and punts to importlib for more complicated code.
-
Éric Araujo authored
Patch by Tshepang Lekhonkhobe.
-
Eli Bendersky authored
-
Eli Bendersky authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Eli Bendersky authored
-
- 15 Feb, 2012 9 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
-
Sandro Tosi authored
-
Sandro Tosi authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Victor Stinner authored
-
Antoine Pitrou authored
-