- 14 Şub, 2007 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 13 Şub, 2007 7 kayıt (commit)
-
-
Lars Gustäbel yazdı
gzip header.
-
Lars Gustäbel yazdı
filename attribute is still accessible as a property that emits a DeprecationWarning.
-
Martin v. Löwis yazdı
Will backport.
-
Martin v. Löwis yazdı
Will backport to 2.5.
-
Martin v. Löwis yazdı
Fixes #1514451.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
Will backport.
-
- 12 Şub, 2007 4 kayıt (commit)
-
-
Armin Rigo yazdı
(The line has no effect anyway, but is present because it's customary call the base class __init__).
-
Martin v. Löwis yazdı
Fixes #847665. Will backport.
-
Lars Gustäbel yazdı
at position 0.
-
Brett Cannon yazdı
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 Şub, 2007 3 kayıt (commit)
-
-
Brett Cannon yazdı
r53731).
-
Skip Montanaro yazdı
-
Brett Cannon yazdı
definition.
-
- 09 Şub, 2007 4 kayıt (commit)
-
-
Georg Brandl yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
lib/python/config, on "linux" and "gnu" systems. Will backport.
-
Martin v. Löwis yazdı
Will backport.
-
- 08 Şub, 2007 5 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
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 yazdı
Will backport to 2.5.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 07 Şub, 2007 7 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Kurt B. Kaiser yazdı
-
Kurt B. Kaiser yazdı
Move AC window below input line unless not enough space, then put it above. Patch: Tal Einat
-
- 06 Şub, 2007 5 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
-
Kurt B. Kaiser yazdı
[ 1362975 ] CodeContext - Improved text indentation Tal Einat 16Dec06
-
Lars Gustäbel yazdı
allow appending to empty files.
-
Peter Astrand yazdı
Applied patch 1124861.3.patch to solve bug #1124861: Automatically create pipes on Windows, if GetStdHandle fails. Will backport.
-
Kurt B. Kaiser yazdı
-
- 05 Şub, 2007 2 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
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 yazdı
-
- 02 Şub, 2007 1 kayıt (commit)
-
-
Peter Astrand yazdı
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 Şub, 2007 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-