[issue17994] Change necessary in platform.py to support IronPython

2014-12-31 Thread Mark Lawrence
Mark Lawrence added the comment: Cpython was changed via #8964 to handle this situation. -- nosy: +BreamoreBoy, steve.dower, tim.golden, zach.ware ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17994

[issue7833] bdist_wininst installers fail to load extensions built with Issue4120 patch

2014-12-30 Thread Mark Lawrence
Mark Lawrence added the comment: This is referenced from #4431 which has been closed for over six years but keeps getting comments. -- nosy: +BreamoreBoy, steve.dower, tim.golden, zach.ware ___ Python tracker rep...@bugs.python.org http

[issue4431] Distutils MSVC doesn't create manifest file

2014-12-30 Thread Mark Lawrence
Mark Lawrence added the comment: Should this issue be reopened or not? -- components: +Windows nosy: +dstufft, steve.dower, tim.golden, zach.ware versions: +Python 3.5 -Python 3.2, Python 3.3 ___ Python tracker rep...@bugs.python.org http

[issue19980] Improve help('non-topic') response

2014-12-30 Thread Mark Lawrence
Mark Lawrence added the comment: I screwed up, sorry folks. If the latest patch isn't correct I give up as it's three strikes and I'm out :( -- Added file: http://bugs.python.org/file37565/issue19880v3.diff ___ Python tracker rep...@bugs.python.org

[issue19980] Improve help('non-topic') response

2014-11-22 Thread Mark Lawrence
Mark Lawrence added the comment: Did I test the last patch? I would hope so but I simply can't remember as it's nearly four months ago, sorry :( -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19980

[issue22919] Update PCBuild for VS 2015

2014-11-22 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22919 ___ ___ Python-bugs

[issue22917] Calculating problem

2014-11-22 Thread Mark Lawrence
Mark Lawrence added the comment: https://docs.python.org/3/tutorial/floatingpoint.html -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22917

[issue19980] Improve help('non-topic') response

2014-11-21 Thread Mark Lawrence
Mark Lawrence added the comment: Anybody? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19980 ___ ___ Python-bugs-list mailing list Unsubscribe

[issue22869] Split pylifecycle.c out from pythonrun.c

2014-11-20 Thread Mark Lawrence
Mark Lawrence added the comment: I'm not absolutely sure but I think this has broken the Windows builds with the following being typical of numerous errors. 2main.obj : error LNK2019: unresolved external symbol _Py_Finalize referenced in function _Py_Main 2main.obj : error LNK2019: unresolved

[issue22869] Split pylifecycle.c out from pythonrun.c

2014-11-20 Thread Mark Lawrence
Mark Lawrence added the comment: 2 getbuildinfo.c 2pythonrun.obj : error LNK2005: _PyOS_CheckStack already defined in pylifecycle.obj 2 Creating library C:\cpython\PCbuild\python35.lib and object C:\cpython\PCbuild\python35.exp 2C:\cpython\PCbuild\python35.dll : fatal error LNK1169: one

[issue22869] Split pylifecycle.c out from pythonrun.c

2014-11-20 Thread Mark Lawrence
Mark Lawrence added the comment: Out of my depth I'm afraid, sorry :( -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22869 ___ ___ Python-bugs

[issue21877] External.bat and pcbuild of tkinter do not match.

2014-10-28 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21877 ___ ___ Python-bugs

[issue19980] Improve help('non-topic') response

2014-10-26 Thread Mark Lawrence
Mark Lawrence added the comment: ping. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19980 ___ ___ Python-bugs-list mailing list Unsubscribe

[issue19450] Bug in sqlite in Windows binaries

2014-10-15 Thread Mark Lawrence
Mark Lawrence added the comment: A work around is already given in msg201796 and is reinforced by this https://mail.python.org/pipermail/python-list/2014-October/679369.html -- nosy: +zach.ware ___ Python tracker rep...@bugs.python.org http

[issue22620] pythonw does not open on windows 8.1 x64

2014-10-12 Thread Mark Lawrence
Mark Lawrence added the comment: The purpose of pythonw is to run GUI scripts without having a console. How are you trying to run it, what do you expect to happen and what actually happens? I'm assuming that you mean 3.4 as 3.5 hasn't been released yet. -- nosy: +BreamoreBoy

[issue17234] python-2.7.3-r3: crash in visit_decref()

2014-10-05 Thread Mark Lawrence
Mark Lawrence added the comment: Should this be closed as I'm not aware of any similar problems with 2.7, particularly when this addresses 2.7.3.rc3? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17234

[issue2552] test_ctypes failed Python 2.6a2 Solaris 10 SUN C

2014-10-05 Thread Mark Lawrence
Mark Lawrence added the comment: Can we close this as I cannot see how a test failure against a 6.5 year old alpha build can still be relevant? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2552

[issue18161] call fchdir if subprocess.Popen(cwd=integer|fileobject)

2014-10-05 Thread Mark Lawrence
Mark Lawrence added the comment: mmarkk we're sorry about the delay in getting back to you. Who is best placed to reply to this enhancement request, the only name on the experts list is inactive? -- nosy: +BreamoreBoy versions: -Python 3.3, Python 3.4

[issue14303] Incorrect documentation for socket.py on linux

2014-10-05 Thread Mark Lawrence
Mark Lawrence added the comment: Shane, there are major differences between the makefile docs versions 2 and 3, so could you prepare a patch for this addressed at version 2 only? -- nosy: +BreamoreBoy versions: -Python 2.6 ___ Python tracker rep

[issue18165] Add 'unexpected_type' to TypeError

2014-10-05 Thread Mark Lawrence
Mark Lawrence added the comment: Just a gentle reminder guys. -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18165

[issue18166] 'value' attribute for ValueError

2014-10-05 Thread Mark Lawrence
Mark Lawrence added the comment: Just a gentle reminder guys. -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18166

[issue18299] Change script_helper to use universal_newlines=True in _assert_python

2014-10-05 Thread Mark Lawrence
Mark Lawrence added the comment: Just a gentle reminder guys. -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18299

[issue15729] PyStructSequence_NewType enhancement

2014-10-05 Thread Mark Lawrence
Mark Lawrence added the comment: I'm uncertain as to whether or not the patch can be considered stand alone, or whether the pep3121 keyword is also relevant here. -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.4 ___ Python tracker rep

[issue18173] Add MixedTypeKey to reprlib

2014-10-05 Thread Mark Lawrence
Mark Lawrence added the comment: Just a gentle reminder guys. -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18173

[issue17580] ctypes: ARM hardfloat argument corruption calling functions with many float arguments

2014-10-05 Thread Mark Lawrence
Mark Lawrence added the comment: Could we have a reply to this from our ctypes experts, thanks. -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.2, Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17580

[issue18319] gettext() cannot find translations with plural forms

2014-10-05 Thread Mark Lawrence
Mark Lawrence added the comment: @Martin can you comment on this please. -- nosy: +BreamoreBoy, loewis type: - behavior versions: +Python 2.7, Python 3.4, Python 3.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18319

[issue18348] Additional code pages for EBCDIC

2014-10-05 Thread Mark Lawrence
Mark Lawrence added the comment: What do our unicode experts think about this enhancement request? -- nosy: +BreamoreBoy versions: +Python 3.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18348

[issue12957] mmap.resize changes memory address of mmap'd region

2014-10-05 Thread Mark Lawrence
Mark Lawrence added the comment: @Michael can you provide a patch to this effect? -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12957

[issue18372] _Pickler_New() doesn't call PyObject_GC_Track(self)

2014-10-05 Thread Mark Lawrence
Mark Lawrence added the comment: @Christian/Victor could either of you provide a patch for this, it's way beyond my knowledge I'm afraid. -- nosy: +BreamoreBoy versions: +Python 2.7, Python 3.4, Python 3.5 ___ Python tracker rep...@bugs.python.org

[issue18459] readline: libedit support on non-apple platforms

2014-10-05 Thread Mark Lawrence
Mark Lawrence added the comment: Just a gentle reminder. -- components: +Extension Modules nosy: +BreamoreBoy versions: +Python 2.7, Python 3.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18459

[issue18493] make profile-opt fails with pre-existing python2.7 in path

2014-10-05 Thread Mark Lawrence
Mark Lawrence added the comment: Can somebody please take a look at the inline patch in msg193313. -- nosy: +BreamoreBoy type: - behavior versions: +Python 3.4, Python 3.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18493

[issue18494] PyType_GenericSet/GetDict functions misnamed in docs?

2014-10-05 Thread Mark Lawrence
Mark Lawrence added the comment: Can someone with knowledge of the C code associated with the object/type system comment on this please. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18494

[issue18372] _Pickler_New() doesn't call PyObject_GC_Track(self)

2014-10-05 Thread Mark Lawrence
Mark Lawrence added the comment: Sorry but no, when I started out on this a couple of months ago there were over 600 issues that nobody had even bothered to reply to. That number is now down to 369. I believe that around 200 issues have been closed as a result of my efforts. Do you have

[issue19905] Add 128-bit integer support to ctypes

2014-10-04 Thread Mark Lawrence
Mark Lawrence added the comment: This won't go anywhere until a patch is provided on #19904 as requested in msg205765. -- nosy: +BreamoreBoy versions: -Python 2.7, Python 3.3, Python 3.4 ___ Python tracker rep...@bugs.python.org http

[issue19960] MacOSX: Building 2.7 without the xcode command line tools installed

2014-10-04 Thread Mark Lawrence
Mark Lawrence added the comment: Just a reminder that a patch review is needed here guys. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19960

[issue21428] Python suddenly cares about EOLs formats on windows

2014-10-04 Thread Mark Lawrence
Mark Lawrence added the comment: Can we please have a response to the question put in msg218050 so we can investigate? -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21428

[issue1284316] Win32: Security problem with default installation directory

2014-10-04 Thread Mark Lawrence
Mark Lawrence added the comment: I'm concerned that 3.5 is creeping ever closer and I wouldn't like to see work done on the installer backed out at the 11th hour because there has been no agreement here. Does this need a discussion on python-dev? For that matter has there been one already

[issue1284316] Win32: Security problem with default installation directory

2014-10-04 Thread Mark Lawrence
Mark Lawrence added the comment: Pardon me for breathing. As you clearly don't like the way I work would you be so kind as to reopen the issues that I've helped close in the last few months. It might bugger the stats on the bug tracker but hey ho

[issue20997] Wrong URL fragment identifier in search result

2014-10-04 Thread Mark Lawrence
Mark Lawrence added the comment: What's the verdict on this guys? -- nosy: +BreamoreBoy status: pending - open ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20997

[issue21231] Issue a python 3 warning when old style classes are defined.

2014-10-04 Thread Mark Lawrence
Mark Lawrence added the comment: Can this be closed as won't fix or what? -- nosy: +BreamoreBoy status: pending - open ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21231

[issue20394] Coverity complains on audioop

2014-10-04 Thread Mark Lawrence
Mark Lawrence added the comment: Can we have a decision as to whether or not the patch should be back ported to 2.7. -- nosy: +BreamoreBoy status: pending - open ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20394

[issue21623] build ssl failed use vs2010 express

2014-10-04 Thread Mark Lawrence
Mark Lawrence added the comment: I have never had a problem building ssl with vs2010 express so can this be closed? -- nosy: +BreamoreBoy status: pending - open ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21623

[issue15862] IDLE not working when due to wrong Hard Drive point of os.path.expanduser

2014-10-04 Thread Mark Lawrence
Mark Lawrence added the comment: @Terry what is your take on this? -- nosy: +BreamoreBoy, terry.reedy status: pending - open ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15862

[issue21278] Running the test suite with -v makes the test_ctypes and the test_zipimport erroneously reported as failed

2014-10-04 Thread Mark Lawrence
Mark Lawrence added the comment: As there has been no response can this be closed? -- nosy: +BreamoreBoy status: pending - open ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21278

[issue1757072] Zipfile robustness

2014-10-04 Thread Mark Lawrence
Mark Lawrence added the comment: I'm assuming that this can now be closed. -- nosy: +BreamoreBoy status: pending - open ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1757072

[issue15244] Support for opening files with FILE_SHARE_DELETE on Windows

2014-10-03 Thread Mark Lawrence
Mark Lawrence added the comment: How do we take this forward, also considering #12939, #21859 and #14243 and possibly others? -- nosy: +BreamoreBoy, steve.dower, tim.golden, zach.ware versions: +Python 3.5 -Python 3.4 ___ Python tracker rep

[issue16700] Document that bytes OS API can returns unusable results on Windows

2014-10-03 Thread Mark Lawrence
Mark Lawrence added the comment: As #13247 has been closed not a bug and #16656 won't fix shouldn't this be done sooner rather than later? -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16700

[issue14243] tempfile.NamedTemporaryFile not particularly useful on Windows

2014-10-03 Thread Mark Lawrence
Mark Lawrence added the comment: This is one of several Windows file related issues, see also #12939, #21859, #15244 and possibly others. How can we take this forward? If it's of any use I can help with testing as I've a new Windows 8.1 HP laptop with 8G of memory. -- nosy

[issue18903] IDLE file-completion is case-sensitive in Windows

2014-10-03 Thread Mark Lawrence
Mark Lawrence added the comment: @Terry can you comment on Westley's patch please. -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18903

[issue19453] pydoc.py doesn't detect IronPython, help(foo) can hang

2014-10-03 Thread Mark Lawrence
Mark Lawrence added the comment: There's a two line patch inline in msg201750. If it's acceptable I'll do a formal patch myself unless someone else wants to pick this up. -- nosy: +BreamoreBoy, steve.dower, tim.golden, zach.ware ___ Python tracker

[issue8110] subprocess.py doesn't correctly detect Windows machines

2014-10-03 Thread Mark Lawrence
Mark Lawrence added the comment: Just to note that this is referenced from #19453 pydoc and ironpython. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8110

[issue19476] Add a dedicated specification for module reloading to the language reference

2014-10-03 Thread Mark Lawrence
Mark Lawrence added the comment: Just a gentle prod in the ribs guys. -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19476

[issue19482] _pickle build warnings on Fedora 19

2014-10-03 Thread Mark Lawrence
Mark Lawrence added the comment: Still a problem or out of date? -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19482

[issue19511] lib2to3 Grammar file is no longer a Python 3 superset

2014-10-03 Thread Mark Lawrence
Mark Lawrence added the comment: Anybody volunteering but please don't look at me :) -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19511

[issue19796] urllib2.HTTPError.reason is not documented as Added in 2.7

2014-10-03 Thread Mark Lawrence
Mark Lawrence added the comment: The patch just adds the version added tag to urllib2.rst. Can someone commit this please. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19796

[issue19725] Richer stat object

2014-10-03 Thread Mark Lawrence
Mark Lawrence added the comment: @Philip could you provide a reference to (say) discussions on python-dev for lesser mortals such as myself? -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.4 ___ Python tracker rep...@bugs.python.org http

[issue19745] TEST_DATA_DIR for out-of-tree builds

2014-10-03 Thread Mark Lawrence
Mark Lawrence added the comment: Can someone answer Christian's question please. -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19745

[issue19865] create_unicode_buffer() fails on non-BMP strings on Windows

2014-10-03 Thread Mark Lawrence
Mark Lawrence added the comment: I can confirm that this problem still exists so can someone take a look please, thanks. -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org

[issue7291] urllib2 cannot handle https with proxy requiring auth

2014-10-03 Thread Mark Lawrence
Mark Lawrence added the comment: Is there any work still needed here? Surely the 2.6.x patches can't be applied unless there are security issues? -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7291

[issue17518] urllib2 cannnot handle https and BasicAuth via Proxy.

2014-10-03 Thread Mark Lawrence
Mark Lawrence added the comment: Slipped under the radar? Note the patch suggested in msg184958. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17518

[issue19695] Clarify how to use various import-related locks

2014-10-03 Thread Mark Lawrence
Mark Lawrence added the comment: Has there been any discussion regarding this elsewhere or is this as far as we've got? -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19695

[issue19895] Cryptic error when subclassing multiprocessing classes

2014-10-03 Thread Mark Lawrence
Mark Lawrence added the comment: @Richard have you had any thoughts about this? -- nosy: +BreamoreBoy versions: +Python 3.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19895

[issue18060] Updating _fields_ of a derived struct type yields a bad cif

2014-10-03 Thread Mark Lawrence
Mark Lawrence added the comment: A one line change is given in msg189992 so is this correct or isn't it? -- nosy: +BreamoreBoy, amaury.forgeotdarc, belopolsky, meador.inge versions: +Python 3.4, Python 3.5 -Python 3.3 ___ Python tracker rep

[issue18043] No mention of `match.regs` in `re` documentation

2014-10-03 Thread Mark Lawrence
Mark Lawrence added the comment: @Ram Rachum can you provide a patch for this? -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18043

[issue18131] Tkinter Variables require a proper master

2014-10-03 Thread Mark Lawrence
Mark Lawrence added the comment: Just a gentle reminder. -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18131

[issue18119] urllib.FancyURLopener does not treat URL fragments correctly

2014-10-03 Thread Mark Lawrence
Mark Lawrence added the comment: Slipped under the radar? -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18119 ___ ___ Python

[issue18216] gettext doesn't check MO versions

2014-10-03 Thread Mark Lawrence
Mark Lawrence added the comment: @Jakub does this apply to all Python versions and OSes? -- nosy: +BreamoreBoy, loewis ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18216

[issue19372] getaddrinfo() bug

2014-10-02 Thread Mark Lawrence
Mark Lawrence added the comment: Can someone respond to this please as I know nothing about CentOS builds. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19372

[issue19402] AbstractBasicAuthHandler

2014-10-02 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- nosy: +orsenthil ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19402 ___ ___ Python-bugs-list

[issue19434] Wrong documentation of MIMENonMultipart class

2014-10-02 Thread Mark Lawrence
Mark Lawrence added the comment: The patch is a one line change, can we have a commit review please. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19434

[issue19460] Add test for MIMENonMultipart

2014-10-02 Thread Mark Lawrence
Mark Lawrence added the comment: A quick glance says the patch is okay so can we have a commit review please. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19460

[issue17824] pty.spawn handles errors improperly

2014-10-02 Thread Mark Lawrence
Mark Lawrence added the comment: Can a linux guru comment on this please. -- nosy: +BreamoreBoy versions: +Python 2.7, Python 3.4, Python 3.5 -Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17824

[issue17848] issue about compile with clang and build a shared lib

2014-10-02 Thread Mark Lawrence
Mark Lawrence added the comment: The patch changes four lines in Modules/_ctypes/libffi/configure.ac which means nothing to me, can someone review it please. -- nosy: +BreamoreBoy versions: +Python 3.5 ___ Python tracker rep...@bugs.python.org http

[issue18027] distutils should access stat_result timestamps via .st_*time attributes

2014-10-02 Thread Mark Lawrence
Mark Lawrence added the comment: @Eric what is your opinion on this? -- nosy: +BreamoreBoy type: - enhancement versions: +Python 3.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18027

[issue9883] minidom: AttributeError: DocumentFragment instance has no attribute 'writexml'

2014-10-02 Thread Mark Lawrence
Mark Lawrence added the comment: Can someone please confirm that my assessment of this as an enhancement is correct, thanks. -- nosy: +BreamoreBoy type: behavior - enhancement versions: +Python 3.5 -Python 2.6 ___ Python tracker rep

[issue16425] minidom replaceChild(new_child, old_child) removes new_child even if in another document

2014-10-02 Thread Mark Lawrence
Mark Lawrence added the comment: Who is best placed to look at this as nobody is listed on the experts index? -- nosy: +BreamoreBoy versions: +Python 3.4, Python 3.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16425

[issue19468] Relax the type restriction on reloaded modules

2014-10-02 Thread Mark Lawrence
Mark Lawrence added the comment: Can we or can't we remove the check as Eric has proposed in msg201874? -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19468

[issue15371] test_cmd_line_script should include namespace package tests

2014-10-02 Thread Mark Lawrence
Mark Lawrence added the comment: Sorry I've no idea whether this should be set to enhancement request, behaviour or what. -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org

[issue19477] document tp_print() as being dead in Py3

2014-10-02 Thread Mark Lawrence
Mark Lawrence added the comment: @Stefan can you provide a patch for this? -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.1, Python 3.2, Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19477

[issue19489] move quick search box above TOC

2014-10-02 Thread Mark Lawrence
Mark Lawrence added the comment: If this is referring to the box on docs.python.org shouldn't this be logged elsewhere? -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19489

[issue19469] Duplicate namespace package portions (but not on Windows)

2014-10-02 Thread Mark Lawrence
Mark Lawrence added the comment: Just a gentle reminder guys. -- nosy: +BreamoreBoy versions: +Python 3.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19469

[issue19472] inspect.getsource() raises a wrong exception type

2014-10-02 Thread Mark Lawrence
Mark Lawrence added the comment: @Yury do you agree with this? -- nosy: +BreamoreBoy, yselivanov ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19472

[issue19558] Provide Tcl/Tk linkage information for extension module builds

2014-10-02 Thread Mark Lawrence
Mark Lawrence added the comment: @Ned just a reminder as I see you've been talking tcl/tk on c.l.py earlier today. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19558

[issue4609] Allow use of 256 FD's on solaris in 32 bit mode

2014-10-01 Thread Mark Lawrence
Mark Lawrence added the comment: @Peter could you provide a patch for this? -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4609

[issue9274] code.InteractiveInterpreter fails to change locals when invoked in a function

2014-10-01 Thread Mark Lawrence
Mark Lawrence added the comment: @Eric can you provide a doc patch for this? -- nosy: +BreamoreBoy versions: +Python 3.4, Python 3.5 -Python 2.6, Python 3.1, Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9274

[issue8138] wsgiref.simple_server.SimpleServer claims to be multithreaded

2014-10-01 Thread Mark Lawrence
Mark Lawrence added the comment: @Santiago can you provide a patch for this issue? -- nosy: +BreamoreBoy versions: +Python 2.7, Python 3.4, Python 3.5 -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8138

[issue17446] doctest test finder doesnt find line numbers of properties

2014-10-01 Thread Mark Lawrence
Mark Lawrence added the comment: @Ronny can you provide a patch for this? -- nosy: +BreamoreBoy type: - behavior versions: +Python 2.7, Python 3.4, Python 3.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17446

[issue17582] xml.etree.ElementTree does not preserve whitespaces in attributes

2014-10-01 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- nosy: +eli.bendersky, scoder type: - behavior versions: +Python 3.4, Python 3.5 -Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17582

[issue17753] test_zipfile: requires write access to test and email.test

2014-10-01 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- nosy: +alanmcintyre, serhiy.storchaka type: - behavior versions: +Python 3.5 -Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17753

[issue17784] the test suite should honor an http_proxy for running the test suite

2014-10-01 Thread Mark Lawrence
Mark Lawrence added the comment: @Matthias can you provide a patch for this? -- nosy: +BreamoreBoy type: - enhancement versions: +Python 3.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17784

[issue17780] the test suite should use a TEMPDIR in the build directory, not the source directory

2014-10-01 Thread Mark Lawrence
Mark Lawrence added the comment: @Matthias can you provide a patch for this? -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17780

[issue11598] missing afxres.h error when building bdist_wininst in Visual Studio 2008 Express

2014-10-01 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- nosy: +steve.dower, tim.golden, zach.ware type: - compile error ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11598

[issue17799] settrace docs are wrong about c_call events

2014-10-01 Thread Mark Lawrence
Mark Lawrence added the comment: @Ned can you provide a patch for this? -- nosy: +BreamoreBoy type: - behavior versions: +Python 3.4, Python 3.5 -Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17799

[issue11646] 2to3: msvcrt.(get|put)ch - (get|put)wch

2014-10-01 Thread Mark Lawrence
Mark Lawrence added the comment: The original function names are still listed and the wide versions have been added to the docs so this can be closed as out of date. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http

[issue18982] Add tests for CLI of the calendar module

2014-10-01 Thread Mark Lawrence
Mark Lawrence added the comment: Just a gentle reminder guys. -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18982

[issue19342] Improve grp module docstrings

2014-10-01 Thread Mark Lawrence
Mark Lawrence added the comment: The patch only changes six lines. At a quick glance it seems fine to me so can we have a formal review please. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19342

[issue9417] Declaring a class creates circular references

2014-09-30 Thread Mark Lawrence
Mark Lawrence added the comment: Does anyone wish to take this forward, is it simply dead in the water or what? You might like to note that msg111963 refers to #812369 which was superseded by #18214 which was fixed in 3.4. -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.2

[issue993766] bdist_dumb and --relative on Windows fails

2014-09-30 Thread Mark Lawrence
Mark Lawrence added the comment: Is this still a problem? Normally I'd be perfectly happy to try something on Windows but the mere mention of distutils sends shivers down my spine :( -- components: +Windows nosy: +BreamoreBoy, dstufft, eric.araujo versions: +Python 3.4, Python 3.5

[issue8041] No documentation for Py_TPFLAGS_HAVE_STACKLESS_EXTENSION or Py_TPFLAGS_HAVE_VERSION_TAG.

2014-09-30 Thread Mark Lawrence
Mark Lawrence added the comment: @Daniel could you supply a patch for this? -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8041

[issue17873] _ctypes/libffi missing bits for aarch64 support

2014-09-30 Thread Mark Lawrence
Mark Lawrence added the comment: The patch is a one line addition to fficonfig.py.in, could someone glance at it please. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17873

<    5   6   7   8   9   10   11   12   13   14   >