[issue6926] socket module missing IPPROTO_IPV6, IPPROTO_IPV4

2014-06-15 Thread Mark Lawrence
Mark Lawrence added the comment: As XP is now out of support here are links http://legacy.python.org/dev/peps/pep-0011/#microsoft-windows http://support.microsoft.com/lifecycle/ that I hope come in useful. -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.3

[issue11717] conflicting definition of ssize_t in pyconfig.h

2014-06-15 Thread Mark Lawrence
Mark Lawrence added the comment: Is the patch acceptable? -- nosy: +BreamoreBoy, steve.dower, tim.golden, zach.ware versions: +Python 3.4, Python 3.5 ___ Python tracker <http://bugs.python.org/issue11

[issue4918] Windows installer created with Python X.Y does not work with Python X.Y+1

2014-06-15 Thread Mark Lawrence
Changes by Mark Lawrence : -- components: -Distutils2 nosy: +dstufft versions: +Python 3.4, Python 3.5 -3rd party, Python 3.2, Python 3.3 ___ Python tracker <http://bugs.python.org/issue4

[issue9693] asynchat push_callable() patch

2014-06-15 Thread Mark Lawrence
Mark Lawrence added the comment: Is this ever likely to get applied given the arrival of asyncio? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue9

[issue6911] Document changes in asynchat

2014-06-15 Thread Mark Lawrence
Mark Lawrence added the comment: Is it worth applying the latest patch given that asynchat is deprecated in favour of asyncio? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue6

[issue18959] Create a "Superseded modules" section in standard library ToC

2014-06-15 Thread Mark Lawrence
Mark Lawrence added the comment: Would somebody review the attached patch please. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue18

[issue14759] BSDDB license missing from liscense page in 2.7.

2014-06-15 Thread Mark Lawrence
Mark Lawrence added the comment: I think msg160322 and msg160339 are saying this isn't an issue. If I'm correct it can be closed. If I'm wrong who is best placed to provide the needed patch? -- nosy: +BreamoreBoy ___ Python

[issue8029] bug in 2to3 dealing with "print FOO, " followed by "sys.stdout.write('')"

2014-06-15 Thread Mark Lawrence
Mark Lawrence added the comment: @Benjamin could you review the patch please. -- nosy: +BreamoreBoy type: -> behavior versions: +Python 2.7, Python 3.4, Python 3.5 ___ Python tracker <http://bugs.python.org/iss

[issue8630] Keepends param in codec readline(s)

2014-06-15 Thread Mark Lawrence
Mark Lawrence added the comment: As codecs.py has changed I've generated a patch file which adds the missing parameters. I looked at test_codecs.py but could only find one reference to the StreamReaderWriter class in WithStmtTest. I'm sorry but I'll have to leave wr

[issue9008] CGIHTTPServer support for arbitrary CGI scripts

2014-06-15 Thread Mark Lawrence
Mark Lawrence added the comment: @Senthil Kumaran/orsenthil can you pick this up as implied in msg107919? -- nosy: +BreamoreBoy type: -> enhancement versions: +Python 3.5 -Python 3.2 ___ Python tracker <http://bugs.python.org/iss

[issue15954] No error checking after using of the wcsxfrm()

2014-06-15 Thread Mark Lawrence
Mark Lawrence added the comment: @Serhiy you don't need Windows, msg170593 refers to a Linux man page. Reading your msg170595 I'd guess that you've got confused with a similar function that is Windows specific. -- ___ Python

[issue8677] Modules needing PY_SSIZE_T_CLEAN

2014-06-15 Thread Mark Lawrence
Mark Lawrence added the comment: Given the rise of the 64 bit machine I'd guess that this needs completing sooner rather than later. I'd volunteer myself but I've never heard of the '#' format codes, let alone know anything about them :-(

[issue4896] Faster why variable manipulation in ceval.c

2014-06-15 Thread Mark Lawrence
Mark Lawrence added the comment: I'm guessing that a patch to ceval.c that's this old wouldn't apply cleanly now. I'll rework it but only if the changes are highly likely to be accepted. Given the mixed results previously reported this is not guaranteed. Opinions plea

[issue12623] "universal newlines" subprocess support broken with select- and poll-based communicate()

2014-06-16 Thread Mark Lawrence
Mark Lawrence added the comment: Can we have an update on this please, I'm assuming that the priority should now be marked as normal? -- nosy: +BreamoreBoy versions: +Python 3.4, Python 3.5 -Python 3.2, Python 3.3 ___ Python tracker

[issue20085] Python2.7, wxPython and IDLE 2.7

2014-06-16 Thread Mark Lawrence
Mark Lawrence added the comment: Presumably set to languishing by mistake so please close. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue20

[issue7687] Bluetooth support untested

2014-06-16 Thread Mark Lawrence
Mark Lawrence added the comment: I'm assuming that this still needs some TLC. -- nosy: +BreamoreBoy versions: +Python 3.4, Python 3.5 -Python 3.1, Python 3.2 ___ Python tracker <http://bugs.python.org/i

[issue9456] Apparent memory leak in PC/bdist_wininst/install.c

2014-06-16 Thread Mark Lawrence
Mark Lawrence added the comment: There is a simple patch to free memory which at a quick glance appears okay. I've not tried to apply it as the line numbers tie up with those in the existing code. -- nosy: +BreamoreBoy versions: +Python 2.7, Python 3.4, Python 3.5 -Pytho

[issue7982] extend captured_output to simulate different stdout.encoding

2014-06-16 Thread Mark Lawrence
Mark Lawrence added the comment: Seems like a good idea but it'll go nowhere without a patch, anybody up for it? -- nosy: +BreamoreBoy versions: +Python 2.7, Python 3.5 -Python 3.4 ___ Python tracker <http://bugs.python.org/i

[issue11056] 2to3 fails for inner __metaclass__ class definition

2014-06-16 Thread Mark Lawrence
Mark Lawrence added the comment: @Benjamin what do you think of the proposed fix? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue11

[issue11097] MSI: Remove win32com dependency from installer generator

2014-06-16 Thread Mark Lawrence
Mark Lawrence added the comment: If this report is (still) true I'd assume that we'd want to eventually action it. Otherwise can we close this as out of date? -- nosy: +BreamoreBoy type: -> enhancement versions: +Python 3.5 -Python 2.7, Python 3.1, Python 3.

[issue11394] Tools/demo, etc. are not installed

2014-06-16 Thread Mark Lawrence
Mark Lawrence added the comment: msg139889 states "so I think this report is invalid" so I suggest we close this. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.o

[issue4887] environment inspection and manipulation API is buggy, inconsistent with "Python philosophy" for wrapping native APIs

2014-06-16 Thread Mark Lawrence
Mark Lawrence added the comment: Is the OP interested in taking this forward? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue4887> ___ ___

[issue5877] Add a function for updating URL query parameters

2014-06-16 Thread Mark Lawrence
Mark Lawrence added the comment: This won't go anywhere without a patch, is the OP willing to provide one? -- nosy: +BreamoreBoy versions: +Python 2.7, Python 3.5 -Python 3.2 ___ Python tracker <http://bugs.python.org/i

[issue5888] mmap ehancement - resize with sequence notation

2014-06-16 Thread Mark Lawrence
Mark Lawrence added the comment: @Brian this will go nowhere without a patch covering code, tests and documentation, are you interested in providing one? -- nosy: +BreamoreBoy versions: +Python 2.7, Python 3.5 -Python 3.4 ___ Python tracker <h

[issue17888] docs: more information on documentation team

2014-06-16 Thread Mark Lawrence
Mark Lawrence added the comment: In recent months people have been doing some great work on the docs, is this something that one of them could pick up? I'm sorry that I can't remember any names. -- nosy: +BreamoreBoy ___ Python trac

[issue6926] socket module missing IPPROTO_IPV6, IPPROTO_IPV4

2014-06-16 Thread Mark Lawrence
Mark Lawrence added the comment: It looks as if we're talking at cross purposes. PEP11 will not be updated any more for Windows releases, we will be following the Microsoft support life cycle. That is clearly of interest to anybody wishing to make code changes against this issue. I d

[issue6270] Menu deletecommand fails if command is already deleted

2014-06-16 Thread Mark Lawrence
Mark Lawrence added the comment: I've tried to reproduce this on Windows 7 with Python 3.4.1 and failed. Would somebody else please give it a go. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/i

[issue8822] datetime naive and aware types should have a well-defined definition that can be cross-referenced

2014-06-16 Thread Mark Lawrence
Mark Lawrence added the comment: I like the wording in the patch as it's clearer than the original and so think it should be applied. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/i

[issue9341] allow argparse subcommands to be grouped

2014-06-16 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: +paul.j3 versions: +Python 2.7, Python 3.5 -Python 3.2 ___ Python tracker <http://bugs.python.org/issue9341> ___ ___ Python-bug

[issue2943] Distutils should generate a better error message when the SDK is not installed

2014-06-16 Thread Mark Lawrence
Mark Lawrence added the comment: @Steve could this be included with the work you're doing with the Windows installers? -- components: +Windows nosy: +BreamoreBoy, dstufft, eric.araujo, steve.dower ___ Python tracker <http://bugs.py

[issue1635217] Warn against using requires/provides/obsoletes in setup.py

2014-06-16 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 3.5 -Python 3.2, Python 3.3 ___ Python tracker <http://bugs.python.org/issue1635217> ___ ___ Python-bugs-list m

[issue9350] add remove_argument_group to argparse

2014-06-16 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: +paul.j3 versions: +Python 2.7, Python 3.5 -Python 3.4 ___ Python tracker <http://bugs.python.org/issue9350> ___ ___ Python-bug

[issue1446619] extended slice behavior inconsistent with docs

2014-06-16 Thread Mark Lawrence
Mark Lawrence added the comment: The attached patch is simple enough, surely it's a simple decision as to whether or not to commit it? -- nosy: +BreamoreBoy versions: +Python 3.4, Python 3.5 -Python 3.2, Python 3.3 ___ Python tracker

[issue11695] Improve argparse usage/help customization

2014-06-16 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: +paul.j3 versions: +Python 2.7, Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/issue11695> ___ ___ Pytho

[issue11176] give more meaningful argument names in argparse documentation

2014-06-16 Thread Mark Lawrence
Mark Lawrence added the comment: If we've got some meaningful changes can we please get them committed. However I'd like to state that with over 4000 issues open we've got better things to do than change docs because somebody doesn't like the use of foo, bar

[issue4887] environment inspection and manipulation API is buggy, inconsistent with "Python philosophy" for wrapping native APIs

2014-06-17 Thread Mark Lawrence
Mark Lawrence added the comment: Good as 2.7 is in support until 2020. -- versions: +Python 2.7, Python 3.5 ___ Python tracker <http://bugs.python.org/issue4

[issue11100] test_fdopen: close failed in file object destructor

2014-06-17 Thread Mark Lawrence
Mark Lawrence added the comment: I'm assuming that this is no longer an issue as we're now at Python 2.7.7 and Solaris 11. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.o

[issue10612] StopTestRun exception to halt test run

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

[issue10746] ctypes c_long & c_bool have incorrect PEP-3118 type codes

2014-06-17 Thread Mark Lawrence
Mark Lawrence added the comment: Could someone do a patch review on this please. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue10

[issue10608] Add a section to Windows FAQ explaining os.symlink

2014-06-17 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 2.7, Python 3.4, Python 3.5 -Python 3.2 ___ Python tracker <http://bugs.python.org/issue10608> ___ ___ Python-bug

[issue10595] Adding a syslog.conf reader in syslog

2014-06-17 Thread Mark Lawrence
Mark Lawrence added the comment: I'm assuming that this can go into 2.7 and 3.5 if anybody is prepared to work on a patch. -- nosy: +BreamoreBoy versions: +Python 2.7, Python 3.5 -Python 3.2, Python 3.3 ___ Python tracker <http://bugs.py

[issue10582] PyErr_PrintEx exits silently when passed SystemExit exception

2014-06-17 Thread Mark Lawrence
Mark Lawrence added the comment: @Marc please accept our apologies for having missed this. Can you still reproduce the problem? -- nosy: +BreamoreBoy versions: +Python 2.7, Python 3.4, Python 3.5 -Python 2.6 ___ Python tracker <h

[issue9248] multiprocessing.pool: Proposal: "waitforslot"

2014-06-17 Thread Mark Lawrence
Mark Lawrence added the comment: Could somebody please review the attached patch. -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/issue9

[issue6682] Default traceback does not handle PEP302 loaded modules

2014-06-17 Thread Mark Lawrence
Mark Lawrence added the comment: Who is best placed to look at an issue about import hooks and default tracebacks? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue6

[issue9191] winreg.c:Reg2Py() may leak memory (in unusual circumstances)

2014-06-17 Thread Mark Lawrence
Mark Lawrence added the comment: Can somebody answer the question about PyMem versus malloc/free functions. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue9

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

2014-06-17 Thread Mark Lawrence
Mark Lawrence added the comment: The important line from the link in msg122717 is :- mswindows = (sys.platform == "win32" or (sys.platform == "cli" and os.name == 'nt')) so +1 from me unless someone can show one or more problems with it.

[issue9499] Python C/API Execution namespace undocumented. (patch included)

2014-06-17 Thread Mark Lawrence
Mark Lawrence added the comment: Can somebody review this small patch please. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue9499> ___ ___

[issue8997] Write documentation for codecs.readbuffer_encode()

2014-06-17 Thread Mark Lawrence
Mark Lawrence added the comment: Slipped under the radar? -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.2 ___ Python tracker <http://bugs.python.org/issue8

[issue9698] When reusing an handler, urllib(2)'s digest authentication fails after multiple regative replies

2014-06-17 Thread Mark Lawrence
Mark Lawrence added the comment: Could we have a response to this please as a way to reproduce the problem is given in the attached patch and a suggested solution is inline. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue9

[issue9714] urllib2 digest authentication doesn't work when connecting to a Catalyst server.

2014-06-17 Thread Mark Lawrence
Mark Lawrence added the comment: Could we have a response to this problem please. -- nosy: +BreamoreBoy versions: +Python 3.4, Python 3.5 -Python 3.1, Python 3.2 ___ Python tracker <http://bugs.python.org/issue9

[issue9727] Add callbacks to be invoked when locale changes

2014-06-17 Thread Mark Lawrence
Mark Lawrence added the comment: @Nick is this something you'd like to pick up on, and are there any other Windows gurus who should be added to the nosy list? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/i

[issue9770] curses.isblank function doesn't match ctype.h

2014-06-17 Thread Mark Lawrence
Mark Lawrence added the comment: The problem and fix are simple but who is best placed to take a look at this? -- nosy: +BreamoreBoy versions: +Python 3.4, Python 3.5 -Python 3.1, Python 3.2 ___ Python tracker <http://bugs.python.org/issue9

[issue9976] Make TestCase._formatMessage public

2014-06-17 Thread Mark Lawrence
Mark Lawrence added the comment: Slipped under the radar? -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.2 ___ Python tracker <http://bugs.python.org/issue9

[issue10009] Automated MSI installation does not work

2014-06-17 Thread Mark Lawrence
Mark Lawrence added the comment: Can we close this as "out of date" as we're already working on msi for 3.5? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.pyt

[issue10136] kill_python doesn't work with short path

2014-06-17 Thread Mark Lawrence
Mark Lawrence added the comment: Can somebody review the attached patch please. -- nosy: +BreamoreBoy versions: +Python 3.4, Python 3.5 -Python 3.1, Python 3.2 ___ Python tracker <http://bugs.python.org/issue10

[issue10170] Relationship between turtle speed setting and actual speed is not documented

2014-06-17 Thread Mark Lawrence
Mark Lawrence added the comment: IIRC somebody has been working on the turtle code and/or docs recently, if I'm correct presumably they could pick this issue up? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/is

[issue10310] signed:1 bitfields rarely make sense

2014-06-17 Thread Mark Lawrence
Mark Lawrence added the comment: Could we have a patch review on this please. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue10310> ___ ___

[issue12144] cookielib.CookieJar.make_cookies fails for cookies with 'expires' set

2014-06-17 Thread Mark Lawrence
Mark Lawrence added the comment: Can someone review the patch please. -- nosy: +BreamoreBoy versions: +Python 3.4, Python 3.5 -Python 3.2, Python 3.3 ___ Python tracker <http://bugs.python.org/issue12

[issue5550] [urllib.request]: Comparison of HTTP headers should be insensitive to the case

2014-06-17 Thread Mark Lawrence
Mark Lawrence added the comment: @Karl do you intend following up on this issue? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue5

[issue12455] urllib2 forces title() on header names, breaking some requests

2014-06-17 Thread Mark Lawrence
Mark Lawrence added the comment: @Karl do you intend following up on this issue? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue12

[issue10381] Add timezone support to datetime C API

2014-06-17 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 3.5 -Python 3.2 ___ Python tracker <http://bugs.python.org/issue10381> ___ ___ Python-bugs-list mailing list Unsub

[issue10850] inconsistent behavior concerning multiprocessing.manager.BaseManager._Server

2014-06-17 Thread Mark Lawrence
Mark Lawrence added the comment: Can we have a response to this please. -- components: +Extension Modules -None nosy: +BreamoreBoy, sbt versions: +Python 2.7, Python 3.4, Python 3.5 -Python 3.2 ___ Python tracker <http://bugs.python.org/issue10

[issue9034] datetime module should use int32_t for date/time components

2014-06-17 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/issue9034> ___ ___ Python-bugs-list mailing list Unsub

[issue10933] Tracing disabled when a recursion error is triggered (even if properly handled)

2014-06-17 Thread Mark Lawrence
Mark Lawrence added the comment: Can we have a response to this please. -- nosy: +BreamoreBoy versions: +Python 2.7, Python 3.4, Python 3.5 -Python 2.6, Python 3.1 ___ Python tracker <http://bugs.python.org/issue10

[issue11142] xmlrpclib.ServerProxy with verbosity produces bad output

2014-06-17 Thread Mark Lawrence
Mark Lawrence added the comment: I'm assuming that this is classed as an enhancement request and not a bug. -- nosy: +BreamoreBoy, loewis type: -> enhancement versions: +Python 3.5 -Python 2.7 ___ Python tracker <http://bugs.python.org

[issue11191] test_search_cpp error on AIX (with xlc)

2014-06-17 Thread Mark Lawrence
Mark Lawrence added the comment: After three years can we close this test failure as "out of date"? -- nosy: +BreamoreBoy type: -> behavior ___ Python tracker <http://bugs.pytho

[issue11195] next fixer fooled by trailing characters

2014-06-17 Thread Mark Lawrence
Changes by Mark Lawrence : -- title: next fixer fooled by trailing cheracters -> next fixer fooled by trailing characters type: -> behavior versions: +Python 2.7, Python 3.4, Python 3.5 -Python 3.1 ___ Python tracker <http://bugs.p

[issue11267] asyncore does not check for POLLERR and POLLHUP if neither readable nor writable

2014-06-17 Thread Mark Lawrence
Mark Lawrence added the comment: I'm assuming that any work on this is unlikely as asyncore is deprecated in favour of asyncio. -- nosy: +BreamoreBoy, giampaolo.rodola versions: +Python 3.4, Python 3.5 -Python 2.6, Python 2.7, Python 3.2, Python

[issue11429] ctypes is highly eclectic in its raw-memory support

2014-06-17 Thread Mark Lawrence
Mark Lawrence added the comment: Your opinions please gentlemen. -- nosy: +BreamoreBoy, amaury.forgeotdarc, belopolsky, meador.inge versions: +Python 3.5 -Python 3.2 ___ Python tracker <http://bugs.python.org/issue11

[issue11430] can't change the sizeof a Structure that doesn't own its buffer

2014-06-17 Thread Mark Lawrence
Mark Lawrence added the comment: Your opinions please folks. -- nosy: +BreamoreBoy, amaury.forgeotdarc, belopolsky, meador.inge versions: +Python 3.5 -Python 3.2 ___ Python tracker <http://bugs.python.org/issue11

[issue11511] Proposal for exposing proxy bypass settings in ProxyHandler

2014-06-17 Thread Mark Lawrence
Mark Lawrence added the comment: Can we have a patch review on this please. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue11511> ___ ___

[issue11580] Add width and precision formatters to PyBytes_FromFormatV()

2014-06-17 Thread Mark Lawrence
Mark Lawrence added the comment: Can we have a patch review please. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue11580> ___ ___ Python-bug

[issue11601] UnixCCompiler always uses compiler_so, not compiler

2014-06-17 Thread Mark Lawrence
Mark Lawrence added the comment: Can we have an answer to the question given in msg131355 please? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue11

[issue1571878] Improvements to socket module exceptions

2014-06-17 Thread Mark Lawrence
Mark Lawrence added the comment: Is this the type of change that PEP3151 was aimed at? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue1571

[issue11736] windows installers ssl module / openssl broken for some sites

2014-06-17 Thread Mark Lawrence
Mark Lawrence added the comment: I don't recall any recent reports of this problem so think this can be closed as "out of date"? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.pyt

[issue1576313] os.execvp[e] on win32 fails for current directory

2014-06-18 Thread Mark Lawrence
Mark Lawrence added the comment: I'd intended to write a patch but got confused as msg51241 talks about "execlp() in msvcrt" but execlp is in the os module. Please advise. -- nosy: +BreamoreBoy ___ Python tracker <http

[issue3485] os.path.normcase documentation/behaviour unclear on Mac OS X

2014-06-18 Thread Mark Lawrence
Mark Lawrence added the comment: Is this or could this be addressed via the new pathlib module? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue3

[issue21808] 65001 code page not supported

2014-06-19 Thread Mark Lawrence
Mark Lawrence added the comment: See also Issue20574. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue21808> ___ ___ Python-bugs-list mailin

[issue1576313] os.execvp[e] on win32 fails for current directory

2014-06-19 Thread Mark Lawrence
Mark Lawrence added the comment: The patch deliberately says Windows msvcrt to distinguish it from the Python module of the same name. -- Added file: http://bugs.python.org/file35690/Issue1576313.diff ___ Python tracker <http://bugs.python.

[issue11352] Update cgi module doc

2014-06-19 Thread Mark Lawrence
Mark Lawrence added the comment: @Pierre can you submit a clean patch as requested in msg214267? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue11

[issue9739] Output of help(...) is wider than 80 characters

2014-06-19 Thread Mark Lawrence
Mark Lawrence added the comment: @Terry is this something you could take on? -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.2 ___ Python tracker <http://bugs.python.org/issue9

[issue18017] ctypes.PyDLL documentation

2014-06-19 Thread Mark Lawrence
Mark Lawrence added the comment: @Marc can you prepare a patch for this issue? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue18

[issue16272] C-API documentation clarification for tp_dictoffset

2014-06-19 Thread Mark Lawrence
Mark Lawrence added the comment: @Chris can you prepare a patch for this? -- nosy: +BreamoreBoy versions: -Python 2.6, Python 3.1, Python 3.2, Python 3.3 ___ Python tracker <http://bugs.python.org/issue16

[issue18612] More elaborate documentation on how list comprehensions and generator expressions relate to each other

2014-06-19 Thread Mark Lawrence
Mark Lawrence added the comment: Both list comprehension and generator expression are defined in the glossary https://docs.python.org/3/glossary.html, so what else can be done? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.

[issue18669] curses.chgat() moves cursor, documentation says it shouldn't

2014-06-19 Thread Mark Lawrence
Mark Lawrence added the comment: Can we have a comment on this please. -- nosy: +BreamoreBoy versions: -Python 2.6, Python 3.1, Python 3.2, Python 3.3 ___ Python tracker <http://bugs.python.org/issue18

[issue18588] timeit examples should be consistent

2014-06-19 Thread Mark Lawrence
Mark Lawrence added the comment: @Steven you're into timeit, do you have anything to add here? -- nosy: +BreamoreBoy, steven.daprano ___ Python tracker <http://bugs.python.org/is

[issue18703] To change the doc of html/faq/gui.html

2014-06-19 Thread Mark Lawrence
Mark Lawrence added the comment: It looks as if there's nothing to be done here, is that correct? -- nosy: +BreamoreBoy versions: -Python 3.1, Python 3.2, Python 3.3 ___ Python tracker <http://bugs.python.org/is

[issue6673] Uncaught comprehension SyntaxError eats up all memory

2014-06-19 Thread Mark Lawrence
Mark Lawrence added the comment: Assuming that documentation changes are needed, who's best placed to do them? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/i

[issue20068] collections.Counter documentation leaves out interesting usecase

2014-06-19 Thread Mark Lawrence
Mark Lawrence added the comment: I'm -0 on this as it seems to be six of one, half a dozen of the other, but I don't get the final say :) -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.o

[issue9972] PyGILState_XXX missing in Python builds without threads

2014-06-19 Thread Mark Lawrence
Mark Lawrence added the comment: Can somebody check to see if this is still a problem, I've only got a Windows PC. -- nosy: +BreamoreBoy type: -> behavior versions: +Python 3.4, Python 3.5 -Python 3.2, Python 3.3 ___ Python tracke

[issue6133] LOAD_CONST followed by LOAD_ATTR can be optimized to just be a LOAD_CONST

2014-06-19 Thread Mark Lawrence
Mark Lawrence added the comment: Given the last two comments can this be closed as won't fix? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/i

[issue8502] support plurals in pygettext

2014-06-19 Thread Mark Lawrence
Mark Lawrence added the comment: Patch has been applied so this can be closed. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue8502> ___ ___

[issue20957] test_smptnet Fail instead of Skip if SSL-port is unavailable

2014-06-19 Thread Mark Lawrence
Mark Lawrence added the comment: Can somebody review the attached patch please. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue20

[issue13102] xml.dom.minidom does not support default namespaces

2014-06-19 Thread Mark Lawrence
Mark Lawrence added the comment: >From the statement in msg144927 this can be closed as "not a bug". -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.pytho

[issue10978] Add optional argument to Semaphore.release for releasing multiple threads

2014-06-19 Thread Mark Lawrence
Mark Lawrence added the comment: Seems good to proceed as there are no dissenters. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue10

[issue9148] os.execve puts process to background on windows

2014-06-19 Thread Mark Lawrence
Mark Lawrence added the comment: I've changed the nosy list according to the experts index for the os module and Windows, sorry if I've named anyone I shouldn't have. -- nosy: +BreamoreBoy, loewis, steve.dower, tim.golden, zach.ware ___

[issue19415] test_gdb fails when using --without-doc-strings on Fedora 19

2014-06-19 Thread Mark Lawrence
Mark Lawrence added the comment: @Nick/Dave, any comment on this problem? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue19415> ___ ___

[issue17062] An os.walk inspired replacement for pkgutil.walk_packages

2014-06-19 Thread Mark Lawrence
Mark Lawrence added the comment: Could somebody review the attached patch please. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue17

[issue20254] Duplicate bytearray test on test_socket.py

2014-06-19 Thread Mark Lawrence
Mark Lawrence added the comment: Could somebody review the simple patch please. -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/issue20

[issue20446] ipaddress: hash similarities for ipv4 and ipv6

2014-06-19 Thread Mark Lawrence
Mark Lawrence added the comment: Can someone comment on this issue please. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue20446> ___ ___

<    7   8   9   10   11   12   13   14   15   16   >