[issue1158231] string.Template does not allow step-by-step replacements

2010-07-09 Thread Mark Lawrence
Mark Lawrence added the comment: Stefan, could you provide a patch to move this forward, can this issue be closed, or what? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue1158

[issue1158231] string.Template does not allow step-by-step replacements

2010-07-09 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 3.1 -Python 2.7 ___ Python tracker <http://bugs.python.org/issue1158231> ___ ___ Python-bugs-list mailin

[issue1147646] Windows deadlock with PyEval_ReleaseLock

2010-07-09 Thread Mark Lawrence
Mark Lawrence added the comment: Anyone with Windows threading experience who could comment on this please, i.e. is it still an issue? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue1147

[issue1147646] Windows deadlock with PyEval_ReleaseLock

2010-07-09 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker <http://bugs.python.org/issue1147646> ___ ___ Python-bug

[issue1248658] dir should accept dirproxies for __dict__

2010-07-09 Thread Mark Lawrence
Mark Lawrence added the comment: Ronald has this already been implemented, if not could you provide a patch for it, or what? -- nosy: +BreamoreBoy versions: +Python 3.2 -Python 2.7 ___ Python tracker <http://bugs.python.org/issue1248

[issue1250] Building external modules using Sun Studio 12

2010-07-09 Thread Mark Lawrence
Mark Lawrence added the comment: I'm assuming this is still an issue, comments please. -- components: -Distutils nosy: +BreamoreBoy versions: +Python 3.2 -Python 2.6 ___ Python tracker <http://bugs.python.org/i

[issue5301] add mimetype for image/vnd.microsoft.icon (patch)

2010-07-09 Thread Mark Lawrence
Mark Lawrence added the comment: Just a one line addition to mimetypes.py -- nosy: +BreamoreBoy stage: -> patch review versions: +Python 3.1, Python 3.2 ___ Python tracker <http://bugs.python.org/iss

[issue5321] I/O error during one-liner gives no (!) diagnostic (and fails to return OS error status)

2010-07-09 Thread Mark Lawrence
Mark Lawrence added the comment: Can anyone with a Linux box please check to see if this is still an issue. -- nosy: +BreamoreBoy versions: +Python 2.7, Python 3.1, Python 3.2 -Python 3.0 ___ Python tracker <http://bugs.python.org/issue5

[issue5346] mailbox._singlefileMailbox.flush doesn't preserve file rights

2010-07-09 Thread Mark Lawrence
Mark Lawrence added the comment: What platform is this on? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue5346> ___ ___ Python-bugs-list m

[issue5346] mailbox._singlefileMailbox.flush doesn't preserve file rights

2010-07-09 Thread Mark Lawrence
Changes by Mark Lawrence : -- stage: -> unit test needed versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.5 ___ Python tracker <http://bugs.python.org/iss

[issue5347] SocketIO redefines RawIOBase.__del__

2010-07-09 Thread Mark Lawrence
Mark Lawrence added the comment: Does anyone need to do anything with this, or can it be closed? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue5

[issue5384] mmap and exception type

2010-07-09 Thread Mark Lawrence
Mark Lawrence added the comment: Could someone please advise on the appropriate exception types for mmap. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue5

[issue2941] Propagate define to resurce mingw32 compile

2010-07-09 Thread Mark Lawrence
Mark Lawrence added the comment: I'm not entirely sure what msg67184 means but the patch is simple enough. -- nosy: +BreamoreBoy stage: -> unit test needed versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.5, Python 2.6 ___ Python

[issue5412] extend configparser to support [] syntax

2010-07-09 Thread Mark Lawrence
Mark Lawrence added the comment: Patch is simple, are people for or against syntactic sugar in configparser? -- nosy: +BreamoreBoy stage: -> unit test needed versions: +Python 3.2 -Python 3.1 ___ Python tracker <http://bugs.python.org/iss

[issue5424] Packed IPaddr conversion tests should be extended

2010-07-09 Thread Mark Lawrence
Mark Lawrence added the comment: Adding tests into test_socket.py for invalid input can't be wrong can it? Patch seems clean but would someone cast a more experienced Mk1 eyeball over it please. -- nosy: +BreamoreBoy stage: -> patch review versions: +Python 3.2 -Python 2.7

[issue5438] test_bigmem.test_from_2G_generator uses more memory than expected

2010-07-09 Thread Mark Lawrence
Mark Lawrence added the comment: Is this problem repeatable? I haven't got a big enough box on which to try this out. -- nosy: +BreamoreBoy versions: +Python 2.7, Python 3.2 ___ Python tracker <http://bugs.python.org/i

[issue1434090] DOM tree inconsistency in expat XML parser

2010-07-09 Thread Mark Lawrence
Mark Lawrence added the comment: A one line change against expatbuilder.py, could anyone with XML skills provide a unit test for this please? -- nosy: +BreamoreBoy, loewis versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker

[issue1441984] Multiple simultaneous sendtos on AF_UNIX socket broken.

2010-07-09 Thread Mark Lawrence
Mark Lawrence added the comment: Brian to get this going forward could you provide a unit test for this? -- nosy: +BreamoreBoy versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker <http://bugs.python.org/issue1441

[issue1465554] Cygwin installer should create a link to libpythonX.Y.dll.a

2010-07-09 Thread Mark Lawrence
Mark Lawrence added the comment: I've no idea if this has already been covered by the intensive work that I understand has been going on with distutils. -- nosy: +BreamoreBoy title: Cygwin installer should create a link to libpython2.5.dll.a -> Cygwin installer should creat

[issue1471985] mimetools module getencoding error

2010-07-09 Thread Mark Lawrence
Mark Lawrence added the comment: As mimetools has been deprecated since 2.3 and removed from py3k can this be closed as won't fix? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issu

[issue5550] urllib2 use of opener.addheaders

2010-07-09 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: +orsenthil stage: -> unit test needed versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.5 ___ Python tracker <http://bugs.python.org/iss

[issue4690] asyncore calls handle_write() on closed sockets when use_poll=True

2010-07-09 Thread Mark Lawrence
Changes by Mark Lawrence : -- stage: -> needs patch versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker <http://bugs.python.org/iss

[issue5556] interactive interpreter, source encoding

2010-07-09 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: +amaury.forgeotdarc stage: -> unit test needed versions: +Python 2.7, Python 3.1, Python 3.2 -Python 3.0 ___ Python tracker <http://bugs.python.org/iss

[issue4277] asynchat's handle_error inconsistency

2010-07-10 Thread Mark Lawrence
Changes by Mark Lawrence : -- stage: -> unit test needed versions: +Python 3.1, Python 3.2 -Python 3.0 ___ Python tracker <http://bugs.python.org/iss

[issue5162] multiprocessing cannot spawn child from a Windows service

2010-07-10 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker <http://bugs.python.org/issue5162> ___ ___ Python-bug

[issue1521950] shlex.split() does not tokenize like the shell

2010-07-10 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 3.2 -Python 2.7 ___ Python tracker <http://bugs.python.org/issue1521950> ___ ___ Python-bugs-list mailin

[issue1522400] irda socket support

2010-07-10 Thread Mark Lawrence
Changes by Mark Lawrence : -- components: +Library (Lib) -Extension Modules stage: unit test needed -> patch review versions: +Python 3.2 -Python 2.7, Python 3.1 ___ Python tracker <http://bugs.python.org/issue1

[issue1576120] Support spawnvp[e] + use native execvp[e] on win32

2010-07-10 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 3.2 -Python 2.7 ___ Python tracker <http://bugs.python.org/issue1576120> ___ ___ Python-bugs-list mailin

[issue1051216] make distutils.core.run_setup re-entrant

2010-07-10 Thread Mark Lawrence
Changes by Mark Lawrence : -- stage: -> unit test needed versions: +Python 3.2 -Python 2.7, Python 3.1 ___ Python tracker <http://bugs.python.org/issue1

[issue1571878] Improvements to socket module exceptions

2010-07-10 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 3.2 -Python 2.7, Python 3.1 ___ Python tracker <http://bugs.python.org/issue1571878> ___ ___ Python-bugs-list m

[issue1728741] move intern to sys, make intern() optionally warn

2010-07-10 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 3.2 -Python 2.7 ___ Python tracker <http://bugs.python.org/issue1728741> ___ ___ Python-bugs-list mailin

[issue1691387] Call sys.except_hook if exception occurs in __del__

2010-07-10 Thread Mark Lawrence
Mark Lawrence added the comment: Please provide a patch. -- nosy: +BreamoreBoy versions: +Python 3.2 -Python 2.7, Python 3.1 ___ Python tracker <http://bugs.python.org/issue1691

[issue1613479] pydoc info for a package doesn't list all package contents

2010-07-10 Thread Mark Lawrence
Mark Lawrence added the comment: Surely this is a bug? -- nosy: +BreamoreBoy type: feature request -> behavior versions: +Python 3.2 ___ Python tracker <http://bugs.python.org/issue1

[issue1685962] socket.getaddrinfo() should take an address tuple.

2010-07-10 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 3.2 -Python 2.7, Python 3.1 ___ Python tracker <http://bugs.python.org/issue1685962> ___ ___ Python-bugs-list m

[issue1744456] Patch for feat. 1713877 Expose callbackAPI in readline module

2010-07-10 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: +christian.heimes versions: +Python 3.2 -Python 2.7, Python 3.1 ___ Python tracker <http://bugs.python.org/issue1744

[issue1713877] Expose callback API in readline module

2010-07-10 Thread Mark Lawrence
Mark Lawrence added the comment: Can this be closed as a duplicate as Issue1744456 has a patch? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue1713

[issue1748064] inspect.getargspec fails on built-in or slot wrapper methods

2010-07-10 Thread Mark Lawrence
Mark Lawrence added the comment: I think this should be treated as a bug. -- nosy: +BreamoreBoy type: feature request -> behavior versions: +Python 3.2 ___ Python tracker <http://bugs.python.org/issue1

[issue5729] Allows tabs for indenting JSON output

2010-07-10 Thread Mark Lawrence
Mark Lawrence added the comment: Patch is small and simple, can we move this forward? -- nosy: +BreamoreBoy versions: +Python 3.2 -Python 2.7, Python 3.1 ___ Python tracker <http://bugs.python.org/issue5

[issue1726208] SimpleHTTPServer extensions_map

2010-07-10 Thread Mark Lawrence
Changes by Mark Lawrence : -- stage: -> needs patch versions: +Python 3.2 -Python 2.7, Python 3.1 ___ Python tracker <http://bugs.python.org/issue1

[issue1515142] sgmllib should recover from unmatched quotes

2010-07-10 Thread Mark Lawrence
Mark Lawrence added the comment: I've tried the patch against 2.7 on Windows Vista and got three test failures. Would someone else please try this in case I had finger problems. -- nosy: +BreamoreBoy type: feature request -> behavior __

[issue1459279] sgmllib.SGMLparser and hexadecimal numeric character refs

2010-07-10 Thread Mark Lawrence
Mark Lawrence added the comment: sgmllib has been removed from py3k. -- nosy: +BreamoreBoy versions: -Python 3.1 ___ Python tracker <http://bugs.python.org/issue1459

[issue900112] cgi.fieldStorage doesn't grok standards env. variables

2010-07-10 Thread Mark Lawrence
Mark Lawrence added the comment: Original link is duff try this. http://cgi-spec.golux.com/draft-coar-cgi-v11-03.txt -- nosy: +BreamoreBoy versions: +Python 3.2 -Python 2.7 ___ Python tracker <http://bugs.python.org/issue900

[issue5817] Right-click behavior from Windows Explorer

2010-07-10 Thread Mark Lawrence
Changes by Mark Lawrence : -- assignee: -> kbk nosy: +kbk stage: -> needs patch versions: +Python 3.2 ___ Python tracker <http://bugs.python.org/

[issue5863] bz2.BZ2File should accept other file-like objects.

2010-07-10 Thread Mark Lawrence
Changes by Mark Lawrence : -- stage: -> unit test needed versions: +Python 3.2 ___ Python tracker <http://bugs.python.org/issue5863> ___ ___ Python-bugs-lis

[issue5877] Add a function for updating URL query parameters

2010-07-10 Thread Mark Lawrence
Changes by Mark Lawrence : -- assignee: -> orsenthil nosy: +orsenthil stage: -> unit test needed versions: +Python 3.2 -Python 2.7, Python 3.1 ___ Python tracker <http://bugs.python.org/

[issue5926] bdist_msi - add support for minimum Python version for pure Python packages

2010-07-10 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 3.2 -Python 2.7, Python 3.1 ___ Python tracker <http://bugs.python.org/issue5926> ___ ___ Python-bugs-list mailin

[issue1736792] dict reentrant/threading request

2010-07-10 Thread Mark Lawrence
Changes by Mark Lawrence : -- title: dict reentrant/threading bug -> dict reentrant/threading request versions: -Python 2.7 ___ Python tracker <http://bugs.python.org/issue1

[issue2528] Change os.access to check ACLs under Windows

2010-07-10 Thread Mark Lawrence
Mark Lawrence added the comment: A quick look tells me that the patch seems clean. However it involves changes to posixmodule.c and I don't (yet) want to get involved with doing builds, so could someone else please give this a try. -- nosy: +BreamoreBoy versions: -Pytho

[issue6124] Tkinter should support the OS X zoom button

2010-07-10 Thread Mark Lawrence
Changes by Mark Lawrence : -- assignee: -> gpolo nosy: +gpolo stage: -> unit test needed versions: +Python 3.2 ___ Python tracker <http://bugs.python.org/

[issue4966] Improving Lib Doc Sequence Types Section

2010-07-10 Thread Mark Lawrence
Changes by Mark Lawrence : -- assignee: georg.brandl -> d...@python nosy: +d...@python versions: +Python 3.2 -Python 3.0, Python 3.1 ___ Python tracker <http://bugs.python.org/iss

[issue6321] Reload Python modules when running programs

2010-07-10 Thread Mark Lawrence
Changes by Mark Lawrence : -- assignee: -> kbk nosy: +kbk versions: +Python 3.2 -Python 3.0 ___ Python tracker <http://bugs.python.org/issue6321> ___ ___ Py

[issue6751] Default return value in ConfigParser

2010-07-10 Thread Mark Lawrence
Mark Lawrence added the comment: A short inline patch is proposed, would something like this be acceptable? -- nosy: +BreamoreBoy stage: -> patch review ___ Python tracker <http://bugs.python.org/iss

[issue7284] optparse - display version in usage by default

2010-07-10 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: +aronacher stage: -> needs patch versions: +Python 3.2 ___ Python tracker <http://bugs.python.org/issue7284> ___ ___ Py

[issue7303] pkgutil lacks documentation for useful functions

2010-07-10 Thread Mark Lawrence
Mark Lawrence added the comment: Ulrik could you please submit a patch? -- assignee: georg.brandl -> d...@python nosy: +BreamoreBoy, d...@python ___ Python tracker <http://bugs.python.org/iss

[issue2202] urllib2 fails against IIS 6.0 (No support for MD5-sess auth)

2010-07-10 Thread Mark Lawrence
Mark Lawrence added the comment: I tried to test the patch but got:- c:\Python26>python.exe lib\test\test_urllib2_localnet.py Traceback (most recent call last): File "lib\test\test_urllib2_localnet.py", line 325, in class DigestMD5sessClientAuthTests(BaseTestCase): Na

[issue7752] Add support for Digest authentication session (reuse nonces)

2010-07-10 Thread Mark Lawrence
Mark Lawrence added the comment: The patch will need reworking to apply to 3.2 only. -- nosy: +BreamoreBoy versions: -Python 2.7 ___ Python tracker <http://bugs.python.org/issue7

[issue7797] base64 module docs should indicate that encode methods return bytes, not strings

2010-07-10 Thread Mark Lawrence
Changes by Mark Lawrence : -- assignee: georg.brandl -> d...@python nosy: +d...@python ___ Python tracker <http://bugs.python.org/issue7797> ___ ___ Python-

[issue7836] Add /usr/sfw/lib to OpenSSL search path for Solaris.

2010-07-10 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 3.2 -Python 2.6 ___ Python tracker <http://bugs.python.org/issue7836> ___ ___ Python-bugs-list mailing list Unsub

[issue7935] Cross-reference ast.literal_eval() from eval() docs

2010-07-10 Thread Mark Lawrence
Changes by Mark Lawrence : -- assignee: georg.brandl -> d...@python nosy: +d...@python versions: +Python 3.2 -Python 2.6 ___ Python tracker <http://bugs.python.org/iss

[issue1653457] Python misbehaves when installed in / (patch attached)

2010-07-10 Thread Mark Lawrence
Mark Lawrence added the comment: I think the patch should be looked at very carefully as I guess that the reduce function is called all over the place. -- nosy: +BreamoreBoy stage: unit test needed -> patch review versions: +Python 2.7, Python 3.1, Python 3.2 -Python

[issue1367631] maximum length not enforced in cgi.parse()

2010-07-10 Thread Mark Lawrence
Mark Lawrence added the comment: Andrew could you please provide a patch. -- nosy: +BreamoreBoy versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6, Python 3.0 ___ Python tracker <http://bugs.python.org/issue1367

[issue5638] test_httpservers fails CGI tests if --enable-shared

2010-07-10 Thread Mark Lawrence
Mark Lawrence added the comment: Would anyone like to comment on this. -- nosy: +BreamoreBoy stage: -> unit test needed versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker <http://bugs.python.org/iss

[issue1612012] builtin compile() doc needs PyCF_DONT_IMPLY_DEDENT

2010-07-10 Thread Mark Lawrence
Changes by Mark Lawrence : -- assignee: -> d...@python nosy: +d...@python versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6, Python 3.0 ___ Python tracker <http://bugs.python.org/issue1

[issue1749512] imaplib cannot handle mailboxes with ACL: lrs

2010-07-10 Thread Mark Lawrence
Changes by Mark Lawrence : -- components: +Library (Lib) -Extension Modules versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker <http://bugs.python.org/issue1749

[issue1104] msilib.SummaryInfo.GetProperty() truncates the string by one character

2010-07-10 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6, Python 3.0 ___ Python tracker <http://bugs.python.org/issue1104> ___ ___

[issue5715] listen socket close in SocketServer.ForkingMixIn.process_request()

2010-07-10 Thread Mark Lawrence
Changes by Mark Lawrence : -- stage: -> unit test needed versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.4, Python 2.6, Python 3.0 ___ Python tracker <http://bugs.python.org/iss

[issue5758] fileinput.hook_compressed returning bytes from gz file

2010-07-10 Thread Mark Lawrence
Changes by Mark Lawrence : -- stage: -> needs patch versions: +Python 2.7, Python 3.1, Python 3.2 -Python 3.0 ___ Python tracker <http://bugs.python.org/iss

[issue5286] urrlib2 digest authentication problems

2010-07-10 Thread Mark Lawrence
Mark Lawrence added the comment: To quote msg82284. "The fix in the patch is crude, but it should work better than now." Would this be acceptable? -- nosy: +BreamoreBoy, orsenthil versions: +Python 2.7, Python 3.1, Python 3.2 -

[issue985064] plistlib crashes too easily on bad files

2010-07-10 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker <http://bugs.python.org/issue985064> ___ ___ Python-bug

[issue5256] rlcompleter adds builtins when custom dict is used

2010-07-10 Thread Mark Lawrence
Changes by Mark Lawrence : -- components: +Library (Lib) -None versions: +Python 2.7, Python 3.1, Python 3.2 -Python 3.0 ___ Python tracker <http://bugs.python.org/issue5

[issue1172011] BaseCookie should call value_decode from __getitem__

2010-07-10 Thread Mark Lawrence
Mark Lawrence added the comment: Well should it or shouldn't it? -- nosy: +BreamoreBoy title: BaseCookie does not call value_decode -> BaseCookie should call value_decode from __getitem__ versions: +Python 2.7, Python 3.1, Python 3.2 -Py

[issue845560] imaplib: traceback from _checkquote with empty string

2010-07-10 Thread Mark Lawrence
Mark Lawrence added the comment: The patch adds two lines to imaplib.py, would applying it after all these years be more trouble than it's worth? -- nosy: +BreamoreBoy stage: unit test needed -> patch review versions: +Python 2.7, Python 3.1, Python 3.2 -Py

[issue4493] urllib2 doesn't always supply / where URI path component is empty

2010-07-10 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker <http://bugs.python.org/issue4493> ___ ___ Python-bug

[issue5978] cProfile and profile don't work with pygtk/pyqt and sys.exit(0)

2010-07-10 Thread Mark Lawrence
Mark Lawrence added the comment: I'm note sure if this is a library bug, doc bug, external library issue or what, anyone got any true idea? -- nosy: +BreamoreBoy versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.5 ___ Python tracker

[issue6014] No shell prompt when a graphics window that was started from IDLE is closed

2010-07-10 Thread Mark Lawrence
Mark Lawrence added the comment: Surely a graphics program should be run from a command prompt, not from IDLE or anything similar? Hence can this be closed? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue6

[issue3070] Wrong size calculation in posix_execve

2010-07-10 Thread Mark Lawrence
Mark Lawrence added the comment: Any core C developers have any input on this one? -- nosy: +BreamoreBoy versions: +Python 3.2 ___ Python tracker <http://bugs.python.org/issue3

[issue1441] Cycles through ob_type aren't freed

2010-07-10 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker <http://bugs.python.org/issue1441> ___ ___ Python-bug

[issue2609] Tests fail if ./@test is not writeable

2010-07-10 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 2.7, Python 3.2 -Python 2.6 ___ Python tracker <http://bugs.python.org/issue2609> ___ ___ Python-bugs-list mailin

[issue6246] Python debugger ignores exception if instructed to return from generator

2010-07-10 Thread Mark Lawrence
Mark Lawrence added the comment: I can reproduce this on Windows Vista. -- nosy: +BreamoreBoy versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.5 ___ Python tracker <http://bugs.python.org/issue6

[issue6302] email.header.decode_header data types are inconsistent and incorrectly documented

2010-07-10 Thread Mark Lawrence
Mark Lawrence added the comment: Anyone got any comments to make on this? Should 2.7 also be included? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue6

[issue6322] Pdb breakpoints don't work on lines without bytecode

2010-07-10 Thread Mark Lawrence
Mark Lawrence added the comment: The OP has offered source code which fixes this issue, see msg89597. -- nosy: +BreamoreBoy stage: -> needs patch versions: +Python 3.2 -Python 2.5, Python 2.6 ___ Python tracker <http://bugs.python.org/iss

[issue6325] robotparser doesn't handle URL's with query strings

2010-07-10 Thread Mark Lawrence
Changes by Mark Lawrence : -- assignee: -> orsenthil nosy: +orsenthil versions: +Python 3.1, Python 3.2 -Python 2.4, Python 2.5, Python 2.6 ___ Python tracker <http://bugs.python.org/iss

[issue6359] pyexpat.c calls trace function incorrectly for exceptions

2010-07-10 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: +loewis stage: -> unit test needed versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.5, Python 2.6 ___ Python tracker <http://bugs.python.org/iss

[issue6386] importing yields unexpected results when initial script is a symbolic link

2010-07-10 Thread Mark Lawrence
Changes by Mark Lawrence : -- stage: -> unit test needed versions: +Python 3.2 -Python 2.4, Python 2.5, Python 2.6, Python 3.0 ___ Python tracker <http://bugs.python.org/iss

[issue3077] h2py char literal doesn't work

2010-07-10 Thread Mark Lawrence
Mark Lawrence added the comment: Both patch files are two liners, could someone please take a look and decide if one of them can be accepted? -- nosy: +BreamoreBoy stage: -> patch review title: h2py char literal doesn work -> h2py char literal doesn't work versions:

[issue6478] time.tzset does not reset _strptime's locale time cache

2010-07-10 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: +belopolsky stage: -> needs patch versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.4, Python 2.6 ___ Python tracker <http://bugs.python.org/iss

[issue6529] get{pw,gr}{nam,[ug]id}() calls are not re-entrant

2010-07-10 Thread Mark Lawrence
Mark Lawrence added the comment: Is this an issue that should be addressed? -- nosy: +BreamoreBoy stage: -> unit test needed versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker <http://bugs.python.org/iss

[issue6639] turtle: _tkinter.TclError: invalid command name ".10170160"

2010-07-10 Thread Mark Lawrence
Mark Lawrence added the comment: Anyone with turtle/Tkinter knowledge who can shed some light on this? -- nosy: +BreamoreBoy stage: -> needs patch versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker <http://bugs.pyth

[issue6640] urlparse should parse mailto: URL headers as query parameters

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence : -- assignee: -> orsenthil nosy: +orsenthil stage: -> unit test needed versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker <http://bugs.python.org/

[issue6671] webbrowser.py doesn't respect xfce default browser

2010-07-11 Thread Mark Lawrence
Mark Lawrence added the comment: This is a three line patch. -- assignee: -> georg.brandl nosy: +BreamoreBoy, georg.brandl stage: -> unit test needed versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker

[issue6682] Default traceback does not handle PEP302 loaded modules

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence : -- stage: -> needs patch versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker <http://bugs.python.org/iss

[issue6709] It's possible to create TryExcept with no handlers

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: -Python 2.5, Python 2.6 ___ Python tracker <http://bugs.python.org/issue6709> ___ ___ Python-bugs-list mailing list Unsub

[issue6774] socket.shudown documentation: on some platforms, closing one half closes the other half

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence : -- assignee: georg.brandl -> d...@python nosy: +d...@python ___ Python tracker <http://bugs.python.org/issue6774> ___ ___ Python-

[issue6785] IncompleteRead / BadStatus when parsing http://peakoil.mobi

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence : -- components: +Library (Lib) versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker <http://bugs.python.org/issue6

[issue6807] No such file or directory: 'msisupport.dll' in msi.py

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence : -- assignee: -> larry nosy: +larry, loewis stage: -> patch review versions: +Python 2.7, Python 3.2 ___ Python tracker <http://bugs.python.org/

[issue6835] doctest problem with decorated function when decorator is defined in separate file

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence : -- stage: -> needs patch versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker <http://bugs.python.org/iss

[issue6853] system proxy not used for https (on windows)

2010-07-11 Thread Mark Lawrence
Mark Lawrence added the comment: This is a one line patch. -- assignee: -> orsenthil nosy: +BreamoreBoy, orsenthil stage: -> patch review versions: +Python 2.7, Python 3.2 -Python 2.6 ___ Python tracker <http://bugs.python.org/

[issue6114] distutils build_ext path comparison only based on strings

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: -Python 2.6 ___ Python tracker <http://bugs.python.org/issue6114> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue6867] return value of epoll.register

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence : -- assignee: georg.brandl -> d...@python nosy: +d...@python ___ Python tracker <http://bugs.python.org/issue6867> ___ ___ Python-

[issue6868] Check errno of epoll_ctrl

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence : -- stage: -> unit test needed versions: +Python 2.7, Python 3.2 ___ Python tracker <http://bugs.python.org/issue6868> ___ ___ Py

<    20   21   22   23   24   25   26   27   28   29   >