[issue20703] RuntimeError caused by lazy imports in pdb

2015-02-26 Thread Mark Lawrence
Mark Lawrence added the comment: My tests were done with a script from the command line, not an interactive prompt. -- ___ Python tracker <http://bugs.python.org/issue20

[issue23382] Maybe can not shutdown ThreadPoolExecutor when call the method of shutdown

2015-02-25 Thread Mark Lawrence
Mark Lawrence added the comment: @Miles could you provide the code changes as a unified diff file, and if needed any changes to the test code as well, thanks. -- components: +Library (Lib) -2to3 (2.x to 3.x conversion tool) nosy: +BreamoreBoy type: -> behavior versions: +Python

[issue21889] https://docs.python.org/2/library/multiprocessing.html#process-and-exceptions doesn't explain exception

2015-02-25 Thread Mark Lawrence
Mark Lawrence added the comment: What is "exception multiprocessing.BufferTooShort" at the bottom of the referenced section? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.o

[issue20408] memoryview() constructor documentation error

2015-02-25 Thread Mark Lawrence
Mark Lawrence added the comment: I think it's plain daft having "object" as a keyword argument. Is it too late to do anything about this, or could we go through a deprecation period, or what? -- nosy: +BreamoreBoy versions: +Python

[issue21293] Remove "capsule hack" from object.c?

2015-02-25 Thread Mark Lawrence
Mark Lawrence added the comment: I've taken a bit of a liberty and picked the names of the last three guys who've worked on this file as I assume they're best qualified to comment. -- nosy: +BreamoreBoy, haypo, ncoghlan, pitrou ___

[issue20780] Shadowed (duplicate name but different body) test in test_statistics

2015-02-25 Thread Mark Lawrence
Mark Lawrence added the comment: @Steven would you like to formally review the patch please. At a very quick glance it looks okay to me. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue20

[issue21201] Uninformative error message in multiprocessing.Manager()

2015-02-25 Thread Mark Lawrence
Mark Lawrence added the comment: Can someone review the patch with a view to commit please. It's a change to one line as explained in msg215934. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/is

[issue7159] Urllib2 authentication memory.

2015-02-25 Thread Mark Lawrence
Mark Lawrence added the comment: @Senthil what is your opinion of this? -- nosy: +BreamoreBoy type: behavior -> resource usage versions: +Python 3.4, Python 3.5 -Python 3.1, Python 3.2 ___ Python tracker <http://bugs.python.org/iss

[issue20936] test_strftime: enormous allocation, fails under Clang sanitizer

2015-02-25 Thread Mark Lawrence
Changes by Mark Lawrence : -- type: -> resource usage ___ Python tracker <http://bugs.python.org/issue20936> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue20683] Add example to tutorial namespace doc, section 9.2

2015-02-25 Thread Mark Lawrence
Mark Lawrence added the comment: What is wrong with the example given here https://docs.python.org/3/tutorial/classes.html#scopes-and-namespaces-example ? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue20

[issue20703] RuntimeError caused by lazy imports in pdb

2015-02-25 Thread Mark Lawrence
Mark Lawrence added the comment: I can reproduce this on Windows 8.1 with 3.4.3 but cannot do so with 3.5.0a1. -- nosy: +BreamoreBoy versions: +Python 3.5 ___ Python tracker <http://bugs.python.org/issue20

[issue12010] Compile fails when sizeof(wchar_t) == 1

2015-02-24 Thread Mark Lawrence
Mark Lawrence added the comment: Is this effectively superseded by work being done on #23496? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue12

[issue12026] Support more of MSI api

2015-02-24 Thread Mark Lawrence
Changes by Mark Lawrence : -- components: +Windows nosy: +steve.dower, tim.golden, zach.ware versions: +Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/issue12

[issue10954] csv.reader/writer to raise exception if mode is binary or newline is not ''

2015-02-24 Thread Mark Lawrence
Mark Lawrence added the comment: I've changed this issue to reflect what I think it should be saying. -- nosy: +BreamoreBoy title: No warning for csv.writer API change -> csv.reader/writer to raise exception if mode is binary or newline is not '' type: enhancement -&

[issue10515] csv sniffer does not recognize quotes at the end of line

2015-02-24 Thread Mark Lawrence
Mark Lawrence added the comment: @David could you check Skip's patch out please. It seems identical to your own other than changing the delimiter from the empty string to a comma. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.py

[issue2142] difflib.unified_diff(...) produces invalid patches

2015-02-24 Thread Mark Lawrence
Mark Lawrence added the comment: Can we have a review on the updated patch please. -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/issue2

[issue9985] difflib.SequenceMatcher has slightly buggy and undocumented caching behavior

2015-02-24 Thread Mark Lawrence
Mark Lawrence added the comment: I believe this has been fixed by changesets f02a563ad1bf and ed73c127421c in #21635. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue9

[issue21099] Switch applicable importlib tests to use PEP 451 API

2015-02-24 Thread Mark Lawrence
Mark Lawrence added the comment: To echo Brett's question, should this be closed, Eric? -- status: pending -> open ___ Python tracker <http://bugs.python.org

[issue19711] add test for changed portions after reloading a namespace package

2015-02-24 Thread Mark Lawrence
Mark Lawrence added the comment: To echo Brett's question, do we still need this patch, Eric? -- status: pending -> open ___ Python tracker <http://bugs.python.org

[issue6598] calling email.utils.make_msgid frequently has a non-trivial probability of generating colliding ids

2015-02-24 Thread Mark Lawrence
Mark Lawrence added the comment: Can we have a patch review please. If nothing else xrange will have to change for Python 3. -- nosy: +BreamoreBoy versions: +Python 3.4, Python 3.5 -Python 3.1, Python 3.2 ___ Python tracker <http://bugs.python.

[issue14073] allow per-thread atexit()

2015-02-24 Thread Mark Lawrence
Mark Lawrence added the comment: The changes referenced in msg204494 ref: #19466 were reverted via changesets 9ce58a73b6b5 and 1166b3321012 -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue14

[issue23138] cookiejar parses cookie value as int with empty name-value pair and Expires

2015-02-24 Thread Mark Lawrence
Mark Lawrence added the comment: @Demian I believe this may be of interest to you. -- nosy: +BreamoreBoy, demian.brecht versions: -Python 3.2, Python 3.3 ___ Python tracker <http://bugs.python.org/issue23

[issue20482] smtplib.SMTP.sendmail: improve exception message

2015-02-22 Thread Mark Lawrence
Mark Lawrence added the comment: Assuming that the inline patch in msg209943 is acceptable I'll volunteer to change the test code unless the originator wants the job. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/is

[issue6820] Redefinition of HAVE_STRFTIME can cause compiler errors.

2015-02-20 Thread Mark Lawrence
Mark Lawrence added the comment: Having had another look the patch is not acceptable as the majority of the changes are to whitespace only. -- ___ Python tracker <http://bugs.python.org/issue6

[issue14484] missing return in win32_kill?

2015-02-20 Thread Mark Lawrence
Mark Lawrence added the comment: #14480 "os.kill on Windows should accept zero as signal" references this. It seems that we either go all the way and change the code as Victor has suggested or keep the status quo and change the docs as Zach has said. Thoughts? -- nosy: +s

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

2015-02-19 Thread Mark Lawrence
Mark Lawrence added the comment: @Steve what is your take on this issue? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue8075> ___ ___ Pytho

[issue20717] test_4_daemon_threads() fails randomly on "x86 Windows Server 2003 [SB] 3.x"

2015-02-19 Thread Mark Lawrence
Mark Lawrence added the comment: The "AMD64 Windows7 SP1 3.x" buildbot is currently green although it did fail at Feb 18 02:17. The "x86 Windows Server 2003 [SB] 3.4" has been showing an exception for the last two days. I'm sorry but I do not know how to invest

[issue20589] pathlib.owner() and pathlib.group() raise ImportError on Windows

2015-02-19 Thread Mark Lawrence
Mark Lawrence added the comment: Just to note that 3.5 still raises ImportError rather than NotImplementedError although the latter is the consensus here. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue20

[issue19792] pathlib does not support symlink in Windows XP

2015-02-19 Thread Mark Lawrence
Mark Lawrence added the comment: I've read the entire issue and don't believe there's anything to be done here. Plus the originator says in msg204557 "But anyway feel free to close this ticket". -- components: +Windows nosy: +BreamoreBo

[issue9119] Python download page needs to mention crypto code in Windows installer

2015-02-19 Thread Mark Lawrence
Mark Lawrence added the comment: @Terry it does not look as if the download pages were ever updated so can you follow this up please? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue9

[issue16111] Python 2.7.3 Windows MSI installer installs the VC++ 9 dlls directly to WinSxS folder

2015-02-19 Thread Mark Lawrence
Mark Lawrence added the comment: Given the comments in msg194081 can we close this as "not a bug"? -- components: +Windows nosy: +BreamoreBoy, steve.dower, tim.golden, zach.ware ___ Python tracker <http://bugs.python.o

[issue14672] Windows installer: add desktop shortcut(s)

2015-02-19 Thread Mark Lawrence
Mark Lawrence added the comment: I've never felt the need for these shortcuts but what do the rest of you guys think about it? -- components: +Windows nosy: +BreamoreBoy, steve.dower, tim.golden, zach.ware versions: +Python 3.5 ___ Python tr

[issue14559] (2.7.3 Regression) PC\8.0 directory can no longer be used to build on windows

2015-02-19 Thread Mark Lawrence
Mark Lawrence added the comment: Presumably this can be closed as fixed? -- components: +Windows -Build nosy: +BreamoreBoy, steve.dower, tim.golden, zach.ware ___ Python tracker <http://bugs.python.org/issue14

[issue10641] kill_python sometimes fails to kill processes on buildbots

2015-02-19 Thread Mark Lawrence
Mark Lawrence added the comment: I don't recall seeing this flagged anywhere else so can we close it as out of date? -- components: +Windows -Build nosy: +BreamoreBoy, steve.dower, tim.golden, zach.ware ___ Python tracker <http://bugs.py

[issue9913] Misc/SpecialBuilds.txt is out of date

2015-02-18 Thread Mark Lawrence
Mark Lawrence added the comment: This file has been updated with the most recent revision being r90052. Can we close this as out of date? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue9

[issue5739] Language reference is ambiguous regarding next() method lookup

2015-02-18 Thread Mark Lawrence
Mark Lawrence added the comment: Thrown up by selecting "Random Issue", if nothing else it looks to me as if __next__ is missing from and so should be documented in https://docs.python.org/3.1/reference/datamodel.html#special-method-names -- nosy: +B

[issue1559298] test_popen fails on Windows if installed to "Program Files"

2015-02-18 Thread Mark Lawrence
Mark Lawrence added the comment: Do we leave this open or close it as there is a known work around for 2.7? -- versions: -Python 3.1, Python 3.2 ___ Python tracker <http://bugs.python.org/issue1559

[issue2528] Change os.access to check ACLs under Windows

2015-02-17 Thread Mark Lawrence
Mark Lawrence added the comment: The solution proposed here could help resolve #22107. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue2

[issue22107] tempfile module misinterprets access denied error on Windows

2015-02-17 Thread Mark Lawrence
Mark Lawrence added the comment: The feedback here https://mail.python.org/pipermail/python-dev/2011-May/111530.html seems positive. It references #2528 which is still open but strikes me as the way forward. Why don't we go for it and nail this issue once and fo

[issue11717] conflicting definition of ssize_t in pyconfig.h

2015-02-15 Thread Mark Lawrence
Mark Lawrence added the comment: Can we have a formal patch review please? -- ___ Python tracker <http://bugs.python.org/issue11717> ___ ___ Python-bugs-list m

[issue22107] tempfile module misinterprets access denied error on Windows

2015-02-15 Thread Mark Lawrence
Mark Lawrence added the comment: >>> open('foo', 'wb').close() >>> flags = os.O_RDWR | os.O_CREAT | os.O_EXCL | getattr(os, 'O_NOFOLLOW', 0) | >>> getattr(os, 'O_BINARY', 0) >>> os.open('foo/bar', flags, 0o60

[issue22107] tempfile module misinterprets access denied error on Windows

2015-02-15 Thread Mark Lawrence
Mark Lawrence added the comment: >>> open('README').close() >>> open('README/bar') Traceback (most recent call last): File "", line 1, in FileNotFoundError: [Errno 2] No such file or directory: 'README/bar' -- ___

[issue22107] tempfile module misinterprets access denied error on Windows

2015-02-15 Thread Mark Lawrence
Mark Lawrence added the comment: >>> os.mkdir('dir') >>> os.access('dir', os.W_OK) True >>> os.access('nonexistent', os.W_OK) False >>> open('dir/bar') Traceback (most recent call last): File "",

[issue16361] HTTPS/TLS Problem in Python 3.3

2015-02-14 Thread Mark Lawrence
Mark Lawrence added the comment: On Windows 3.4.2 ssl.OPENSSL_VERSION is 'OpenSSL 1.0.1i 6 Aug 2014' and 3.5 is currently being built with 1.0.1l so is there anything that our windows developers need to do here with 3.3? -- nosy: +B

[issue19050] crash while writing to a closed file descriptor

2015-02-14 Thread Mark Lawrence
Mark Lawrence added the comment: Is this still an issue with later versions of 2.7? I'm sorry, I can't try this myself as I no longer run 2.7. -- nosy: +BreamoreBoy, steve.dower, zach.ware ___ Python tracker <http://bugs.python.o

[issue23452] Build errors using VS Express 2013 in win32 mode

2015-02-14 Thread Mark Lawrence
Mark Lawrence added the comment: Having run the "hg purge..." command previously given everything seemed fine. Both release and debug win32 builds then successfully completed from VS but the 64 bit builds failed. I now have externals/tcltk but not externals/tcltk64. I did a bit

[issue15381] Optimize BytesIO to do less reallocations when written, similarly to StringIO

2015-02-14 Thread Mark Lawrence
Mark Lawrence added the comment: Oh, Berker, please stop shaking up bug tracker. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue15

[issue22035] Fatal error in dbm.gdbm

2015-02-14 Thread Mark Lawrence
Mark Lawrence added the comment: Would somebody please review Serhiy's patch. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue22035> ___ ___

[issue22107] tempfile module misinterprets access denied error on Windows

2015-02-14 Thread Mark Lawrence
Mark Lawrence added the comment: changeset 035b61b52caa has this:- return (fd, _os.path.abspath(file)) except FileExistsError: continue# try again +except PermissionError: +# This exception is thrown when a directory with the chosen

[issue21898] .hgignore: Missing ignores for Eclipse/pydev

2015-02-14 Thread Mark Lawrence
Mark Lawrence added the comment: Could someone review the patch please. It simply adds the three lines to the .hgignore file that are listed in msg222032. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue21

[issue12239] msilib VT_EMPTY SummaryInformation properties raise an error (suggest returning None)

2015-02-14 Thread Mark Lawrence
Mark Lawrence added the comment: Can we have a patch review please. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue12239> ___ ___ Python-bug

[issue12639] msilib Directory.start_component() fails if keyfile is not None

2015-02-14 Thread Mark Lawrence
Mark Lawrence added the comment: @Steve can you take a look at the patch please, it only changes one line. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue12

[issue22794] missing test for issue 22457 regression commit

2015-02-14 Thread Mark Lawrence
Mark Lawrence added the comment: Just a gentle reminder. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue22794> ___ ___ Python-bugs-list m

[issue22844] test_gdb failure on Debian Wheezy for Z

2015-02-14 Thread Mark Lawrence
Mark Lawrence added the comment: The inline patch seems fine to my eyes but who would usually comment on a proposed change to test_gdb.py? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue22

[issue22633] Memory disclosure/buffer overread via bug in Py_FrozenMain

2015-02-14 Thread Mark Lawrence
Mark Lawrence added the comment: Would someone please review the inline patch, thanks. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue22

[issue20575] Type handling policy for the statistics module

2015-02-14 Thread Mark Lawrence
Mark Lawrence added the comment: @Steven would you please comment on this issue, thanks. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue20

[issue22211] Remove VMS specific code in expat.h & xmlrole.h

2015-02-14 Thread Mark Lawrence
Mark Lawrence added the comment: @John can you provide a patch to remove the VMS specific code from the two files mentioned? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue22

[issue22071] Remove long-time deprecated attributes from smtpd

2015-02-14 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/issue22071> ___ ___

[issue20833] scripts\pydocgui.pyw out of date

2015-02-14 Thread Mark Lawrence
Mark Lawrence added the comment: This file has already been removed from the default and 3.4 branches. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue20

[issue20657] OpenBSD: Merge patches

2015-02-14 Thread Mark Lawrence
Mark Lawrence added the comment: Do any patches still need merging into 3.x or is this out of date? -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue20

[issue20508] IndexError from ipaddress._BaseNetwork.__getitem__ has no message

2015-02-14 Thread Mark Lawrence
Mark Lawrence added the comment: Could someone review the attached patch please. I've looked at the test code and there is one assertRaises for IndexError which I'm assuming covers this case. -- nosy: +BreamoreBoy ___ Python trac

[issue23461] Building on windows modifies importlib.h

2015-02-13 Thread Mark Lawrence
Mark Lawrence added the comment: I noticed a few days ago that this file had changed as I got a merge conflict using the tortoisehg sychronize command. At the time I didn't think much of it and believe I simply let hg sort it out. The changeset was 8ab6b404248c #21295. --

[issue23452] Build errors using VS Express 2013 in win32 mode

2015-02-13 Thread Mark Lawrence
Mark Lawrence added the comment: I don't have externals/tcltk, only externals/tcltk64. There is a Debug_VC12 folder under tix.../win. There is no Debug_VC12 folder under tk.../win, tcl-core.../win or for that matter tcl.../win, only Debug_AMD64

[issue19433] Define PY_UINT64_T on Windows 32bit

2015-02-12 Thread Mark Lawrence
Mark Lawrence added the comment: Is there any more work needed on this or can it be closed? Please note the reference to #17884 in msg201654. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue19

[issue21874] test_strptime fails on rhel/centos/fedora systems

2015-02-12 Thread Mark Lawrence
Mark Lawrence added the comment: Have there been any recent reports of this test failing on these platforms? -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.2 ___ Python tracker <http://bugs.python.org/issue21

[issue21568] Win32 pip doesn't use relative path to found site-packages.

2015-02-12 Thread Mark Lawrence
Mark Lawrence added the comment: I'm not certain exactly what is being asked for here so could the originator please clarify their needs? I also don't really know who "owns" this hence the changes to the nosy list. -- components: +Windows nosy: +BreamoreBoy,

[issue20503] super behaviour and abstract base classes (either implementation or documentation/error message is wrong)

2015-02-12 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: +rhettinger title: super behavioru and abstract base classes (either implementation or documentation/error message is wrong) -> super behaviour and abstract base classes (either implementation or documentation/error message is wrong) versi

[issue20088] locale.getlocale() fails if locale name doesn't include encoding

2015-02-12 Thread Mark Lawrence
Mark Lawrence added the comment: With #20079 closed but #20087 still open where do we stand with this issue? -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/issue20

[issue17306] Improve the way abstract base classes are shown in help()

2015-02-12 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 3.5 -Python 3.4 ___ Python tracker <http://bugs.python.org/issue17306> ___ ___ Python-bugs-list mailing list Unsub

[issue21107] Add pgen.vcxproj to allow regenerating grammar files on Windows

2015-02-12 Thread Mark Lawrence
Mark Lawrence added the comment: Would you guys please review the patch as it's Double Dutch to me. -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/is

[issue20947] -Wstrict-overflow findings

2015-02-12 Thread Mark Lawrence
Mark Lawrence added the comment: @Serhiy/Victor I believe that you're both interested in this type of problem. -- nosy: +BreamoreBoy, haypo, serhiy.storchaka ___ Python tracker <http://bugs.python.org/is

[issue20521] [PATCH] Cleanup for "dis" module documentation

2015-02-12 Thread Mark Lawrence
Mark Lawrence added the comment: Could someone review the patch please, it doesn't appear to contain anything that's contentious. -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.o

[issue20523] global .pdbrc on windows 7 not reachable out of the box

2015-02-12 Thread Mark Lawrence
Mark Lawrence added the comment: We have a patch to review or we need a doc patch, unless someone has a different idea to the approaches suggested by the originator. I prefer the idea of changing the code, manually changing environment variables just seems wrong to me, but I won't los

[issue20391] windows python launcher should support explicit 64-bit version

2015-02-12 Thread Mark Lawrence
Mark Lawrence added the comment: Having read https://docs.python.org/3/using/windows.html#customizing-default-python-versions I'm not convinced that this is needed, as the first sentence of the fifth paragraph states "On 64-bit Windows with both 32-bit and 64-bit implementations o

[issue20486] msilib: can't close opened database

2015-02-12 Thread Mark Lawrence
Mark Lawrence added the comment: Sorry folks I can't try this myself as I'm not running 2.7 and I don't know how to create the test.msi file. -- nosy: +BreamoreBoy, steve.dower, tim.golden, zach.ware ___ Python tracker <http

[issue23452] Build errors using VS Express 2013 in win32 mode

2015-02-11 Thread Mark Lawrence
New submission from Mark Lawrence: I came across these while looking at #23449. The output is in the attached file as it's cleaner that way. -- components: Build, Windows files: Win32BuildErrors.txt messages: 235801 nosy: BreamoreBoy, steve.dower, tim.golden, zach.ware pri

[issue23449] Fatal errors rebuilding 3.5 from Visual Studio Windows 8.1 64 bit

2015-02-11 Thread Mark Lawrence
Mark Lawrence added the comment: I've run "build.bat -e" for all four combinations of release and debug with 32 or 64 bit with no problems. Go back to VS and all four combinations fail with this problem. -- ___ Python

[issue23450] Possible loss of data warnings building 3.5 Visual Studio Windows 8.1 64 bit

2015-02-11 Thread Mark Lawrence
Mark Lawrence added the comment: Changes to nosy list as advised by Terry Reedy on c.l.py -- nosy: +haypo, serhiy.storchaka ___ Python tracker <http://bugs.python.org/issue23

[issue23450] Possible loss of data warnings building 3.5 Visual Studio Windows 8.1 64 bit

2015-02-11 Thread Mark Lawrence
Mark Lawrence added the comment: Using Microsoft Visual Studio Express 2013 for Windows Desktop. -- ___ Python tracker <http://bugs.python.org/issue23450> ___ ___

[issue23451] Deprecation warnings building 3.5 Visual Studio Windows 8.1 64 bit

2015-02-11 Thread Mark Lawrence
Mark Lawrence added the comment: Using Microsoft Visual Studio Express 2013 for Windows Desktop. -- ___ Python tracker <http://bugs.python.org/issue23451> ___ ___

[issue23449] Fatal errors rebuilding 3.5 from Visual Studio Windows 8.1 64 bit

2015-02-11 Thread Mark Lawrence
Mark Lawrence added the comment: Using Microsoft Visual Studio Express 2013 for Windows Desktop. -- ___ Python tracker <http://bugs.python.org/issue23449> ___ ___

[issue23451] Deprecation warnings building 3.5 Visual Studio Windows 8.1 64 bit

2015-02-11 Thread Mark Lawrence
New submission from Mark Lawrence: Raised as a placeholder. -- components: Build, Windows files: Deprecations.txt messages: 235778 nosy: BreamoreBoy, steve.dower, tim.golden, zach.ware priority: normal severity: normal status: open title: Deprecation warnings building 3.5 Visual Studio

[issue23450] Possible loss of data warnings building 3.5 Visual Studio Windows 8.1 64 bit

2015-02-11 Thread Mark Lawrence
New submission from Mark Lawrence: The attached file lists many of the warnings, but note there may be more as tkinter didn't build and is subject to #23449. -- components: Build, Windows files: PossibleLossOfData.txt messages: 235777 nosy: BreamoreBoy, steve.dower, tim.g

[issue23449] Fatal errors rebuilding 3.5 from Visual Studio Windows 8.1 64 bit

2015-02-11 Thread Mark Lawrence
New submission from Mark Lawrence: If I select "Rebuild Solution" I get this:- error C1083: Cannot open include file: 'tcl.h': No such file or directory C:\cpython\Modules\_tkinter.c error C1083: Cannot open include file: 'tcl.h': No such file or direc

[issue2211] Cookie.Morsel interface needs update

2015-02-10 Thread Mark Lawrence
Mark Lawrence added the comment: @Demian is this of any interest to you? -- nosy: +BreamoreBoy, demian.brecht ___ Python tracker <http://bugs.python.org/issue2

[issue19143] Finding the Windows version getting messier (detect windows 8.1?)

2015-02-09 Thread Mark Lawrence
Mark Lawrence added the comment: @Steve just in case you didn't know the rules are given here https://www.python.org/dev/peps/pep-0011/#microsoft-windows. I find it a nuisance that you have to follow an external link to get the status of Python, but maybe it's the lesser of two

[issue10320] printf %qd is nonstandard

2015-02-08 Thread Mark Lawrence
Mark Lawrence added the comment: As VMS is not supported I doubt that people here are too bothered about what is needed to build the _ctypes module on it. -- nosy: +BreamoreBoy versions: +Python 3.4, Python 3.5 -Python 3.1, Python 3.2 ___ Python

[issue7936] sys.argv contains only scriptname

2015-02-06 Thread Mark Lawrence
Mark Lawrence added the comment: @Alecz are you aware of the Python launcher, see https://www.python.org/dev/peps/pep-0397/ and https://docs.python.org/3/using/windows.html#python-launcher-for-windows ? The easiest way to sort out 3.4 would have been to download the msi file and use the

[issue17797] Visual C++ 11.0 reports fileno(stdin) == 0 for non-console program

2015-01-29 Thread Mark Lawrence
Mark Lawrence added the comment: An enhancement can only go into 3.5, not 3.4. This has to happen before beta 1 which is currently scheduled for May 24 2015. I'm against the idea as it would create too many compatibility issues. -- nosy: +Breamo

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

2015-01-28 Thread Mark Lawrence
Mark Lawrence added the comment: Ping. -- ___ Python tracker <http://bugs.python.org/issue19980> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23311] Update PC/example_nt and extending/windows.rst

2015-01-24 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue23311> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23300] An improper change in httplib.py

2015-01-22 Thread Mark Lawrence
Mark Lawrence added the comment: This is a bug first reported here https://mail.python.org/pipermail/python-list/2015-January/697228.html. The problem is that in #7776 r90728 568041fd8090 _set_hostport was renamed to _get_hostport but there is still a call to the former at line 1132 in

[issue23154] MSVC 2013 Express needlessly rebuilds code

2015-01-21 Thread Mark Lawrence
Mark Lawrence added the comment: I've noticed a similar problem this morning with 5 modules rebuilt under Debug but 29 under Release. I believe the change that triggered me spotting it is this fb8a093db8b1 Issue #23095. Do we need a new issue for

[issue23260] Update Windows installer

2015-01-17 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue23260> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue22919] Update PCBuild for VS 2015

2015-01-08 Thread Mark Lawrence
Mark Lawrence added the comment: @Victor I don't know what version you need for Windows 7 or earlier but I can tell you that VS 2013 Community edition is *NOT* free, I fell into that trap myself, you need the Express edition. -- ___ Python tr

[issue9303] Migrate sqlite3 module to _v2 API to enhance performance

2015-01-05 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: +BreamoreBoy ___ Python tracker <http://bugs.python.org/issue9303> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23154] MSVC 2013 Express needlessly rebuilds code

2015-01-03 Thread Mark Lawrence
Changes by Mark Lawrence : Added file: http://bugs.python.org/file37588/CMDdebugbuildoutput.log ___ Python tracker <http://bugs.python.org/issue23154> ___ ___ Python-bug

[issue23154] MSVC 2013 Express needlessly rebuilds code

2015-01-03 Thread Mark Lawrence
Mark Lawrence added the comment: I build from the GUI. I've just tried the Release build, it very quickly rebuilt the first four items and said the rest were up to date. I switched to Debug and got the output in the attached file. This is what I meant earlier by the effect toggling be

[issue23154] MSVC 2013 Express needlessly rebuilds code

2015-01-03 Thread Mark Lawrence
Mark Lawrence added the comment: Then we're not talking about the same thing. Maybe my setup is wrong, but a load of files were recompiled (from memory I think from sections 3 and 4 of the Release build) so it took minutes rather than fractions of a s

[issue20983] Python 3.4 'repair' Windows installation does not install pip & setuptools packages

2015-01-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: +steve.dower, tim.golden, zach.ware versions: +Python 3.5 ___ Python tracker <http://bugs.python.org/issue20983> ___ ___ Pytho

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