[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

[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

[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:

[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

[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

[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

[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

[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-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

[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

[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

[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: -&

[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. --

[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

[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
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
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
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: 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

[issue35524] using/windows launcher image might be deprecated

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

[issue28791] update SQLite libraries for Windows and macOS installers

2018-12-22 Thread Zachary Ware
Zachary Ware added the comment: Since we have a more recent "update SQLite" issue in bpo-35360, I'm going to go ahead and close this one. -- assignee: benjamin.peterson -> resolution: -> fixed stage: patch review -> resolved s

[issue28791] update SQLite libraries for Windows and macOS installers

2018-12-22 Thread Zachary Ware
Change by Zachary Ware : -- priority: -> normal ___ Python tracker <https://bugs.python.org/issue28791> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue35650] cygwin treats X and X.exe as the same file

2019-01-03 Thread Zachary Ware
Zachary Ware added the comment: This sounds like a Cygwin issue; what can Python do about it? >From a Cygwin shell: $ ls $ echo "test.exe" >> test.exe $ echo "test" >> test $ cat test test.exe test -- ___

[issue35650] cygwin treats X and X.exe as the same file

2019-01-03 Thread Zachary Ware
Change by Zachary Ware : -- resolution: -> third party stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue35694] missing modules on test suite

2019-01-08 Thread Zachary Ware
Zachary Ware added the comment: This is expected, the named modules or accelerators do not exist on Windows. -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue35695] missing attributes

2019-01-08 Thread Zachary Ware
Zachary Ware added the comment: This is expected; `os.fork` does not exist on Windows. -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue35693] test_httpservers fails

2019-01-08 Thread Zachary Ware
Zachary Ware added the comment: Try running `rt.bat -x64 -v test_httpservers`, which will run just that test in verbose mode. If that happens to pass, try `rt.bat -x64 -wW`, which will show the verbose output of a failed test and retry just the failed test at the end of the full run

[issue35700] Place, Pack and Grid should return the widget

2019-01-09 Thread Zachary Ware
Zachary Ware added the comment: I agree with Serhiy that we shouldn't do this; tkinter is (mostly) just a thin wrapper around Tcl/Tk and this isn't enough of a win to deviate from that. In any case, this would be an enhancement that could only go into 3.8 at this point.

[issue35693] test_httpservers fails

2019-01-09 Thread Zachary Ware
Zachary Ware added the comment: No need to paste the output; it's linked between the form at the top and the first message. It's not shown on the issue list view because it's not a patch. The next step is to see if it still fails when you build from the `master` branch s

[issue35700] Place, Pack and Grid should return the widget

2019-01-09 Thread Zachary Ware
Change by Zachary Ware : -- type: behavior -> enhancement versions: +Python 3.8 -Python 3.7 ___ Python tracker <https://bugs.python.org/issue35700> ___ ___ Py

[issue35693] test_httpservers fails

2019-01-09 Thread Zachary Ware
Zachary Ware added the comment: Certainly! Bugfixes, in library or test code, are still welcome on 3.7. -- stage: -> test needed versions: +Python 3.7 -Python 3.6 ___ Python tracker <https://bugs.python.org/issu

[issue35693] test_httpservers fails

2019-01-10 Thread Zachary Ware
Zachary Ware added the comment: Test failures during the PGO training (*not* those after the final PGO compilation) should be ignored; if they're not, that's an issue that should be fixed. -- ___ Python tracker <https://bu

[issue35776] Virtualenv 16.2.0 Error Finding Pip

2019-01-18 Thread Zachary Ware
Zachary Ware added the comment: virtualenv is not part of the Python standard library; please open an issue on the virtualenv bug tracker (https://github.com/pypa/virtualenv/issues). -- nosy: +zach.ware resolution: -> third party stage: -> resolved status: open -&g

[issue35819] Fatal Python error

2019-01-24 Thread Zachary Ware
Zachary Ware added the comment: Hi Abdallah, This tracker is for reporting bugs in the CPython interpreter or standard library, not for general help; as such I'm closing this issue. For help, it's better to ask on the main python mailing list (python-l...@python.org), in the #

[issue35929] Spam

2019-02-07 Thread Zachary Ware
Change by Zachary Ware : -- components: -2to3 (2.x to 3.x conversion tool), Build, Demos and Tools, Distutils, Documentation, Extension Modules, FreeBSD, Library (Lib), SSL, email, macOS nosy: -Mariatta, barry, docs@python, dstufft, eric.araujo, koobs, ned.deily, r.david.murray

[issue35944] Python 3.7 install error

2019-02-08 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

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

2019-02-12 Thread Zachary Ware
Zachary Ware added the comment: This patch is *way* out of date, and we're in the midst of removing pgen (issue35808) anyway, so I'm closing this issue. -- resolution: -> out of date stage: -> resolved status: open -> closed ___

[issue35994] In WalkTests of test_os.py, sub2_tree missed the dir "SUB21" if symlink can't be supported.

2019-02-14 Thread Zachary Ware
Zachary Ware added the comment: Thanks for the patch! -- nosy: +zach.ware -miss-islington resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.7 ___ Python tracker <https://bugs.python.or

[issue35931] pdb: "debug print(" crashes with SyntaxError

2019-02-15 Thread Zachary Ware
Zachary Ware added the comment: Thanks for the patch! -- nosy: +zach.ware resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.7 ___ Python tracker <https://bugs.python.or

[issue36070] Enclosing scope not visible from within list comprehension

2019-02-21 Thread Zachary Ware
Zachary Ware added the comment: Can you attach a test file that shows the failure? -- nosy: +zach.ware ___ Python tracker <https://bugs.python.org/issue36

[issue29572] Upgrade installers to OpenSSL 1.0.2k

2017-03-03 Thread Zachary Ware
Zachary Ware added the comment: Yes*. -- assignee: christian.heimes -> ___ Python tracker <http://bugs.python.org/issue29572> ___ ___ Python-bugs-list mai

[issue29572] Upgrade installers to OpenSSL 1.0.2k

2017-03-03 Thread Zachary Ware
Changes by Zachary Ware : -- pull_requests: +365 ___ Python tracker <http://bugs.python.org/issue29572> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29572] Upgrade installers to OpenSSL 1.0.2k

2017-03-03 Thread Zachary Ware
Changes by Zachary Ware : -- pull_requests: +368 ___ Python tracker <http://bugs.python.org/issue29572> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29572] Upgrade installers to OpenSSL 1.0.2k

2017-03-03 Thread Zachary Ware
Changes by Zachary Ware : -- pull_requests: +369 ___ Python tracker <http://bugs.python.org/issue29572> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29572] Upgrade installers to OpenSSL 1.0.2k

2017-03-03 Thread Zachary Ware
Changes by Zachary Ware : -- pull_requests: +370 ___ Python tracker <http://bugs.python.org/issue29572> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29572] Upgrade installers to OpenSSL 1.0.2k

2017-03-03 Thread Zachary Ware
Zachary Ware added the comment: Done on Windows except for PR444 for 2.7, which is waiting on Travis. -- assignee: -> ned.deily ___ Python tracker <http://bugs.python.org/issu

[issue29571] test_re is failing when local is set for `en_IN`

2017-03-05 Thread Zachary Ware
Zachary Ware added the comment: This seems to have broken test_re on Windows, see https://ci.appveyor.com/project/python/cpython/build/3.7.0a0.1 I found this change to be the culprit via git bisect, unfortunately we didn't have any working CI on Windows (buildbots were otherwise broke

[issue28624] Make the `cwd` argument to `subprocess.Popen` accept a `PathLike`

2017-03-11 Thread Zachary Ware
Changes by Zachary Ware : -- pull_requests: +511 ___ Python tracker <http://bugs.python.org/issue28624> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29796] test_weakref hangs on AppVeyor (2.7)

2017-03-11 Thread Zachary Ware
New submission from Zachary Ware: See PR493 (https://ci.appveyor.com/project/python/cpython/build/2.7.13+.184) for an example. I'd rather not merge PR493, which adds AppVeyor to 2.7, until this is resolved. -- components: Windows messages: 289461 nosy: paul.moore, steve.

[issue29763] test_site failing on AppVeyor

2017-03-11 Thread Zachary Ware
Changes by Zachary Ware : -- pull_requests: +512 ___ Python tracker <http://bugs.python.org/issue29763> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29763] test_site failing on AppVeyor

2017-03-11 Thread Zachary Ware
Changes by Zachary Ware : -- pull_requests: +513 ___ Python tracker <http://bugs.python.org/issue29763> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29763] test_site failing on AppVeyor

2017-03-11 Thread Zachary Ware
Changes by Zachary Ware : -- resolution: -> fixed ___ Python tracker <http://bugs.python.org/issue29763> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue29763] test_site failing on AppVeyor

2017-03-11 Thread Zachary Ware
Zachary Ware added the comment: This should be fixed by PR624 and PR625. -- assignee: -> zach.ware components: +Tests stage: -> resolved status: open -> closed type: -> behavior versions: +Python 3.6 ___ Python tracker <http://

[issue29801] Spam

2017-03-12 Thread Zachary Ware
Changes by Zachary Ware : -- nosy: -SH4Y4N resolution: -> not a bug stage: -> resolved status: open -> closed title: amazing! -> Spam ___ Python tracker <http://bugs.python

[issue29880] python3.6 install readline ,and then cpython exit

2017-03-22 Thread Zachary Ware
Zachary Ware added the comment: This is more likely to be a bug in the 'readline' package from PyPI rather than in Python itself. That package has not been updated since 2012 when it was renamed to 'gnureadline', and 'gnureadline' has not been updated since 2014

[issue29889] test_asyncio fails always

2017-03-23 Thread Zachary Ware
Zachary Ware added the comment: Does the build fail, or just the test in the profile generation? -- nosy: +zach.ware ___ Python tracker <http://bugs.python.org/issue29

[issue29763] test_site failing on AppVeyor

2017-03-24 Thread Zachary Ware
Zachary Ware added the comment: New changeset 7c6d6e056460753c916348feee0e4916a97d7c86 by Zachary Ware in branch '3.6': bpo-29763: Use support.unlink instead of os.unlink (GH-624) (GH-625) https://github.com/python/cpython/commit/7c6d6e056460753c916348feee0e49

[issue29763] test_site failing on AppVeyor

2017-03-24 Thread Zachary Ware
Zachary Ware added the comment: New changeset 93710c152e6bcfffdf2f1f15bb5f75b013aef422 by Zachary Ware in branch 'master': bpo-29763: Use support.unlink instead of os.unlink (GH-624) https://github.com/python/cpython/commit/93710c152e6bcfffdf2f1f15bb5f75

[issue29572] Upgrade installers to OpenSSL 1.0.2k

2017-03-24 Thread Zachary Ware
Zachary Ware added the comment: New changeset f9a6516117f96397aa9c5bd58ea13b111b86b257 by Zachary Ware in branch '2.7': bpo-29572: Update Windows build to OpenSSL 1.0.2k (GH-444) https://github.com/python/cpython/commit/f9a6516117f96397aa9c5bd58ea13b

[issue29572] Upgrade installers to OpenSSL 1.0.2k

2017-03-24 Thread Zachary Ware
Zachary Ware added the comment: New changeset fc64c351c7757f0ebdb7da65cb74871e494a2add by Zachary Ware in branch 'master': bpo-29572: Update Windows build to OpenSSL 1.0.2k (GH-439) https://github.com/python/cpython/commit/fc64c351c7757f0ebdb7da65cb7487

[issue29572] Upgrade installers to OpenSSL 1.0.2k

2017-03-24 Thread Zachary Ware
Zachary Ware added the comment: New changeset 03f7cb060414b17d88cb406f3e09f26c902d8658 by Zachary Ware in branch '3.6': bpo-29572: Update Windows build to OpenSSL 1.0.2k (GH-442) https://github.com/python/cpython/commit/03f7cb060414b17d88cb406f3e09f2

[issue29572] Upgrade installers to OpenSSL 1.0.2k

2017-03-24 Thread Zachary Ware
Zachary Ware added the comment: New changeset dd2000cbe475da48fdc94e8f05618e9f460077fd by Zachary Ware in branch '3.5': bpo-29572: Update Windows build to OpenSSL 1.0.2k (GH-443) https://github.com/python/cpython/commit/dd2000cbe475da48fdc94e8f05618e

[issue29474] Grammatical errors in weakref.WeakValueDictionary docs

2017-03-24 Thread Zachary Ware
Zachary Ware added the comment: New changeset 5c329882fa20f615375f068176e569de7389fa3f by Zachary Ware (Mariatta) in branch '2.7': bpo-29474: Improve documentation for weakref.WeakValueDictionary (#11) https://github.com/python/cpython/commit/5c329882fa20f615375f068176e569

[issue29911] Uninstall command line in Windows registry does not uninstall

2017-03-26 Thread Zachary Ware
Changes by Zachary Ware : -- nosy: -zach.ware ___ Python tracker <http://bugs.python.org/issue29911> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

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

[issue29763] test_site failing on AppVeyor

2017-03-26 Thread Zachary Ware
Changes by Zachary Ware : -- pull_requests: +738 ___ Python tracker <http://bugs.python.org/issue29763> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29941] Confusion between asserts and Py_DEBUG

2017-03-31 Thread Zachary Ware
Zachary Ware added the comment: This seems to have seriously broken a few buildbots: http://buildbot.python.org/all/builders/AMD64%20Debian%20PGO%203.x/builds/539 http://buildbot.python.org/all/builders/AMD64%20FreeBSD%20CURRENT%20Non-Debug%203.x/builds/120 http://buildbot.python.org/all

[issue29941] Confusion between asserts and Py_DEBUG

2017-03-31 Thread Zachary Ware
Zachary Ware added the comment: Buildbots are happy, thanks! -- ___ Python tracker <http://bugs.python.org/issue29941> ___ ___ Python-bugs-list mailing list Unsub

[issue29763] test_site failing on AppVeyor

2017-03-31 Thread Zachary Ware
Zachary Ware added the comment: New changeset b94d7fd4efa877d649cea9c8125c8869ffe0c32d by Zachary Ware in branch 'master': bpo-29763: Use unittest cleanup in test_site (GH-841) https://github.com/python/cpython/commit/b94d7fd4efa877d649cea9c8125c88

[issue29763] test_site failing on AppVeyor

2017-03-31 Thread Zachary Ware
Changes by Zachary Ware : -- pull_requests: +1123 ___ Python tracker <http://bugs.python.org/issue29763> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29763] test_site failing on AppVeyor

2017-03-31 Thread Zachary Ware
Changes by Zachary Ware : -- pull_requests: +1124 ___ Python tracker <http://bugs.python.org/issue29763> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29763] test_site failing on AppVeyor

2017-03-31 Thread Zachary Ware
Zachary Ware added the comment: New changeset cd815edf012dc6dd20dfeef91951270e96607616 by Zachary Ware in branch 'master': Revert "bpo-29763: Use unittest cleanup in test_site (GH-841)" (GH-942) https://github.com/python/cpython/commit/cd815edf012dc6dd20df

[issue29763] test_site failing on AppVeyor

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

[issue30025] useful information

2017-04-09 Thread Zachary Ware
Changes by Zachary Ware : -- Removed message: http://bugs.python.org/msg291378 ___ Python tracker <http://bugs.python.org/issue30025> ___ ___ Python-bugs-list m

[issue30025] Spam

2017-04-09 Thread Zachary Ware
Changes by Zachary Ware : -- nosy: -drkirkby resolution: -> not a bug stage: -> resolved status: open -> closed title: useful information -> Spam ___ Python tracker <http://bugs.python

[issue29041] Reference leaks on Windows

2017-04-17 Thread Zachary Ware
Zachary Ware added the comment: Here's an updated refleak run, on master as of last Thursday: test_atexit leaked [12, 12, 12] references, sum=36 test_atexit leaked [4, 6, 6] memory blocks, sum=16 test_capi leaked [6, 6, 6] references, sum=18 test_capi leaked [2, 4, 4] memory blocks, s

[issue30112] Spam

2017-04-20 Thread Zachary Ware
Changes by Zachary Ware : -- nosy: -drkirkby, louielu title: useful things -> Spam ___ Python tracker <http://bugs.python.org/issue30112> ___ ___ Python-

[issue30207] Rename test.test_support to test.support in 2.7

2017-05-01 Thread Zachary Ware
Zachary Ware added the comment: I like this change, but the install target in Makefile.pre.in needs to be adjusted accordingly: http://buildbot.python.org/all/builders/x86%20Gentoo%20Installed%20with%20X%202.7/builds/120 -- nosy: +zach.ware

[issue30223] Add Lib/test/__main__.py in 2.7

2017-05-02 Thread Zachary Ware
Zachary Ware added the comment: Once again, I agree with the change, but I have an unhappy buildbot :) http://buildbot.python.org/all/builders/x86%20Gentoo%20Non-Debug%20with%20X%202.7/builds/124 This time it is due to python 2.4 not supporting the absolute_import __future__ feature. By this

[issue30223] Add Lib/test/__main__.py in 2.7

2017-05-02 Thread Zachary Ware
Zachary Ware added the comment: 2.4 is rather far out of date, but PR1395 is simple enough. I would support re-adding test_xpickle in 3.x, and can ensure that every major version is available on that buildbot to exercise it. -- ___ Python tracker

[issue30240] Add daemon keyword argument to Thread constructor

2017-05-02 Thread Zachary Ware
Zachary Ware added the comment: It's already there: https://docs.python.org/3/library/threading.html#threading.Thread -- nosy: +zach.ware resolution: -> out of date stage: -> resolved status: open -> closed versions: -Python 2.7, Python 3.3, Python 3.4, Python 3

[issue30261] Spam

2017-05-03 Thread Zachary Ware
Changes by Zachary Ware : -- Removed message: http://bugs.python.org/msg292931 ___ Python tracker <http://bugs.python.org/issue30261> ___ ___ Python-bugs-list m

[issue30261] Spam

2017-05-03 Thread Zachary Ware
Changes by Zachary Ware : -- nosy: -saumitra1978 resolution: -> not a bug stage: -> resolved status: open -> closed title: saumitra paul choudhury has shared a document on Google Docs with you -> Spam ___ Python tracker <http://

[issue30291] Allow windows launcher to specify bit lengths with & without minor version

2017-05-06 Thread Zachary Ware
Changes by Zachary Ware : -- components: +Windows nosy: +paul.moore, steve.dower, tim.golden, zach.ware versions: +Python 3.7 -Python 2.7, Python 3.3, Python 3.4, Python 3.5, Python 3.6 ___ Python tracker <http://bugs.python.org/issue30

[issue30313] Tests of Python 2.7 VS9.0 buildbots must be run with -uall -rwW options

2017-05-09 Thread Zachary Ware
Zachary Ware added the comment: I think best would be to add a flag to the Tools/buildbot scripts (build and clean as well as test) that is ignored on 3.x and substitutes PC/VS9.0 for PCbuild on 2.7. The buildbot config will need to be updated to pass the flag on the VS9 builders. My first

[issue30321] format() function prints fillchar as backslash twice

2017-05-09 Thread Zachary Ware
Zachary Ware added the comment: >>> result = '{:\^3}'.format('R') >>> result '\\R\\' >>> print(result) \R\ >>> print("backslash (\\) is escaped by another backslash in str's repr") backslash (\) is escaped by anoth

[issue30350] devguide suggests to use VS 2008 to build Python 2.7, but VS 2008 is no more supported?

2017-05-12 Thread Zachary Ware
Zachary Ware added the comment: Jeremy is correct. To further clarify, *all* 2.7 Windows builders *are* using VS 2008's compiler toolchain, but they're using VS 2015's MSBuild with VS 2010's description of 2008's compiler toolchain to build the projects described i

[issue11681] -b option undocumented

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

[issue11681] -b option undocumented

2017-05-13 Thread Zachary Ware
Zachary Ware added the comment: New changeset f6c6d1e2304a06efdf65c60c3e1c6bbe1f192fd0 by Zachary Ware in branch '2.7': bpo-11681: Document the `-b` and `-bb` options (GH-1562) https://github.com/python/cpython/commit/f6c6d1e2304a06efdf65c60c3e1c6bbe1f192fd0 -- nosy:

[issue11681] -b option undocumented

2017-05-13 Thread Zachary Ware
Zachary Ware added the comment: Thanks for the patch, Greg! I implemented Nick's suggestions and merged it. -- resolution: -> fixed stage: needs patch -> resolved status: open -> closed ___ Python tracker <http://bugs.pyth

[issue29570] Windows Buildbot 2.7 is broken

2017-05-14 Thread Zachary Ware
Zachary Ware added the comment: Jeremy, have you recreated your checkouts since .gitattributes was committed? -- nosy: +jkloth ___ Python tracker <http://bugs.python.org/issue29

[issue29763] test_site failing on AppVeyor

2017-05-14 Thread Zachary Ware
Zachary Ware added the comment: New changeset d48214f22c84f3d949457c854e263074994b6fa2 by Zachary Ware in branch 'master': bpo-29763: Clean up _pth tests (GH-954) https://github.com/python/cpython/commit/d48214f22c84f3d949457c854e2630

[issue29570] Windows Buildbot 2.7 is broken

2017-05-14 Thread Zachary Ware
Zachary Ware added the comment: Thank you Jeremy, we'll call this one closed now. We should open a new issue about the VS9.0 builder failure, which as you say is entirely unrelated. -- resolution: -> fixed stage: -> resolved status: ope

[issue30350] devguide suggests to use VS 2008 to build Python 2.7, but VS 2008 is no more supported?

2017-05-14 Thread Zachary Ware
Zachary Ware added the comment: > I have a changeset that restores this ability, but would like to know if > that change was intentional, or just missed due to not having any buildbots > covering VS9.0-only builds. It was intentional; it was more effort than I wanted to put in to

[issue30368] [2.7] OpenSSL compilation fails on AMD64 Windows7 SP1 VS9.0 2.7

2017-05-15 Thread Zachary Ware
Zachary Ware added the comment: Perl is not required when using the PCbuild/ build files on any branch. It is currently required to use the PC/VS9.0 build files, at least for 64-bit builds, because I was not able to make it work (and not break the new system) in the time I had to get it done

[issue30368] [2.7] OpenSSL compilation fails on AMD64 Windows7 SP1 VS9.0 2.7

2017-05-16 Thread Zachary Ware
Zachary Ware added the comment: The simple fix from my point of view is for Jeremy to install Perl :). But since he also mentioned having a patch ready in bpo-30350, I'd like to see it before declaring that installing Perl is what should be done. -- assignee: christian.h

[issue30386] Add a build infrastructure for Android

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

[issue30405] PCbuild.bat: register binaries for py launcher

2017-05-19 Thread Zachary Ware
Zachary Ware added the comment: Terry: Is python.bat sufficient for your uses? It's created by PCbuild/python.vcxproj, and always points to whatever interpreter you built last. If it's not enough, maybe it could be extended to invoke any already-built i

[issue30314] Buildbots: 15 min is too low for test_tools on x86 Tiger 3.6 buildbot

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

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

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

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