- 12 Feb, 2007 1 commit
-
-
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 5 commits
-
-
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.
-
Martin v. Löwis authored
Will backport to 2.5.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 07 Feb, 2007 7 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Kurt B. Kaiser authored
-
Kurt B. Kaiser authored
Move AC window below input line unless not enough space, then put it above. Patch: Tal Einat
-
- 06 Feb, 2007 5 commits
-
-
Kurt B. Kaiser authored
-
Kurt B. Kaiser authored
[ 1362975 ] CodeContext - Improved text indentation Tal Einat 16Dec06
-
Lars Gustäbel authored
allow appending to empty files.
-
Peter Astrand authored
Applied patch 1124861.3.patch to solve bug #1124861: Automatically create pipes on Windows, if GetStdHandle fails. Will backport.
-
Kurt B. Kaiser authored
-
- 05 Feb, 2007 2 commits
-
-
Kurt B. Kaiser authored
Suggested solution by Christos Georgiou, Bug 791968. 2. Clean up tests, were not failing when they should have been. 4. Remove some camelcase and an unneeded try/except block.
-
Kurt B. Kaiser authored
-
- 02 Feb, 2007 1 commit
-
-
Peter Astrand authored
We had several if statements checking the value of a fd. This is unsafe, since valid fds might be zero. We should check for not None instead.
-
- 01 Feb, 2007 1 commit
-
-
Raymond Hettinger authored
-
- 30 Jan, 2007 3 commits
-
-
Brett Cannon authored
The next step of PEP 352 (for 2.6) causes raising a string exception to trigger a TypeError. Trying to catch a string exception raises a DeprecationWarning. References to string exceptions has been removed from the docs since they are now just an error.
-
Georg Brandl authored
-
Tim Peters authored
-
- 29 Jan, 2007 4 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Brett Cannon authored
-
- 28 Jan, 2007 1 commit
-
-
Brett Cannon authored
-
- 27 Jan, 2007 3 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
iso8859_16.
-
Georg Brandl authored
a with statement; previously, executing code containing a with statement compiled by the compiler package crashed the interpreter.
-