[issue1721890] IDLE hangs in popup method completion

2007-08-23 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: fixed at 53042. -- priority: high -> normal status: open -> closed _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.o

[issue1028] Tkinter binding involving Control-spacebar raises unicode error

2007-08-26 Thread Kurt B. Kaiser
New submission from Kurt B. Kaiser: The control-spacebar binding is used in IDLE to force open the completions window. It's causing IDLE to exit with a utf8 decode error. Attached is a Tkinter cut-down exhibiting the problem and a patch. The cutdown runs ok on 2.6 but not on py3k be

[issue1028] Tkinter binding involving Control-spacebar raises unicode error

2007-08-26 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: Heh, I see we have the same damn problem SF had: when a comment is edited, it doesn't re-wrap properly when submitted. You have to remove the returns manually after editing. __ Tracker <[EMAIL PROTECTED

[issue1028] Tkinter binding involving Control-spacebar raises unicode error

2007-08-26 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: Nope, you have to make sure not to type too wide. __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1028> __ ___ Python-bugs-list

[issue1028] Tkinter binding involving Control-spacebar raises unicode error

2007-08-26 Thread Kurt B. Kaiser
Changes by Kurt B. Kaiser: __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1028> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mai

[issue1028] Tkinter binding involving Control-spacebar raises unicode error

2007-08-26 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: Well, maybe someday Tk will send a multibyte unicode character. Update the patch. __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1028> __Index: Module

[issue1028] Tkinter binding involving Control-spacebar raises unicode error

2007-08-26 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: OK, thanks for the review! I suppose Tk is sending a bad string. r57540 -- status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.o

[issue1130] Idle - Save (buffer) - closes IDLE and does not save file (Windows XP)

2007-09-11 Thread Kurt B. Kaiser
Changes by Kurt B. Kaiser: -- assignee: -> kbk keywords: +py3k nosy: +kbk __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1130> __ ___ Python-bugs-li

[issue1718043] textView code cleanup

2007-10-03 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: r58309. Thanks for the Patch! -- assignee: -> kbk nosy: +kbk resolution: -> accepted status: open -> closed _ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue1730217] IDLE - configDialog layout cleanup

2007-10-03 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: r58310. Thanks for the nice patch! Looks better! -- assignee: -> kbk nosy: +kbk resolution: -> accepted status: open -> closed _ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue1529018] Move firewall warning to "about" menu

2007-10-03 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: I think it would be better if a dialog popped up (before trying to set up the subprocess!) with the warning. It should have a checkbox, "Don't show this again." And it should be something we can reuse in other situations. Store a tag in the us

[issue1225] IDLE - Fix: pressing Ctrl+C while printing exception -> stuck

2007-10-09 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: r58396 Thanks for the patch! -- assignee: -> kbk priority: -> normal resolution: -> accepted status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue1130] Idle - Save (buffer) - closes IDLE and does not save file (Windows XP)

2007-10-09 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: r58398. Thanks for the report. Solution a little different than Tal Einat's. Please test. -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.

[issue1775388] Display CallTips for classes using metaclasses.

2007-10-09 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: Appears this was fixed at r55818, though with a typo. Module heavily rewritten since then to use the inspect module. The example below now works without further changes. -- resolution: -> out of date status: open ->

[issue1713252] character set in Japanese on Ubuntu distribution

2007-10-09 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: absent further response, closing as unreproducible. -- assignee: -> kbk keywords: +patch nosy: +kbk resolution: fixed -> works for me status: open -> closed _ Tracker <[EMAIL PROTECTED]> <http

[issue1710718] Ctrl+Shift block marking by words

2007-10-09 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: Ctrl- right does jump to the ends. Behaviour is slightly strange, but useful. Let Tk handle it. -- keywords: +patch resolution: -> works for me status: open -> closed _ Tracker <[EMAIL PROTECTE

[issue1691411] Duplicate "preferences" menu item/Tk Aqua 8.4.14

2007-10-09 Thread Kurt B. Kaiser
Changes by Kurt B. Kaiser: -- assignee: -> ronaldoussoren nosy: +ronaldoussoren _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1691411> _

[issue1691411] Duplicate "preferences" menu item/Tk Aqua 8.4.14

2007-10-09 Thread Kurt B. Kaiser
Changes by Kurt B. Kaiser: -- keywords: +patch _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1691411> _ ___ Python-bugs-list mailing list Unsubs

[issue1725576] IDLE - cursor color configuration bug

2007-10-09 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: r58403. Thanks for the patch! -- assignee: -> kbk nosy: +kbk resolution: -> accepted status: open -> closed _ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue1659326] Minor pasting patch

2007-10-09 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: r58404. Thanks for the patch! -- assignee: -> kbk nosy: +kbk resolution: -> accepted status: open -> closed _ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue1130] Idle - Save (buffer) - closes IDLE and does not save file (Windows XP)

2007-10-14 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: I caught the first part, but not the second using GNU/Linux. I think that eol_convention can be a class variable, since os.linesep isn't going to change from file to file. Thanks for the report! r58465. __ Tracker &l

[issue1253] IDLE - Percolator overhaul

2007-10-15 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: Thanks for the patch, it will definitely be applied once I finish reviewing it! Good job splitting off TkTextPercolator and inheriting from Delegator. -- assignee: -> kbk priority: -> normal __ Tracker &

[issue1253] IDLE - Percolator overhaul

2007-10-22 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: What change was required to allow Squeezer and ShellLogger to co-exist? __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1253> __ __

[issue1252] IDLE - patch Delegator to support callables

2007-10-24 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: Despite your explanation, I don't understand what is being accomplished here. Delegates are not intended to be callable. They have methods, e.g. insert, which are callable, and the insert call is propagated down the chain by calls like (from ColorDele

[issue1252] IDLE - patch Delegator to support callables

2007-10-27 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: First, I'm changing my mind about Percolator inheriting from Delegator. A Percolator acts as a container for Delegators: it "hasa" (chain) of them. But it fails "isa" Delegator. It has no use for the Delegator's caching, and cha

[issue1252] IDLE - patch Delegator to support callables

2007-10-27 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: I'll respond further shortly. In the meantime, please notice that Delegator3.py works the same whether or not your Delegator.__call__() method is commented out. That's because you needed to define __call__() methods in your filters. We are still

[issue1717170] "Really print?" Dialog

2007-10-28 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: r58700. Thanks for the patch! (Used OK/Cancel and simplified message.) -- assignee: -> kbk nosy: +kbk resolution: -> accepted status: open -> closed _ Tracker <[EMAIL PROTECTED]> <http

[issue1262] IDLE does not start if windows environment variable containing 'German Umlaute: äöü' exists

2007-10-28 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: I believe this is a duplicate of http://bugs.python.org/issue1342 and not related to IDLE. -- nosy: +kbk resolution: -> duplicate status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue1356720] Ctrl+C for copy does not work when caps-lock is on

2007-10-28 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: On systems other than Windows, people generally prefer to leave as much flexibility as possible by not binding various combinations of modifiers to the callback associated with a . If you need this change, add a binding as noamr suggests

[issue1004696] translate Windows cr-lf when installing scripts on Linux

2007-10-28 Thread Kurt B. Kaiser
Changes by Kurt B. Kaiser: -- assignee: kbk -> _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1004696> _ ___ Python-bugs-list mailing li

[issue1334] IDLE - Fix several highlighting bugs

2007-10-28 Thread Kurt B. Kaiser
Changes by Kurt B. Kaiser: -- assignee: -> kbk keywords: +patch __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1334> __ ___ Python-bugs-li

[issue1612746] Enhanced tabbed pane widget

2007-10-28 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: Can I ask you for an update? This no longer applies cleanly with the recent changes to configDialog.py, and I suspect you might have some further cleanup. -- assignee: -> kbk nosy: +kbk resolution: -> out o

[issue1612746] Enhanced tabbed pane widget

2007-10-29 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: Prior to the 13:17:41 update: r58710. Minor formatting changes. I figured you might have an update :-) It's good to let these new modules age a bit :-) Well, maybe not that long... renamed tabbedPages.py -> tabbedpages.py to conform to PEP 8. Nic

[issue1612746] Enhanced tabbed pane widget

2007-10-29 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: Well, I already checked it in. Please synch to svn and send me an update against that. Note that I renamed tabbedPages.py. _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/iss

[issue1252] IDLE - patch Delegator to support callables

2007-10-30 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: > 1) Should Delegator delegate calls to callables No, I agree they should. The question is whether it's necessary to add a __call__() method to the Delegator class. I claim you can do what you want to do without it. It serves only one purpose th

[issue1252] IDLE - patch Delegator to support callables

2007-10-30 Thread Kurt B. Kaiser
Changes by Kurt B. Kaiser: Added file: http://bugs.python.org/file8668/example1a.py __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1252> __ ___ Python-bugs-list

[issue1252] IDLE - patch Delegator to support callables

2007-10-30 Thread Kurt B. Kaiser
Changes by Kurt B. Kaiser: Added file: http://bugs.python.org/file8669/example2.py __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1252> __ ___ Python-bugs-list

[issue1252] IDLE - patch Delegator to support callables

2007-10-30 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: Further response to your 27Oct: > That's it. There is more. The Delegator mixin exposes its delegate attribute. Without that, it would not be possible to pass e.g. insert() down the chain because (in the case of the Text percolator) insert() is found

[issue10907] OS X installer: warn users of buggy Tcl/Tk in OS X 10.6

2011-03-14 Thread Kurt B. Kaiser
Changes by Kurt B. Kaiser : -- nosy: +kbk ___ Python tracker <http://bugs.python.org/issue10907> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue4676] python3 closes + home keys

2011-03-25 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: Fixed in 2.7 and forward ported. -- assignee: -> kbk resolution: -> fixed stage: -> committed/rejected status: open -> closed type: -> crash versions: +Python 3.2, Python 3.3 -Python 2.6, Python 3.0 ___

[issue3841] IDLE: quirky behavior when displaying strings longer than 4093 characters

2011-03-25 Thread Kurt B. Kaiser
Changes by Kurt B. Kaiser : -- assignee: -> kbk nosy: +kbk resolution: works for me -> out of date stage: -> committed/rejected status: pending -> closed ___ Python tracker <http://bugs.pytho

[issue1028] Tkinter binding involving Control-spacebar raises unicode error

2011-05-10 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: Tcl/Tk uses modified utf-8 internally. This includes using 0xC080, a multibyte Unicode null character, for embedded nulls that work with C's null terminated strings. Java does the same. Note that typing Ctrl-space and Ctrl-2 are conventional ways to

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

2011-05-10 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: Rejecting for now, out of date, doesn't apply, not single topic. -- resolution: out of date -> rejected stage: test needed -> committed/rejected status: open -> closed ___ Python tracker <http:

[issue1028] Tkinter binding involving Control-spacebar raises unicode error

2011-05-11 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: r70039 3.1 forward ported > 3.2 > default. Will be in 3.2.1. -- resolution: accepted -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker <http://bugs.py

[issue1028] Tkinter binding involving Control-spacebar raises unicode error

2011-05-11 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: Having a modified utf-8 codec will be useful. That said, it is an error for Tcl/Tk to expose modified utf-8 externally, and that was fixed at some point in Tk8.5. Since Tk is no longer sending 0xC080 for the %A char, switching codecs in _tkinter.c won&#

[issue11896] Save on Close fails in IDLE, from Linux system

2011-05-12 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: tkinter.messagebox.Message sending rather than str, so comparison with str failed. Always for "cancel", (almost?) always for "yes". Use the helper functions in tkinter.messagebox, which correct for that. This hasn't worked for a lo

[issue5559] IDLE Output Window 's goto fails when path has spaces

2011-05-12 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: Backported to 2.6 4Oct09 56387:490190cb4a57 -- stage: commit review -> committed/rejected status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue7738] IDLE hang when tooltip comes up in Linux

2011-05-12 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: Linux trader 2.6.38-2-686 #1 SMP Thu Apr 7 05:24:21 UTC 2011 i686 GNU/Linux kbk@trader:~/Python/Py27$ aptitude show tk8.5 Package: tk8.5 ... Version: 8.5.9-2 Debian Linux Wheezy Can't reproduce on 2.7.1+ 3.1.4+ 3.2.1beta 3.3alpha0 with Tk8.4

[issue2755] IDLE ignores module change before restart

2008-05-13 Thread Kurt B. Kaiser
Kurt B. Kaiser <[EMAIL PROTECTED]> added the comment: Thanks. Another question: when the shell starts, do you see the text No Subprocess to the right of the IDLE version, e.g. IDLE 2.6a3 No Subprocess __ Tracker <[EMAIL

[issue2755] IDLE ignores module change before restart

2008-05-15 Thread Kurt B. Kaiser
Kurt B. Kaiser <[EMAIL PROTECTED]> added the comment: Sorry for the delay. OK, we are getting closer. Please tell me exactly how you start IDLE. __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue2755] IDLE ignores module change before restart

2008-05-16 Thread Kurt B. Kaiser
Kurt B. Kaiser <[EMAIL PROTECTED]> added the comment: Yes, removing the -n is the way to fix your problem. We went to quite a bit of effort to run user code from scratch on each Run/F5 using the subprocess. Running without the subprocess is considered 'expert' mode these

[issue2704] IDLE: Patch to make PyShell behave more like a Terminal interface

2008-05-22 Thread Kurt B. Kaiser
Changes by Kurt B. Kaiser <[EMAIL PROTECTED]>: -- keywords: +patch __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2704> __ ___ Python-bugs

[issue1948] Cant open python gui using VISTA

2008-05-22 Thread Kurt B. Kaiser
Kurt B. Kaiser <[EMAIL PROTECTED]> added the comment: No response from OP, closing. -- resolution: -> works for me status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2584] numeric overflow in IDLE

2008-05-22 Thread Kurt B. Kaiser
Kurt B. Kaiser <[EMAIL PROTECTED]> added the comment: When this is running, what happens if you hit Control-c a few times, especially in the first few seconds? Does it abort with a KeyboardInterrupt? Does it stop responding to Control-c after the window fills up? Note that IDLE slow

[issue2913] idlelib/EditorWindow.py uses xrange()

2008-05-22 Thread Kurt B. Kaiser
Changes by Kurt B. Kaiser <[EMAIL PROTECTED]>: -- assignee: -> kbk nosy: +kbk __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2913> __ ___ Pyt

[issue2584] numeric overflow in IDLE

2008-05-22 Thread Kurt B. Kaiser
Kurt B. Kaiser <[EMAIL PROTECTED]> added the comment: BTW, instead of a reboot, use Task Manager (or whatever they needlessly renamed it to on Vista :) to kill all python processes. That should free up your machine. __ Tracker <[EMAIL PROTECTE

[issue2584] numeric overflow in IDLE

2008-05-31 Thread Kurt B. Kaiser
Changes by Kurt B. Kaiser <[EMAIL PROTECTED]>: -- resolution: -> wont fix status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue2884] Create the tkinter package

2008-06-01 Thread Kurt B. Kaiser
Changes by Kurt B. Kaiser <[EMAIL PROTECTED]>: -- nosy: +kbk ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2884> ___ ___ Python

[issue2775] Implement PEP 3108

2008-06-01 Thread Kurt B. Kaiser
Changes by Kurt B. Kaiser <[EMAIL PROTECTED]>: -- nosy: +kbk ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2775> ___ ___ Python

[issue2917] merge pickle and cPickle in 3.0

2008-06-01 Thread Kurt B. Kaiser
Changes by Kurt B. Kaiser <[EMAIL PROTECTED]>: -- nosy: +kbk ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2917> ___ ___ Python

[issue7881] Hardcoded path, unsafe tempfile in test_logging

2010-02-07 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: In addition, the /tmp/tmp.txt file is only writeable by the user that created it. On the buildbot machine I'm admin'ing, the buildslave user created the file and user neal's run of build.sh on the trunk fails because it can't write the f

[issue1374] IDLE - minor FormatParagraph bug fix

2007-12-10 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: r59463 Thanks for the patch! -- resolution: -> accepted status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue1252] IDLE - patch Delegator to support callables

2007-12-10 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: Do you have any further comments on this issue? __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1252> __ ___ Python-bugs-list

[issue1612746] Enhanced tabbed pane widget

2007-12-11 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: r59468 Thanks for the update! -- status: open -> closed _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1612746> _ ___

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

2007-12-11 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: This is very useful! However, it isn't fully baked. Please test more before submitting patches. Try to break them on corner cases. import CallTips CallTips.CallTips( AttributeError: 'NoneType' object has no attribute 'splitlines'

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

2007-12-12 Thread Kurt B. Kaiser
Changes by Kurt B. Kaiser: -- assignee: -> kbk keywords: +patch __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1457> __ ___ Python-bugs-li

[issue1567] Patch for new API method _PyImport_ImportModuleNoLock(char *name)

2007-12-12 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: Doesn't seem to be IDLE related, removed IDLE tag. -- components: -IDLE nosy: +kbk __ Tracker <[EMAIL PROTECTED]> <http://bugs.python

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

2007-12-12 Thread Kurt B. Kaiser
Changes by Kurt B. Kaiser: -- keywords: +py3k __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1601> __ ___ Python-bugs-list mailing list Unsubs

[issue1586] IDLE no longer shows colour syntax highlighting in the Shell (Py30a2)

2007-12-12 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: r59479, thanks for the report! -- assignee: -> kbk nosy: +kbk resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue1777398] IDLE Freezes After Running Scripts

2007-12-12 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: What happens when you run this using idle -n (i.e. without the subprocess?) -- nosy: +kbk _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/iss

[issue1607] Patch for TCL 8.5 support

2007-12-13 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: But indices are supposed to be strings according to the Tk documentation, and with 8.4 the Tkinter indices are strings. Since most of the Tkinter 'documentation' is actually the Tcl/Tk man pages, it would be quite confusing to users if Tkinter div

[issue1607] Patch for TCL 8.5 support

2007-12-17 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: I do have an XP on multiboot. I'm not very enthusiatic about learning MS tools; the last time I built Python on W. was with VC5 in the days when IDLE had a small C extension, later incorporated into Python. If the Tk 8.5/Tkinkter problem doesn't g

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

2007-12-17 Thread Kurt B. Kaiser
Changes by Kurt B. Kaiser: Removed file: http://bugs.python.org/file8958/IDLE_CallTips.071214.incremental.patch __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/

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

2007-12-17 Thread Kurt B. Kaiser
Changes by Kurt B. Kaiser: Removed file: http://bugs.python.org/file8957/IDLE_CallTips.071214.patch __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1350> __ ___

[issue1607] Patch for TCL 8.5 support

2007-12-17 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: Good to hear; thanks for the info! __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1607> __ ___ Python-bugs-list mailing list

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

2007-12-23 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: Yes, and it does on linux, also. Someone changed the way help() works. Since the help listing is often extensive and clutters up the shell, I'm thinking that the best solution would be to pop up a new window. I haven't got around to addressing

[issue1647] IDLE messes around with sys.exitfunc

2007-12-23 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: It was done for VPython support, as described in the docstring in run.py:exit(). What are you doing, removing sys.exitfunc from 2.6? The 3.0 run.py code was changed to use atexit._clear(). __ Tracker <[EMAIL PROTEC

[issue1658] "RuntimeError: dictionary changed size during iteration" in Tkinter

2007-12-23 Thread Kurt B. Kaiser
Changes by Kurt B. Kaiser: -- nosy: +kbk __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1658> __ ___ Python-bugs-list mailing list Unsubs

[issue1674] pythonw.exe crashes when run in one particular account on Windows XP Pro

2007-12-24 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: Thanks for the report. Please reopen it if you come up with further confimation. -- assignee: -> kbk nosy: +kbk resolution: -> works for me status: open -> closed __ Tracker <[EMAIL PROTE

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

2007-12-26 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: I deleted the extra files. You aren't making this easy! I was expecting a relatively small update to the original patch. Did you backport my 3.0 revision of CallTips.py or did you come up with your own version which uses inspect.py? Right now, 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.pytho

[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

[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.pytho

[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 <[E

[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 Unsubs

[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 >>> -

[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

[issue1061803] Source code encoding in IDLE console

2007-12-28 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: Can this be closed? Is it still an issue in 3.0? -- nosy: +kbk _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/iss

[issue1692] Syntax Error exception dosen't print string; not informative

2007-12-31 Thread Kurt B. Kaiser
Changes by Kurt B. Kaiser: -- nosy: +kbk __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1692> __ ___ Python-bugs-list mailing list Unsubs

[issue1177] urllib* 20x responses not OK?

2008-01-01 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: r58207 and r58247 patch logic is reversed. -- assignee: facundobatista -> kbk nosy: +kbk resolution: fixed -> status: closed -> open __ Tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue1177] urllib* 20x responses not OK?

2008-01-01 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: Reversed the logic of the previous patches to urllib.py and added a test case. I noticed the problem when I tried to retrieve a file which required auth. r59661 -- resolution: -> fixed status: open ->

[issue1692] Syntax Error exception dosen't print string; not informative

2008-01-04 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: This short patch appears to fix the problem, please review. -- keywords: +patch Added file: http://bugs.python.org/file9069/pythonrun.c.patch __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/

[issue1692] Syntax Error exception dosen't print string; not informative

2008-01-04 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: r59729 -- assignee: gvanrossum -> kbk resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue1743] IDLE fails to launch

2008-01-13 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: 1. Could you look at the properties of the .idlerc\recent-files.lst that you saved and compare them to the new file which worked? In particular, what about access permissions? 2. I agree that IDLE should have a better error response if opening a user config

[issue1794] Hot keys must work in any keyboard layout

2008-01-13 Thread Kurt B. Kaiser
Changes by Kurt B. Kaiser: -- nosy: +kbk __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1794> __ ___ Python-bugs-list mailing list Unsubs

[issue1252] IDLE - patch Delegator to support callables

2008-01-13 Thread Kurt B. Kaiser
Changes by Kurt B. Kaiser: -- resolution: -> rejected status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1252> __ ___ Python

[issue1862] Error on "Save As" in IDLE (Vista 32-bit)

2008-01-19 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: IDLE creates the .idlerc folder if needed. It seems it should be marked as not hidden. Does anyone know how to do that? __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/

[issue1743] IDLE fails to launch

2008-01-23 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: Thanks for the fix. r60225. -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue1862] Error on "Save As" in IDLE (Vista 32-bit)

2008-01-23 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: r60225. Dup of Issue 1743. -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue1794] Hot keys must work in any keyboard layout

2008-01-23 Thread Kurt B. Kaiser
Changes by Kurt B. Kaiser: __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1794> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mai

  1   2   3   >