[issue13052] IDLE: replace ending with '\' causes crash

2011-09-27 Thread Terry J. Reedy
New submission from Terry J. Reedy : As reported by R.S.Kachanovsky on the IDLE-sig list, and comfirmed by me with 3.2.2 on Win 7, entering a replace term ending with '\', like 'test\', in the find/replace dialog box causes IDLE to crash, as in do nothing for a couple of seconds and then close

[issue12881] ctypes: segfault with large structure field names

2011-09-27 Thread Meador Inge
Changes by Meador Inge : -- assignee: -> meador.inge versions: +Python 2.7, Python 3.2 ___ Python tracker ___ ___ Python-bugs-list ma

[issue13039] IDLE3 editor: shell-like behaviour on line starting with ">>>"

2011-09-27 Thread Terry J. Reedy
Terry J. Reedy added the comment: Yes, it is a real nuisance when pasting code that has '>>>'. You have to select and delete to get rid of each. This is related to #1178, but this bug should be fixed if possible even if that were implemented. -- nosy: +terry.reedy stage: -> needs pat

[issue13013] _ctypes.c: refleak

2011-09-27 Thread Meador Inge
Changes by Meador Inge : -- resolution: -> fixed stage: test needed -> committed/rejected status: open -> closed ___ Python tracker ___ _

[issue13013] _ctypes.c: refleak

2011-09-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1fb5b0cc6367 by Meador Inge in branch '2.7': Issue #13013: ctypes: Fix a reference leak in PyCArrayType_from_ctype. http://hg.python.org/cpython/rev/1fb5b0cc6367 New changeset 58a75eeb5c8e by Meador Inge in branch '3.2': Issue #13013: ctypes: Fix a

[issue13051] Infinite recursion in curses.textpad.Textbox

2011-09-27 Thread Tycho Andersen
New submission from Tycho Andersen : The attached patch fixes two bugs which manifest as infinite recursion in _insert_printable_char() of Textbox. First, the previous implementation of _insert_printable_char() used recursion to move characters when inserting a character. Thus, any Textpad whi

[issue12242] distutils2 environment marker for current compiler

2011-09-27 Thread Eli Collins
Eli Collins added the comment: Attached is a diff (04610583238f.diff) containing a second revision of my implementation of this feature. It incorporates suggestions made during code review, as well as adds unittests and documentation of the new features. This patch retains the same basic beha

[issue12242] distutils2 environment marker for current compiler

2011-09-27 Thread Eli Collins
Changes by Eli Collins : Added file: http://bugs.python.org/file23248/04610583238f.diff ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue12242] distutils2 environment marker for current compiler

2011-09-27 Thread Eli Collins
Changes by Eli Collins : -- hgrepos: +71 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org

[issue12424] distutils2: extension section uses bad environment marker separator

2011-09-27 Thread Eli Collins
Eli Collins added the comment: I've attached a second revision of my patch to fix this issue (9170231ebf14.diff). Per Eric Araujo's advice, this patch changes _pop_values() to use ";;" as the environment marker separator for all fields in setupcfg's extension sections. I've also updated the

[issue12424] distutils2: extension section uses bad environment marker separator

2011-09-27 Thread Eli Collins
Changes by Eli Collins : -- hgrepos: +70 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org

[issue12424] distutils2: extension section uses bad environment marker separator

2011-09-27 Thread Eli Collins
Changes by Eli Collins : Added file: http://bugs.python.org/file23247/9170231ebf14.diff ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue13030] Be more generic when identifying the Windows main dir in installation doc

2011-09-27 Thread Terry J. Reedy
Terry J. Reedy added the comment: I said exactly what I said ;-). Upon looking further (following the links), I see that 'install' refers to the disutils setup program install command option. What you should do is make the doc accurate and clear. What 'accurate' means is for you to say, but n

[issue13050] RLock support the context manager protocol but this is not documented

2011-09-27 Thread R. David Murray
Changes by R. David Murray : -- assignee: docs@python components: Documentation nosy: docs@python, r.david.murray priority: normal severity: normal status: open title: RLock support the context manager protocol but this is not documented ___ Python tr

[issue13030] Be more generic when identifying the Windows main dir in installation doc

2011-09-27 Thread Éric Araujo
Éric Araujo added the comment: Terry, are you saying that the report is not a bug or that some part of the message is valid and some other part not? I can’t see clearly what I should do. Sandro: You can nosy me to all bugs for distutils docs: Doc/distutils, Doc/install, Doc/packaging, Doc/li

[issue13049] distutils2 should not allow a distribution to install under another dist's directory

2011-09-27 Thread Éric Araujo
Éric Araujo added the comment: Fixed title ;) This is still under discussion. -- title: distutils2 should not allow packages -> distutils2 should not allow a distribution to install under another dist's directory versions: +3rd party, Python 3.3 __

[issue1625] bz2.BZ2File doesn't support multiple streams

2011-09-27 Thread Gökçen Eraslan
Gökçen Eraslan added the comment: I mean "as a feature". -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: htt

[issue1625] bz2.BZ2File doesn't support multiple streams

2011-09-27 Thread Gökçen Eraslan
Gökçen Eraslan added the comment: +1. If we think this as a bug, python 2.x users will never be able to extract multiple-stream bz2 files. -- ___ Python tracker ___