- 25 Feb, 2007 4 commits
-
-
Jeremy Hylton authored
-
Jeremy Hylton authored
I can't think of an easy way to test this behavior. It only occurs when the file system default encoding and the interpreter default encoding are different, such that you can open the file but not decode its name.
-
Neal Norwitz authored
-
Neal Norwitz authored
-
- 23 Feb, 2007 2 commits
-
-
Brett Cannon authored
things cannot be raised or caught.
-
Neal Norwitz authored
-
- 21 Feb, 2007 2 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 19 Feb, 2007 10 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Martin v. Löwis authored
functions on platforms where the underlying system calls are available.
-
Lars Gustäbel authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 16 Feb, 2007 2 commits
-
-
Vinay Sajip authored
-
Brett Cannon authored
-
- 15 Feb, 2007 5 commits
-
-
Brett Cannon authored
calling __import__. This helps make the expected search locations for encoding modules be more explicit. One could use an explicit value for __path__ when making the call to __import__ to force the exact location searched for encodings. This would give the most strict search path possible if one is worried about malicious code being imported. The unfortunate side-effect of that is that if __path__ was modified on 'encodings' on purpose in a safe way it would not be picked up in future __import__ calls.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Martin v. Löwis authored
-
- 14 Feb, 2007 4 commits
-
-
Lars Gustäbel authored
Buildbot.
-
Martin v. Löwis authored
whether to rerun libffi configure.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
- 13 Feb, 2007 7 commits
-
-
Lars Gustäbel authored
gzip header.
-
Lars Gustäbel authored
filename attribute is still accessible as a property that emits a DeprecationWarning.
-
Martin v. Löwis authored
Will backport.
-
Martin v. Löwis authored
Will backport to 2.5.
-
Martin v. Löwis authored
Fixes #1514451.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Will backport.
-
- 12 Feb, 2007 4 commits
-
-
Armin Rigo authored
(The line has no effect anyway, but is present because it's customary call the base class __init__).
-
Martin v. Löwis authored
Fixes #847665. Will backport.
-
Lars Gustäbel authored
at position 0.
-
Brett Cannon authored
is specified at the top of the file. Also add a note that Python/Python-ast.c needs to be committed separately after a change to the AST grammar to capture the revision number of the change (which is what __version__ is set to).
-