[issue12602] Missing cross-references in Doc/using

2014-07-05 Thread Mark Lawrence
Changes by Mark Lawrence : -- type: -> behavior versions: +Python 3.4, Python 3.5 -Python 3.2, Python 3.3 ___ Python tracker <http://bugs.python.org/issu

[issue1565071] update Lib/plat-linux2/IN.py

2014-07-05 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 3.4, Python 3.5 -Python 3.2, Python 3.3 ___ Python tracker <http://bugs.python.org/issue1565071> ___ ___ Python-bug

[issue1011113] Make “install” find the build_base directory

2014-07-05 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/issue1011

[issue9571] argparse: Allow the use of -- to break out of nargs and into subparser

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

[issue10190] Can argparse._AttributeHolder._get_kwargs become a public API?

2014-07-05 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: +paul.j3 ___ Python tracker <http://bugs.python.org/issue10190> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue6253] optparse.OptionParser.get_usage uses wrong formatter

2014-07-05 Thread Mark Lawrence
Mark Lawrence added the comment: Is it worth leaving this open as optparse was deprecated in 2.7 in favour of argparse? -- components: +Library (Lib) -Extension Modules nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue6

[issue20554] Use specific asserts in optparse test

2014-07-05 Thread Mark Lawrence
Mark Lawrence added the comment: I don't object to these changes but I don't see much sense in them as optparse has been deprecated since 2.7/3.2. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.o

[issue21852] Fix optparse in unicodeless build

2014-07-05 Thread Mark Lawrence
Mark Lawrence added the comment: I don't see much point to this as optparse has been deprecated in 2.7. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/is

[issue10766] optparse uses %s in gettext calls

2014-07-05 Thread Mark Lawrence
Mark Lawrence added the comment: I don't see much point doing any work with optparse as it's deprecated. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.o

[issue2403] Add figleaf coverage metrics

2014-07-05 Thread Mark Lawrence
Mark Lawrence added the comment: As there have been no replies to msg213358 can someone close this please. -- nosy: +BreamoreBoy status: pending -> open versions: +Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/iss

[issue19608] devguide needs pictures

2014-07-05 Thread Mark Lawrence
Mark Lawrence added the comment: Please close this. -- nosy: +BreamoreBoy status: pending -> open ___ Python tracker <http://bugs.python.org/issue19608> ___ _

[issue12523] 'str' object has no attribute 'more' [/usr/lib/python3.2/asynchat.py|initiate_send|245]

2014-07-06 Thread Mark Lawrence
Mark Lawrence added the comment: Just close this as asynchat is deprecated from 3.2. -- ___ Python tracker <http://bugs.python.org/issue12523> ___ ___ Python-bug

[issue10374] distutils[2] should recreate scripts in the build tree

2014-07-06 Thread Mark Lawrence
Mark Lawrence added the comment: I always find distutils anything but easy :) -- components: -Distutils2 nosy: +BreamoreBoy, dstufft versions: +Python 3.4, Python 3.5 -3rd party, Python 2.7, Python 3.2, Python 3.3 ___ Python tracker <h

[issue16438] Numeric operator predecence confusing

2014-07-06 Thread Mark Lawrence
Mark Lawrence added the comment: I find the numeric operator predecence simply wrong, not confusing, so +1 from me for applying the attached patch from ktt3ja. It's as simple as possible but no simpler :) -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.2, Pytho

[issue1565071] update Lib/plat-linux2/IN.py

2014-07-06 Thread Mark Lawrence
Mark Lawrence added the comment: Related issues via #12619 include #3990 and #19554. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue1565

[issue4256] argparse: provide a simple way to get a programmatically useful list of options

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

[issue6114] distutils build_ext path comparison only based on strings

2014-07-06 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/issue6

[issue20135] FAQ need list mutation answers

2014-07-06 Thread Mark Lawrence
Mark Lawrence added the comment: +1 from me, I thought it was crystal clear. -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/issue20

[issue1660009] continuing problem with httplib multiple set-cookie headers

2014-07-06 Thread Mark Lawrence
Mark Lawrence added the comment: msg179391 states this is fixed in Python 3 so we can close this as "out of date". -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org

[issue1610654] cgi.py multipart/form-data

2014-07-06 Thread Mark Lawrence
Mark Lawrence added the comment: @Hynek could you port the patch as you've shown some interest in it? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issu

[issue614557] LookupError etc. need API to get the key

2014-07-06 Thread Mark Lawrence
Mark Lawrence added the comment: See also #18156, #18163, #18165 and #18166, possibly others? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue614

[issue20187] The Great Argument Clinic Conversion Derby Meta-Issue

2014-07-06 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue20187> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue10289] Document magic methods called by built-in functions

2014-07-07 Thread Mark Lawrence
Mark Lawrence added the comment: Could #15436 "__sizeof__ is not documented" also be covered by this? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.o

[issue10583] Encoding issue with chm help in 2.7.1

2014-07-07 Thread Mark Lawrence
Mark Lawrence added the comment: I don't see this in 3.4.1. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue10583> ___ ___ Python-bugs-l

[issue20513] Python 2.7. Script interruption on logoff from 0 session under Win2003 and earlier

2014-07-08 Thread Mark Lawrence
Mark Lawrence added the comment: Looking at PEP 11 and this http://support.microsoft.com/lifecycle/?c2=1163 it seems to depend on which service pack you've got as to whether or not Win2003 is supported by 2.7. Can one of our Windows gurus take a look please, it's as clear as

[issue15011] Change Scripts to bin on Windows

2014-07-08 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: +steve.dower, zach.ware versions: +Python 3.5 -Python 3.4 ___ Python tracker <http://bugs.python.org/issue15011> ___ ___ Pytho

[issue20587] sqlite3 converter not being called

2014-07-09 Thread Mark Lawrence
Mark Lawrence added the comment: Can somebody try my code on 2.7 as I don't run it anymore. You'll probably have to undo the str => bytes dance I've just performed. Any reason why the default convertors and adapters described here https://docs.python.org/2/library/sq

[issue9624] Error 2755, "failure to find drive" when installing Python

2014-07-09 Thread Mark Lawrence
Mark Lawrence added the comment: I don't see any evidence that this is actually a Python problem. There has been no response to msg115080. What do we do? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/i

[issue2233] Makefile.pre.in contains extra slash before $(DESTDIR) which can cause Cygwin build to fail

2014-07-09 Thread Mark Lawrence
Mark Lawrence added the comment: Is this still a problem with cygwin? -- nosy: +BreamoreBoy versions: +Python 3.4, Python 3.5 -Python 3.1, Python 3.2 ___ Python tracker <http://bugs.python.org/issue2

[issue9055] test_issue_8959_b fails when run from a service

2014-07-09 Thread Mark Lawrence
Mark Lawrence added the comment: I think this can be closed as fixed/resolved, am I correct? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue9

[issue9745] MSVC .pdb files not created by python 2.7 distutils

2014-07-09 Thread Mark Lawrence
Mark Lawrence added the comment: /pdb:None is still set in msvc9compiler.py. Does this need changing in this file, or a more modern equivalent, so that symbols can be loaded in the debugger? -- nosy: +BreamoreBoy versions: +Python 3.4, Python 3.5 -Python 3.1, Python 3.2

[issue7182] For non-debug builds, the cygwinccompiler.py should define NDEBUG

2014-07-09 Thread Mark Lawrence
Mark Lawrence added the comment: I think this is a bug but on the other hand I found msg94327 extremely confusing. Would someone like to clarify the situation. -- nosy: +BreamoreBoy type: -> behavior versions: +Python 3.4, Python 3.5 -Python 3.1, Python

[issue9782] _multiprocessing.c warnings under 64-bit Windows

2014-07-09 Thread Mark Lawrence
Mark Lawrence added the comment: I'd assume that these were cleared years ago. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue9782> ___ ___

[issue9937] _winreg.EnumValue causes MemoryError

2014-07-09 Thread Mark Lawrence
Mark Lawrence added the comment: Does anyone wish to follow this up as I no longer run 2.7? -- nosy: +BreamoreBoy versions: +Python 3.4, Python 3.5 -Python 3.1, Python 3.2 ___ Python tracker <http://bugs.python.org/issue9

[issue1005895] curses for win32

2014-07-09 Thread Mark Lawrence
Mark Lawrence added the comment: Is this worth pursuing as https://docs.python.org/3/howto/curses.html states "The Windows version of Python doesn’t include the curses module. A ported version called UniCurses is available" ? This is available at https://pypi.python.org/pypi

[issue9423] Error in urllib2.do_open(self, http_class, req)

2014-07-09 Thread Mark Lawrence
Mark Lawrence added the comment: @Lyle can we follow up with anything on this issue? If no as originator could you close it please. -- nosy: +BreamoreBoy versions: +Python 2.7, Python 3.4, Python 3.5 -Python 2.6 ___ Python tracker <h

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

2014-07-09 Thread Mark Lawrence
Mark Lawrence added the comment: Can someone please confirm whether or not this is still an issue in either 2.7.x or 3.4.y. -- nosy: +BreamoreBoy versions: +Python 2.7, Python 3.4, Python 3.5 -Python 3.2 ___ Python tracker <http://bugs.python.

[issue1116520] Prefix search is filesystem-centric

2014-07-09 Thread Mark Lawrence
Mark Lawrence added the comment: Is this something that we could get into 3.5? -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/issue1116

[issue2445] Use The CygwinCCompiler Under Cygwin

2014-07-09 Thread Mark Lawrence
Mark Lawrence added the comment: >From msg194383 issues #18633, #18634 and #18654 are linked to this so is >anybody up for providing a patch so that we can take this forward. See also >#4032. -- nosy: +BreamoreBoy ___ Python track

[issue9745] MSVC .pdb files not created by python 2.7 distutils

2014-07-09 Thread Mark Lawrence
Mark Lawrence added the comment: /pdb:None is referenced on #4214. As there is more detail on that issue I recommend that this is closed. -- ___ Python tracker <http://bugs.python.org/issue9

[issue9745] MSVC .pdb files not created by python 2.7 distutils

2014-07-09 Thread Mark Lawrence
Mark Lawrence added the comment: Yes, close this as a duplicate. I'll put up a patch on #4214. -- ___ Python tracker <http://bugs.python.org/issue9745> ___ ___

[issue4214] no extension debug info with msvc9compiler.py

2014-07-09 Thread Mark Lawrence
Mark Lawrence added the comment: Patch is against default. The entire distutils test suite ran okay. Would someone like to try this in the real world please. -- components: -Distutils2 keywords: +patch nosy: +BreamoreBoy, dstufft versions: +Python 3.4, Python 3.5 -3rd party, Python

[issue19450] Bug in sqlite in Windows binaries

2014-07-09 Thread Mark Lawrence
Mark Lawrence added the comment: FYI 3.4.0 Windows was shipped with SQLite 3.8.3.1 see #20465. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue19

[issue19715] test_touch_common failure under Windows

2014-07-09 Thread Mark Lawrence
Mark Lawrence added the comment: #19727 is fixed so do we need issues for "the precision loss in pytime.c" from msg204062 and the analysis in msg204148 ? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.o

[issue2889] curses for windows (alternative patch)

2014-07-09 Thread Mark Lawrence
Mark Lawrence added the comment: Can this be closed as curses binaries for Python 2.5, 2.6, 2.7, 3.1, 3.2, 3.3 and 3.4, win32 and win-amd64, are available at <http://www.lfd.uci.edu/~gohlke/pythonlibs/#curses>, plus there is also https://pypi.python.org/pypi/UniCurses/1.2 ? -

[issue18887] test_multiprocessing.test_connection failure on Python 2.7

2014-07-09 Thread Mark Lawrence
Mark Lawrence added the comment: Presumably out of date. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue18887> ___ ___ Python-bugs-list m

[issue1294959] Problems with /usr/lib64 builds.

2014-07-09 Thread Mark Lawrence
Mark Lawrence added the comment: Is there agreement on what needs doing here? I'd like to see this into 3.5 before it reaches its 10th birthday :) -- nosy: +BreamoreBoy versions: +Python 3.4, Python 3.5 -Python 3.2, Python 3.3 ___ Python tr

[issue6377] distutils compiler switch ignored

2014-07-09 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 3.4, Python 3.5 -Python 3.1 ___ Python tracker <http://bugs.python.org/issue6377> ___ ___ Python-bugs-list mailin

[issue2437] Distutils runtime_library_dirs broken on Windows

2014-07-09 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 3.4, Python 3.5 -Python 3.1, Python 3.2 ___ Python tracker <http://bugs.python.org/issue2437> ___ ___ Python-bug

[issue4032] distutils cannot recognize ".dll.a" as library on cygwin

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

[issue11361] suggestion for os.kill(pid,CTRL_C_EVENT) in tests

2014-07-09 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 3.4, Python 3.5 -Python 3.2, Python 3.3 ___ Python tracker <http://bugs.python.org/issue11361> ___ ___ Python-bug

[issue11077] Tkinter is not thread safe

2014-07-09 Thread Mark Lawrence
Mark Lawrence added the comment: Is this still an issue with 2.7.8 which has presumably had more fixes since 2.7.6? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue11

[issue1252236] Simplying Tkinter's event loop

2014-07-09 Thread Mark Lawrence
Mark Lawrence added the comment: I've just asked for an update on #11077 . -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.2 ___ Python tracker <http://bugs.python.org/issu

[issue19650] test_multiprocessing_spawn.test_mymanager_context() crashed with STATUS_ACCESS_VIOLATION

2014-07-10 Thread Mark Lawrence
Mark Lawrence added the comment: Can this be reproduced or can this be closed as out of date? -- nosy: +BreamoreBoy type: -> crash versions: +Python 3.4, Python 3.5 ___ Python tracker <http://bugs.python.org/issu

[issue19283] Need support to avoid Windows CRT compatibility issue.

2014-07-10 Thread Mark Lawrence
Mark Lawrence added the comment: Is there a specific Python question here? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue19283> ___ ___

[issue12939] Add new io.FileIO using the native Windows API

2014-07-10 Thread Mark Lawrence
Mark Lawrence added the comment: It strikes me as far more sense to use the native API so how do we take this forward, formal patch review, put it on pypi, or what? -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.4 ___ Python tracker <h

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

2014-07-10 Thread Mark Lawrence
Mark Lawrence added the comment: You need VS 2010 to build 3.3 see https://docs.python.org/devguide/setup.html#windows -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue11

[issue14750] Tkinter application doesn't run from source build on Windows

2014-07-10 Thread Mark Lawrence
Mark Lawrence added the comment: Presumably out of date as we're now on 3.5. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue14750> ___ ___

[issue14802] Python fails to compile with VC11 ARM configuration

2014-07-10 Thread Mark Lawrence
Mark Lawrence added the comment: Can we close this due to the extensive work being done by Steve and Zach on the Windows build environment that I believe are covered by other issues? -- nosy: +BreamoreBoy, steve.dower, zach.ware versions: +Python 3.5 -Python 3.4

[issue8304] strftime and Unicode characters

2014-07-10 Thread Mark Lawrence
Mark Lawrence added the comment: Using 3.4.1 and 3.5.0 I get:- time.strftime("%d\u200F%A", time.gmtime()) Traceback (most recent call last): File "", line 1, in UnicodeEncodeError: 'locale' codec can't encode character '\u200f' in positi

[issue9445] Fix undefined symbol errors on VS8.0 build

2014-07-10 Thread Mark Lawrence
Mark Lawrence added the comment: I believe that this specific issue can be closed but is a follow up needed regarding problems mentioned in msg114084 ? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue9

[issue20366] SQLite FTS (full text search)

2014-07-10 Thread Mark Lawrence
Mark Lawrence added the comment: "SQLite FTS3 and FTS4 Extensions" here http://www.sqlite.org/fts3.html -- nosy: +BreamoreBoy, steve.dower ___ Python tracker <http://bugs.python.o

[issue16229] Demo *redemo.py* lacking in Windows installation

2014-07-10 Thread Mark Lawrence
Mark Lawrence added the comment: I have Tools\demo in my cpython default from Mercurial but not under 3.4.1 from the msi file downloaded from python.org. -- nosy: +BreamoreBoy, steve.dower, zach.ware type: -> behavior versions: +Python 3.5 -Python 3.2, Python

[issue10722] IDLE's subprocess didnit make connection ..... Python 2.7

2014-07-10 Thread Mark Lawrence
Mark Lawrence added the comment: This should be closed as a duplicate of #14576. There is far more data on that issue and it refers to problems with 3.x. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue10

[issue13081] Crash in Windows with unknown cause

2014-07-10 Thread Mark Lawrence
Changes by Mark Lawrence : -- assignee: -> docs@python components: +Documentation -Windows nosy: +docs@python ___ Python tracker <http://bugs.python.org/issu

[issue15418] 2to3 docs should mention setup.py fixes required to install compatible packages in Python 3

2014-07-10 Thread Mark Lawrence
Mark Lawrence added the comment: I disagree with this on two grounds. First 2to3 can be run by anybody needing it, not just from setup.py. Second the recommended mechanism for writing new code is to use libraries such as six so that the one code base can run on 2 and 3. -- nosy

[issue15856] inspect.getsource(SomeClass) doesn't show @decorators

2014-07-10 Thread Mark Lawrence
Mark Lawrence added the comment: @Thomas sorry about the delay in getting back to you. -- nosy: +BreamoreBoy, yselivanov versions: +Python 3.4, Python 3.5 -Python 3.2 ___ Python tracker <http://bugs.python.org/issue15

[issue14714] PEP 414 tokenizing hook does not preserve tabs

2014-07-10 Thread Mark Lawrence
Mark Lawrence added the comment: PEP 414 is "Explicit Unicode Literal for Python 3.3" so I've no idea where the part about "tokenizing hook" comes from. msg159865 refers to tabs in Django source and gives an example, then talks about "your GitHub repo where yo

[issue15105] curses: wrong indentation

2014-07-10 Thread Mark Lawrence
Mark Lawrence added the comment: @vjp sorry about the delay in getting back to you :( Anyone with curses knowledge who can comment on this please, I'm sorry I'm on Windows. -- nosy: +BreamoreBoy ___ Python tracker <http://bu

[issue15127] Supressing warnings with -w "whether gcc supports ParseTuple"

2014-07-10 Thread Mark Lawrence
Mark Lawrence added the comment: @Samuel sorry about the delay in getting back to you :( Can we have a comment on this please. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue15

[issue15257] Misc/.gdbinit:pystack is too brittle

2014-07-10 Thread Mark Lawrence
Mark Lawrence added the comment: I'm assuming that we need a patch review on this, sadly it means nothing to me. -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.2, Python 3.3 ___ Python tracker <http://bugs.python.org/is

[issue9102] pybench: Cannot compare 2.x and 3.x benchmarks

2014-07-10 Thread Mark Lawrence
Mark Lawrence added the comment: @Alexander do you want to pick this up again? -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/issue9

[issue15626] unittest.main negates -bb option and programmatic warning configuration

2014-07-10 Thread Mark Lawrence
Mark Lawrence added the comment: The behaviour is still the same for 3.4.1 and 3.5.0a0 on Windows 7. -- components: +Tests nosy: +BreamoreBoy versions: +Python 3.4, Python 3.5 -Python 3.2, Python 3.3 ___ Python tracker <http://bugs.python.

[issue5879] multiprocessing - example "pool of http servers " fails on windows "socket has no attribute fromfd"

2014-07-10 Thread Mark Lawrence
Mark Lawrence added the comment: Unfortunately #1378 refers to r59004 which is incorrect. I can't find (due to my limited skill set :( where and when fromfd was included in the Python builds for Windows. If that can be found and if somebody is prepared to do a backport then this c

[issue9524] Document CTRL_C_EVENT and CTRL_BREAK_EVENT usage on Windows

2014-07-10 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 3.4, Python 3.5 -Python 3.2 ___ Python tracker <http://bugs.python.org/issue9524> ___ ___ Python-bugs-list mailin

[issue1708316] doctest work with Windows PyReadline

2014-07-10 Thread Mark Lawrence
Mark Lawrence added the comment: http://mail.scipy.org/pipermail/ipython-user/2007-April/004299.html talks about a patch to work around this problem. I think this is what the originator is talking about in msg99887 as in "Since I only use the supported version of pyreadline, the err

[issue7877] Iterators over _winreg EnumKey and EnumValue results

2014-07-10 Thread Mark Lawrence
Mark Lawrence added the comment: @Zach any interest in this? -- nosy: +BreamoreBoy, zach.ware versions: +Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/issue7

[issue17056] Support Visual Studio 2012

2014-07-10 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: +steve.dower, tim.golden, zach.ware versions: +Python 3.5 -Python 3.4 ___ Python tracker <http://bugs.python.org/issue17

[issue8849] python.exe problem with cvxopt

2014-07-10 Thread Mark Lawrence
Mark Lawrence added the comment: I can't see how we can pursue this as the minimum Python version for cvxopt is now 2.7 and we don't know what version of cvxopt was originally involved. -- nosy: +BreamoreBoy ___ Python trac

[issue11470] Flag inappropriate uses of callable class attributes

2014-07-10 Thread Mark Lawrence
Mark Lawrence added the comment: This issue is referred to from #11455. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue11470> ___ ___ Pytho

[issue14714] PEP 414 tokenizing hook does not preserve tabs

2014-07-11 Thread Mark Lawrence
Mark Lawrence added the comment: What are the Python core developers meant to do with this issue? How does a piece of code on github relate to the core Python code in Mercurial? -- ___ Python tracker <http://bugs.python.org/issue14

[issue11455] issue a warning when populating a CPython type dict with non-string keys

2014-07-11 Thread Mark Lawrence
Mark Lawrence added the comment: The patch is short and sweet. Assuming it is acceptable do we commit or don't we? See also the reference to #11470 in msg132032. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/is

[issue13574] refresh example in doc for Extending and Embedding

2014-07-11 Thread Mark Lawrence
Mark Lawrence added the comment: https://docs.python.org/3/extending/newtypes.html still refers to PyInstanceObject, I'm sorry but I've no idea what the replacement is called, so I'll leave this to someone in the know. -- nosy: +BreamoreBoy versions: +Python 3.5 -Pyt

[issue15577] Real argc and argv in embedded interpreter

2014-07-11 Thread Mark Lawrence
Mark Lawrence added the comment: Without a patch this issue will go nowhere. I'm assuming that this limitation must have been overcome by other projects using embedded Python. Has anybody got any ideas as to how, I certainly haven't? -- nosy: +BreamoreBoy type: crash ->

[issue10175] vs version for win32 compilation of extension modules is undocumented.

2014-07-11 Thread Mark Lawrence
Mark Lawrence added the comment: There's a table here https://docs.python.org/X/using/windows.html#compiling-python-on-windows which shows what versions you need, where X can be 2 or 3. -- nosy: +BreamoreBoy versions: +Python 3.4, Python 3.5 -Python 3.1, Python 3.2, Pytho

[issue21956] Doc files deleted from repo are not deleted from docs.python.org.

2014-07-11 Thread Mark Lawrence
Mark Lawrence added the comment: The docs state 'from module import name1, name2. - This is a “don’t” which is much weaker than the previous “don’t”s but is still something you should not do if you don’t have good reasons to do that.' How does that translate into 'The Pytho

[issue12217] Cross-link docs for faulthandler, traceback and pdb

2014-07-11 Thread Mark Lawrence
Mark Lawrence added the comment: Who has the technical knowledge to write a patch for this? -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/issue12

[issue16516] argparse types (and actions) must be hashable

2014-07-11 Thread Mark Lawrence
Mark Lawrence added the comment: @Paul can you take a look at this please. -- nosy: +BreamoreBoy, paul.j3 versions: +Python 3.5 ___ Python tracker <http://bugs.python.org/issue16

[issue16494] Add a method on importlib.SourceLoader for creating bytecode file format/container

2014-07-11 Thread Mark Lawrence
Mark Lawrence added the comment: @Brett as #15627 is in would you like to follow up on this. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue16

[issue14143] test_ntpath failure on Windows

2014-07-11 Thread Mark Lawrence
Mark Lawrence added the comment: I've just taken a look at the Windows buildbots and can't find anything relevant to this so can we close it. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.o

[issue12669] test_curses skipped on buildbots

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

[issue7063] Memory errors in array.array

2014-07-11 Thread Mark Lawrence
Mark Lawrence added the comment: I've tested the reworked patch on Windows 7, ran 718 tests with 1 skipped both before and after applying the patch. -- nosy: +BreamoreBoy Added file: http://bugs.python.org/file35926/Issue7063.diff ___ Python tr

[issue10213] tests shouldn't fail with unset timezone

2014-07-11 Thread Mark Lawrence
Mark Lawrence added the comment: Given the extended EOL I'd assume that this is worth doing for 2.7. -- nosy: +BreamoreBoy versions: -Python 3.2 ___ Python tracker <http://bugs.python.org/is

[issue4453] MSI installer shows error message if "Compile .py files to bytecode" option is selected

2014-07-11 Thread Mark Lawrence
Mark Lawrence added the comment: I don't recall ever seeing this problem. -- nosy: +BreamoreBoy, steve.dower, zach.ware versions: +Python 3.4, Python 3.5 -Python 3.1 ___ Python tracker <http://bugs.python.org/i

[issue21084] IDLE can't deal with characters above the range (U+0000-U+FFFF)

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

[issue16221] tokenize.untokenize() "compat" mode misses the encoding when using an iterator

2014-07-11 Thread Mark Lawrence
Mark Lawrence added the comment: #16224 has been closed as a duplicate of #8478. -- nosy: +BreamoreBoy status: pending -> open ___ Python tracker <http://bugs.python.org/issu

[issue12588] test_capi.test_subinterps() failed on OpenBSD (powerpc)

2014-07-11 Thread Mark Lawrence
Mark Lawrence added the comment: Is this test failure still relevant three years on? -- nosy: +BreamoreBoy status: pending -> open ___ Python tracker <http://bugs.python.org/issu

[issue15883] Add Py_errno to work around multiple CRT issue

2014-07-11 Thread Mark Lawrence
Mark Lawrence added the comment: Am I imagining things or have I read that the Windows CRT is going to remain stable in the future, meaning this work would no longer be needed. -- components: +Windows nosy: +BreamoreBoy, steve.dower, tim.golden, zach.ware status: pending -> o

[issue15600] expose the finder details used by the FileFinder path hook

2014-07-12 Thread Mark Lawrence
Mark Lawrence added the comment: @Eric do you wish to take this any further? I'm only asking as Brett's questions in msg185283 are currently unanswered. -- nosy: +BreamoreBoy status: pending -> open versions: +Python 3.5 -Python 3.4 _

[issue7979] connect_ex returns 103 often

2014-07-12 Thread Mark Lawrence
Mark Lawrence added the comment: As the resolution is already set to "out of date" I believe this can be closed. -- nosy: +BreamoreBoy status: pending -> open versions: +Python 3.4, Python 3.5 -Python 3.1, Python 3.2 ___ Python t

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