[issue6130] There ought to be a way for extension types to associate documentation with their tp_new or tp_init methods

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker <http://bugs.python.org/issue6130> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue4744] asynchat documentation needs to be more precise

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker <http://bugs.python.org/issue4744> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue1570255] redirected cookies

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy status: pending -> open ___ Python tracker <http://bugs.python.org/issue1570255> ___ ___ Python-bugs-list mai

[issue1038591] Python 2.3+ socket._fileobject handles EAGAIN with data loss

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker <http://bugs.python.org/issue1038591> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue877904] freeze: problems excluding site

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker <http://bugs.python.org/issue877904> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker <http://bugs.python.org/issue1367631> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue460474] codecs.StreamWriter: reset() on close()

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker <http://bugs.python.org/issue460474> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue1671676] test_mailbox is hanging while doing gmake test on HP-UX v3

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker <http://bugs.python.org/issue1671676> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue1739648] zipfile.testzip() using progressive file reads

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker <http://bugs.python.org/issue1739648> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue1724822] provide a shlex.split alternative for Windows shell syntax

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker <http://bugs.python.org/issue1724822> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue1423] wave sunau aifc 16bit errors

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker <http://bugs.python.org/issue1423> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue894936] Have a split corresponding with os.path.join

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker <http://bugs.python.org/issue894936> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue20641] Python installer needs elevated rights to install pip

2014-02-21 Thread Mark Lawrence
Mark Lawrence added the comment: Surely tools like this would still be installed in c:\Python34\Scripts and not c:\Windows ? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue20

[issue20641] Python installer needs elevated rights to install pip

2014-02-22 Thread Mark Lawrence
Mark Lawrence added the comment: FTR I was referring to Terry's comment that there's "no pip.xxx in c:/windows". Pleased to see you have it sussed :) -- ___ Python tracker <http://bug

[issue10747] Include version info in Windows shortcuts

2014-02-26 Thread Mark Lawrence
Mark Lawrence added the comment: Makes sense to me. Can someone please add mvl to the nosy list, I don't dare :) FYI https://mail.python.org/pipermail/python-dev/2010-December/106942.html -- nosy: +BreamoreBoy ___ Python tracker

[issue20811] str.format for fixed width float can return a string longer than the maximum specified

2014-03-01 Thread Mark Lawrence
Mark Lawrence added the comment: '0.12345678' or '+0.1234567' could both be considered equally valid. Who can say which is really The One True Way? :) -- nosy: +BreamoreBoy ___ Python tracker <http://bug

[issue20846] pip can fail on windows but gives success message

2014-03-03 Thread Mark Lawrence
New submission from Mark Lawrence: Trying to install pyttsx you get "Successfully installed pyttsx" despite the syntax errors and you can't actually do an import. c:\Users\Mark\CrossCode>c:\Python34\Scripts\pip3.4.exe install pyttsx Downloading/unpacking pyttsx Downloading

[issue20846] pip can fail on windows but gives success message

2014-03-03 Thread Mark Lawrence
Mark Lawrence added the comment: Just awesome, from my viewpoint PEP 453 and #19347 were a complete and utter waste of time. -- ___ Python tracker <http://bugs.python.org/issue20

[issue20846] pip can fail on windows but gives success message

2014-03-03 Thread Mark Lawrence
Mark Lawrence added the comment: This should have been tested before it got into a release candidate, not left to users to find such a blatantly obvious bug. I'll leave the PEP authors to sort this out, I've no intention of spending my time clearing up

[issue20846] pip can fail on windows but gives success message

2014-03-03 Thread Mark Lawrence
Mark Lawrence added the comment: >From PEP 453 "Abstract - This PEP proposes that the Installing Python Modules >guide in Python 2.7, 3.3 and 3.4 be updated to officially recommend the use of >pip as the default installer for Python packages, and that appropriate >technical c

[issue20846] pip can fail on windows but gives success message

2014-03-04 Thread Mark Lawrence
Mark Lawrence added the comment: All, and especially Ned, thank you for the detailed explanations, I do appreciate it. -- ___ Python tracker <http://bugs.python.org/issue20

[issue17170] string method lookup is too slow

2014-03-06 Thread Mark Lawrence
Mark Lawrence added the comment: What's the status of this issue? Code was committed to the default branch over a year ago, see msg182250 -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/is

[issue13936] RFE: change bool(datetime.time(0, 0, 0)) to evaluate as True

2014-03-07 Thread Mark Lawrence
Mark Lawrence added the comment: There is no plan, other than the BDFL asking for a survey of what is happening with code that relies on this in the real world. FTR I'm completely against this change. I see no reason to change something that's been in use for maybe nine years and

[issue20844] coding bug remains in 3.3.5rc2

2014-03-09 Thread Mark Lawrence
Mark Lawrence added the comment: Works fine for me -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue20844> ___ ___ Python-bugs-list mailin

[issue20880] Windows installation problem with 3.3.5

2014-03-10 Thread Mark Lawrence
New submission from Mark Lawrence: The upgrade from 3.3.4 to 3.3.5 has removed py[w].exe from c:\windows. Tim Golden has given a possible explanation here https://mail.python.org/pipermail/python-list/2014-March/668674.html. -- components: Installation, Windows messages: 213019 nosy

[issue20880] Windows installation problem with 3.3.5

2014-03-10 Thread Mark Lawrence
Mark Lawrence added the comment: I did this. Install 3.4.0.rc3 and check that the py[w].exe files were in c:\windows. Uninstall 3.3.5, the py[w].exe files had been deleted. Reinstall 3.3.5, py[w].exe were in c:\windows but I noticed that they were different sizes from the 3.4 versions

[issue4883] Compiling python 2.5.2 under Wine on linux.

2010-06-19 Thread Mark Lawrence
Mark Lawrence 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 <http://bugs.python.org/issue4

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

2010-06-19 Thread Mark Lawrence
Mark Lawrence 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 this

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

2010-06-19 Thread Mark Lawrence
Mark Lawrence 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: +Breamo

[issue4919] 2.6.1 build issues on solaris with SunStudio 12

2010-06-19 Thread Mark Lawrence
Mark Lawrence 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 <http://bugs.python.org/issue4

[issue4883] Compiling python 2.5.2 under Wine on linux.

2010-06-19 Thread Mark Lawrence
Mark Lawrence 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. From: Mark

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

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

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

2010-06-19 Thread Mark Lawrence
Mark Lawrence 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 <http://bugs.python.org/issue4

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

2010-06-19 Thread Mark Lawrence
Mark Lawrence 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 <http://bugs.python.

[issue1479626] Uninstall does not clean registry

2010-06-19 Thread Mark Lawrence
Mark Lawrence 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: +B

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

2010-06-19 Thread Mark Lawrence
Mark Lawrence 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. -- nosy

[issue1776674] glob.glob inconsistent

2010-06-25 Thread Mark Lawrence
Mark Lawrence 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 wo

[issue4919] 2.6.1 build issues on solaris with SunStudio 12

2010-06-26 Thread Mark Lawrence
Mark Lawrence 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 is that the

[issue3966] Win32ErrorTests from test_os.py

2010-06-26 Thread Mark Lawrence
Mark Lawrence 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 test_chmod(self

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

2010-06-26 Thread Mark Lawrence
Mark Lawrence 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 <http://bugs.python.org/issue4

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

2010-06-26 Thread Mark Lawrence
Mark Lawrence added the comment: Could an installation guru please take a look at this? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue4

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

2010-06-26 Thread Mark Lawrence
Mark Lawrence 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 <http://bugs.python.org/i

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

2010-07-03 Thread Mark Lawrence
Mark Lawrence added the comment: Successfully ran test_json for Python 2.6.5 on Windows Vista. -- ___ Python tracker <http://bugs.python.org/issue4945> ___ ___

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

2010-07-03 Thread Mark Lawrence
Mark Lawrence added the comment: Successfully ran test_json for Python 2.6.5 on Windows Vista. -- ___ Python tracker <http://bugs.python.org/issue4945> ___ ___

[issue834840] Unhelpful error message from cgi module

2010-07-04 Thread Mark Lawrence
Mark Lawrence 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 <http://bugs.python.org/issue834

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

2010-07-04 Thread Mark Lawrence
Mark Lawrence 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: +BreamoreBoy

[issue4679] Fork + shelve causes shelve corruption and backtrace

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

[issue2830] Copy cgi.escape() to html

2010-07-04 Thread Mark Lawrence
Mark Lawrence added the comment: I'm guessing that this has simply slipped under the radar. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/i

[issue3461] smtplib does not fully support IPv6 in EHLO

2010-07-04 Thread Mark Lawrence
Mark Lawrence 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 <http://bugs.python.org/issue3

[issue4968] Clarify inspect.is method docs

2010-07-04 Thread Mark Lawrence
Mark Lawrence added the comment: Has this issue simply slipped under the radar? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue4

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

2010-07-04 Thread Mark Lawrence
Mark Lawrence 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 <http://bugs.python.org/i

[issue3155] Python should expose a pthread_cond_timedwait API for threading

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

[issue3268] Cleanup of tp_basicsize inheritance

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

[issue3802] smtpd.py __getaddr insufficient handling

2010-07-04 Thread Mark Lawrence
Mark Lawrence 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 <http://bugs.python.org/

[issue3964] quiet the freeze makefile

2010-07-04 Thread Mark Lawrence
Mark Lawrence added the comment: Assuming the patch works (I don't do makefiles) would anyone use this yes or no? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/i

[issue3461] smtplib does not fully support IPv6 in EHLO

2010-07-06 Thread Mark Lawrence
Mark Lawrence 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 <http://bugs.python.org/iss

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

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

[issue7576] Avoid warnings in PyModuleDef_HEAD_INIT

2010-07-06 Thread Mark Lawrence
Mark Lawrence 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 <http://bugs.python.org/issue7

[issue2744] Fix test_cProfile

2010-07-07 Thread Mark Lawrence
Mark Lawrence 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 <http://bugs.python.org/i

[issue4724] setting f_exc_traceback aborts in debug builds

2010-07-07 Thread Mark Lawrence
Mark Lawrence 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 <http://bugs.python.org/

[issue4928] Problem with tempfile.NamedTemporaryFile on Solaris 10

2010-07-07 Thread Mark Lawrence
Mark Lawrence 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 <http://bugs.python.

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

2010-07-08 Thread Mark Lawrence
Mark Lawrence 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 ___ Python trac

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

2010-07-08 Thread Mark Lawrence
Mark Lawrence 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 <http://bugs.python.org/issue3

[issue4044] test_output_textcalendar fails on non-englisch locale

2010-07-08 Thread Mark Lawrence
Mark Lawrence 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 tracker <h

[issue4045] test_mboxmmdf_to_maildir fails on non-englisch locale

2010-07-08 Thread Mark Lawrence
Mark Lawrence 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 ___ P

[issue4184] Remove use of private attributes in smtpd

2010-07-08 Thread Mark Lawrence
Mark Lawrence 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 <http://bugs.python.org/issue4

[issue4297] Add error_log attribute to optparse.OptionParser

2010-07-08 Thread Mark Lawrence
Mark Lawrence 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 <http://bugs.python.

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

2010-07-08 Thread Mark Lawrence
Mark Lawrence added the comment: Would someone with knowledge of the buildbots like to comment please. -- keywords: +buildbot nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue4

[issue4028] Problem compiling the multiprocessing module on sunos5

2010-07-08 Thread Mark Lawrence
Mark Lawrence 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 ___ Python tracker <h

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

2010-07-08 Thread Mark Lawrence
Mark Lawrence added the comment: Would someone with knowledge of subprocess please comment on this. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue4

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

2010-07-08 Thread Mark Lawrence
Mark Lawrence 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 <http://bugs.python.org/issue4

[issue4499] redefinition of TILDE macro on AIX platform

2010-07-08 Thread Mark Lawrence
Mark Lawrence 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 <http://bugs.python.org/issue4

[issue4802] detect_tkinter for cygwin

2010-07-08 Thread Mark Lawrence
Mark Lawrence 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 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 <http://bugs.python.or

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

2010-07-08 Thread Mark Lawrence
Mark Lawrence 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 <http://bugs.python.org/iss

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

2010-07-08 Thread Mark Lawrence
Mark Lawrence 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 <h

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

2010-07-08 Thread Mark Lawrence
Mark Lawrence 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 <http://bugs.python.or

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

2010-07-08 Thread Mark Lawrence
Mark Lawrence 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 <http://bugs.pyth

[issue3401] wsgiref can't handle unicode environments

2010-07-08 Thread Mark Lawrence
Mark Lawrence 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 <http://bugs.python.org/i

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

2010-07-08 Thread Mark Lawrence
Mark Lawrence 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 <http://bugs.python.org/issue6

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

2010-07-08 Thread Mark Lawrence
Mark Lawrence 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 -Python

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

2010-07-08 Thread Mark Lawrence
Mark Lawrence added the comment: Robert, could you provide a patch for this? -- nosy: +BreamoreBoy stage: -> needs patch versions: +Python 3.2 ___ Python tracker <http://bugs.python.org/iss

[issue5060] gcc profile guided optimization

2010-07-08 Thread Mark Lawrence
Mark Lawrence 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 tracker &l

[issue1723038] Curses Menu

2010-07-08 Thread Mark Lawrence
Mark Lawrence 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 -

[issue2979] use_datetime in SimpleXMLRPCServer

2010-07-08 Thread Mark Lawrence
Mark Lawrence 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 ___ Pyt

[issue3591] elementtree tests do not include bytes handling

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

[issue3674] test_dbm_ndbm skip is unexpected on win32?

2010-07-08 Thread Mark Lawrence
Mark Lawrence 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 be clo

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

2010-07-08 Thread Mark Lawrence
Mark Lawrence 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 <http://bugs.python.org/iss

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

2010-07-08 Thread Mark Lawrence
Changes by Mark Lawrence : -- stage: -> commit review versions: +Python 3.2 -Python 2.6, Python 3.0 ___ Python tracker <http://bugs.python.org/issue4629> ___ _

[issue5121] PyRun_InteractiveLoop disagrees with documentation?

2010-07-09 Thread Mark Lawrence
Mark Lawrence 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: +Breamo

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

2010-07-09 Thread Mark Lawrence
Mark Lawrence 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 <http://bugs.python.org/issue5

[issue749722] isinstance and weakref proxies.

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

[issue2600] BindingHTTPConnectionWithTimeout and BindingHTTPHandlerWithTimeout

2010-07-09 Thread Mark Lawrence
Mark Lawrence 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 tracker

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

2010-07-09 Thread Mark Lawrence
Mark Lawrence 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 <http://bugs.python.org/i

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

2010-07-09 Thread Mark Lawrence
Mark Lawrence 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 <http://bugs.python.org/issue902

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

2010-07-09 Thread Mark Lawrence
Mark Lawrence 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 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 <http://bugs.python.org/issue877

[issue1053687] PyOS_InputHook not called in IDLE subprocess

2010-07-09 Thread Mark Lawrence
Mark Lawrence 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 3.2 -Python

[issue1040439] Missing documentation on How To Link With libpython

2010-07-09 Thread Mark Lawrence
Mark Lawrence 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 <http://bugs.python.org/issue1

[issue1178136] cgitb.py support for frozen images

2010-07-09 Thread Mark Lawrence
Mark Lawrence 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 <http://bugs.python.org/issue1178

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