[issue14757] INCA: Inline Caching meets Quickening in Python 3.3

2013-04-07 Thread STINNER Victor
Changes by STINNER Victor : -- nosy: +haypo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[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 and I am

[issue1207589] IDLE: Right Click Context Menu

2013-04-07 Thread Roger Serwy
Roger Serwy added the comment: Please do open a separate issue. We'll resolve it there. -- ___ Python tracker ___ ___ Python-bugs-li

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

[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: IDLE messages: 18

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

2013-04-07 Thread Ned Deily
Ned Deily added the comment: It works OK as long as you are running Python from a framework build (--enable-framework). There are various OS X customizations in IDLE that are currently triggered by the runningAsOSXApp() function in idlelib/macosxSupport.py. One of the customizations is to ad

[issue17654] IDLE only customizes correctly for OS X when using framework build

2013-04-07 Thread Ned Deily
Changes by Ned Deily : -- assignee: -> ned.deily stage: -> needs patch title: IDLE: Right click menu not working on OS X -> IDLE only customizes correctly for OS X when using framework build versions: +Python 3.3 ___ Python tracker

[issue17655] Use writev() function in the io module

2013-04-07 Thread Alex Gaynor
Changes by Alex Gaynor : -- nosy: +alex ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/

[issue17655] Use writev() function in the io module

2013-04-07 Thread STINNER Victor
New submission from STINNER Victor: Since issue #12268 has been fixed, it looks like it became easier to modify the io to use the writev() function when available. For example, if FileIO.writelines() uses writev(), it can be used by TextIOWrapper.write() through BufferedWriter. The _io.TextIOW

[issue17655] Use writev() function in the io module

2013-04-07 Thread STINNER Victor
STINNER Victor added the comment: http://mail.python.org/pipermail/python-dev/2012-August/121396.html -- ___ Python tracker ___ ___ Py

[issue17655] Use writev() function in the io module

2013-04-07 Thread STINNER Victor
Changes by STINNER Victor : -- Removed message: http://bugs.python.org/msg186260 ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue17655] Use writev() function in the io module

2013-04-07 Thread STINNER Victor
STINNER Victor added the comment: Read also http://mail.python.org/pipermail/python-dev/2012-August/121396.html -- ___ Python tracker ___

[issue17511] Idle find function closes after each find operation

2013-04-07 Thread Roger Serwy
Roger Serwy added the comment: Update for what I wrote in msg185101: The behavior introduced in #13052 which kept the replace dialog open has been reverted by #17625. There ought to be consistency across the different find/replace dialogs. The replace dialog closes when clicking "close" or "r

[issue17511] Idle find function closes after each find operation

2013-04-07 Thread Sarah
Sarah added the comment: This should allow the 'find' window to stay open. It also circumvents an issue in Windows, wherein highlighted text did not show while the 'find' window was open. The found text should now show as highlighted for any OS (as far as I know; please test). When the find wi

[issue17656] Python 2.7.4 Breaks ZipFile Extraction

2013-04-07 Thread Vhati
New submission from Vhati: Python 2.7.4 fails while extracting zip files when 'member' is a unicode path. --- Traceback (most recent call last): ... my_zip.extract(item, tmp_folder_path) File "D:\Apps\Python274\lib\zipfile.py", line 1024, in extract return self._extract_member(member

[issue17656] Python 2.7.4 Breaks ZipFile Extraction

2013-04-07 Thread Vhati
Vhati added the comment: Apparently namelist() can return either ascii or unicode strings for its members, depending on the archive. Obviously this'd apply to literal unicode strings as well. -- ___ Python tracker

[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 platforms) because Apple ship

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

[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 ___ ___ Python-bugs-list mailing list Unsubs

[issue17658] pythonw.exe crashes on opening IDLE

2013-04-07 Thread Patrick Poitras
New submission from Patrick Poitras: I just installed Python 3.3.1, and tried to open IDLE, which failed to come up, giving only the classic pythonw.exe has stopped responding. Will post dumps. -- components: IDLE, Windows files: WER1B0A.tmp.WERInternalMetadata.xml messages: 186268 nos

[issue17658] pythonw.exe crashes on opening IDLE

2013-04-07 Thread Patrick Poitras
Changes by Patrick Poitras : Added file: http://bugs.python.org/file29726/WER5D77.tmp.appcompat.txt ___ Python tracker ___ ___ Python-bugs-lis

[issue17658] pythonw.exe crashes on opening IDLE

2013-04-07 Thread Patrick Poitras
Changes by Patrick Poitras : Added file: http://bugs.python.org/file29727/WER5EA0.tmp.mdmp ___ Python tracker ___ ___ Python-bugs-list mailing

[issue17658] pythonw.exe crashes on opening IDLE

2013-04-07 Thread Patrick Poitras
Patrick Poitras added the comment: So I tried to open Python33\python.exe and it's trying to load codecs from Python 2.7 which I think has to be the cause of the problem. When it raises CodecRegistryError, the 2.7 syntax is wrong for 3.3 and causes a SyntaxError. Fatal Python error: Py_Initial

[issue16942] urllib still doesn't support persistent connections

2013-04-07 Thread Demian Brecht
Demian Brecht added the comment: Just noticed there was a typo in the link in my previous post. It should be directing to issue# 16901. -- ___ Python tracker ___ ___

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

2013-04-07 Thread Roger Serwy
Roger Serwy added the comment: LGTM. The patch works on Arch Linux, returning 8.5.13 which is what I have installed. -- stage: -> patch review type: behavior -> enhancement versions: +Python 3.3 ___ Python tracker

[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 open then I just escape

[issue17656] Python 2.7.4 Breaks ZipFile Extraction

2013-04-07 Thread Vhati
Vhati added the comment: Oops, passing a unicode literal to extract()'s member arg wouldn't be sufficient. The extract() method quietly converts strings to ZipInfo objects via getinfo(member_string). Then _extract_member() takes the filename attribute of that ZipInfo object, which causes prob

[issue17615] String comparison performance regression

2013-04-07 Thread Neil Hodgson
Neil Hodgson added the comment: The patch fixes the performance regression on Windows. The 1:1 case is better than either 3.2.4 or 3.3.1 downloads from python.org. Other cases are close to 3.2.4, losing at most around 2%. Measurements from 32-bit builds: ## Download 3.2.4 3.2.4 (default, Apr

[issue17656] Python 2.7.4 Breaks ZipFile Extraction

2013-04-07 Thread Martin v . Löwis
Martin v. Löwis added the comment: It appears that this is a consequence of the changes in issue 6972, in particular change 4d1948689ee1. -- nosy: +Arfrever, amaury.forgeotdarc, benjamin.peterson, catalin.iacob, georg.brandl, gregory.p.smith, larry, loewis, ned.deily, python-dev, r.da

[issue17656] Python 2.7.4 breaks ZipFile extraction of zip files with unicode member paths

2013-04-07 Thread Gregory P. Smith
Changes by Gregory P. Smith : -- title: Python 2.7.4 Breaks ZipFile Extraction -> Python 2.7.4 breaks ZipFile extraction of zip files with unicode member paths versions: +Python 3.2, Python 3.3, Python 3.4 ___ Python tracker

[issue17511] Idle find function closes after each find operation

2013-04-07 Thread Terry J. Reedy
Terry J. Reedy added the comment: Every other editor I can remember does 'find next'. The current closing annoys me. Also, I prefer wrapping around to the top when the last item is found, rather than having to switch to find [x]up. Windows help does this. -- __

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

2013-04-07 Thread Terry J. Reedy
Terry J. Reedy added the comment: At some point, I would like us to review the whole 'about' dialog, but this should be done now. It even simplifies the code. I will test and apply this week if Roger doesn't. -- stage: patch review -> commit review

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

2013-04-07 Thread Ned Deily
Ned Deily added the comment: LGTM -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mai

[issue17484] add tests for getpass

2013-04-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4059ef685754 by R David Murray in branch 'default': #17484: add tests for getpass. http://hg.python.org/cpython/rev/4059ef685754 -- nosy: +python-dev ___ Python tracker

<    1   2