- 17 Feb, 2012 4 commits
-
-
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 19 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.
-
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 17 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
-
Victor Stinner authored
-
Petri Lehtinen authored
Issue #13491.
-
Petri Lehtinen authored
Initial patch by Johannes Vogel.
-
Antoine Pitrou authored
Patch by Hynek Schlawack.
-
Antoine Pitrou authored
Patch by Hynek Schlawack.
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-