[issue4883] Compiling python 2.5.2 under Wine on linux.

2010-06-19 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Can this be closed as out of date, or is it still relevant to Python 2.7 or any of the Python 3 branches? -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org

[issue5136] Deprecating (and removing) globalcall, merge and globaleval

2010-06-19 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: From the recent large thread on c.l.py regarding Python GUIs I understand that the author of this issue Guilherme Polo has done a massive amount of work on Tkinter. Would it therefore be possible for him to give an update as to whether

[issue4849] instantiating and populating xml.dom.minidom.Element is cumbersome

2010-06-19 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: As you Jean-Paul Calderone seem to know what you're talking about could you provide a patch to get this issue going? If not I might even have a go myself, even if I do get shot down in flames. -- nosy: +BreamoreBoy

[issue4919] 2.6.1 build issues on solaris with SunStudio 12

2010-06-19 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Can this be closed as out of date or is it still an issue with Python 2.7 or any of the Python 3 versions? -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http

[issue4883] Compiling python 2.5.2 under Wine on linux.

2010-06-19 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Hi Mark, It'll cost you a couple of pints of Ringwood Old Thumper if you're ever in my neck of the woods. Also blame Terry Reedy if I prove to be a pain in the neck!!! Kindest regards. Mark Lawrence

[issue4629] getopt should not accept no_argument that ends with '='

2010-06-19 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: I'm not sure why this is still open, would somebody like to comment, see also Issue4650. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4629

[issue4654] os.path.realpath() get the wrong result

2010-06-19 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: An issue with Python 2.3, can this be closed or is it still a problem with Python 2.7 or any of the Python 3 versions? -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http

[issue5005] 3.0 sqlite doc: most examples refer to pysqlite2, use 2.x syntax.

2010-06-19 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: I'm guessing that this is fixed and hence can be closed as google didn't throw anything obvious at me, am I correct? -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http

[issue1479626] Uninstall does not clean registry

2010-06-19 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Wouldn't be the first Windows uninstaller to leave junk in the registry and won't be the last. if this is going to be actioned versions need to be updated to Python 2.7, thinking realistically of 2.7.1, and Python 3.2+? -- nosy

[issue1778410] removeTest() method patch for unittest.TestSuite

2010-06-19 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: This is almost three years old but strikes me as being useful. Could somebody with more knowledge than myself review the patch and update the relevant Python versions? Failing that, simply close the issue as not being relevant today

[issue1776674] glob.glob inconsistent

2010-06-25 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Hardly a show stopper. It's actually a problem(?) with ntpath.py. It could be patched but is it worth it, as this would be yet more work for you guys doing the build/release process? I'd close this on the grounds that it's not worth

[issue4919] 2.6.1 build issues on solaris with SunStudio 12

2010-06-26 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: I got this in an email from the OP. Hi, I don't even remember this issue any more, but it seems to me that it is completely irrelevant that the error occurred with software that now how has a newer version. That the essential fact

[issue3966] Win32ErrorTests from test_os.py

2010-06-26 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Here is the code from test_os.py for Python 2.6.5. def test_mkdir(self): self.assertRaises(WindowsError, os.chdir, test_support.TESTFN) def test_access(self): self.assertRaises(WindowsError, os.utime, test_support.TESTFN, 0) def

[issue4299] 3.0rc2.msi Install Fails (Error Code 2755)

2010-06-26 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: I think this should be closed as it refers to Python 3.0rc2 and the error code given is Windows MSI specific, not Python. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http

[issue4655] during Python installation, setup.py should not use .pydistutils.cfg

2010-06-26 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Could an installation guru please take a look at this? -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4655

[issue4945] json checks True/False by identity, not boolean value

2010-06-26 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: As a patch has been provided can't this be moved forward? The Python versions also need updating. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org

[issue4945] json checks True/False by identity, not boolean value

2010-07-03 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Successfully ran test_json for Python 2.6.5 on Windows Vista. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4945

[issue4945] json checks True/False by identity, not boolean value

2010-07-03 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Successfully ran test_json for Python 2.6.5 on Windows Vista. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4945

[issue834840] Unhelpful error message from cgi module

2010-07-04 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Could a CGI expert pick this up, failing that why not simply close it as opened nearely 7 years ago. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org

[issue4727] pickle/copyreg doesn't support keyword only arguments in __new__

2010-07-04 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: http://bugs.python.org/issue1398 has already been fixed and closed. http://bugs.python.org/issue4331 is still open and has seen activity as recently as 2010-02-23, so can this be closed or must it remain open? -- nosy

[issue4679] Fork + shelve causes shelve corruption and backtrace

2010-07-04 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Hi Alex, Looks like nothing will happen with this unless you do something yourself. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4679

[issue2830] Copy cgi.escape() to html

2010-07-04 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: I'm guessing that this has simply slipped under the radar. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2830

[issue3461] smtplib does not fully support IPv6 in EHLO

2010-07-04 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: I intended testing this but the patch file appears to have a dangling else at the bottom, or am I missing something? -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http

[issue4968] Clarify inspect.iscallable method docs

2010-07-04 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Has this issue simply slipped under the radar? -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4968

[issue2675] Curses terminal resize problems when Python is in interactive mode

2010-07-04 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Could somebody witht a nix box try this out, I'd do it myself if I had such a beast. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2675

[issue3155] Python should expose a pthread_cond_timedwait API for threading

2010-07-04 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Is anybody with knowledge of the threading module likely to pick this one up? -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3155

[issue3268] Cleanup of tp_basicsize inheritance

2010-07-04 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: This is a tiny patch against typeobject.c, could somebody please run with it? -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3268

[issue3802] smtpd.py __getaddr insufficient handling

2010-07-05 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Note there is a patch inline, not sure if a doc patch is needed for this. -- keywords: +patch nosy: +BreamoreBoy stage: - unit test needed type: - behavior ___ Python tracker rep

[issue3964] quiet the freeze makefile

2010-07-05 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Assuming the patch works (I don't do makefiles) would anyone use this yes or no? -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3964

[issue3461] smtplib does not fully support IPv6 in EHLO

2010-07-06 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Ran test_smtplib.py for Python 2.7 and 3.1.2 on Windows Vista all tests passed. -- stage: unit test needed - commit review ___ Python tracker rep...@bugs.python.org http://bugs.python.org

[issue7716] IPv6 detection, don't assume existence of /usr/xpg4/bin/grep

2010-07-06 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: This is a miniscule patch to configure.in could someone please run with this. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7716

[issue7576] Avoid warnings in PyModuleDef_HEAD_INIT

2010-07-06 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: This is a miniscule patch to moduleobject.h could someone with the relevant knowledge please review it, thanks. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http

[issue2744] Fix test_cProfile

2010-07-07 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Is there anybody who can run with this as it's been in limbo for over two years? -- nosy: +BreamoreBoy versions: +Python 2.7, Python 3.2 ___ Python tracker rep...@bugs.python.org http

[issue4724] setting f_exc_traceback aborts in debug builds

2010-07-07 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Anybody willing and able to run with this? -- nosy: +BreamoreBoy stage: - needs patch type: - crash versions: +Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker rep...@bugs.python.org

[issue4928] Problem with tempfile.NamedTemporaryFile on Solaris 10

2010-07-07 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Shouldn't this get looked at as it's high priority, albeit over a year old? -- nosy: +BreamoreBoy versions: +Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker rep...@bugs.python.org http

[issue3839] wsgi.simple_server resets 'Content-Length' header on empty content even if app defined it.

2010-07-08 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: As the patch is a one liner couldn't someone pick this up? I would have done it myself but just don't understand wsgi at all. -- nosy: +BreamoreBoy versions: +Python 3.2 -Python 2.6

[issue3701] test_ntpath.test_relpath fails when launched from a different Windows drive

2010-07-08 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Presumably this is still valid? -- nosy: +BreamoreBoy, loewis versions: +Python 2.7, Python 3.1, Python 3.2 -Python 3.0 ___ Python tracker rep...@bugs.python.org http://bugs.python.org

[issue4044] test_output_textcalendar fails on non-englisch locale

2010-07-08 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: It would be a lot of work to fix this as the month names are hardcoded in English in test_calendar.py -- nosy: +BreamoreBoy versions: +Python 2.7, Python 3.1, Python 3.2 -Python 3.0 ___ Python

[issue4045] test_mboxmmdf_to_maildir fails on non-englisch locale

2010-07-08 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: I can't reproduce this on Windows Vista despite setting the system locale to Dutch. Is the problem Mac OSx specific? -- nosy: +BreamoreBoy versions: +Python 2.7, Python 3.1, Python 3.2 -Python 3.0

[issue4184] Remove use of private attributes in smtpd

2010-07-08 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Would this patch be acceptable, yes or no? -- nosy: +BreamoreBoy versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org

[issue4297] Add error_log attribute to optparse.OptionParser

2010-07-08 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: To move this forward would need patches against py3k, assuming that the original patch is agreed upon in principle. -- nosy: +BreamoreBoy versions: +Python 3.1, Python 3.2 ___ Python tracker

[issue4304] build mode which fails for build failures in extensions

2010-07-08 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Would someone with knowledge of the buildbots like to comment please. -- keywords: +buildbot nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4304

[issue4028] Problem compiling the multiprocessing module on sunos5

2010-07-08 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Is this still an issue with more recent versions of Python? -- components: +Build -Extension Modules nosy: +BreamoreBoy versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6, Python 3.0

[issue4112] Subprocess: Popen'ed children hang due to open pipes

2010-07-08 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Would someone with knowledge of subprocess please comment on this. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4112

[issue4179] pdb: Allow the list command to return to the currently debugged line

2010-07-08 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Even if the patch is acceptable it would need to be updated for Python 3.2. -- nosy: +BreamoreBoy versions: +Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org

[issue4499] redefinition of TILDE macro on AIX platform

2010-07-08 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Is this still a problem or can the issue be closed? -- components: +Build -None nosy: +BreamoreBoy versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker rep

[issue4802] detect_tkinter for cygwin

2010-07-08 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: This is a one line patch against setup.py, can someone with cygwin please try it. -- nosy: +BreamoreBoy stage: - patch review type: - feature request versions: +Python 3.2 ___ Python tracker

[issue4813] On OS-X the directories searched by setup.py for Tk are in the wrong order.

2010-07-08 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: I've no idea whether this is still a problem. -- nosy: +BreamoreBoy, ronaldoussoren stage: - needs patch versions: +Python 3.2 -Python 2.6, Python 3.0 ___ Python tracker rep...@bugs.python.org

[issue4851] xml.dom.minidom.Element.cloneNode fails with AttributeError

2010-07-08 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Has this simply slipped under the radar? -- nosy: +BreamoreBoy, loewis stage: - needs patch versions: +Python 2.7, Python 3.1, Python 3.2 ___ Python tracker rep...@bugs.python.org http

[issue4877] xml.parsers.expat ParseFile() causes segmentation fault when passed a closed file object

2010-07-08 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: It seems that this is ok in py3k in which case it could be backported to 2.7, or has this already been done? -- nosy: +BreamoreBoy, loewis versions: +Python 2.7 -Python 2.5 ___ Python tracker

[issue4878] post installer script's message is not shown to user with bdist_wininst

2010-07-08 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: I just hope I've got this right. :) -- assignee: - tarek nosy: +BreamoreBoy, tarek versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker rep...@bugs.python.org http

[issue4926] putenv() accepts names containing '=', return value of unsetenv() not checked

2010-07-08 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: As patches were originally provided would someone kindly review them. -- nosy: +BreamoreBoy, loewis stage: - patch review versions: +Python 2.7, Python 3.1, Python 3.2 ___ Python tracker rep

[issue3401] wsgiref can't handle unicode environments

2010-07-08 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: I'd guess that this has already been fixed as it relates to the Windows buildbot but has slipped under the radar. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http

[issue6587] interrupts during long writes cause connection corruption with SSL module

2010-07-08 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: For a simple fix this has been sitting around a long time. :) -- nosy: +BreamoreBoy versions: -Python 2.6, Python 3.0 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6587

[issue5004] socket.getfqdn() doesn't cope properly with purely DNS-based setups

2010-07-08 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Would someone with appropriate knowledge please take a look to see if this is still an issue. -- components: +Library (Lib) -Extension Modules nosy: +BreamoreBoy stage: - needs patch versions: +Python 2.7, Python 3.1, Python 3.2

[issue5024] sndhdr.whathdr returns -1 for WAV file frame count

2010-07-08 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Robert, could you provide a patch for this? -- nosy: +BreamoreBoy stage: - needs patch versions: +Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5024

[issue5060] gcc profile guided optimization

2010-07-08 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Could someone from the build area please take a look at the patch, only three lines have changed. -- nosy: +BreamoreBoy stage: - patch review versions: +Python 3.1, Python 3.2 ___ Python

[issue1723038] Curses Menu

2010-07-08 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Would someone please comment on the patch, I can't because I don't know anything about the Python C API. -- components: +Library (Lib) -Extension Modules nosy: +BreamoreBoy versions: +Python 2.7, Python 3.1, Python 3.2 -Python

[issue2979] use_datetime in SimpleXMLRPCServer

2010-07-08 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Presumably the patch needs reworking as SimpleXMLRPCServer has been incorporated into the new xmlrpc package for Python 3. -- nosy: +BreamoreBoy stage: - needs patch versions: +Python 3.2 -Python 2.6

[issue3591] elementtree tests do not include bytes handling

2010-07-08 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Have the tests been incorporated into py3k so this can be closed, or is it still valid? -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3591

[issue3674] test_dbm_ndbm skip is unexpected on win32?

2010-07-08 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Given this. c:\Python31\Lib\test..\..\python.exe regrtest.py test_dbm_ndbm.py test_dbm_ndbm test_dbm_ndbm skipped -- No module named _dbm 1 test skipped: test_dbm_ndbm Those skips are all expected on win32. I assume that this can

[issue4492] httplib code thinks it closes connection, but does not

2010-07-08 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: John could you provide a patch for this? -- nosy: +BreamoreBoy stage: - needs patch versions: +Python 3.1, Python 3.2 -Python 2.6, Python 3.0 ___ Python tracker rep...@bugs.python.org http

[issue4629] getopt should not accept no_argument that ends with '='

2010-07-08 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- stage: - commit review versions: +Python 3.2 -Python 2.6, Python 3.0 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4629

[issue5121] PyRun_InteractiveLoop disagrees with documentation?

2010-07-09 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: I'm assuming that this will be a doc change, in which case it applies to all versions. The comment is actually against PyRun_InteractiveLoopFlags. -- assignee: - d...@python components: +Documentation -Interpreter Core nosy

[issue5089] Error in atexit._run_exitfuncs [...] Exception expected for value, tuple found

2010-07-09 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Can this be reproduced with 3.1, 3.2 or even 2.7, or can it be closed? -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5089

[issue749722] isinstance and weakref proxies.

2010-07-09 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Being seven years old is this request still valid, or has it been overtaken by events? -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue749722

[issue2600] BindingHTTPConnectionWithTimeout and BindingHTTPHandlerWithTimeout

2010-07-09 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Pau, this isn't likely to be progressed unless you can provide a unit test and possibly doc patches as well. -- nosy: +BreamoreBoy versions: +Python 3.2 -Python 2.7, Python 3.1 ___ Python

[issue4140] urllib2: request with digest auth through proxy fail

2010-07-09 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: As it's not actually known whether urllib2 or IIS is at fault, I suggest this is closed, it can always be reopened. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http

[issue902065] fails building C++ extensions when configured --without-cxx

2010-07-09 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: This can be closed as a duplicate as Lib/distutils/sysconfig.py already refers to LDSHARED and CCSHARED. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org

[issue921868] socket_htons does not work under AIX 64-bit

2010-07-09 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Do the socket tests still fail under 64 bit AIX? If yes could this patch or something similar be applied? If no please close this issue. -- nosy: +BreamoreBoy versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6

[issue877904] freeze: problems excluding site

2010-07-09 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: This strikes me as a reasonable request, would someone please like to comment. -- nosy: +BreamoreBoy versions: +Python 3.1 -Python 2.7 ___ Python tracker rep...@bugs.python.org http

[issue1053687] PyOS_InputHook not called in IDLE subprocess

2010-07-09 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Wuld anyone with the relevant expertise care to comment on this please? -- nosy: +BreamoreBoy title: PyOS_InputHook not called in subprocess - PyOS_InputHook not called in IDLE subprocess versions: +Python 2.7, Python 3.1, Python

[issue1040439] Missing documentation on How To Link With libpython

2010-07-09 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: The number of google hits tells me this is still an issue. -- assignee: - d...@python nosy: +BreamoreBoy, d...@python versions: +Python 3.2 -Python 2.6 ___ Python tracker rep

[issue1178136] cgitb.py support for frozen images

2010-07-09 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: This is a small patch which could be useful, could someone please test it against a frozen program? -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org

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

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

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

2010-07-09 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- versions: +Python 3.1 -Python 2.7 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1158231

[issue1147646] Windows deadlock with PyEval_ReleaseLock

2010-07-09 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk 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 rep...@bugs.python.org http://bugs.python.org

[issue1147646] Windows deadlock with PyEval_ReleaseLock

2010-07-09 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1147646

[issue1248658] dir should accept dirproxies for __dict__

2010-07-09 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk 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 rep...@bugs.python.org

[issue1250] Building external modules using Sun Studio 12

2010-07-09 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk 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 rep...@bugs.python.org http

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

2010-07-09 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk 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 rep...@bugs.python.org http://bugs.python.org

[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 breamore...@yahoo.co.uk 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 rep

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

2010-07-09 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: What platform is this on? -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5346

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

2010-07-09 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- stage: - unit test needed versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5346

[issue5347] SocketIO redefines RawIOBase.__del__

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

[issue5384] mmap and exception type

2010-07-09 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Could someone please advise on the appropriate exception types for mmap. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5384

[issue2941] Propagate define to resurce mingw32 compile

2010-07-09 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk 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

[issue5412] extend configparser to support [] syntax

2010-07-09 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk 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 rep

[issue5424] Packed IPaddr conversion tests should be extended

2010-07-09 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk 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

[issue5438] test_bigmem.test_from_2G_generator uses more memory than expected

2010-07-09 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk 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 rep...@bugs.python.org http

[issue1434090] DOM tree inconsistency in expat XML parser

2010-07-09 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk 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

[issue1441984] Multiple simultaneous sendtos on AF_UNIX socket broken.

2010-07-09 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk 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 rep...@bugs.python.org

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

2010-07-09 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk 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

[issue1471985] mimetools module getencoding error

2010-07-09 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk 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 rep...@bugs.python.org http://bugs.python.org

[issue5550] urllib2 use of opener.addheaders

2010-07-09 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- nosy: +orsenthil stage: - unit test needed versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5550

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

2010-07-09 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- stage: - needs patch versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4690

[issue5556] interactive interpreter, source encoding

2010-07-09 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- nosy: +amaury.forgeotdarc stage: - unit test needed versions: +Python 2.7, Python 3.1, Python 3.2 -Python 3.0 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5556

[issue4277] asynchat's handle_error inconsistency

2010-07-10 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- stage: - unit test needed versions: +Python 3.1, Python 3.2 -Python 3.0 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4277

[issue5162] multiprocessing cannot spawn child from a Windows service

2010-07-10 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5162

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

2010-07-10 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- versions: +Python 3.2 -Python 2.7 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1521950

  1   2   3   4   5   6   7   8   9   10   >