[issue6331] Add unicode script info to the unicode database

2015-09-21 Thread Mark Lawrence
Changes by Mark Lawrence <breamore...@yahoo.co.uk>: -- versions: +Python 3.6 -Python 3.4 ___ Python tracker <rep...@bugs.python.org> <http://bugs.pytho

[issue25175] Documentation-Tkinter Clarify module spelling change in Python 3 docs

2015-09-19 Thread Mark Lawrence
Mark Lawrence added the comment: Does this open a can of worms? "You did it for Tkinter, why not do it for everything that was changed by PEP3108"? -- nosy: +BreamoreBoy ___ Python tracker <rep...@bugs.python.org> <http://bugs.py

[issue25103] 3.5.0 installed standard library on Windows has LF line endings

2015-09-18 Thread Mark Lawrence
Mark Lawrence added the comment: Windows 10 has Wordpad, I've never liked 'nice', as far as I'm concerned it's completely meaningless, and right now we've more important things to think about on Windows. Hence all in all to me this is a nothing issue. -- nosy: +BreamoreBoy

[issue25113] documentation version switcher is broken

2015-09-16 Thread Mark Lawrence
Mark Lawrence added the comment: This wasn't working for me earlier but it is now at 21:11 BST so I'd assume we can leave this closed. -- nosy: +BreamoreBoy ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue25089] Can't run Python Launcher on Windows

2015-09-14 Thread Mark Lawrence
Changes by Mark Lawrence <breamore...@yahoo.co.uk>: Added file: http://bugs.python.org/file40461/Python 3.5.0 (64-bit)_20150913191600.log ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue25089] Can't run Python Launcher on Windows

2015-09-13 Thread Mark Lawrence
New submission from Mark Lawrence: I first asked a few days ago, see this thread http://www.gossamer-threads.com/lists/python/python/1216917. You can work around it by running "repair" but it takes an age to run for what, to me anyway, is a minor irritant. -- component

[issue12420] distutils tests fail if PATH is not defined

2015-09-13 Thread Mark Lawrence
Mark Lawrence added the comment: "Unable to find vcvarsall.bat" is raised when Visual Studio isn't installed or it's the incorrect version, so I don't believe these are the same at all. -- components: -Distutils2 nosy: +dstufft ___ Pyth

[issue25089] Can't run Python Launcher on Windows

2015-09-13 Thread Mark Lawrence
Mark Lawrence added the comment: I install for all users, don't put Python on the PATH, other than that I think everything is selected. I've 2.6, 2.7. 3.3 and 3.4. I had 3.5.0rc4 and upgraded the existing installation to 3.5.0 full release. I've no idea where py.exe was, but it is now in C

[issue25002] Deprecate asyncore/asynchat

2015-09-08 Thread Mark Lawrence
Mark Lawrence added the comment: IIRC I flagged up oustanding asyncore/asynchat issues months or even years back and Victor closed a lot down, so there shouldn't be many left to deal with. -- nosy: +BreamoreBoy ___ Python tracker <

[issue23551] IDLE to provide menu link to PIP gui.

2015-09-05 Thread Mark Lawrence
Mark Lawrence added the comment: Can we use ideas from https://sites.google.com/site/pydatalog/python/pip-for-windows ? -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue23517] datetime.utcfromtimestamp rounds results incorrectly

2015-09-04 Thread Mark Lawrence
Mark Lawrence added the comment: Python 3.3.5 (v3.3.5:62cf4e77f785, Mar 9 2014, 10:35:05) [MSC v.1600 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> from datetime import * >>>

[issue24917] time_strftime() Buffer Over-read

2015-09-04 Thread Mark Lawrence
Mark Lawrence added the comment: I have tried the reproducer on Windows 10 with 2.6, 2.7, 3.3, 3.4, 3.5 and 3.6. In every case I got this. C:\py -3.4 -c"from time import *;strftime('AA%'*0x1)" Traceback (most recent call last): File "", line 1, in ValueError: I

[issue24917] time_strftime() Buffer Over-read

2015-09-04 Thread Mark Lawrence
Mark Lawrence added the comment: Python prompt or script makes no difference. C:\Users\Mark\Desktop>py -2.6 time_strftime_Buffer_Over-read.py Traceback (most recent call last): File "time_strftime_Buffer_Over-read.py", line 2, in strftime("AA%"*0x1) ValueError

[issue8987] Distutils doesn't quote Windows command lines properly

2015-08-19 Thread Mark Lawrence
Mark Lawrence added the comment: As far as I'm concerned distutils on Windows is a farce so do what you like with it. It usually can't pick up the version of VS that you know is correct and is installed, the error messages are less than useless, so the only damage that I see is something

[issue16296] Patch to fix building on Win32/64 under VS 2010

2015-08-11 Thread Mark Lawrence
Mark Lawrence added the comment: I think this can now be closed as out of date. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16296

[issue24847] Can't import tkinter in Python 3.5.0rc1

2015-08-11 Thread Mark Lawrence
Mark Lawrence added the comment: Works fine for me, also on Windows 10 Home 64 bit. c:\Python35python.exe Python 3.5.0rc1 (v3.5.0rc1:1a58b1227501, Aug 10 2015, 05:18:45) [MSC v.1900 64 bit (AMD64)] on win32 Type help, copyright, credits or license for more information. import tkinter tkinter

[issue4214] no extension debug info with msvc9compiler.py

2015-08-07 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- nosy: +steve.dower ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4214 ___ ___ Python-bugs

[issue24786] Changes in the devguide repository are not published online in HTML

2015-08-03 Thread Mark Lawrence
Mark Lawrence added the comment: The copyright is right at the bottom of the page. From the link given by Jesús on the very first page it now reads 2011-2015. I clicked next but still 2011-2014, next again 2011-2014, then gave up. -- nosy: +BreamoreBoy

[issue6164] [AIX] Patch to correct the AIX C/C++ linker argument used for 'runtime_library_dirs'

2015-08-01 Thread Mark Lawrence
Mark Lawrence added the comment: The original was never reapplied and wouldn't now apply so I've attached an updated version. -- components: -Distutils2 nosy: +BreamoreBoy, David.Edelsohn, dstufft versions: +Python 3.4, Python 3.5, Python 3.6 -3rd party, Python 3.2, Python 3.3 Added

[issue23447] Import fails when doing a circular import involving an `import *`

2015-07-29 Thread Mark Lawrence
Mark Lawrence added the comment: Languishing? :) -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23447 ___ ___ Python-bugs-list mailing list

[issue23447] Import fails when doing a circular import involving an `import *`

2015-07-29 Thread Mark Lawrence
Mark Lawrence added the comment: Can someone reset the status and open fields, thanks. -- nosy: +BreamoreBoy versions: +Python 3.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23447

[issue24664] build failure with _Py_BEGIN_SUPPRESS_IPH undefined

2015-07-18 Thread Mark Lawrence
Mark Lawrence added the comment: There is a reference in the patch file to #23524. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24664

[issue24606] segfault caused by nested calls to map()

2015-07-10 Thread Mark Lawrence
Mark Lawrence added the comment: FTR I can reproduce this on Windows 8.1 with 3.4.3 and 3.3.5 but not 2.7.10 or 2.6.6. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24606

[issue24594] msilib.OpenDatabase Type Confusion

2015-07-09 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- components: +Windows nosy: +paul.moore, steve.dower, tim.golden, zach.ware ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24594

[issue18295] Possible integer overflow in PyCode_New()

2015-07-06 Thread Mark Lawrence
Mark Lawrence added the comment: Could we try and get this closed please, as I'm always a little concerned that a code change causes a genuine warning that should be actioned, but it gets masked by all the others. -- ___ Python tracker rep

[issue18684] Pointers point out of array bound in _sre.c

2015-07-05 Thread Mark Lawrence
Mark Lawrence added the comment: The reproducer from issue24566 consistently crashed the code. Applied the patch from here and couldn't reproduce the problem. Then ran test_re for both 32 and 64 bit debug and release builds with no problems. -- nosy: +BreamoreBoy

[issue24566] Unsigned Integer Overflow in sre_lib.h

2015-07-05 Thread Mark Lawrence
Mark Lawrence added the comment: Fixed by the patch on issue18684, see also my comments there. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24566

[issue10399] AST Optimization: inlining of function calls

2015-06-22 Thread Mark Lawrence
Mark Lawrence added the comment: I get the impression that there's a lot to be gained here, especially when compared to some of the micro-optimizations that are committed. Can we resurrect this, perhaps by taking it up on python-dev? Also msg121082 refers to a Globals cache patch posted

[issue24395] webbrowser.py update to use argparse.py

2015-06-06 Thread Mark Lawrence
Mark Lawrence added the comment: This strikes me as pointless code churn. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24395

[issue24376] xxlimited.c errors when building 32 and 64 bit on Windows

2015-06-04 Thread Mark Lawrence
Mark Lawrence added the comment: Now compiles, thanks guys :) -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24376 ___ ___ Python-bugs-list

[issue24376] xxlimited.c errors when building 32 and 64 bit on Windows

2015-06-03 Thread Mark Lawrence
Mark Lawrence added the comment: Thanks for the comment David. Last time I used any kind of change system in anger was Visual Source Safe 15 years ago, and VAX/VMS CMS/MMF(?) before that. Where do I start with Mercurial? I don't even know what the difference is between setting up the now

[issue24376] xxlimited.c errors when building 32 and 64 bit on Windows

2015-06-03 Thread Mark Lawrence
Mark Lawrence added the comment: Try r96496 :( -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24376 ___ ___ Python-bugs-list mailing list

[issue16991] Add OrderedDict written in C

2015-05-30 Thread Mark Lawrence
Mark Lawrence added the comment: I'm getting the following linker errors on Windows 8.1 for 32 and 64 bit debug and release builds. unresolved external symbol _PyODict_Type in C:\cpython\PCbuild\_collectionsmodule.obj, and _PyODictIter_Type, _PyODictValues_Type, _PyODictKeys_Type

[issue24322] Hundreds of linker warnings on Windows

2015-05-29 Thread Mark Lawrence
New submission from Mark Lawrence: The first of them. 3C:\cpython\PCbuild\obj\win32_Debug\python3dll\python3_d.def : warning LNK4197: export 'PyArg_Parse' specified multiple times; using first specification -- components: Build, Windows messages: 244364 nosy: BreamoreBoy, paul.moore

[issue24306] Backport py.exe to 3.4

2015-05-28 Thread Mark Lawrence
Mark Lawrence added the comment: I don't see removing the launcher as an option. So how about do the backport and make certain it's well documented in the release notes and here https://docs.python.org/3/using/windows.html ? If anyone has a better idea feel free to fire away

[issue23970] Update distutils.msvccompiler for VC14

2015-05-27 Thread Mark Lawrence
Mark Lawrence added the comment: If the name is changed I'd like to see something that doesn't reflect the msvc version, as my understanding is that from now on the old compatibility issues are gone. -- ___ Python tracker rep...@bugs.python.org

[issue24306] Backport py.exe to 3.4

2015-05-27 Thread Mark Lawrence
Mark Lawrence added the comment: Can it actually do any harm? It certainly appears to remove the potential for a lot of bug reports from a lot of frustrated users, myself included. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org

[issue24260] TabError behavior doesn't match documentation

2015-05-24 Thread Mark Lawrence
Mark Lawrence added the comment: So when does Python 3 generate this TabError: inconsistent use of tabs and spaces in indentation and when doesn't it? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24260

[issue24268] PEP 489 -- Multi-phase extension module initialization

2015-05-23 Thread Mark Lawrence
Mark Lawrence added the comment: FTR I've now built everything successfully. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24268 ___ ___ Python

[issue24268] PEP 489 -- Multi-phase extension module initialization

2015-05-23 Thread Mark Lawrence
Mark Lawrence added the comment: error C2079: 'PyModuleDef_Type' uses undefined struct '_typeobject' c:\cpython\include\moduleobject.h is occurring on both 32 and 64 bit release builds on Windows 8.1 VS2015. I don't know what is causing it but figured I'd better flag it up pronto, and as you

[issue24260] TabError behavior doesn't match documentation

2015-05-23 Thread Mark Lawrence
Mark Lawrence added the comment: From https://www.python.org/dev/peps/pep-0008/ quote Tabs or Spaces? Spaces are the preferred indentation method. Tabs should be used solely to remain consistent with code that is already indented with tabs. Python 3 disallows mixing the use of tabs

[issue4709] Mingw-w64 and python on windows x64

2015-05-18 Thread Mark Lawrence
Mark Lawrence added the comment: Does this mean scarce Windows resources being diverted off to what I consider a side show? Unless it's categorically stated that mingw is officially supported in which case fine, provided the experts index and everything else associated with official support

[issue4709] Mingw-w64 and python on windows x64

2015-05-18 Thread Mark Lawrence
Mark Lawrence added the comment: Hunting around I found this on #3871 https://mail.python.org/pipermail/python-dev/2013-January/123774.html. From #17590 upwards there are perhaps 25 issues with mingw in the title, so there's certainly work to be done. Please don't look at me, I'm simply

[issue10598] Add test for curses haskey replacement

2015-05-17 Thread Mark Lawrence
Mark Lawrence added the comment: Sorry, Windows 8.1 only. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10598 ___ ___ Python-bugs-list mailing

[issue24204] string.strip() documentation is misleading

2015-05-15 Thread Mark Lawrence
Mark Lawrence added the comment: https://docs.python.org/3/library/stdtypes.html#str.strip first sentence Return a copy of the string with the leading and trailing characters removed. How can that be reworded to make it clearer? -- nosy: +BreamoreBoy

[issue23995] msvcrt could not be imported

2015-05-13 Thread Mark Lawrence
Mark Lawrence added the comment: Shouldn't tests for these functions be part of our testing of the io module or similar? -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23995

[issue24042] Convert os._getfullpathname() and os._isdir() to Argument Clinic

2015-05-12 Thread Mark Lawrence
Mark Lawrence added the comment: I've tested the patch on Windows 8.1, 32 and 64 bit release and debug builds with no problems. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24042

[issue15027] Faster UTF-32 encoding

2015-05-10 Thread Mark Lawrence
Mark Lawrence added the comment: As this appears to be a performance improvement only can it go into 3.5 or do we wait for 3.x? -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15027

[issue19873] There is a duplicate function in Lib/test/test_pathlib.py

2015-05-10 Thread Mark Lawrence
Mark Lawrence added the comment: Can we have a formal commit review please as Jessica's comment in msg212966 that the patch looked good was over one year ago. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19873

[issue18551] child_exec() doesn't check return value of fcntl()

2015-05-09 Thread Mark Lawrence
Mark Lawrence added the comment: Calls to fcntl have been replaced by calls to _Py_set_inheritable so I'd assume that this can be closed as out of date. -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.3 ___ Python tracker rep

[issue18789] XML Vunerability Table Unclear

2015-05-09 Thread Mark Lawrence
Mark Lawrence added the comment: @Joe The latest documentation has an additional sentence above the table The following table gives an overview of the known attacks and whether the various modules are vulnerable to them. and the table has been changed to say Yes or No. Is this okay with you

[issue18751] A manager's server never joins its threads

2015-05-09 Thread Mark Lawrence
Mark Lawrence added the comment: I've checked the code and this doesn't appear to have been implemented. I looked into providing a patch myself, but all the returns from calls to util.Finalize that I could find were assigned to different attribute names, so I'm not confident enough

[issue7267] format method: c presentation type broken in 2.7

2015-05-07 Thread Mark Lawrence
Mark Lawrence added the comment: What if any harm can be done by applying the patch with Victor's work around? -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7267

[issue2122] mmap.flush does not check for errors on windows

2015-05-07 Thread Mark Lawrence
Mark Lawrence added the comment: I think we should be properly handling errors. If people agree I'll provide a new patch to cover code and doc changes, but I've no idea how to provide any form of unit test for the change. -- nosy: +BreamoreBoy, paul.moore, steve.dower, zach.ware

[issue1104] msilib.SummaryInfo.GetProperty() truncates the string by one character

2015-05-06 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- components: +Windows nosy: +paul.moore, steve.dower, tim.golden, zach.ware versions: +Python 3.4, Python 3.5 -Python 3.1, Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org

[issue12202] Check status returns in msilib.SummaryInformation.GetProperty()

2015-05-06 Thread Mark Lawrence
Mark Lawrence added the comment: The code change to _msi.c is minimal, the bulk of the patch is additional test code. I think we could still use this. Thoughts? See also #1104. -- components: +Windows nosy: +BreamoreBoy, steve.dower, tim.golden, zach.ware

[issue24138] Speed up range() by caching and modifying long objects

2015-05-06 Thread Mark Lawrence
Mark Lawrence added the comment: How does this apply where people like me scarcely if ever use range, it's standard for loops? There are plenty of recipes using itertools that show that you don't need range, is this really needed? No axe to grind, just curious. -- nosy: +BreamoreBoy

[issue18369] X509 cert class for ssl module

2015-05-05 Thread Mark Lawrence
Mark Lawrence added the comment: Presumably too late for 3.5 so do we bump this to 3.6? Alternatively could the Derek Wilson patch make 3.5, there's nearly three weeks until beta 1 is due on 24th May according to https://www.python.org/dev/peps/pep-0478/ ? -- nosy: +BreamoreBoy

[issue1294959] Problems with /usr/lib64 builds.

2015-05-05 Thread Mark Lawrence
Mark Lawrence added the comment: Also see #15631 -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1294959 ___ ___ Python-bugs-list mailing list

[issue15993] Windows: 3.3.0-rc2.msi: test_buffer fails

2015-05-04 Thread Mark Lawrence
Mark Lawrence added the comment: Is this now fixed in VS? I don't believe I can test myself as I've only got express/community editions. -- components: +Windows nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org

[issue3367] Uninitialized value read in parsetok.c

2015-05-04 Thread Mark Lawrence
Mark Lawrence added the comment: The fix proposed by Alexander in issue3367.diff has never been applied. How would I go about reproducing the original issue on Windows? -- nosy: +BreamoreBoy versions: +Python 3.4, Python 3.5 -Python 3.3 ___ Python

[issue1100942] Add datetime.time.strptime and datetime.date.strptime

2015-05-04 Thread Mark Lawrence
Mark Lawrence added the comment: @Alexander as the datetime expert could you get this committed in time for 3.5? -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1100942

[issue17477] update the bsddb module do build with db 5.x versions

2015-05-04 Thread Mark Lawrence
Mark Lawrence added the comment: From http://www.oracle.com/technetwork/database/database-technologies/berkeleydb/downloads/index.html the latest version is 6.1.23. Given the extended life span of 2.7 I'd assume that the patch here is worth updating. See also #18734. -- nosy

[issue21069] test_fileno of test_urllibnet intermittently fails when using www.example.com

2015-05-04 Thread Mark Lawrence
Mark Lawrence added the comment: I tried reproducing this on Windows 8.1 with the code snippet from msg216429 but got Traceback (most recent call last): File C:\Users\Mark\Documents\MyPython\mytest.py, line 9, in module with os.fdopen(fd, 'rb') as f: File c:\python34\lib\os.py, line

[issue8372] socket: Buffer overrun while reading unterminated AF_UNIX addresses

2015-05-04 Thread Mark Lawrence
Mark Lawrence added the comment: As this is flagged as a high priority security issue shouldn't we be implementing needed source code changes? According to msg138224 The patches look good to me. -- nosy: +BreamoreBoy versions: +Python 3.5

[issue20357] Mention buildbots in the core dev section of the devguide

2015-05-03 Thread Mark Lawrence
Mark Lawrence added the comment: I couldn't see anything obvious in the devguide so I'm assuming that still needs doing. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20357

[issue10965] dev task of documenting undocumented APIs

2015-05-03 Thread Mark Lawrence
Mark Lawrence added the comment: Where do we stand on this as #10224 has been closed as out of date? -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10965

[issue20749] shutil.unpack_archive(): security concerns not documented

2015-05-03 Thread Mark Lawrence
Mark Lawrence added the comment: If there is an agreed standard for security warnings I'll prepare a patch for this. -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20749

[issue10435] Document unicode C-API in reST

2015-05-03 Thread Mark Lawrence
Mark Lawrence added the comment: Py_UNICODE_TOLOWER, Py_UNICODE_TOUPPER and Py_UNICODE_TOTITLE are all labelled deprecated in 3.3 and presumably can be removed completely. Alternatively should these like many others be scheduled for removal in 4.0

[issue10435] Document unicode C-API in reST

2015-04-30 Thread Mark Lawrence
Mark Lawrence added the comment: List of just about everything that's in the header file but not in the rst file as I'm not sure which bits you normally wouldn't bother with. Py_USING_UNICODE Py_UNICODE_SIZE Py_UNICODE_WIDE Py_UNICODE_COPY Py_UNICODE_FILL Py_UNICODE_HIGH_SURROGATE

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

2015-04-27 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- nosy: +steve.dower ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16620 ___ ___ Python-bugs

[issue20042] Python Launcher, Windows, fails on scripts w/ non-latin names

2015-04-23 Thread Mark Lawrence
Mark Lawrence added the comment: The bug reported in msg225529 has been fixed, but there's another one a few lines up https://hg.python.org/cpython/file/bd656916586f/PC/launcher.c#l265 as there's only one % but two parameters. Although IIRC we'd get away with this the way C works, shouldn't

[issue20035] Clean up Tcl library discovery in Tkinter on Windows

2015-04-21 Thread Mark Lawrence
Mark Lawrence added the comment: ping. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20035 ___ ___ Python-bugs-list mailing list Unsubscribe

[issue10435] Document unicode C-API in reST

2015-04-21 Thread Mark Lawrence
Mark Lawrence added the comment: Okay Alexander I'll give it a go, but not tonight :) -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10435

[issue10435] Document unicode C-API in reST

2015-04-21 Thread Mark Lawrence
Mark Lawrence added the comment: I've looked at c-api/unicode.rst and I can't see any correlation between it and the names listed here in msg121302. So either this was never completed or it's been all change in the mean time, so could somebody take a look please. -- nosy

[issue6731] Add option of non-zero exit status of setup.py when building of extensions has failed

2015-04-21 Thread Mark Lawrence
Mark Lawrence added the comment: I'm assuming that this will not be implemented until 3.6. -- nosy: +BreamoreBoy versions: +Python 3.6 -Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6731

[issue10308] Modules/getpath.c bugs

2015-04-20 Thread Mark Lawrence
Mark Lawrence added the comment: Reading msg120918 and msg120940 it looks as if work has been completed so this can be closed as fixed. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10308

[issue6824] help for a module should list supported platforms

2015-04-20 Thread Mark Lawrence
Mark Lawrence added the comment: As there was no reply to msg109130 (nearly five years ago) can we close this as won't fix? -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6824

[issue7018] Recommend * over # in getargs.c typecodes

2015-04-20 Thread Mark Lawrence
Mark Lawrence added the comment: The 3.x arg.html seems a great improvement to my eye compared to the 2.x version so I'd guess this can be closed as out of date. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org

[issue10009] Automated MSI installation does not work

2015-04-20 Thread Mark Lawrence
Mark Lawrence added the comment: Nothing from the OP so to close or not to close, that is the question? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10009

[issue12712] weave build_tools library identification

2015-04-19 Thread Mark Lawrence
Mark Lawrence added the comment: Is case sensitivity still an issue on Windows? I've tried searching but there are so many issues referring to case sensitivity that I got swamped. -- components: +Windows nosy: +BreamoreBoy, steve.dower, tim.golden, zach.ware

[issue23970] Update distutils.msvccompiler for VC14

2015-04-16 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23970 ___ ___ Python-bugs

[issue23884] New DateType for argparse (like FileType but for dates)

2015-04-07 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- nosy: +paul.j3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23884 ___ ___ Python-bugs-list

[issue22176] update internal libffi copy to 3.1, introducing AArch64 and POWER ELF ABIv2

2015-04-06 Thread Mark Lawrence
Mark Lawrence added the comment: Can this be closed as there are ongoing discussions about libffi, particularly with respect to bring it into the Windows external build system? I've tried to find the relevant issue numbers but have failed, sorry :( -- nosy: +BreamoreBoy

[issue23501] Argument Clinic: generate code into separate files by default

2015-04-04 Thread Mark Lawrence
Mark Lawrence added the comment: I think this change in association with that in #23500 is causing builds to fail on Windows. error C2065: 'OS_STAT_METHODDEF' : undeclared identifier C:\cpython\Modules\posixmodule.c line 12083 -- nosy: +BreamoreBoy

[issue23501] Argument Clinic: generate code into separate files by default

2015-04-04 Thread Mark Lawrence
Mark Lawrence added the comment: Serhiy, thank you for the quick fix :) -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23501 ___ ___ Python-bugs

[issue23861] Make stdprinter use DebugOutputString when no stdout/stderr available

2015-04-03 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23861 ___ ___ Python-bugs

[issue22516] Windows Installer won't - even when using just for meoption

2015-04-02 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- components: +Windows ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22516 ___ ___ Python-bugs

[issue20160] broken ctypes calling convention on MSVC / 64-bit Windows (large structs)

2015-03-24 Thread Mark Lawrence
Mark Lawrence added the comment: This https://mail.python.org/pipermail/python-dev/2014-December/137631.html seems relevant. Follow up here https://mail.python.org/pipermail/python-dev/2015-March/138731.html -- nosy: +BreamoreBoy ___ Python

[issue20984] 'Add/Remove Programs' dialog missing entries for 32-bit CPython 'current user only' installations on 64-bit Windows

2015-03-24 Thread Mark Lawrence
Mark Lawrence added the comment: Presumably this can be incorporated into the ongoing work on the Windows installer. -- nosy: +BreamoreBoy, paul.moore, steve.dower, tim.golden ___ Python tracker rep...@bugs.python.org http://bugs.python.org

[issue20924] openssl init 100% CPU utilization on Windows

2015-03-24 Thread Mark Lawrence
Mark Lawrence added the comment: Is this still considered valid considering from https://www.python.org/downloads/release/python-279/ The entirety of Python 3.4's ssl module has been backported for Python 2.7.9. See PEP 466 for justification. ? -- nosy: +BreamoreBoy

[issue22468] Tarfile using fstat on GZip file object

2015-03-22 Thread Mark Lawrence
Mark Lawrence added the comment: msg227328 states it's not a really common scenario but I believe we must still allow for it, what do others think? -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22468

[issue1654408] Installer should split tcl/tk and tkinter install options.

2015-03-22 Thread Mark Lawrence
Mark Lawrence added the comment: @Steve what is your take on this? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1654408 ___ ___ Python-bugs

[issue21313] Py_GetVersion() is broken when using mqueue and a long patch name

2015-03-22 Thread Mark Lawrence
Mark Lawrence added the comment: Any comments on the proposal to restrict the length of the returned string from Py_GetBuildInfo() to 80 characters? -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21313

[issue21110] Slowdown and high memory usage when adding a new module in embedded Python 3.4 on 64bit Windows

2015-03-22 Thread Mark Lawrence
Mark Lawrence added the comment: Who is best placed to address this issue? -- components: +Build, Extension Modules -Windows nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21110

[issue18407] Fix compiler warnings in pythoncore for Win64

2015-03-22 Thread Mark Lawrence
Mark Lawrence added the comment: Would someone like to review the patch please, being aware that there are other open issues relating to compiler warnings on Windows. -- nosy: +steve.dower, zach.ware ___ Python tracker rep...@bugs.python.org http

[issue22163] max_wbits set incorrectly to -zlib.MAX_WBITS in tarfile, shouldn't be negative

2015-03-22 Thread Mark Lawrence
Mark Lawrence added the comment: Is the thinking and hence the patch correct here? -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22163

[issue21319] WindowsRegistryFinder never added to sys.meta_path

2015-03-22 Thread Mark Lawrence
Mark Lawrence added the comment: Just making sure our Windows people are aware of this issue. -- components: +Windows nosy: +BreamoreBoy, steve.dower, tim.golden, zach.ware ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21319

[issue21062] Evalute all import-related modules for best practices

2015-03-22 Thread Mark Lawrence
Mark Lawrence added the comment: Just a gentle reminder as it refers to zipimport and a patch was committed just a few days ago. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21062

[issue21315] email._header_value_parser does not recognise in-line encoding changes

2015-03-22 Thread Mark Lawrence
Mark Lawrence added the comment: Could someone formally review the patch please, it's only three additional lines of code and a new test. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21315

<    2   3   4   5   6   7   8   9   10   11   >