- 11 Feb, 2007 1 commit
-
-
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.
-
- 26 Jan, 2007 1 commit
-
-
Fred Drake authored
-
- 25 Jan, 2007 2 commits
-
-
Brett Cannon authored
needed and all bug reports should go to the bug tracker, not directly to me. Plus I am not the only person to have edited these files at this point.
-
Brett Cannon authored
generic so that one only has to shift certain values based on whether the week was specified to start on Monday or Sunday. Cut out a lot of edge case code compared to the previous version. Also broke algorithm out into its own function (that is private to the module). Fixes bug #1643943 (thanks Biran Nahas for the report).
-