[issue19919] SSL: test_connect_ex_error fails with EWOULDBLOCK

2014-07-12 Thread Mark Lawrence
Mark Lawrence added the comment: Accidentally set to pending? -- nosy: +BreamoreBoy status: pending -> open ___ Python tracker <http://bugs.python.org/issu

[issue19954] test_tk floating point exception on my gentoo box with tk 8.6.1

2014-07-12 Thread Mark Lawrence
Mark Lawrence added the comment: I think this was meant to be closed rather than moved to pending see msg210788. -- nosy: +BreamoreBoy status: pending -> open ___ Python tracker <http://bugs.python.org/issu

[issue20026] sqlite: handle correctly invalid isolation_level

2014-07-12 Thread Mark Lawrence
Mark Lawrence added the comment: Accidentally set to pending? -- nosy: +BreamoreBoy status: pending -> open ___ Python tracker <http://bugs.python.org/issu

[issue18228] AIX locale parsing failure

2014-07-12 Thread Mark Lawrence
Mark Lawrence added the comment: Presumably this can be closed as fixed. -- nosy: +BreamoreBoy status: pending -> open ___ Python tracker <http://bugs.python.org/issu

[issue15414] os.path.join behavior on Windows (ntpath.join) is unexpected and not well documented

2014-07-12 Thread Mark Lawrence
Mark Lawrence added the comment: ntpath.join() was fixed in issue19456 so I think all we need here is a commit review of the attached documentation patch. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue15

[issue1669539] Improve Windows os.path.join (ntpath.join) "smart" joining

2014-07-12 Thread Mark Lawrence
Mark Lawrence added the comment: I've asked for a commit review on issue 15414 so can we close this? -- nosy: +BreamoreBoy status: pending -> open ___ Python tracker <http://bugs.python.org/i

[issue21934] OpenBSD has no /dev/full device

2014-07-12 Thread Mark Lawrence
Mark Lawrence added the comment: The patch is against test_file2k.py which I can't find in my default cpython setup. If this was removed from (say) Python 3.0 how do I check for that? -- nosy: +BreamoreBoy ___ Python tracker

[issue6895] locale._parse_localename fails when localename does not contain encoding information

2014-07-12 Thread Mark Lawrence
Mark Lawrence added the comment: I agree with the sentiment expressed in msg218513 and would close this as "out of date". -- nosy: +BreamoreBoy status: pending -> open ___ Python tracker <http://bugs.pyth

[issue5248] Adding T_SIZET to structmember.h

2014-07-12 Thread Mark Lawrence
Mark Lawrence added the comment: msg81942 states "structmember.h lacks a 'T_SIZET' define in order to properly support struct fields of type 'size_t' within PyMemberDef." As we have managed without this feature for the last five years do we really nee

[issue8972] subprocess.list2cmdline doesn't quote the & character

2014-07-12 Thread Mark Lawrence
Mark Lawrence added the comment: I believe this is still valid in which case could we have the stage and resolution fields set appropriately please. You might also like to take a look at issue 13238 which is referred to by issue 7839. -- nosy: +BreamoreBoy versions: +Python 3.4

[issue10837] Issue catching KeyboardInterrupt while reading stdin

2014-07-12 Thread Mark Lawrence
Mark Lawrence added the comment: I can confirm that this works fine with 3.4.1 and 3.5.0a0. I don't run 2.7 any more so I don't know if this is fixed in later versions. -- nosy: +BreamoreBoy versions: -Python 2.6, Python 3.1 ___ Pyth

[issue8075] Windows (Vista/7) install error when choosing to compile .py files

2014-07-12 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: +steve.dower, zach.ware versions: +Python 2.7, Python 3.4, Python 3.5 -Python 2.6 ___ Python tracker <http://bugs.python.org/issue8

[issue16895] Batch file to mimic 'make' on Windows

2014-07-12 Thread Mark Lawrence
Mark Lawrence added the comment: Is this still relevant or has it been overtaken by other work from Zach or Steve? -- nosy: +BreamoreBoy, steve.dower versions: +Python 3.5 -Python 3.4 ___ Python tracker <http://bugs.python.org/issue16

[issue17023] Subprocess does not find executable on Windows if it is PATH with quotes

2014-07-12 Thread Mark Lawrence
Mark Lawrence added the comment: @Pekka sorry about the delay in getting back to you. I can confirm that this is still in issue in 3.4.1 and 3.5.0a0. -- components: +Library (Lib) nosy: +BreamoreBoy type: -> behavior versions: +Python 2.7, Python 3.4, Python

[issue18016] subprocess should open stdin in mode w+b on windows

2014-07-12 Thread Mark Lawrence
Mark Lawrence added the comment: @Jason I'm very sorry about the delay in getting back to you. Can our Windows gurus shed any light on this one? -- nosy: +BreamoreBoy, steve.dower, tim.golden, zach.ware type: -> behavior versions: +Python 3.4, Py

[issue18544] subprocess.Popen support for redirection of arbitrary file descriptors

2014-07-12 Thread Mark Lawrence
Mark Lawrence added the comment: @Robert can we have a response to Victor's question please. -- nosy: +BreamoreBoy versions: +Python 3.5 ___ Python tracker <http://bugs.python.org/is

[issue10482] subprocess and deadlock avoidance

2014-07-12 Thread Mark Lawrence
Mark Lawrence added the comment: @Glenn can you provide a formal patch so we can take this forward? -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.4 ___ Python tracker <http://bugs.python.org/issue10

[issue20117] subprocess on Windows: wrong return code with shell=True

2014-07-12 Thread Mark Lawrence
Mark Lawrence added the comment: Can our Windows gurus advise on this please. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue20117> ___ ___

[issue7405] compiling python 3.1.1 using cygwin 1.7.0 and gcc 4.3.4

2014-07-13 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: +jlt63, stutzbach versions: +Python 3.4, Python 3.5 -Python 3.1 ___ Python tracker <http://bugs.python.org/issue7405> ___ ___

[issue8526] msilib doesn't support multiple CAB instances in same installer

2014-07-13 Thread Mark Lawrence
Mark Lawrence added the comment: @Steve/Zach just FYI -- nosy: +BreamoreBoy, steve.dower, zach.ware versions: +Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/issue8

[issue14484] missing return in win32_kill?

2014-07-13 Thread Mark Lawrence
Mark Lawrence added the comment: @Zach can you add anything to this? -- nosy: +BreamoreBoy, zach.ware versions: +Python 3.4, Python 3.5 -Python 3.2, Python 3.3 ___ Python tracker <http://bugs.python.org/issue14

[issue15962] Windows STDIN/STDOUT Redirection is actually FIXED

2014-07-13 Thread Mark Lawrence
Mark Lawrence added the comment: This can be closed as "out of date" as extensive changes made to the Windows FAQ have removed the wording referenced in the patch. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.o

[issue16620] Avoid using private function glob.glob1() in msi module and tools

2014-07-13 Thread Mark Lawrence
Mark Lawrence added the comment: Just a reminder that there are comments on Rietveld. -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.4 ___ Python tracker <http://bugs.python.org/issue16

[issue17717] Set up nasm from external.bat

2014-07-13 Thread Mark Lawrence
Mark Lawrence added the comment: I think a message as suggested in msg187571 would be more than adequate. -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.4 ___ Python tracker <http://bugs.python.org/issue17

[issue5773] Crash on shutdown after os.fdopen(2) in debug builds

2014-07-13 Thread Mark Lawrence
Mark Lawrence added the comment: Using latest default. c:\cpython\PCbuild>python_d -c "import os; os.fdopen(2)" -c:1: ResourceWarning: unclosed file <_io.TextIOWrapper name=2 mode='r' encoding='cp1252'> Do we need to do anything with 2.7, can t

[issue1175984] Make subprocess.Popen support file-like objects (win)

2014-07-13 Thread Mark Lawrence
Mark Lawrence added the comment: I believe this should be closed as the patch refers to various win32xxx imports that no longer exists in subprocess.py. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue1175

[issue1260171] subprocess: more general (non-buffering) communication

2014-07-13 Thread Mark Lawrence
Mark Lawrence added the comment: Please note the work being performed on #1191964 which was first referenced in msg54591. -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.2 ___ Python tracker <http://bugs.python.org/issue1260

[issue16070] Structure and native Structure (LittleEndianStructure on Windows) supports __slots__, but BigEndianStructure doesn't

2014-07-13 Thread Mark Lawrence
Mark Lawrence added the comment: @hct I'm very sorry about the delay in getting back to you. The reported bevaviour is the same with 3.4.1 and 3.5.0a0 on Windows 7. -- nosy: +BreamoreBoy versions: +Python 3.4, Python 3.5 -Python 3.2 ___ P

[issue16623] argparse help formatter does not honor non-breaking space

2014-07-13 Thread Mark Lawrence
Mark Lawrence added the comment: The example code works fine using 3.4.1 and 3.5.0a0 on Windows 7. -- nosy: +BreamoreBoy, paul.j3 ___ Python tracker <http://bugs.python.org/issue16

[issue16786] argparse doesn't offer localization interface for "version" action

2014-07-13 Thread Mark Lawrence
Mark Lawrence added the comment: @Thorsten sorry about the delay involved here. -- nosy: +BreamoreBoy, paul.j3 versions: +Python 3.4, Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/issue16

[issue16807] argparse group nesting lost on inheritance

2014-07-13 Thread Mark Lawrence
Mark Lawrence added the comment: @Dougal sorry about the delay in getting back to you. -- nosy: +BreamoreBoy, paul.j3 versions: +Python 3.5 -Python 3.2, Python 3.3 ___ Python tracker <http://bugs.python.org/issue16

[issue16376] wrong type for wintypes.BYTE

2014-07-13 Thread Mark Lawrence
Mark Lawrence added the comment: All cbytes tests passed after the change was made but I've no idea as to the impact of this. -- keywords: +patch nosy: +BreamoreBoy versions: -Python 3.1, Python 3.2, Python 3.3 Added file: http://bugs.python.org/file35940/Issue16376

[issue8519] doc: termios and ioctl reference links

2014-07-13 Thread Mark Lawrence
Mark Lawrence added the comment: My understanding is that we can't use the patches as the originator has never signed the CLA. Am I correct or does this only apply to code, or what? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.py

[issue16726] expat ParseFile expects bytes, not string

2014-07-13 Thread Mark Lawrence
Mark Lawrence added the comment: @Michiel I'm sorry about the delay in replying to you. I can confirm the same behaviour in 3.4.1 on 3.5.0a0 on Windows 7. -- nosy: +BreamoreBoy, christian.heimes versions: +Python 3.4, Python 3.5 -Pytho

[issue14094] nt.realpath() should use GetFinalPathNameByHandle() when available

2014-07-13 Thread Mark Lawrence
Mark Lawrence added the comment: I'm assuming that this should be treated as an enhancement request. -- nosy: +BreamoreBoy type: -> enhancement versions: +Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org

[issue16561] Windows installer doesn't use UAC, then crashes

2014-07-13 Thread Mark Lawrence
Mark Lawrence added the comment: I'm assuming that this is still an issue. I've not tested it myself as I've never understood why python gets put in "Program Files" so I don't have such a setup and won't be creating one. -- nosy: +BreamoreBo

[issue16458] subprocess.py throw "The handle is invalid" error on duplicating the STD_INPUT_HANDLE

2014-07-13 Thread Mark Lawrence
Mark Lawrence added the comment: Is XP under Python support now? I'm sure I've read that it isn't but can't find a reference. -- nosy: +BreamoreBoy ___ Python tracker <http://bug

[issue17480] pyvenv should be installed someplace more obvious on Windows

2014-07-13 Thread Mark Lawrence
Mark Lawrence added the comment: Any thoughts from our Windows gurus? -- nosy: +BreamoreBoy, steve.dower, tim.golden, zach.ware type: -> enhancement versions: +Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/issu

[issue15968] Incorporate Tcl/Tk/Tix into the Windows build process

2014-07-13 Thread Mark Lawrence
Mark Lawrence added the comment: Anything else to do here, noting the references to #21059 and #20035 ? Great work by the way, things on Windows are far cleaner than they were just a few months ago. -- nosy: +BreamoreBoy ___ Python tracker <h

[issue20451] os.exec* mangles argv on windows (splits on spaces, etc)

2014-07-13 Thread Mark Lawrence
Mark Lawrence added the comment: I believe the patch on #1576120 is related to this but it was never reviewed. -- nosy: +BreamoreBoy versions: +Python 3.4, Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/issue20

[issue15947] Assigning new values to instance of pointer types does not check validity

2014-07-13 Thread Mark Lawrence
Mark Lawrence added the comment: @Facundo please accept our apologies for the delay in getting back to you. -- nosy: +BreamoreBoy, amaury.forgeotdarc, belopolsky, meador.inge versions: +Python 3.4, Python 3.5 -Python 3.2 ___ Python tracker <h

[issue15388] SAX parse (ExpatParser) leaks file handle when given filename input

2014-07-13 Thread Mark Lawrence
Mark Lawrence added the comment: @Matt I'm sorry that we haven't got back to you on this. -- nosy: +BreamoreBoy, christian.heimes ___ Python tracker <http://bugs.python.o

[issue16178] atexit._run_exitfuncs should be a public API

2014-07-13 Thread Mark Lawrence
Mark Lawrence added the comment: @Gregory do you intend to follow up on this? -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.4 ___ Python tracker <http://bugs.python.org/issue16

[issue2698] Extension module build fails for MinGW: missing vcvarsall.bat

2014-07-14 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: +eric.araujo ___ Python tracker <http://bugs.python.org/issue2698> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue14379] Several traceback docs improvements

2014-07-14 Thread Mark Lawrence
Mark Lawrence added the comment: As nobody has even commented on this, let alone proposed a patch, I'd be inclined to close as "won't fix" or "out of date". -- nosy: +BreamoreBoy ___ Python tracker <

[issue15117] Please document top-level sqlite3 module variables

2014-07-14 Thread Mark Lawrence
Mark Lawrence added the comment: @wchlm sorry about the delay in responding, but would you like to propose a patch for this? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue15

[issue17250] argparse: Issue 15906 patch; positional with nargs='*' and string default

2014-07-14 Thread Mark Lawrence
Mark Lawrence added the comment: Slipped under the radar? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue17250> ___ ___ Python-bugs-list m

[issue15552] gettext: if looking for .mo in default locations, also look in locale-bundle location

2014-07-14 Thread Mark Lawrence
Mark Lawrence added the comment: @Dominique please accept our apologies for the delay in replying. Can someone please review the attached patch as it's only five extra lines. I'd do it myself but I know nothing about openSUSE, internationalization or gettext. -- nosy: +B

[issue21041] pathlib.PurePath.parents rejects negative indexes

2014-07-14 Thread Mark Lawrence
Mark Lawrence added the comment: #7951 has an interesting debate on negative indexes that is possibly applicable here. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue21

[issue18397] Python with MinGW

2014-07-14 Thread Mark Lawrence
Mark Lawrence added the comment: Nothing has been done with #17605 or the associated issues to my knowledge. I've no idea as to whether or not the originator will be picking them up again or if he is open to another user picking them up. I do know that there are 56 open issues with min

[issue21983] segfault in ctypes.cast

2014-07-15 Thread Mark Lawrence
Mark Lawrence added the comment: I'll provide a patch but I don't know which test file to use, can somebody please advise. -- nosy: +BreamoreBoy, amaury.forgeotdarc, belopolsky, meador.inge ___ Python tracker <http://bugs.python.o

[issue14414] xmlrpclib leaves connection in broken state if server returns error without content-length

2014-07-15 Thread Mark Lawrence
Mark Lawrence added the comment: @Joachim I'm sorry about the delay in replying to you. Can someone take a look at this please as it's out of my league. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.o

[issue14730] Implementation of the PEP 419: Protecting cleanup statements from interruptions

2014-07-15 Thread Mark Lawrence
Mark Lawrence added the comment: FTR PEP 419 has been deferred as there's no champion. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/is

[issue16182] readline: Wrong tab completion scope indices in Unicode terminals

2014-07-15 Thread Mark Lawrence
Mark Lawrence added the comment: @Kaarle please accept our apologies for the delay in getting back to you. Can one of our unicode gurus comment please. -- components: +Unicode nosy: +BreamoreBoy, ezio.melotti, lemburg, loewis versions: +Python 3.5 -Python 3.2, Python 3.3

[issue16185] include path in subprocess.Popen() file not found error messages on Windows

2014-07-15 Thread Mark Lawrence
Mark Lawrence added the comment: Slipped under the radar? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue16185> ___ ___ Python-bugs-list m

[issue16232] curses.textpad.Textbox backtrace support

2014-07-15 Thread Mark Lawrence
Mark Lawrence added the comment: @emeaudroid please accept our apologies for the delay in getting back to you. Can someone take a look at this please as I don't have a *nix box to play with. -- nosy: +BreamoreBoy versions: +Python 3.5 -Pytho

[issue16242] Pickle and __getattr__

2014-07-15 Thread Mark Lawrence
Mark Lawrence added the comment: @Joseph please accept our apologies for the delay in getting back to you. -- nosy: +BreamoreBoy, alexandre.vassalotti, pitrou versions: +Python 3.4, Python 3.5 -Python 2.6 ___ Python tracker <http://bugs.python.

[issue16237] bdist_rpm SPEC files created with distutils may be distro specific

2014-07-15 Thread Mark Lawrence
Mark Lawrence added the comment: Who is best placed to produce a patch for this? -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.2, Python 3.3 ___ Python tracker <http://bugs.python.org/issue16

[issue8843] urllib2 Digest Authorization uri must match request URI

2014-07-15 Thread Mark Lawrence
Mark Lawrence added the comment: @Andrew we're sorry about the delay in getting back to you. @Senthil can you comment on this please. -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.2, Python 3.3 ___ Python tracker <http://bugs.py

[issue16652] socket.getfqdn docs are not explicit enough about the algorithm.

2014-07-15 Thread Mark Lawrence
Mark Lawrence added the comment: I'm assuming that this still needs doing. -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.2, Python 3.3 ___ Python tracker <http://bugs.python.org/is

[issue16729] Document how to provide defaults for setup.py commands options

2014-07-15 Thread Mark Lawrence
Mark Lawrence added the comment: @Eric could you comment on this please. -- components: -Distutils2 nosy: +BreamoreBoy, dstufft versions: -Python 2.6, Python 3.1, Python 3.2, Python 3.3 ___ Python tracker <http://bugs.python.org/issue16

[issue16834] ioctl mutate_flag behavior in regard to the buffer size limit

2014-07-15 Thread Mark Lawrence
Mark Lawrence added the comment: @Yuval sorry about the delay in replying. Can a *nix person comment on this please as I stick with Windows. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue16

[issue16663] Poor documentation for METH_KEYWORDS

2014-07-15 Thread Mark Lawrence
Mark Lawrence added the comment: @r3m0t we're sorry about the delay in getting back to you. Could you write a patch that covers this? -- nosy: +BreamoreBoy versions: +Python 3.4, Python 3.5 -Python 2.6, Python 3.1, Python 3.2, Python

[issue16859] tarfile.TarInfo.fromtarfile does not check read() return value

2014-07-15 Thread Mark Lawrence
Mark Lawrence added the comment: @Lars can we have a comment on this please. -- nosy: +BreamoreBoy type: -> behavior versions: +Python 2.7, Python 3.4, Python 3.5 ___ Python tracker <http://bugs.python.org/issu

[issue14326] IDLE - allow shell to support different locales

2014-07-15 Thread Mark Lawrence
Mark Lawrence added the comment: @Terry one that appears to have escaped your eagle eye :) -- nosy: +BreamoreBoy, terry.reedy versions: +Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/issue14

[issue17783] run the testsuite in batched mode

2014-07-15 Thread Mark Lawrence
Mark Lawrence added the comment: I'm assuming that this classifies as an enhancement and that the whole world ought to be interested in regrtest. -- nosy: +BreamoreBoy type: -> enhancement versions: +Python 3.5 -Python 3.4 ___ Python tracke

[issue17605] mingw-meta: build interpeter core

2014-07-15 Thread Mark Lawrence
Mark Lawrence added the comment: There are a pile of mingw enhancement requests with this and #18653, #18654 and #19245 being meta issues. What is the official status of mingw within Python? Is the originator of these issues solely responsible for taking them forward? -- nosy

[issue17695] _sysconfigdata broken with universal builds on OSX

2014-07-15 Thread Mark Lawrence
Mark Lawrence added the comment: Can our OSX gurus comment on this please. -- nosy: +BreamoreBoy, ned.deily versions: +Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/issue17

[issue9390] Error in sys.excepthook on windows when redirecting output of the script

2014-07-15 Thread Mark Lawrence
Mark Lawrence added the comment: I can't reproduce this with 3.4.1 or 3.5.0a0. I don't have a 2.7.x to test on, can it still be reproduced with later versions of 2.7? Does the introduction of pylauncher impact all on this wrt registry keys? -- nosy: +BreamoreBoy, s

[issue12020] Attribute error with flush on stdout,stderr

2014-07-15 Thread Mark Lawrence
Mark Lawrence added the comment: With 3.4.1 and similarly with 3.5.0a0 I get Testing python 3.4 C:\python34\python.exe: can't open file 'attributeError.py': [Errno 2] No such file or directory Traceback (most recent call last): File "C:\Users\Mark\MyPython\mytest.py"

[issue11702] dir on return value of msilib.OpenDatabase() crashes python

2014-07-15 Thread Mark Lawrence
Mark Lawrence added the comment: The attached patch is short and sweet and looks okay to my untrained eye. I believe it should apply cleanly as there've been very few changes to _msi.c. Can we have a formal patch review please. -- nosy: +BreamoreBoy, steve.dower, tim.g

[issue9699] invalid call of Windows API _popen() generating The input line is too long error message

2014-07-15 Thread Mark Lawrence
Mark Lawrence added the comment: @Tim can you pick this up? -- nosy: +BreamoreBoy versions: +Python 3.4, Python 3.5 -Python 3.2 ___ Python tracker <http://bugs.python.org/issue9

[issue9099] multiprocessing/win32: WindowsError: [Error 0] Success on Pipe()

2014-07-15 Thread Mark Lawrence
Mark Lawrence added the comment: I'm not sure how we take this forward as the code was changed via #11750, can somebody please advise. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/i

[issue6820] Redefinition of HAVE_STRFTIME can cause compiler errors.

2014-07-15 Thread Mark Lawrence
Mark Lawrence added the comment: There is no way that I'm commenting on the patch as it's against pyconfig.h, what do our experts think of this? -- nosy: +BreamoreBoy versions: +Python 3.4, Python 3.5 -Python 2.6 ___ Python trac

[issue12480] urllib2 doesn't use proxy (fieddler2), configed the proxy with ProxyHandler

2014-07-15 Thread Mark Lawrence
Mark Lawrence added the comment: @Senthil what if anything can we do with this issue? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue12

[issue13023] argparse should allow displaying argument default values in addition to setting a formatter class

2014-07-16 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: +paul.j3 versions: +Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/issue13023> ___ ___ Python-bugs-list m

[issue12284] argparse.ArgumentParser: usage example option

2014-07-16 Thread Mark Lawrence
Mark Lawrence added the comment: @Jonas do you wish to follow up on this? -- nosy: +BreamoreBoy, paul.j3 ___ Python tracker <http://bugs.python.org/issue12

[issue9399] Provide a 'print' action for argparse

2014-07-16 Thread Mark Lawrence
Mark Lawrence added the comment: @Paul what is your take on this, other opinions seem positive? -- nosy: +BreamoreBoy, paul.j3 versions: +Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/issue9

[issue16283] ctypes.util.find_library does not find all DLLs anymore

2014-07-16 Thread Mark Lawrence
Mark Lawrence added the comment: Works fine for me. Python build: 3.4.1 (v3.4.1:c0e311e010fc, May 18 2014, 10:38:22) [MSC v.1600 32 bit (Intel)] Path 'C:\Windows\system32' exists in $PATH: True File 'C:\Windows\system32\acledit.dll' exists: True ctypes says for '

[issue16892] Windows bug picking up stdin from a pipe

2014-07-16 Thread Mark Lawrence
Mark Lawrence added the comment: @Robert we're sorry about the delay in getting back to you. Sorry Windows gurus this is over my head :( -- nosy: +BreamoreBoy, steve.dower, tim.golden, zach.ware ___ Python tracker <http://bugs.py

[issue12806] argparse: Hybrid help text formatter

2014-07-16 Thread Mark Lawrence
Mark Lawrence added the comment: Apparently #13923 is related to this. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue12806> ___ ___ Pytho

[issue13923] new formatter for argparse

2014-07-16 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: +paul.j3 versions: +Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/issue13923> ___ ___ Python-bugs-list m

[issue10991] trace fails when test imported a temporary file

2014-07-16 Thread Mark Lawrence
Mark Lawrence added the comment: Knowing the platform this occurred on would be useful, but given the age do we care? -- nosy: +BreamoreBoy versions: +Python 3.5 ___ Python tracker <http://bugs.python.org/issue10

[issue16961] No regression tests for -E and individual environment vars

2014-07-16 Thread Mark Lawrence
Mark Lawrence added the comment: Consider yourself reminded :) -- nosy: +BreamoreBoy versions: +Python 3.4, Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/issue16

[issue13041] argparse: terminal width is not detected properly

2014-07-16 Thread Mark Lawrence
Mark Lawrence added the comment: @Paul the attached patch is extremely simple and follows the work on #13609. Is it okay with you if the patch was committed? -- nosy: +BreamoreBoy, paul.j3 ___ Python tracker <http://bugs.python.org/issue13

[issue14149] argparse: Document how to use argument names that are not Python identifiers

2014-07-16 Thread Mark Lawrence
Mark Lawrence added the comment: #11076 was closed as a duplicate of #8982 which was closed as fixed so can this also be closed as a duplicate? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue14

[issue15994] memoryview to freed memory can cause segfault

2014-07-16 Thread Mark Lawrence
Mark Lawrence added the comment: Can someone follow this up noting it refers to #15903. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue15

[issue15903] Make rawiobase_read() read directly to bytes object

2014-07-16 Thread Mark Lawrence
Mark Lawrence added the comment: Please note this is also referred to from #15994. -- nosy: +BreamoreBoy versions: +Python 3.5 ___ Python tracker <http://bugs.python.org/issue15

[issue16965] 2to3 should rewrite execfile() to open in 'rb' mode

2014-07-16 Thread Mark Lawrence
Mark Lawrence added the comment: Can we have a response to this please. -- nosy: +BreamoreBoy, benjamin.peterson type: -> behavior versions: +Python 3.5 -Python 3.2, Python 3.3 ___ Python tracker <http://bugs.python.org/issu

[issue10048] urllib.request documentation confusing

2014-07-16 Thread Mark Lawrence
Mark Lawrence added the comment: @Senthil do you still intend to run with this or could somebody else pick it up? -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.2, Python 3.3 ___ Python tracker <http://bugs.python.org/issue10

[issue17026] pdb frames accessible after the termination occurs on uncaught exception

2014-07-16 Thread Mark Lawrence
Mark Lawrence added the comment: Nosy list set according to experts page. -- nosy: +BreamoreBoy, georg.brandl versions: +Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/issue17

[issue13540] Document the Action API in argparse

2014-07-16 Thread Mark Lawrence
Mark Lawrence added the comment: @Paul what is your opinion of this documentation patch? -- nosy: +BreamoreBoy, paul.j3 versions: +Python 3.4, Python 3.5 -Python 3.2, Python 3.3 ___ Python tracker <http://bugs.python.org/issue13

[issue17057] Data model documentation grammar

2014-07-16 Thread Mark Lawrence
Mark Lawrence added the comment: I'm not particularly interested in 2.7 documentation but is there anybody out there who could review this please. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/is

[issue16509] sqlite3 docs do not explain check_same_thread

2014-07-16 Thread Mark Lawrence
Mark Lawrence added the comment: @Daniel could you provide a patch for this? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue16509> ___ ___

[issue17101] __main__.py Multiprocessing on Windows

2014-07-16 Thread Mark Lawrence
Mark Lawrence added the comment: Is it possible to backport the fix from #10845 to 2.7? Is it actually worth doing? -- components: +Library (Lib) nosy: +BreamoreBoy versions: -Python 2.6 ___ Python tracker <http://bugs.python.org/issue17

[issue13850] Summary tables for argparse add_argument options

2014-07-16 Thread Mark Lawrence
Mark Lawrence added the comment: At a quick glance the patch looks okay to me so as there's been a lot of positive comments can we have a formal patch review please. -- nosy: +BreamoreBoy versions: +Python 3.4, Python 3.5 -Python 3.2, Pytho

[issue17243] The changes made for issue 4074 should be documented

2014-07-16 Thread Mark Lawrence
Mark Lawrence added the comment: Presumably the responsibility for this lies with the person who made the changes for #4074 ? -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.2, Python 3.3 ___ Python tracker <http://bugs.python.org/issue17

[issue17750] allow the testsuite to run in the installed location

2014-07-16 Thread Mark Lawrence
Mark Lawrence added the comment: How do we stand with eight outstanding issues here? -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/issue17

[issue17391] _cursesmodule Fails to Build on GCC 2.95 (static)

2014-07-16 Thread Mark Lawrence
Mark Lawrence added the comment: Can we have a review of the one line patch please. -- nosy: +BreamoreBoy versions: +Python 3.4, Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/issue17

[issue17924] Deprecate stat.S_IF* integer constants

2014-07-16 Thread Mark Lawrence
Mark Lawrence added the comment: Should this have the same nosy list as #11016 ? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue17

<    12   13   14   15   16   17   18   19   20   21   >