- 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).
-
- 11 Feb, 2007 3 commits
-
-
Brett Cannon authored
r53731).
-
Skip Montanaro authored
-
Brett Cannon authored
definition.
-
- 09 Feb, 2007 4 commits
-
-
Georg Brandl authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
lib/python/config, on "linux" and "gnu" systems. Will backport.
-
Martin v. Löwis authored
Will backport.
-
- 08 Feb, 2007 1 commit
-
-
Kurt B. Kaiser authored
mouse and cursor selection in ACWindow implemented; double Tab inserts current selection and closes ACW (similar to double-click and Return); scroll wheel now works in ACW. Added AutoComplete instructions to IDLE Help.
-