[issue31724] test_xmlrpc should use something other than buildbot.python.org

2017-10-07 Thread Zachary Ware
New submission from Zachary Ware : With the upgrade to buildbot 0.9, the xmlrpc interface to buildbot.python.org is removed, causing test_xmlrpc to fail. The test should hit a different host, possibly on pythontest.net? -- components: Tests messages: 303894 nosy: loewis, zach.ware

[issue31710] setup.py: _ctypes won't getbuilt when system ffi is only in $PREFIX

2017-10-05 Thread Zachary Ware
Change by Zachary Ware : -- nosy: +Chi Hsuan Yen, doko, zach.ware ___ Python tracker <https://bugs.python.org/issue31710> ___ ___ Python-bugs-list mailin

[issue31694] Running Windows installer with LauncherOnly=1 should not register the version as installed

2017-10-04 Thread Zachary Ware
Change by Zachary Ware : -- assignee: -> steve.dower components: +Windows nosy: +paul.moore, steve.dower, tim.golden, zach.ware ___ Python tracker <https://bugs.python.org/issu

[issue31623] Allow to build MSI installer from the official tarball

2017-10-04 Thread Zachary Ware
Zachary Ware added the comment: If you're still on XP, security is obviously not a big concern and you're just as well off to stick with 3.4.4 :) -- ___ Python tracker <https://bugs.python.o

[issue31685] Cannot connect to CE path `127.0.0.1:8010`

2017-10-03 Thread Zachary Ware
Change by Zachary Ware : -- components: -Demos and Tools type: compile error -> ___ Python tracker <https://bugs.python.org/issue31685> ___ ___ Python-

[issue31685] Cannot connect to CE path `127.0.0.1:8010`

2017-10-03 Thread Zachary Ware
Zachary Ware added the comment: This issue does not appear to have anything to do with the CPython interpreter or standard library, and this issue tracker is not a help forum. Please try python-l...@python.org for assistance, but you'll need to provide the other users of the

[issue31682] Exception: Cannot import `win32api`!

2017-10-03 Thread Zachary Ware
Zachary Ware added the comment: win32api is part of the third-party pywin32 package, which is most easily installed by running `C:\Python27\python.exe -m pip install pypiwin32`. For further assistance, please try either the comp.lang.python list at python-l...@python.org, the pywin32 list

[issue31623] Allow to build MSI installer from the official tarball

2017-10-03 Thread Zachary Ware
Zachary Ware added the comment: As 3.4 is in security-fix-only mode, it's up to Larry whether this can be merged. The patch looks fine as far as I can tell, but I can't test it. Note, though, that you are likely to be the only person on Earth using this installer, since there

[issue31679] pydot missing write, write_png, etc

2017-10-03 Thread Zachary Ware
Zachary Ware added the comment: pydot is not part of the standard library; you'll need to find their issue tracker (looks like maybe https://github.com/erocarrera/pydot/issues?) and open a ticket there. -- nosy: +zach.ware resolution: -> third party stage: -> resolved s

[issue29041] Reference leaks on Windows

2017-09-30 Thread Zachary Ware
Zachary Ware added the comment: Victor has cleaned these up, and we now have a buildbot running refleak checks on Windows every day (as long as it's not hung :) -- resolution: -> fixed stage: needs patch -> resolved status: ope

[issue28027] Remove Lib/plat-*/* files

2017-09-30 Thread Zachary Ware
Zachary Ware added the comment: Since we've reached 3.6.3 with no complaints that have made it to me, I'm going to go ahead and close the issue. -- resolution: -> fixed status: open -> closed ___ Python tracker <https://bugs.py

[issue31652] make install fails: no module _ctypes

2017-09-30 Thread Zachary Ware
Zachary Ware added the comment: I expect that the root cause is missing libffi(-dev[el]) on your system, preventing _ctypes from building, so your quick fix would be to install that and try again. However, not having _ctypes shouldn't cause installation to fail. Donald, is ctypes a

[issue20464] Update distutils sample config file in Doc/install/index.rst

2017-09-30 Thread Zachary Ware
Change by Zachary Ware : -- versions: +Python 3.7 -Python 3.4, Python 3.5 ___ Python tracker <https://bugs.python.org/issue20464> ___ ___ Python-bugs-list mailin

[issue20323] Argument Clinic: docstring_prototype output causes build failure on Windows

2017-09-30 Thread Zachary Ware
Zachary Ware added the comment: With two-pass gone, this is gone. -- resolution: remind -> out of date stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue21411] Enable Treat Warning as Error on 32-bit Windows

2017-09-30 Thread Zachary Ware
Zachary Ware added the comment: We've introduced enough new warnings in the past 3 years that this is not viable at this point. If we decide we want warnings in the compile stage to set the whole build to warnings, we can open an issue in https://github.com/python/buildmaster-confi

[issue23283] Backport Tools/clinic to 3.4

2017-09-30 Thread Zachary Ware
Zachary Ware added the comment: At this point in 3.4's life cycle, this is likely not worth the effort. -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.pyth

[issue28046] Remove the concept of platform-specific directories

2017-09-30 Thread Zachary Ware
Zachary Ware added the comment: Are there any remaining outstanding issues here? -- assignee: zach.ware -> status: open -> pending ___ Python tracker <https://bugs.python.org/i

[issue25153] PCbuild/*.vcxproj* should use CRLF line endings

2017-09-30 Thread Zachary Ware
Zachary Ware added the comment: This has been done for a while via .gitattributes. -- resolution: -> fixed stage: needs patch -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue31120] [2.7] Python 64 bit _ssl compile fails due missing buildinf_amd64.h

2017-09-30 Thread Zachary Ware
Zachary Ware added the comment: Sorry it's taken me so long to get back to this, Hiren. Do you still need it since 2.7.14 is out? -- ___ Python tracker <https://bugs.python.org/is

[issue31645] openssl build fails in win32 if .pl extension is not associated with Perl

2017-09-30 Thread Zachary Ware
Change by Zachary Ware : -- components: +Windows nosy: +larry, paul.moore, steve.dower, tim.golden, zach.ware ___ Python tracker <https://bugs.python.org/issue31

[issue25098] test_uuid fails with pywin32 installed

2017-09-28 Thread Zachary Ware
Zachary Ware added the comment: Still fails on Python 3.6.1 with pypiwin32-220; those are the versions I have handy to check on. I've not managed to report it to pywin32 or look into it any deeper, though. If someone can confirm that it's definitely their bug, this can be close

[issue31584] Documentation Language mixed up

2017-09-27 Thread Zachary Ware
Zachary Ware added the comment: Sounds like we really ought to be building each translation in its own directory so they can't possibly stomp on each other. -- nosy: +zach.ware ___ Python tracker <https://bugs.python.org/is

[issue31595] Preferring MSVC 2017 in Python 3.6.x new minor releases

2017-09-26 Thread Zachary Ware
Zachary Ware added the comment: 3.5 is in security-fix-only mode, so it will not receive such an update. 3.6 is up to Ned and Steve. -- assignee: -> steve.dower components: +Windows nosy: +ned.deily, paul.moore, steve.dower, tim.golden, zach.ware title: Preferring MSVC 2017 in Pyt

[issue31569] inconsistent case of PCbuild/ directory

2017-09-25 Thread Zachary Ware
Zachary Ware added the comment: Personally, *I'd* prefer PC -> Windows and PCbuild -> Windows\build :) I'm also good with the PR as is. -- ___ Python tracker <https://bugs.py

[issue31423] Error while building PDF documentation

2017-09-22 Thread Zachary Ware
Zachary Ware added the comment: Pending results of actual builds on docs.p.o, this should be fixed. -- resolution: -> fixed stage: patch review -> commit review status: open -> pending ___ Python tracker <https://bugs.python.or

[issue31423] Error while building PDF documentation

2017-09-22 Thread Zachary Ware
Zachary Ware added the comment: New changeset da86874a3d8f882d6aedd882b2e27f59b59d6798 by Zachary Ware in branch '2.7': [2.7] bpo-31423: Fix building the PDF documentation (GH-3693) (GH-3700) https://github.com/python/cpython/commit/da86874a3d8f882d6aedd882b2e27f

[issue31423] Error while building PDF documentation

2017-09-22 Thread Zachary Ware
Zachary Ware added the comment: New changeset 6de35849cb7a18bfaad828eb57a2e6caa7978690 by Zachary Ware in branch '3.6': [3.6] bpo-31423: Fix building the PDF documentation (GH-3693) (GH-3699) https://github.com/python/cpython/commit/6de35849cb7a18bfaad828eb57a2e6

[issue31423] Error while building PDF documentation

2017-09-22 Thread Zachary Ware
Changes by Zachary Ware : -- pull_requests: +3684 ___ Python tracker <https://bugs.python.org/issue31423> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31423] Error while building PDF documentation

2017-09-22 Thread Zachary Ware
Changes by Zachary Ware : -- pull_requests: +3683 ___ Python tracker <https://bugs.python.org/issue31423> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31423] Error while building PDF documentation

2017-09-22 Thread Zachary Ware
Zachary Ware added the comment: New changeset da9b4cfb488119f2493a762fcb1d85c58494f51d by Zachary Ware (François Magimel) in branch 'master': bpo-31423: Fix building the PDF documentation (GH-3693) https://github.com/python/cpython/commit/da9b4cfb488119f2493a762fcb1d85

[issue31439] WindowsError: [Error 2] The system cannot find the file specified

2017-09-13 Thread Zachary Ware
New submission from Zachary Ware: In the absence of a description of your issue, there's nothing we can do with just the generic exception in the title so I'm closing the issue. If you can provide a real description of what went wrong for you, you may reopen the issue. --

[issue31260] [2.7] Enhance PC/VS9.0/ project to produce python.bat, as PCbuild/

2017-09-08 Thread Zachary Ware
Zachary Ware added the comment: I'd rather not go through the gymnastics to actually add python.bat creation to the VS9.0 config, so I'm closing this as rejected. If someone else finds it useful and wants to provide a patch, I'll review and merge it. -- resolution: -&

[issue29631] Error “importlib.h, importlib_external.h updated. You will need to rebuild pythoncore to see the changes.” is reported when build Python on Winodws

2017-09-08 Thread Zachary Ware
Zachary Ware added the comment: Hi Karen, You may have already noticed that this has been fixed since you reported it; sorry it's taken so long for anybody to reply! The issue was that importlib.h and importlib_external.h (generated files) were not checked in when their source files

[issue28791] update sqlite to latest version before beta 1

2017-09-08 Thread Zachary Ware
Zachary Ware added the comment: In an effort to not forget about this, I'm setting it to deferred blocker. -- priority: normal -> deferred blocker title: update sqlite to 3.19.2 -> update sqlite to latest version before beta 1 ___ Pyt

[issue30450] Pull Windows dependencies from GitHub rather than svn.python.org

2017-09-08 Thread Zachary Ware
Zachary Ware added the comment: New changeset 1911cf3dd2ae67d600c166ba52872fdcf3e85824 by Zachary Ware in branch '2.7': [2.7] bpo-30450: Fall back on the old env.bat (GH-3443) https://github.com/python/cpython/commit/1911cf3dd2ae67d600c166ba52872f

[issue31391] Forward-port test_xpickle from 2.7 to 3.x

2017-09-07 Thread Zachary Ware
New submission from Zachary Ware: Python 2.x has a test called test_xpickle which confirms that pickles can be successfully passed back and forth between different versions of Python. This should be forward-ported to 3.x, and include tests between the python under test, 3.6, 3.5, 3.4, and

[issue30450] Pull Windows dependencies from GitHub rather than svn.python.org

2017-09-07 Thread Zachary Ware
Changes by Zachary Ware : -- keywords: +patch pull_requests: +3439 stage: backport needed -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue31358] Pull zlib out to cpython-source-deps

2017-09-06 Thread Zachary Ware
Changes by Zachary Ware : -- resolution: -> fixed stage: commit review -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue31358] Pull zlib out to cpython-source-deps

2017-09-06 Thread Zachary Ware
Zachary Ware added the comment: New changeset d01db1c2a2a71455163a1d3b214cc8dc27201303 by Zachary Ware in branch 'master': bpo-31358: Pull zlib out of the repository (GH-3375) https://github.com/python/cpython/commit/d01db1c2a2a71455163a1d3b214cc8

[issue31371] Remove deprecated tkinter.tix module in 3.7

2017-09-06 Thread Zachary Ware
Changes by Zachary Ware : -- title: Remove deprecated tkinter.ttx module in 3.7 -> Remove deprecated tkinter.tix module in 3.7 ___ Python tracker <http://bugs.python.org/issu

[issue31371] Remove deprecated tkinter.ttx module in 3.7

2017-09-06 Thread Zachary Ware
Changes by Zachary Ware : -- pull_requests: +3399 ___ Python tracker <http://bugs.python.org/issue31371> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30912] python 3 git master fails to find libffi and build _ctypes on Mageia v6 x86-64

2017-09-06 Thread Zachary Ware
Zachary Ware added the comment: New changeset 6d51b876121e472d4372496d609a26d7e3081c51 by Zachary Ware (Shlomi Fish) in branch 'master': bpo-30912: Don't check the content of ffi.h (GH-2687) https://github.com/python/cpython/commit/6d51b876121e472d4372496d6

[issue30912] python 3 git master fails to find libffi and build _ctypes on Mageia v6 x86-64

2017-09-06 Thread Zachary Ware
Zachary Ware added the comment: Thanks for the patch! -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue31367] [[]]*int gives x of the same list that cannot be appended to or popped from individually

2017-09-06 Thread Zachary Ware
Zachary Ware added the comment: https://docs.python.org/3/faq/programming.html#how-do-i-create-a-multidimensional-list -- nosy: +zach.ware resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python track

[issue30912] python 3 git master fails to find libffi and build _ctypes on Mageia v6 x86-64

2017-09-06 Thread Zachary Ware
Zachary Ware added the comment: doko, have you seen/have an opinion on GH-2687? -- nosy: +doko ___ Python tracker <http://bugs.python.org/issue30912> ___ ___ Pytho

[issue31358] Pull zlib out to cpython-source-deps

2017-09-05 Thread Zachary Ware
Changes by Zachary Ware : -- pull_requests: +3386 ___ Python tracker <http://bugs.python.org/issue31358> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31358] Pull zlib out to cpython-source-deps

2017-09-05 Thread Zachary Ware
New submission from Zachary Ware: We currently bundle zlib in our source at Modules/zlib, but it is only used on Windows. The soon-to-be-attached PR instead pulls it from https://github.com/python/cpython-source-deps There is one failure in test_venv only when zlib is not built at all, which

[issue31355] Remove Travis CI job: rely on buildbots

2017-09-05 Thread Zachary Ware
Zachary Ware added the comment: I will note that my on-going research on rewriting the buildbot config makes it look like we should be able to securely enable building PRs by checking for the 'awaiting merge' label. -- ___ Python trac

[issue30445] test_traceback fails in coverage run

2017-09-05 Thread Zachary Ware
Changes by Zachary Ware : -- pull_requests: +3372 ___ Python tracker <http://bugs.python.org/issue30445> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30450] Pull Windows dependencies from GitHub rather than svn.python.org

2017-09-05 Thread Zachary Ware
Zachary Ware added the comment: New changeset 8905fb831cf7c400c479b79bb2f90bfbe9c71337 by Zachary Ware in branch '2.7': bpo-30450: Don't use where, XP doesn't have it (GH-3348) https://github.com/python/cpython/commit/8905fb831cf7c400c479

[issue30450] Pull Windows dependencies from GitHub rather than svn.python.org

2017-09-05 Thread Zachary Ware
Changes by Zachary Ware : -- pull_requests: +3361 ___ Python tracker <http://bugs.python.org/issue30450> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30450] Pull Windows dependencies from GitHub rather than svn.python.org

2017-09-05 Thread Zachary Ware
Changes by Zachary Ware : -- pull_requests: +3359 ___ Python tracker <http://bugs.python.org/issue30450> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30450] Pull Windows dependencies from GitHub rather than svn.python.org

2017-09-04 Thread Zachary Ware
Zachary Ware added the comment: New changeset 986b7ffc650919b3022ccaa458a843bb8a95d2bd by Zachary Ware in branch '2.7': [2.7] bpo-30450: Pull Windows dependencies from GitHub rather than SVN (GH-1783) (GH-3306) https://github.com/python/cpython/commit/986b7ffc650919b3022ccaa458a843

[issue30450] Pull Windows dependencies from GitHub rather than svn.python.org

2017-09-04 Thread Zachary Ware
Changes by Zachary Ware : -- pull_requests: +3336 ___ Python tracker <http://bugs.python.org/issue30450> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31217] test_code leaked [1, 1, 1] memory blocks on x86 Gentoo Refleaks 3.6/3.x

2017-08-31 Thread Zachary Ware
Changes by Zachary Ware : -- nosy: +zach.ware ___ Python tracker <http://bugs.python.org/issue31217> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31219] Spam

2017-08-16 Thread Zachary Ware
Changes by Zachary Ware : -- components: -Argument Clinic nosy: -Basiruddin Syarifan Radifan, larry, matrixise resolution: rejected -> not a bug title: test -> Spam type: behavior -> versions: -Python 3.6 ___ Python track

[issue31220] test

2017-08-16 Thread Zachary Ware
Changes by Zachary Ware : Removed file: http://bugs.python.org/file47087/_.txt ___ Python tracker <http://bugs.python.org/issue31220> ___ ___ Python-bugs-list mailin

[issue31220] Spam

2017-08-16 Thread Zachary Ware
Changes by Zachary Ware : -- components: -Argument Clinic nosy: -Basiruddin Syarifan Radifan, larry, matrixise resolution: rejected -> not a bug title: test -> Spam type: crash -> versions: -Python 3.4 ___ Python tracker <http://bug

[issue31223] Spam

2017-08-16 Thread Zachary Ware
Changes by Zachary Ware : Removed file: http://bugs.python.org/file47089/kingskrupellos.txt ___ Python tracker <http://bugs.python.org/issue31223> ___ ___ Python-bug

[issue31223] Spam

2017-08-16 Thread Zachary Ware
Changes by Zachary Ware : -- components: -Unicode nosy: -adminos, doko, ezio.melotti, haypo, larry resolution: works for me -> not a bug stage: -> resolved status: open -> closed title: Hacked By KingSkrupellos Cyberizm.Org Digital Security Technological Turkish Moslem Arm

[issue31223] Hacked By KingSkrupellos Cyberizm.Org Digital Security Technological Turkish Moslem Army

2017-08-16 Thread Zachary Ware
Changes by Zachary Ware : -- Removed message: http://bugs.python.org/msg300384 ___ Python tracker <http://bugs.python.org/issue31223> ___ ___ Python-bugs-list m

[issue31223] Hacked By KingSkrupellos Cyberizm.Org Digital Security Technological Turkish Moslem Army

2017-08-16 Thread Zachary Ware
Changes by Zachary Ware : -- Removed message: http://bugs.python.org/msg300383 ___ Python tracker <http://bugs.python.org/issue31223> ___ ___ Python-bugs-list m

[issue30849] test_stress_delivery_dependent() of test_signal randomly fails on AMD64 Debian root 3.6

2017-08-09 Thread Zachary Ware
Zachary Ware added the comment: > Hmm. Perhaps someone can give me temporary shell access to one of those > buildbots? Check your @python.org inbox. -- ___ Python tracker <http://bugs.python.org/i

[issue31120] [2.7] Python 64 bit _ssl compile fails due missing buildinf_amd64.h

2017-08-04 Thread Zachary Ware
Changes by Zachary Ware : -- assignee: christian.heimes -> zach.ware ___ Python tracker <http://bugs.python.org/issue31120> ___ ___ Python-bugs-list mai

[issue31037] Results in section 4.4 break and continue

2017-07-26 Thread Zachary Ware
Zachary Ware added the comment: We just received another report about this on docs@: https://mail.python.org/pipermail/docs/2017-July/032314.html -- ___ Python tracker <http://bugs.python.org/issue31

[issue31037] Results in section 4.4 break and continue

2017-07-25 Thread Zachary Ware
Zachary Ware added the comment: Take a look at the statement immediately following the example: "(Yes, this is the correct code. Look closely: the else clause belongs to the for loop, not the if statement.)" The example is correct, and is introducing the concept of an 'else&#x

[issue31017] gcc 7 fallthrough warnings

2017-07-24 Thread Zachary Ware
Zachary Ware added the comment: This is a duplicate of bpo-30923. -- nosy: +zach.ware resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Add -Wimplicit-fallthrough=0 to Makefile ? ___ Python tr

[issue30923] Add -Wimplicit-fallthrough=0 to Makefile ?

2017-07-13 Thread Zachary Ware
Changes by Zachary Ware : -- nosy: +zach.ware ___ Python tracker <http://bugs.python.org/issue30923> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30895] Decimal arithmetic sum error

2017-07-10 Thread Zachary Ware
Zachary Ware added the comment: https://docs.python.org/3/tutorial/floatingpoint.html -- nosy: +zach.ware resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue30743] unittest discover does not mention module file must be named with "test_" prefix

2017-06-27 Thread Zachary Ware
Zachary Ware added the comment: This all seems to be covered in https://docs.python.org/3/library/unittest.html#test-discovery $ cat aaaTest.py import unittest class TestAAA(unittest.TestCase): def test_something(self): self.assertTrue(True) if __name__ == '__m

[issue27523] Silence Socket Depreciation Warnings.

2017-06-24 Thread Zachary Ware
Zachary Ware added the comment: This is being handled in bpo-23451, GH-2318. -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Deprecation warnings building 3.5 Visual Studio Windows 8.1 64 bit __

[issue30743] unittest discover does not mention module file must be named with "test_" prefix

2017-06-23 Thread Zachary Ware
Zachary Ware added the comment: Does this cover what you're looking for? https://docs.python.org/3/library/unittest.html#cmdoption-unittest-discover-p -- nosy: +zach.ware ___ Python tracker <http://bugs.python.org/is

[issue30450] Pull Windows dependencies from GitHub rather than svn.python.org

2017-06-15 Thread Zachary Ware
Zachary Ware added the comment: New changeset 04431c926a88be433203f89e3577addd0d41b602 by Zachary Ware in branch '3.6': bpo-30450: Pull Windows dependencies from GitHub rather than svn (GH-1783) (GH-2237) https://github.com/python/cpython/commit/04431c926a88be433203f89e3577ad

[issue30450] Pull Windows dependencies from GitHub rather than svn.python.org

2017-06-15 Thread Zachary Ware
Changes by Zachary Ware : -- pull_requests: +2282 ___ Python tracker <http://bugs.python.org/issue30450> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30450] Pull Windows dependencies from GitHub rather than svn.python.org

2017-06-15 Thread Zachary Ware
Zachary Ware added the comment: New changeset cb8c0485ab1e3aeb4f64e76177aabbc6eba5a0ef by Zachary Ware in branch 'master': bpo-30450: Add NEWS and whatsnew (GH-2236) https://github.com/python/cpython/commit/cb8c0485ab1e3aeb4f64e76177aabb

[issue30450] Pull Windows dependencies from GitHub rather than svn.python.org

2017-06-15 Thread Zachary Ware
Changes by Zachary Ware : -- pull_requests: +2281 ___ Python tracker <http://bugs.python.org/issue30450> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30631] Warnings in VS2015 Update 3 32-Bit

2017-06-15 Thread Zachary Ware
Zachary Ware added the comment: Thanks for the patch! -- components: +Build resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue30631] Warnings in VS2015 Update 3 32-Bit

2017-06-15 Thread Zachary Ware
Zachary Ware added the comment: New changeset c9318853bbe8d62cb72ed853b0ffb75311ea474c by Zachary Ware (Segev Finer) in branch 'master': bpo-30631: Silence MSVC warnings in third-party code (GH-1963) https://github.com/python/cpython/commit/c9318853bbe8d62cb72ed853b0ffb7

[issue30450] Pull Windows dependencies from GitHub rather than svn.python.org

2017-06-15 Thread Zachary Ware
Zachary Ware added the comment: New changeset 51599e2bdd10ab77212a7cbb41a13ea70ee13da8 by Zachary Ware in branch 'master': bpo-30450: Pull Windows dependencies from GitHub rather than svn (GH-1783) https://github.com/python/cpython/commit/51599e2bdd10ab77212a7cbb41a13e

[issue28994] Misc fixes and cleanups in error handling C code

2017-06-12 Thread Zachary Ware
Zachary Ware added the comment: Agreed, looks like something went wrong in your checkout, Terry. Just confirmed that a 3.6 build on a fresh checkout on Windows is fine. -- priority: release blocker -> normal ___ Python tracker &l

[issue30638] Additional dependencies and rule for `make regen-all`

2017-06-12 Thread Zachary Ware
Zachary Ware added the comment: Agreed with all of the above, with the possible exception of 6; I don't think that we want `make regen-all` to require internet access. Please make sure that the PR for this includes removing the explicit `make clinic` from .travis.yml. --

[issue27425] Tests fail because of git's newline preferences on Windows

2017-06-11 Thread Zachary Ware
Zachary Ware added the comment: It still might be nice to adjust some of the tests to not care about how line endings are checked in, but I think we're in a good enough place now with .gitattributes that we can close this issue. Any other changes can be done in a new

[issue27425] Tests fail because of git's newline preferences on Windows

2017-06-11 Thread Zachary Ware
Zachary Ware added the comment: New changeset 5fe8ac69f99d58232a5234cfca78f05f7223a782 by Zachary Ware in branch '2.7': [2.7] bpo-27425: Be more explicit in .gitattributes (GH-840) (GH-2086) https://github.com/python/cpython/commit/5fe8ac69f99d58232a5234cfca78f0

[issue27425] Tests fail because of git's newline preferences on Windows

2017-06-10 Thread Zachary Ware
Zachary Ware added the comment: > Zach, do you want to update Python 2.7 for your latest change as well? PR 2086 is in for that, but it's a huge diff due to line endings changing. As noted on the PR, I want Benjamin to give his OK before I

[issue27425] Tests fail because of git's newline preferences on Windows

2017-06-10 Thread Zachary Ware
Zachary Ware added the comment: New changeset afa6a389606402779c5048a7211edbf2678cecff by Zachary Ware in branch '3.5': [3.5] bpo-27425: Be more explicit in .gitattributes (GH-840) (GH-2084) https://github.com/python/cpython/commit/afa6a389606402779c5048a7211edb

[issue27425] Tests fail because of git's newline preferences on Windows

2017-06-10 Thread Zachary Ware
Zachary Ware added the comment: New changeset 964c261dc9a6a901f50d5596d88248bfc4251a55 by Zachary Ware in branch '3.6': [3.6] bpo-27425: Be more explicit in .gitattributes (GH-840) (GH-2083) https://github.com/python/cpython/commit/964c261dc9a6a901f50d5596d88248

[issue27425] Tests fail because of git's newline preferences on Windows

2017-06-10 Thread Zachary Ware
Changes by Zachary Ware : -- pull_requests: +2150 ___ Python tracker <http://bugs.python.org/issue27425> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue27425] Tests fail because of git's newline preferences on Windows

2017-06-10 Thread Zachary Ware
Changes by Zachary Ware : -- pull_requests: +2148 ___ Python tracker <http://bugs.python.org/issue27425> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue27425] Tests fail because of git's newline preferences on Windows

2017-06-10 Thread Zachary Ware
Changes by Zachary Ware : -- pull_requests: +2147 ___ Python tracker <http://bugs.python.org/issue27425> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue27425] Tests fail because of git's newline preferences on Windows

2017-06-10 Thread Zachary Ware
Zachary Ware added the comment: New changeset 6b6e68776663c0dda04b6a36609297728da2ae9e by Zachary Ware in branch 'master': bpo-27425: Be more explicit in .gitattributes (GH-840) https://github.com/python/cpython/commit/6b6e68776663c0dda04b6a36609297

[issue30417] [buildbot] Disable the cpu resources on slow buildbots

2017-06-09 Thread Zachary Ware
Zachary Ware added the comment: New changeset 3c7b67bb34bc537b6c0dd9c6e1e4a07dc227b467 by Zachary Ware in branch '2.7': [2.7] bpo-30417: Disable `cpu` resource on AppVeyor (GH-1951) https://github.com/python/cpython/commit/3c7b67bb34bc537b6c0dd9c6e1e4a0

[issue30417] [buildbot] Disable the cpu resources on slow buildbots

2017-06-09 Thread Zachary Ware
Zachary Ware added the comment: New changeset 91581d4225e91e581f44d60d0b87c80778c36d1d by Zachary Ware in branch '3.5': [3.5] bpo-30417: Disable `cpu` resource on AppVeyor (GH-1951) https://github.com/python/cpython/commit/91581d4225e91e581f44d60d0b87c8

[issue30417] [buildbot] Disable the cpu resources on slow buildbots

2017-06-09 Thread Zachary Ware
Zachary Ware added the comment: New changeset e380c19b7e88d97d3497016f1065d6922415db1c by Zachary Ware in branch '3.6': [3.6] bpo-30417: Disable `cpu` resource on AppVeyor (GH-1951) https://github.com/python/cpython/commit/e380c19b7e88d97d3497016f1065d6

[issue30417] [buildbot] Disable the cpu resources on slow buildbots

2017-06-09 Thread Zachary Ware
Changes by Zachary Ware : -- pull_requests: +2120 ___ Python tracker <http://bugs.python.org/issue30417> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30417] [buildbot] Disable the cpu resources on slow buildbots

2017-06-09 Thread Zachary Ware
Changes by Zachary Ware : -- pull_requests: +2119 ___ Python tracker <http://bugs.python.org/issue30417> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30417] [buildbot] Disable the cpu resources on slow buildbots

2017-06-09 Thread Zachary Ware
Changes by Zachary Ware : -- pull_requests: +2118 ___ Python tracker <http://bugs.python.org/issue30417> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30417] [buildbot] Disable the cpu resources on slow buildbots

2017-06-09 Thread Zachary Ware
Zachary Ware added the comment: New changeset 42e3acda86829def9adc354fbee77597b849bf9e by Zachary Ware in branch 'master': bpo-30417: Disable `cpu` resource on AppVeyor (GH-1951) https://github.com/python/cpython/commit/42e3acda86829def9adc354fbee775

[issue30611] Windows HTML Help always opens maximized

2017-06-09 Thread Zachary Ware
Zachary Ware added the comment: Does 'Show="normal"' cause the usual behavior of "do whatever it was doing when last closed"? Does 'Show=' need to be specified? Would you like to submit a PR? -- versions: +Python 3.5, Python 3.7 __

[issue30609] Python 3.6.1 fails to generate 256 colors on Cygwin based 64-bit Windows 10

2017-06-09 Thread Zachary Ware
Zachary Ware added the comment: This is going to need a significantly reduced reproducer that doesn't rely on anything outside the standard library before we can do anything with it, especially since Cygwin support is currently tenuous at best. erik.bray or masamoto may have more in

[issue30417] [buildbot] Disable the cpu resources on slow buildbots

2017-06-05 Thread Zachary Ware
Zachary Ware added the comment: New changeset ddf8f141f0181f9cac05c87383ea60887acffaec by Zachary Ware in branch '2.7': [2.7] bpo-30417: Disable 'cpu' resource on Travis (GH-1928) https://github.com/python/cpython/commit/ddf8f141f0181f9cac05

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