[issue1350] IDLE - CallTips enhancement - show full doc-string in new window

2007-12-27 Thread Tal Einat
Tal Einat added the comment: I had a working version which also used inspect before I saw your 3.0 version, but they both use inspect similarly, very straightforward. I seem to recall only one of the version used inspect to get the doc string, but I don't remember which one... Depending on how

[issue1702] Word alias used in confusing way to compare open() and file()

2007-12-27 Thread Senthil
Senthil added the comment: I feel that alias is the wrong word to use here, though I don't know a suitable replacement. Should we say, The older built-in open() serves the same purpose as file. -- nosy: +orsenthil __ Tracker [EMAIL PROTECTED]

[issue1703] getpass broken in Py3k: must flush()

2007-12-27 Thread Philip Jenvey
New submission from Philip Jenvey: getpass (in particular _raw_input, used by unix_getpass and default_getpass) prints out a password prompt to a stream (by default stdout) but doesn't flush that stream. It assumes calling sys.stdin.readline() to read the password causes stdout to be flushed

[issue1704] possible bug in randint

2007-12-27 Thread Rich Marinaccio
New submission from Rich Marinaccio: I have been using python for Civilization IV map scripting, and I believe I have found a small problem with the randint function. Once in a blue moon, randint(a,b) returns b + 1, rather than a = N = b. I have seen this behavior a few times. Here is the

[issue1650] IDLE: help() displays output on the wrong shell

2007-12-27 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: Fixed by overriding pydoc.py:pager to be plainpager. r59603 -- resolution: - fixed status: open - closed __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1650 __

[issue1704] possible bug in randint

2007-12-27 Thread Rich Marinaccio
Rich Marinaccio added the comment: I have been using python for Civilization IV map scripting, and I believe I have found a small problem with the randint function. Once in a blue moon, randint(a,b) returns b + 1, rather than a = N = b. I have seen this behavior a few times. Here is the code

[issue1607] Patch for TCL 8.5 support

2007-12-27 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: This patch doesn't seem like the right way to fix the 8.5 issue...Close it? __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1607 __ ___

[issue1457] IDLE - configDialog - new layout for key config

2007-12-27 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: r59604 Thanks for the Patch! -- resolution: - accepted status: open - closed __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1457 __

[issue1563981] IDLE invokes completion even when running code

2007-12-27 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: Hard to fix since IDLE doesn't know that the interpreter went into input state. However, control-tab appears to do what you want. -- resolution: - wont fix status: open - closed _ Tracker [EMAIL PROTECTED]

[issue404444] [IDLE] auto indent/parentheses

2007-12-27 Thread Kurt B. Kaiser
Changes by Kurt B. Kaiser: -- nosy: +kbk Tracker [EMAIL PROTECTED] http://bugs.python.org/issue40 ___ Python-bugs-list mailing list Unsubscribe:

[issue1599] IDLE hangs if os.spwanv command is given

2007-12-27 Thread Kurt B. Kaiser
New submission from Kurt B. Kaiser: Worked for me on Arch GNU/Linux using IDLE 2.6a0. What OS and Version are you running? Does it fail for foo.py: def foo(): pass import os os.spawnv(os.P_NOWAIT, 'foo.py', '') 5026 -- assignee: - kbk nosy: +kbk priority: - normal

[issue1601] IDLE not working correctly on Windows (Py30a2/IDLE30a1)

2007-12-27 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: Assigning to tiran since I'm not building Python on XP. Changing to Tkinter, also. Is the file open bug fixed also by the suggested change? -- assignee: kbk - tiran components: +Tkinter -IDLE __ Tracker [EMAIL

[issue1599] IDLE hangs if os.spwanv command is given

2007-12-27 Thread Pooja
Pooja added the comment: Hi Kurt I have mentioned in my issue 1599 that i was working on IDLE 2.5 and Win 32. Regards Pooja Kurt B. Kaiser [EMAIL PROTECTED] wrote: New submission from Kurt B. Kaiser: Worked for me on Arch GNU/Linux using IDLE 2.6a0. What OS and Version are you