[issue1102] Add support for _msi.Record.GetString() and _msi.Record.GetInteger()
Changes by Mark Lawrence : -- stage: -> patch review type: -> behavior versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker <http://bugs.python.org/issue1102> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue6724] r74463 causes failures in test_xmlrpc
Mark Lawrence added the comment: Does this still need a patch or can it be closed? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue6724> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue2548] Undetected error in exception handling
Changes by Mark Lawrence : -- resolution: -> wont fix status: open -> closed ___ Python tracker <http://bugs.python.org/issue2548> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue433029] SRE: posix classes aren't supported
Mark Lawrence added the comment: This has not been implemented as part of the new regex module, see :- http://mail.python.org/pipermail/python-dev/2010-July/102181.html -- nosy: +BreamoreBoy versions: +Python 3.2 -Python 2.7 ___ Python tracker <http://bugs.python.org/issue433029> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue460474] codecs.StreamWriter: reset() on close()
Mark Lawrence added the comment: Anyone interested in this? Marc-Andre seemed +0.? on this in msg61288. -- nosy: +BreamoreBoy versions: +Python 3.2 -Python 2.7 ___ Python tracker <http://bugs.python.org/issue460474> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue502236] Asynchronous exceptions between threads
Mark Lawrence added the comment: Is anyone likely to work on this given msg53440 quote "Does anybody want to write a PEP on thread cancellation? It sure looks like a hairy issue!" -- nosy: +BreamoreBoy versions: -Python 2.7 ___ Python tracker <http://bugs.python.org/issue502236> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue504152] rfc822 long header continuation broken
Mark Lawrence added the comment: Confirmed still an issue in py3k by using the email subject line from msg8771 and adding two extra test cases to TestParsers got two failures. Tried several variations of the patch from msg71573 (in the original the parantheses are unbalanced) and pushed the number of failures to over 80. I've attached a patch against the unit test file, note that the comments will need changing. -- nosy: +BreamoreBoy stage: unit test needed -> needs patch versions: +Python 3.2 -Python 2.6, Python 3.0 Added file: http://bugs.python.org/file18555/email_test.diff ___ Python tracker <http://bugs.python.org/issue504152> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue504219] locale.resetlocale is broken
Mark Lawrence added the comment: Still a problems on py3k. Set stage to needs patch as it's so easy to reproduce. -- assignee: mhammond -> nosy: +BreamoreBoy stage: unit test needed -> needs patch versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker <http://bugs.python.org/issue504219> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue513840] entity unescape for sgml/htmllib
Mark Lawrence added the comment: Is anyone aware if this was implemented in 2.5 or later as hinted at in msg61077? If yes please close this. If no any point in putting this into 3.2? -- nosy: +BreamoreBoy versions: +Python 3.2 -Python 2.7 ___ Python tracker <http://bugs.python.org/issue513840> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue515073] subtypable weak references
Mark Lawrence added the comment: Closing as nobody replied to msg71508. -- nosy: +BreamoreBoy resolution: -> wont fix status: open -> closed ___ Python tracker <http://bugs.python.org/issue515073> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue515074] Extended storage in new-style classes
Mark Lawrence added the comment: I'll close this unless there's a positive response within a couple of weeks. -- nosy: +BreamoreBoy status: open -> pending ___ Python tracker <http://bugs.python.org/issue515074> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue539907] Tkinter lock conflicts extension widgets
Mark Lawrence added the comment: @Guilherme I'm guessing that you're still interested in this, yes? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue539907> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue592703] HTTPS does not handle pipelined requests
Mark Lawrence added the comment: is this still an issue or can it be closed as out fo date? -- nosy: +BreamoreBoy versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker <http://bugs.python.org/issue592703> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue616013] cPickle documentation incomplete
Changes by Mark Lawrence : -- assignee: -> d...@python nosy: +d...@python versions: +Python 3.1 ___ Python tracker <http://bugs.python.org/issue616013> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue618023] imap handler in urllib(2)
Mark Lawrence added the comment: Closing as no reply to msg81791. -- nosy: +BreamoreBoy status: open -> closed versions: +Python 3.2 -Python 2.7, Python 3.1 ___ Python tracker <http://bugs.python.org/issue618023> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue626452] Support RFC 2111 in email package
Changes by Mark Lawrence : -- versions: +Python 3.2 -Python 2.7 ___ Python tracker <http://bugs.python.org/issue626452> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue639266] Tkinter sliently discards all Tcl errors
Mark Lawrence added the comment: @Guilherme I take it that you're still interested in this? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue639266> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue644744] bdist_rpm fails when installing man pages
Mark Lawrence added the comment: Anyone got a reply for msg107898? -- nosy: +BreamoreBoy versions: -Python 2.6 ___ Python tracker <http://bugs.python.org/issue644744> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue658749] asyncore connect() and winsock errors
Changes by Mark Lawrence : -- stage: -> needs patch type: -> behavior versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.3 ___ Python tracker <http://bugs.python.org/issue658749> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue665194] datetime-RFC2822 roundtripping
Changes by Mark Lawrence : -- versions: +Python 3.2 -Python 2.7 ___ Python tracker <http://bugs.python.org/issue665194> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue667770] import C API mess
Changes by Mark Lawrence : -- stage: -> needs patch type: -> feature request versions: +Python 3.2 -Python 3.0 ___ Python tracker <http://bugs.python.org/issue667770> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue670664] HTMLParser.py - more robust SCRIPT tag parsing
Changes by Mark Lawrence : -- versions: +Python 3.1 ___ Python tracker <http://bugs.python.org/issue670664> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue672115] Assignment to __bases__ of direct object subclasses
Changes by Mark Lawrence : -- stage: -> needs patch type: -> behavior versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.3 ___ Python tracker <http://bugs.python.org/issue672115> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue672656] securing pydoc server
Mark Lawrence added the comment: This looks weird, a security issue with a low priority??? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue672656> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue675976] mhlib does not obey MHCONTEXT env var
Mark Lawrence added the comment: This won't happen directly as mhlib has been removed from py3k, but presumably the patch could be reworked to apply to the mailbox module where the MH class now lives. -- nosy: +BreamoreBoy versions: +Python 3.2 -Python 2.7 ___ Python tracker <http://bugs.python.org/issue675976> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue678250] test_mmap failling on AIX
Mark Lawrence added the comment: Closed as no response to msg81716. -- nosy: +BreamoreBoy resolution: -> out of date status: open -> closed ___ Python tracker <http://bugs.python.org/issue678250> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue678264] test_resource fails when file size is limited
Mark Lawrence added the comment: Closed as no response to msg81850. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue678264> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue683938] HTMLParser attribute parsing bug
Mark Lawrence added the comment: Closed as fixed in r23322. -- nosy: +BreamoreBoy resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/issue683938> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue755660] allow HTMLParser to continue after a parse error
Mark Lawrence added the comment: Attached a patch for py3k where the file name has changed. Doc changes could be based on the comment added to the error method in the patch. I don't think a unit test is needed but could easily be persuaded otherwise. -- keywords: +patch nosy: +BreamoreBoy stage: unit test needed -> patch review versions: +Python 3.2 -Python 2.7 Added file: http://bugs.python.org/file18566/parser.diff ___ Python tracker <http://bugs.python.org/issue755660> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue694374] Recursive regular expressions
Mark Lawrence added the comment: Closing because of quote from msg83993 "Another feature request that I've decided not to consider any further is recursive regular expressions. There are other tools available for that kind of thing, and I don't want the re module to go the way of Perl 6's rules; such things belong elsewhere, IMHO." -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue694374> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue706263] print raises exception when no console available
Mark Lawrence added the comment: Works fine with pythonw on 2.6 and 2.7. -- nosy: +BreamoreBoy resolution: -> out of date status: open -> closed ___ Python tracker <http://bugs.python.org/issue706263> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue706406] fix bug #685846: raw_input defers signals
Mark Lawrence added the comment: Can this still be reproduced on an appropriate box or can it be closed or what? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue706406> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue708007] TelnetPopen3, TelnetBase, Expect split
Mark Lawrence added the comment: Is there any interest in seeing the patch updated for py3k? Any comments from Windows users since Pexpect uses pty which is Linux only? -- nosy: +BreamoreBoy stage: -> patch review type: -> feature request versions: +Python 3.2 -Python 2.6 ___ Python tracker <http://bugs.python.org/issue708007> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue706263] print raises exception when no console available
Mark Lawrence added the comment: @Amaury I tested with Windows Vista and the latest 2.6 and 2.7 maintainance releases, what did you use? -- ___ Python tracker <http://bugs.python.org/issue706263> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue713169] test_pty fails on HP-UX and AIX when run after test_openpty
Mark Lawrence added the comment: Closed as suggested in msg81496. -- nosy: +BreamoreBoy resolution: -> out of date status: open -> closed ___ Python tracker <http://bugs.python.org/issue713169> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue730467] Not detecting AIX_GENUINE_CPLUSPLUS
Mark Lawrence added the comment: Can an AIX user state whether or not this is still an issue. The current patch is a one liner. A patch that looks in all the known directories was promised but never delivered. -- nosy: +BreamoreBoy stage: -> patch review type: -> behavior versions: +Python 2.7, Python 3.1, Python 3.2 ___ Python tracker <http://bugs.python.org/issue730467> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue731991] find correct socklen_t type
Mark Lawrence added the comment: Closing as no reply to msg110333. -- resolution: -> out of date status: open -> closed ___ Python tracker <http://bugs.python.org/issue731991> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue734176] Make Tkinter.py's nametowidget work with cloned menu widgets
Mark Lawrence added the comment: A small simple patch that I see no problems with. -- nosy: +BreamoreBoy stage: -> patch review type: -> feature request versions: +Python 3.2 -Python 2.6, Python 2.7, Python 3.0, Python 3.1 ___ Python tracker <http://bugs.python.org/issue734176> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue747320] rfc2822 formatdate functionality duplication
Mark Lawrence added the comment: Does this need to be addressed or can it be closed as out of date or what? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue747320> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue748843] Let Email.Utils.parsedate use last 3 timetuple items
Mark Lawrence added the comment: Closed as no reply to msg81501. -- nosy: +BreamoreBoy resolution: -> wont fix status: open -> closed ___ Python tracker <http://bugs.python.org/issue748843> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue749722] isinstance and weakref proxies.
Mark Lawrence added the comment: Closed as no reply to msg109729. -- resolution: -> out of date status: open -> closed ___ Python tracker <http://bugs.python.org/issue749722> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue755670] improve HTMLParser attribute processing regexps
Mark Lawrence added the comment: There are messages both for and against the patch which contains a unit test. Can we have a statement from a knowledgeable HTML person as to whether the patch should be accepted or rejected. -- nosy: +BreamoreBoy stage: unit test needed -> patch review versions: +Python 3.2 -Python 2.7 ___ Python tracker <http://bugs.python.org/issue755670> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue761888] popen2.Popen3 and popen2.Popen4 leaks filedescriptors
Changes by Mark Lawrence : -- resolution: -> out of date status: open -> closed ___ Python tracker <http://bugs.python.org/issue761888> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue816059] popen2 work, fixes bugs 768649 and 761888
Changes by Mark Lawrence : -- resolution: -> out of date status: open -> closed ___ Python tracker <http://bugs.python.org/issue816059> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue762920] API Functions for PyArray
Mark Lawrence added the comment: Closed as no reply to msg106638. -- nosy: +BreamoreBoy resolution: -> out of date status: open -> closed ___ Python tracker <http://bugs.python.org/issue762920> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue766910] fix one or two bugs in trace.py
Mark Lawrence added the comment: Is there any interest in this issue? -- nosy: +BreamoreBoy type: -> behavior versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.3 ___ Python tracker <http://bugs.python.org/issue766910> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue767645] incorrect os.path.supports_unicode_filenames
Mark Lawrence added the comment: There are at least three messages stating that os.path.supports_unicode_filenames should go so can someone please provide a definitive statement regarding its future. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue767645> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue775321] plistlib error handling
Mark Lawrence added the comment: Closing as no reply to msg110335. -- resolution: -> wont fix status: open -> closed ___ Python tracker <http://bugs.python.org/issue775321> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue783528] Inconsistent results with super and __getattribute__
Mark Lawrence added the comment: Closed as no response to msg81870. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue783528> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue786827] IDLE starts with no menus (Cygwin)
Mark Lawrence added the comment: Is this still an issue with later versions of Python and Cygwin? -- nosy: +BreamoreBoy stage: unit test needed -> needs patch versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker <http://bugs.python.org/issue786827> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue788931] resolving relative paths for external entities with xml.sax
Mark Lawrence added the comment: I'll close in a couple of weeks unless someone has a good reason to keep it open. -- nosy: +BreamoreBoy status: open -> pending ___ Python tracker <http://bugs.python.org/issue788931> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue793069] Add --remove-source option
Mark Lawrence added the comment: I don't see this as particularly useful but other opinions are welcome. -- nosy: +BreamoreBoy versions: -Python 2.7, Python 3.1 ___ Python tracker <http://bugs.python.org/issue793069> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue798520] os.popen with invalid mode differs on Windows and POSIX
Mark Lawrence added the comment: Closed as os.popen deprecated in favour of subprocess.popen. -- nosy: +BreamoreBoy resolution: -> wont fix status: open -> closed ___ Python tracker <http://bugs.python.org/issue798520> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue798876] windows sys.path contains nonexistant directory
Mark Lawrence added the comment: Still an issue in 2.6, 2.7, 3.1 and 3.2. -- nosy: +BreamoreBoy versions: +Python 2.7 -Python 2.6 ___ Python tracker <http://bugs.python.org/issue798876> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue802310] tkFont may reuse font names
Mark Lawrence added the comment: Patch is really simple and looks ok to me, can we get this committed please. -- nosy: +BreamoreBoy stage: -> patch review type: -> behavior versions: +Python 2.7, Python 3.1, Python 3.2 ___ Python tracker <http://bugs.python.org/issue802310> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue805194] Inappropriate error received using socket timeout
Mark Lawrence added the comment: I've tried reproducing this on Windows Vista but sorry I can't make any sense out of it. I've assumed that a unit test can be based around code given in msg18142. -- components: +Library (Lib) -Windows nosy: +BreamoreBoy stage: -> needs patch title: Inappropriate error received using socket timeout on Windows. -> Inappropriate error received using socket timeout versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker <http://bugs.python.org/issue805194> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue808164] socket.close() doesn't play well with __del__
Mark Lawrence added the comment: Can someone reply to Daniel Stutzbach's query in msg104541, thanks. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue808164> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue809846] distutils/bdistwin32 doesn't clean up RO files properly
Changes by Mark Lawrence : -- versions: +Python 2.7, Python 3.1, Python 3.2 ___ Python tracker <http://bugs.python.org/issue809846> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue1545463] New-style classes fail to cleanup attributes
Mark Lawrence added the comment: Reopened because the history shows comments and patches months after it was set to closed and won't fix, see msg61886. -- nosy: +BreamoreBoy resolution: wont fix -> status: closed -> open ___ Python tracker <http://bugs.python.org/issue1545463> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue812369] module shutdown procedure based on GC
Mark Lawrence added the comment: #1545463 has been reopened with comments about being used as a stop gap. Possibly review and implementation of the patch here would be a better option, sorry it's over my head. -- versions: +Python 3.2 ___ Python tracker <http://bugs.python.org/issue812369> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue812750] OSA support for properties broken
Mark Lawrence added the comment: All that is needed is the doc patch to be applied and the issue closed. Or have I missed something? -- assignee: jackjansen -> d...@python nosy: +BreamoreBoy, d...@python stage: unit test needed -> patch review ___ Python tracker <http://bugs.python.org/issue812750> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue814253] Grouprefs in lookbehind assertions
Mark Lawrence added the comment: I've deliberately changed the stage to patch review and the version to 3.2 to highlight the fact that a lot of work will be needed to get the new regex engine into the standard library. Feel free to change these as is seen fit. -- nosy: +BreamoreBoy stage: -> patch review versions: +Python 3.2 -Python 2.7 ___ Python tracker <http://bugs.python.org/issue814253> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue822005] Carbon.CarbonEvt.ReceiveNextEvent args wrong
Mark Lawrence added the comment: As Carbon is deprecated and the resolution is already won't fix I'll close this in a couple of weeks unless anyone objects. -- nosy: +BreamoreBoy status: open -> pending versions: +Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker <http://bugs.python.org/issue822005> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue828450] sdist generates bad MANIFEST on Windows
Changes by Mark Lawrence : -- type: -> behavior versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.5, Python 2.6 ___ Python tracker <http://bugs.python.org/issue828450> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue832159] C++ extensions using SWIG and MinGW
Changes by Mark Lawrence : -- versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker <http://bugs.python.org/issue832159> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue834461] simple bsddb interface potential for deadlock with threads
Mark Lawrence added the comment: Closed as bsddb has been deprecated in 2.x and removed from py3k. -- nosy: +BreamoreBoy resolution: -> out of date status: open -> closed ___ Python tracker <http://bugs.python.org/issue834461> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue834840] Unhelpful error message from cgi module
Mark Lawrence added the comment: Closed as no reply to msg109263. -- ___ Python tracker <http://bugs.python.org/issue834840> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue836035] strftime month name is encoded somehow
Mark Lawrence added the comment: Closed as no reply to msg107343. -- nosy: +BreamoreBoy resolution: -> out of date status: open -> closed ___ Python tracker <http://bugs.python.org/issue836035> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue837046] pyport.h redeclares gethostname() if SOLARIS is defined
Mark Lawrence added the comment: I'll close in a couple of weeks unless someone states this is still a problem. -- nosy: +BreamoreBoy status: open -> pending ___ Python tracker <http://bugs.python.org/issue837046> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue843590] 'macintosh' encoding alias for 'mac_roman'
Mark Lawrence added the comment: @Marc-Andre as there's no comments since your last post would you like to take this forward, cheers. -- nosy: +BreamoreBoy stage: -> patch review versions: +Python 3.2 ___ Python tracker <http://bugs.python.org/issue843590> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue845560] imaplib: traceback from _checkquote with empty string
Mark Lawrence added the comment: The patch is more trouble than it's worth because it's hopelessly out of date. I think this needs a new patch if it's still relevant or else it should be closed. -- ___ Python tracker <http://bugs.python.org/issue845560> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue846817] control-c is being sent to child thread rather than main
Mark Lawrence added the comment: Closed as no reply to msg81880. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue846817> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue849097] Request: getpos() for sgmllib
Mark Lawrence added the comment: Anyone interested in this? I found the patch unreadable but YMMV. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue849097> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue850482] Enhance frame handing in warnings.warn()
Changes by Mark Lawrence : -- stage: needs patch -> patch review versions: +Python 3.2 -Python 2.7 ___ Python tracker <http://bugs.python.org/issue850482> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue868571] HTTPResponse.read(amt) fails when response length is UNKNOWN
Mark Lawrence added the comment: Closed as svn blame shows this is hopelessly out of date. -- nosy: +BreamoreBoy resolution: -> out of date status: open -> closed ___ Python tracker <http://bugs.python.org/issue868571> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue877121] configure detects incorrect compiler optimization
Mark Lawrence added the comment: This is a Sun Studio problem not a Python problem. -- nosy: +BreamoreBoy resolution: -> invalid status: open -> closed ___ Python tracker <http://bugs.python.org/issue877121> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue822005] Carbon.CarbonEvt.ReceiveNextEvent args wrong
Changes by Mark Lawrence : -- status: open -> closed ___ Python tracker <http://bugs.python.org/issue822005> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue877904] freeze: problems excluding site
Mark Lawrence added the comment: I can't see this happening after 6 1/2 years, feel free to reopen if you want to work on this. -- resolution: -> wont fix status: open -> closed ___ Python tracker <http://bugs.python.org/issue877904> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue879399] socket line buffering
Mark Lawrence added the comment: I'm just wondering if the original code could be the cause of subtle bugs with socket.py, anyone? (I'm no sockets guru). There's a proposed inline patch that's never been implemented, what do you (plural) make of it?. -- nosy: +BreamoreBoy stage: unit test needed -> patch review versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker <http://bugs.python.org/issue879399> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue886488] WinPython 2.3.3 crashes using popen2 to spawn lots of child
Mark Lawrence added the comment: Can this be closed as popen2 is deprecated? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue886488> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue892902] problem with pickling newstyle class instances
Mark Lawrence added the comment: This is still a problem with 2.6 and 2.7. I don't know how to test this with py3k as cPickle doesn't exist, can someone advise, thanks. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue892902> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue892902] problem with pickling newstyle class instances
Changes by Mark Lawrence : -- versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker <http://bugs.python.org/issue892902> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue894936] Have a split corresponding with os.path.join
Mark Lawrence added the comment: I'll close this in a couple of weeks as won't fix unless anyone objects. -- nosy: +BreamoreBoy status: open -> pending versions: -Python 2.7 ___ Python tracker <http://bugs.python.org/issue894936> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue896330] pyconfig.h is not placed in --includedir
Mark Lawrence added the comment: Is this still a problem, sorry I don't have a box to test it on? -- nosy: +BreamoreBoy versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6, Python 3.0 ___ Python tracker <http://bugs.python.org/issue896330> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue900092] hotshot.stats.load fails with AssertionError
Mark Lawrence added the comment: Closing as no reply to msg110827. -- resolution: -> wont fix status: open -> closed ___ Python tracker <http://bugs.python.org/issue900092> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue901727] extra_path kwarg to setup() undocumented
Changes by Mark Lawrence : -- assignee: tarek -> d...@python nosy: +d...@python stage: -> patch review versions: +Python 3.2 -Python 2.6, Python 2.7, Python 3.0 ___ Python tracker <http://bugs.python.org/issue901727> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue902061] pydoc insists upon producing file: URLs
Mark Lawrence added the comment: Closed as a duplicate of #2001, but please keep in mind msg75324. -- nosy: +BreamoreBoy resolution: -> duplicate status: open -> closed ___ Python tracker <http://bugs.python.org/issue902061> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue2001] Pydoc interactive browsing enhancement
Mark Lawrence added the comment: I've closed #902061 as a duplicate of this, but please keep in mind msg75324 from that issue. -- ___ Python tracker <http://bugs.python.org/issue2001> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue902151] Thread start - strange error under Cygwin
Mark Lawrence added the comment: I'll close this in a couple of weeks unless someone shows an interest in running with it. -- nosy: +BreamoreBoy status: open -> pending versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker <http://bugs.python.org/issue902151> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue903339] OpenVMS file system and UNIVERSAL_NEWLINES support
Mark Lawrence added the comment: I'll close this in a couple of weeks unless anyone objects. -- nosy: +BreamoreBoy status: open -> pending ___ Python tracker <http://bugs.python.org/issue903339> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue904498] threading docs, start error should be specified
Mark Lawrence added the comment: The docs for start() state "This method will raise a RuntimeException if called more than once on the same thread object." -- nosy: +BreamoreBoy resolution: -> out of date status: open -> closed ___ Python tracker <http://bugs.python.org/issue904498> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue917120] imaplib: incorrect quoting in commands
Mark Lawrence added the comment: I agree with Dan's comment in msg112741 about dead code so this only applies to 2.7. I'll raise a new issue to get the dead code removed from py3k. -- nosy: +BreamoreBoy stage: unit test needed -> patch review ___ Python tracker <http://bugs.python.org/issue917120> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue9638] remove dead code from py3k imaplib
New submission from Mark Lawrence : The title says it all. -- files: imaplibpy3k.diff keywords: patch messages: 114331 nosy: BreamoreBoy priority: normal severity: normal stage: patch review status: open title: remove dead code from py3k imaplib versions: Python 3.1, Python 3.2 Added file: http://bugs.python.org/file18573/imaplibpy3k.diff ___ Python tracker <http://bugs.python.org/issue9638> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue919238] Recursive variable definition causes sysconfig infinite loop
Changes by Mark Lawrence : -- stage: -> patch review versions: +Python 3.2 -Python 2.6 ___ Python tracker <http://bugs.python.org/issue919238> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue1046092] HTMLParser fix to accept mailformed tag attributes
Mark Lawrence added the comment: The patch is a one line change to a compiled regex. Would someone with html and/or regex knowledge like to comment, thanks, as I've no idea as to the implications. I also agree with comments in msg81692 regarding better unit tests. Please don't ask me! :) -- nosy: +BreamoreBoy stage: unit test needed -> patch review versions: +Python 3.2 -Python 2.7 ___ Python tracker <http://bugs.python.org/issue1046092> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue976613] socket timeout problems on Solaris
Mark Lawrence added the comment: Is this still a problem on Solaris? -- nosy: +BreamoreBoy versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker <http://bugs.python.org/issue976613> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue706263] print raises exception when no console available
Mark Lawrence added the comment: Ah I was misreading things, I too can confirm that it is still a problem. -- ___ Python tracker <http://bugs.python.org/issue706263> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue979407] urllib2 digest auth totally broken
Changes by Mark Lawrence : -- versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker <http://bugs.python.org/issue979407> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue979658] Improve HTML documentation of a directory
Changes by Mark Lawrence : -- nosy: +ron_adam versions: +Python 3.2 -Python 2.7 ___ Python tracker <http://bugs.python.org/issue979658> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue984870] curses: getmaxyx() breaks when the window shrinks
Changes by Mark Lawrence : -- versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker <http://bugs.python.org/issue984870> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com