- 19 Feb, 2012 9 commits
-
-
Sandro Tosi authored
-
Sandro Tosi authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Jesus Cea authored
-
Jesus Cea authored
-
Jesus Cea authored
-
- 18 Feb, 2012 9 commits
-
-
Sandro Tosi authored
-
Sandro Tosi authored
-
Charles-François Natali authored
upon malformed POST request.
-
Charles-François Natali authored
upon malformed POST request.
-
Charles-François Natali authored
upon malformed POST request.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
to to makes bytes mutable, before deciding to add bytearrays.)
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 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 11 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.
-