[issue16893] Create IDLE help.txt from Doc/library/idle.rst

2013-04-01 Thread Todd Rovito
Todd Rovito added the comment: Ned, Using a web browser is a great idea I like it because it removes code from IDLE making IDLE even simpler (and better). Besides it would take us forever to duplicate some of the functionally that exists in today's modern web browser.

[issue17613] IDLE error

2013-04-01 Thread Todd Rovito
Todd Rovito added the comment: Raymond, Is then when you simply startup IDLE or are you opening a Python file to edit? The only reason why I ask about editing a file is because ColorDelegator is used to by the EditorWindow to perform the syntax hi-lighting (I think). I have a few Macs so

[issue17583] IDLE HOWTO

2013-04-01 Thread Todd Rovito
Todd Rovito added the comment: Sorry about using the wrong word, I should of used HowTo not FAQ. I really meant to suggest replacing guide with the word HowTo. A HowTo would be perfect Sorry about the confusion. Thanks again. -- ___ Python

[issue16887] IDLE - tabify/untabify applied when clicking Cancel

2013-04-01 Thread Todd Rovito
Todd Rovito added the comment: Roger, I tested the patch and it does seem to function as you describe so feel free to apply the patch. The tabify function makes me scratch my head a little, according to help.txt: "Tabify Region -- Turns *leading* stretches of spaces into

[issue17609] IDLE: Remove config option 'editor on startup' and utilize command line options only

2013-04-02 Thread Todd Rovito
Todd Rovito added the comment: Thanks for the feedback I am good with closing but want to check with Roger because he suggested that we open a new issue to discuss. -- ___ Python tracker <http://bugs.python.org/issue17

[issue17609] IDLE: Remove config option 'editor on startup' and utilize command line options only

2013-04-02 Thread Todd Rovito
Changes by Todd Rovito : -- resolution: -> rejected status: open -> closed ___ Python tracker <http://bugs.python.org/issue17609> ___ ___ Python-bugs-list

[issue14146] IDLE: source line in editor doesn't highlight when debugging

2013-04-04 Thread Todd Rovito
Todd Rovito added the comment: I posted this message on tinter discuss email list: http://mail.python.org/pipermail/tkinter-discuss/2013-March/003415.html -- ___ Python tracker <http://bugs.python.org/issue14

[issue1207589] IDLE: Right Click Context Menu

2013-04-07 Thread Todd Rovito
Todd Rovito added the comment: Very strange but I noticed the right click menu is not working on Mac OS X. Before and after Roger's latest backwards_compat.patch. I must be losing my mind but I thought this was working on OS X. The right click activation I am trying is control-click

[issue1207589] IDLE: Right Click Context Menu

2013-04-07 Thread Todd Rovito
Todd Rovito added the comment: No problem I will open a separate issue. Hopefully it is a mistake on my end and I have something dorked up. -- ___ Python tracker <http://bugs.python.org/issue1207

[issue17654] IDLE: Right click menu not working on OS X

2013-04-07 Thread Todd Rovito
New submission from Todd Rovito: IDLE's new right click menu doesn't seem to be working on Mac OS X. I am running OS X 10.8.3 with TK version 8.5.9 (which I think is what OS X 10.8.3 ships with). The right click activation I am trying is control-click. -- components: IDL

[issue17657] IDLE: about dialog should report the full version of TK

2013-04-07 Thread Todd Rovito
New submission from Todd Rovito: The IDLE about dialog does not report the full version of TK. For instance it will report "8.5" and not report the last minor version number such as "8.5.9". On the Mac OS X this is problematic (but it could be a problem on other plat

[issue17657] IDLE: about dialog should report the full version of TK

2013-04-07 Thread Todd Rovito
Todd Rovito added the comment: Attached is a patch the works for both Python 3.4 and Python 2.7. I have tested this patch on OS X and Windows. The code actually came from macosxSupport.py function tkVersionWarning. -- keywords: +patch Added file: http://bugs.python.org/file29724

[issue17657] IDLE: about dialog should report the full version of TK

2013-04-07 Thread Todd Rovito
Changes by Todd Rovito : -- nosy: +ned.deily, roger.serwy, terry.reedy ___ Python tracker <http://bugs.python.org/issue17657> ___ ___ Python-bugs-list mailin

[issue17511] Idle find function closes after each find operation

2013-04-07 Thread Todd Rovito
Todd Rovito added the comment: "I am in support of letting the find dialog remain open, and possibly relabeling the button to say "find next" instead." +1 from me, it drives me nuts to have the dialog close every time a single world is found. I like the find dialog box ope

[issue17721] Help button on preference window doesn't work

2013-04-17 Thread Todd Rovito
Changes by Todd Rovito : -- nosy: +Todd.Rovito ___ Python tracker <http://bugs.python.org/issue17721> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue17532] IDLE: Always include "Options" menu on MacOSX

2013-04-17 Thread Todd Rovito
Todd Rovito added the comment: I tested the patch on OS X 10.8 and it works perfect!!! Thanks Guilherme. -- ___ Python tracker <http://bugs.python.org/issue17

[issue17776] IDLE Internationalization

2013-04-17 Thread Todd Rovito
Changes by Todd Rovito : -- nosy: +Todd.Rovito ___ Python tracker <http://bugs.python.org/issue17776> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue7951] Should str.format allow negative indexes when used for __getitem__ access?

2013-04-19 Thread Todd Rovito
Changes by Todd Rovito : -- nosy: +Todd.Rovito ___ Python tracker <http://bugs.python.org/issue7951> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue17642] IDLE add font resizing hot keys

2013-04-19 Thread Todd Rovito
Changes by Todd Rovito : -- nosy: +Todd.Rovito ___ Python tracker <http://bugs.python.org/issue17642> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue7951] Should str.format allow negative indexes when used for __getitem__ access?

2013-04-19 Thread Todd Rovito
Todd Rovito added the comment: Here is a simple patch that simply explains negative indexes and negative slices are not supported for the string format documentation. Perhaps more documentation needs to be created else where to help explain why all collections do not need to support negative

[issue15392] Create a unittest framework for IDLE

2013-05-05 Thread Todd Rovito
Todd Rovito added the comment: This issue appears like it is making progress. For a very small contribution I tested JayKrish's patch and it seems to work on my Mac. The results are documented below. Any comment from Python Core Developers on what needs to happen to get it committe

[issue17883] Fix buildbot testing of Tkinter

2013-05-06 Thread Todd Rovito
Changes by Todd Rovito : -- nosy: +Todd.Rovito ___ Python tracker <http://bugs.python.org/issue17883> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue14146] IDLE: source line in editor doesn't highlight when debugging

2013-05-12 Thread Todd Rovito
Todd Rovito added the comment: Roger, If you and Terry tested I would apply now so it makes it into 2.7.5. Why not? Right now the debugger in Windows doesn't highlight and I am sure that has to drive people crazy. But if you feel it needs more testing maybe you should let it bake

[issue15392] Create a unittest framework for IDLE

2013-05-14 Thread Todd Rovito
Todd Rovito added the comment: Terry I think you have a typo you mean PEP434 (http://www.python.org/dev/peps/pep-0434/) where PEP343 exists. Can you please confirm? -- ___ Python tracker <http://bugs.python.org/issue15

[issue15392] Create a unittest framework for IDLE

2013-05-14 Thread Todd Rovito
Todd Rovito added the comment: Terry, On my Mac with "hg revert -a" and "hg pull -u" the patch fails to apply on CallTips.py and PathBrowser.py under the latest version of Python 3.4. Here is the output when I try to apply the patch: rovitotv-pc:py34 rovitotv$ h

[issue15392] Create a unittest framework for IDLE

2013-05-18 Thread Todd Rovito
Todd Rovito added the comment: I still have the same problem with the patch it will not apply for me on Python 3.4. Based on Ezio's suggestion I used hg verify where I got three warnings unrelated to IDLE, but just to make sure I did a brand new checkout. Even after a new checkout the

[issue11822] Improve disassembly to show embedded code objects

2015-12-03 Thread Todd Dembrey
Changes by Todd Dembrey : -- nosy: +Todd Dembrey ___ Python tracker <http://bugs.python.org/issue11822> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue44182] python-config.sh vs python-config.py inconsistency

2021-05-19 Thread Todd C. Miller
New submission from Todd C. Miller : There is an inconsistency between python-config.py and python-config.sh with the output of --ldflags. The .sh version include -L$libdir but the .py version does not include the -L flag unless a non-shared version of Python is built. As a result, on

<    1   2   3