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

2011-09-27 Thread Crispin Wellington
Crispin Wellington retrogradeor...@gmail.com added the comment: This is all fine and well, but this is clearly a bug and not a feature. Can we please see this bug fix go into 2.7 at some point? -- nosy: +Crispin.Wellington ___ Python tracker

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

2011-09-27 Thread Gökçen Eraslan
Gökçen Eraslan gok...@pardus.org.tr 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 rep...@bugs.python.org http://bugs.python.org/issue1625

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

2011-09-27 Thread Gökçen Eraslan
Gökçen Eraslan gok...@pardus.org.tr added the comment: I mean as a feature. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1625 ___ ___

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

2011-09-27 Thread Éric Araujo
Éric Araujo mer...@netwok.org 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

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

2011-09-27 Thread Éric Araujo
Éric Araujo mer...@netwok.org 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,

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

2011-09-27 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: -- 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

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

2011-09-27 Thread Terry J. Reedy
Terry J. Reedy tjre...@udel.edu 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

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

2011-09-27 Thread Eli Collins
Changes by Eli Collins e...@assurancetechnologies.com: Added file: http://bugs.python.org/file23247/9170231ebf14.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12424 ___

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

2011-09-27 Thread Eli Collins
Changes by Eli Collins e...@assurancetechnologies.com: -- hgrepos: +70 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12424 ___ ___

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

2011-09-27 Thread Eli Collins
Eli Collins e...@assurancetechnologies.com 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

[issue12242] distutils2 environment marker for current compiler

2011-09-27 Thread Eli Collins
Changes by Eli Collins e...@assurancetechnologies.com: -- hgrepos: +71 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12242 ___ ___

[issue12242] distutils2 environment marker for current compiler

2011-09-27 Thread Eli Collins
Changes by Eli Collins e...@assurancetechnologies.com: Added file: http://bugs.python.org/file23248/04610583238f.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12242 ___

[issue12242] distutils2 environment marker for current compiler

2011-09-27 Thread Eli Collins
Eli Collins e...@assurancetechnologies.com 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

[issue13051] Infinite recursion in curses.textpad.Textbox

2011-09-27 Thread Tycho Andersen
New submission from Tycho Andersen ty...@tycho.ws: 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,

[issue13013] _ctypes.c: refleak

2011-09-27 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za 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

[issue13013] _ctypes.c: refleak

2011-09-27 Thread Meador Inge
Changes by Meador Inge mead...@gmail.com: -- resolution: - fixed stage: test needed - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13013 ___

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

2011-09-27 Thread Terry J. Reedy
Terry J. Reedy tjre...@udel.edu 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:

[issue12881] ctypes: segfault with large structure field names

2011-09-27 Thread Meador Inge
Changes by Meador Inge mead...@gmail.com: -- assignee: - meador.inge versions: +Python 2.7, Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12881 ___

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

2011-09-27 Thread Terry J. Reedy
New submission from Terry J. Reedy tjre...@udel.edu: 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