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.
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
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
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
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
Changes by Todd Rovito :
--
resolution: -> rejected
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue17609>
___
___
Python-bugs-list
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
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
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
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
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
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
Changes by Todd Rovito :
--
nosy: +ned.deily, roger.serwy, terry.reedy
___
Python tracker
<http://bugs.python.org/issue17657>
___
___
Python-bugs-list mailin
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
Changes by Todd Rovito :
--
nosy: +Todd.Rovito
___
Python tracker
<http://bugs.python.org/issue17721>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
Changes by Todd Rovito :
--
nosy: +Todd.Rovito
___
Python tracker
<http://bugs.python.org/issue17776>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Todd Rovito :
--
nosy: +Todd.Rovito
___
Python tracker
<http://bugs.python.org/issue7951>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Todd Rovito :
--
nosy: +Todd.Rovito
___
Python tracker
<http://bugs.python.org/issue17642>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
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
Changes by Todd Rovito :
--
nosy: +Todd.Rovito
___
Python tracker
<http://bugs.python.org/issue17883>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
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
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
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
Changes by Todd Dembrey :
--
nosy: +Todd Dembrey
___
Python tracker
<http://bugs.python.org/issue11822>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
201 - 228 of 228 matches
Mail list logo