[issue23760] Tkinter in Python 3.4 on Windows don't post internal clipboard data to the Windows clipboard on exit

2015-06-11 Thread Zachary Ware
Zachary Ware added the comment: I don't believe there's anything Python can do about this, unless it can be confirmed that this is a bug that's been fixed in a more recent version of Tcl/Tk 8.6, in which case we can update our dependency. The easy test for whether updatin

[issue24437] Add information about the buildbot console view and irc notices to devguide

2015-06-11 Thread Zachary Ware
Zachary Ware added the comment: Due to lack of Rietveld, comments in-line (? lines) below: @@ -42,6 +42,24 @@ bbreport.py -q 3.x +* The buildbot "console" interface at http://buildbot.python.org/all/console + (this link will take a while to load), which provides a summa

[issue24437] Add information about the buildbot console view and irc notices to devguide

2015-06-12 Thread Zachary Ware
Zachary Ware added the comment: LGTM. -- ___ Python tracker <http://bugs.python.org/issue24437> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue24175] Consistent test_utime() failures on FreeBSD

2015-06-12 Thread Zachary Ware
Zachary Ware added the comment: This appears to have been fixed in #15745. -- resolution: -> fixed stage: -> resolved status: open -> closed superseder: -> Numerous utime ns tests fail on FreeBSD w/ ZFS (update: and NetBSD w/ FFS, Solaris w/ UFS) type:

[issue24445] rstrip strips what it doesn't have to

2015-06-13 Thread Zachary Ware
Changes by Zachary Ware : -- resolution: -> not a bug stage: -> resolved ___ Python tracker <http://bugs.python.org/issue24445> ___ ___ Python-bugs-list

[issue24471] 北京小姐找上门全套服务

2015-06-19 Thread Zachary Ware
Changes by Zachary Ware : Removed file: http://bugs.python.org/file39737/69f0d6e0ecbcee6fbb52097c52a7ee76.jpg ___ Python tracker <http://bugs.python.org/issue24

[issue24471] 北京小姐找上门全套服务

2015-06-19 Thread Zachary Ware
Changes by Zachary Ware : -- Removed message: http://bugs.python.org/msg245499 ___ Python tracker <http://bugs.python.org/issue24471> ___ ___ Python-bugs-list m

[issue24471] Spam

2015-06-19 Thread Zachary Ware
Changes by Zachary Ware : -- components: -Benchmarks nosy: -ddssaa123123, haypo stage: -> resolved title: 北京小姐找上门全套服务 -> Spam type: behavior -> versions: -Python 3.3 ___ Python tracker <http://bugs.python.or

[issue24472] Spam

2015-06-19 Thread Zachary Ware
Changes by Zachary Ware : -- nosy: -ddssaa123123 type: behavior -> ___ Python tracker <http://bugs.python.org/issue24472> ___ ___ Python-bugs-list mai

[issue24472] Spam

2015-06-19 Thread Zachary Ware
Changes by Zachary Ware : -- components: -Benchmarks resolution: -> not a bug stage: -> resolved versions: -Python 3.3 ___ Python tracker <http://bugs.python.org/i

[issue24473] Spam

2015-06-19 Thread Zachary Ware
Changes by Zachary Ware : -- components: -Benchmarks nosy: -ddssaa123123 resolution: -> not a bug stage: -> resolved type: behavior -> versions: -Python 3.3 ___ Python tracker <http://bugs.python.or

[issue24476] Statically link vcruntime140.dll

2015-06-19 Thread Zachary Ware
Zachary Ware added the comment: As long as a clean (updated) install of Vista, 7, 8, or 10 can download the installer, run it, and run Python without having to do anything else, I'm good with it. -- ___ Python tracker <http://bugs.py

[issue24478] asyncio: segfault in test_env_var_debug() on non-debug Windows buildbot

2015-06-20 Thread Zachary Ware
Zachary Ware added the comment: Note that it's not necessarily that changeset; I think build 22 is around when the buildbot started actually doing non-debug builds (the buildmaster and buildslave scripts in Tools/buildbot had no support for a non-debug build before then). I'll try

[issue24487] Change asyncio.async() → ensure_future()

2015-06-22 Thread Zachary Ware
Changes by Zachary Ware : -- resolution: not a bug -> out of date stage: patch review -> resolved ___ Python tracker <http://bugs.python.org/issue24487> ___ __

[issue24478] asyncio: segfault in test_env_var_debug() on non-debug Windows buildbot

2015-06-22 Thread Zachary Ware
Zachary Ware added the comment: Actually, it looks like it's due to PEP 492: C:\Users\Zachary\code\hg.python.org\3.5>hg bisect -b The first bad revision is: changeset: 96411:d1959cafc68c branch: 3.5 parent: 96407:e59966bb6de5 parent: 96410:b7b73029c825 user:

[issue24478] asyncio: segfault in test_env_var_debug() on non-debug Windows buildbot

2015-06-24 Thread Zachary Ware
Zachary Ware added the comment: Well, whatever it was, 44253ce374fc21402c15cbce9c2be0e184610882 seems to have fixed it. As of build 35 on 3.x and build 31 on 3.5, test_asyncio passes on the Non-Debug Windows bot. -- resolution: -> fixed stage: needs patch -> resolved status

[issue24504] os.listdir() error if the last folder starts not with the capital letter

2015-06-24 Thread Zachary Ware
Changes by Zachary Ware : -- stage: -> resolved ___ Python tracker <http://bugs.python.org/issue24504> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue24508] Backport 3.5's Windows build project files to 2.7

2015-06-24 Thread Zachary Ware
New submission from Zachary Ware: Here's the (enormous) patch backporting 3.5's project files to 2.7. It also takes care of adjusting the old project files to their new home in PC/VS9.0, and makes a couple of small adjustments in distutils.command.build_ext, FixTk, regrtest, and

[issue24508] Backport 3.5's Windows build project files to 2.7

2015-06-24 Thread Zachary Ware
Zachary Ware added the comment: Do you plan to use the old project files or the new? For the new, there should be no change in Tools/msi, which would make fixing it very easy for me ;) -- ___ Python tracker <http://bugs.python.org/issue24

[issue24127] Fatal error in launcher: Job information querying failed

2015-07-01 Thread Zachary Ware
Changes by Zachary Ware : -- stage: -> resolved ___ Python tracker <http://bugs.python.org/issue24127> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue24508] Backport 3.5's Windows build project files to 2.7

2015-07-01 Thread Zachary Ware
Zachary Ware added the comment: Thanks for testing this, Steve! It sounds like PCbuild/readme.txt will need a significant update in the setup portion to cover the different ways to get what is needed (and to mention PC/VS9.0 as a simpler setup). I use third-party extension modules rarely

[issue24432] Upgrade windows builds to use OpenSSL 1.0.2b

2015-07-02 Thread Zachary Ware
Zachary Ware added the comment: Yes, you'll need Perl, NASM, and svn on PATH. I tried to send you an email about this a week or two ago, did I not get it sent or did it go awry? -- ___ Python tracker <http://bugs.python.org/is

[issue24432] Upgrade windows builds to use OpenSSL 1.0.2b

2015-07-03 Thread Zachary Ware
Zachary Ware added the comment: Not yet and yes :) -- ___ Python tracker <http://bugs.python.org/issue24432> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue24432] Upgrade windows builds to use OpenSSL 1.0.2b

2015-07-03 Thread Zachary Ware
Zachary Ware added the comment: Antoine Pitrou added the comment: > For SVN access, I think it's probably Martin or perhaps Benjamin. Benjamin was the one who set up my access. > Perhaps it would be good to switch the externals repo to hg, actually? Moving away from svn.python.org

[issue24524] python crash using Tkinter

2015-07-03 Thread Zachary Ware
Changes by Zachary Ware : -- superseder: -> tkinter: "alloc: invalid block:" after askopenfilename ___ Python tracker <http://bugs.pytho

[issue22810] tkinter: "alloc: invalid block:" after askopenfilename

2015-07-03 Thread Zachary Ware
Changes by Zachary Ware : -- nosy: +tomnor ___ Python tracker <http://bugs.python.org/issue22810> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue24432] Upgrade windows builds to use OpenSSL 1.0.2b

2015-07-03 Thread Zachary Ware
Zachary Ware added the comment: Steve: what username did you use? Try svn+ssh://python...@svn.python.org/external I'm having to set things up in a new-since-last-time VM to be able to do it, so if that works before I get it done, go f

[issue24432] Upgrade windows builds to use OpenSSL 1.0.2b

2015-07-03 Thread Zachary Ware
Zachary Ware added the comment: Already have the source checked in on svn.python.org -- ___ Python tracker <http://bugs.python.org/issue24432> ___ ___ Python-bug

[issue24432] Upgrade windows builds to use OpenSSL 1.0.2b

2015-07-03 Thread Zachary Ware
Zachary Ware added the comment: Sure, can do. I already have a test running on 3.4 as well. -- ___ Python tracker <http://bugs.python.org/issue24432> ___ ___

[issue24432] Upgrade windows builds to use OpenSSL 1.0.2b

2015-07-03 Thread Zachary Ware
Zachary Ware added the comment: It all seems to work (no new failures). -- ___ Python tracker <http://bugs.python.org/issue24432> ___ ___ Python-bugs-list mailin

[issue24432] Upgrade windows builds to use OpenSSL 1.0.2c

2015-07-03 Thread Zachary Ware
Zachary Ware added the comment: Would you like to check it in on all branches? I'm about to be separated from my computer for a while. -- title: Upgrade windows builds to use OpenSSL 1.0.2b -> Upgrade windows builds to use OpenSS

[issue24593] [3.5.0b3] stdlib on Windows mismatches compiled version

2015-07-08 Thread Zachary Ware
Zachary Ware added the comment: I'm not sure I follow what you think is wrong. Are you expecting there to be no OrderedDict in Lib/collections/__init__.py? That's an incorrect expectation; even though there is now a C implementation of OrderedDict, the Python implementation wi

[issue24551] byte conversion

2015-07-08 Thread Zachary Ware
Changes by Zachary Ware : -- stage: -> resolved ___ Python tracker <http://bugs.python.org/issue24551> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue24551] byte conversion

2015-07-08 Thread Zachary Ware
Changes by Zachary Ware : -- components: -Demos and Tools ___ Python tracker <http://bugs.python.org/issue24551> ___ ___ Python-bugs-list mailing list Unsub

[issue23963] Windows build error using original openssl source

2015-07-15 Thread Zachary Ware
Zachary Ware added the comment: bcf93e3766e8 applied cleanly to 2.7, so I just used it. Thanks for the report, and sorry it took so long to fix! -- assignee: -> zach.ware ___ Python tracker <http://bugs.python.org/issu

[issue24643] VS 2015 pyconfig.h #define timezone _timezone conflicts with timeb.h

2015-07-16 Thread Zachary Ware
Zachary Ware added the comment: I suppose we'll have to resort to #ifndef _Py_timezone #if _MSC_VER >= 1900 #define _Py_timezone _timezone #else #define _Py_timezone timezone #endif #endif ... -- components: +Build, Windows -Extension Modules nosy: +paul.moore, steve.dower, ti

[issue24643] VS 2015 pyconfig.h #define timezone _timezone conflicts with timeb.h

2015-07-16 Thread Zachary Ware
Zachary Ware added the comment: > (IIRC, I originally put the #ifdefs in each file and was told to move > them to pyconfig.h...) Yeah, I think I did suggest that, to match what we do with hypot/_hypot for MSC 1600+. We should probably also change that one while fixing timezone, dayligh

[issue24664] build failure with _Py_BEGIN_SUPPRESS_IPH undefined

2015-07-18 Thread Zachary Ware
Changes by Zachary Ware : -- resolution: -> not a bug stage: -> resolved ___ Python tracker <http://bugs.python.org/issue24664> ___ ___ Python-bugs-list

[issue24680] typo in documentation, section extending python

2015-07-21 Thread Zachary Ware
Zachary Ware added the comment: Fixed! Thanks for the report and patch, cdz, and thanks for the triage, Martin. -- nosy: +zach.ware ___ Python tracker <http://bugs.python.org/issue24

[issue20366] SQLite FTS (full text search)

2015-07-24 Thread Zachary Ware
Changes by Zachary Ware : -- resolution: -> wont fix stage: -> resolved ___ Python tracker <http://bugs.python.org/issue20366> ___ ___ Python-bugs-list

[issue24709] Unix build uses '-Wno-unused-result', which icc doesn't recognize

2015-07-24 Thread Zachary Ware
New submission from Zachary Ware: It would be nice to leave out '-Wno-unused-result' when CC=icc to prevent superfluous warnings like: icc: command line warning #10006: ignoring unknown option '-Wno-unused-result' -- components: Build messages: 247299 nosy: zac

[issue24720] Python install help

2015-07-25 Thread Zachary Ware
Zachary Ware added the comment: 1) your paste appears to be invalid. You can just paste in a message here, or attach a screenshot (though text is preferable :)) 2) 3.5.0b2 is out of date, try with beta 3 (or beta 4, due out this weekend) -- components: +Installation, Windows nosy

[issue24722] Python install help

2015-07-25 Thread Zachary Ware
Changes by Zachary Ware : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Python install help ___ Python tracker <http://bugs.python

[issue24730] Returning a float via a method yields in an approximate value received

2015-07-26 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

[issue24732] 3.5.0b3 Windows accept() on unready non-blocking socket raises PermissionError

2015-07-26 Thread Zachary Ware
Zachary Ware added the comment: Thanks for the report! I'm pretty sure I've noticed the effects of this, but hadn't had a chance to look into it. With your nice small test case, I can start bisecting and try to figure out what caused it. -- priority: normal -> high

[issue24732] 3.5.0b3 Windows accept() on unready non-blocking socket raises PermissionError

2015-07-27 Thread Zachary Ware
Zachary Ware added the comment: According to hg bisect: The first bad revision is: changeset: 95361:358a2bcd0d0b user:Victor Stinner date:Wed Apr 01 21:57:09 2015 +0200 summary: Issue #23834: Add sock_call() helper function Nosy list from that issue added here. I don&#

[issue24748] Change of behavior for importlib between 3.4 and 3.5 with DLL loading

2015-07-29 Thread Zachary Ware
Changes by Zachary Ware : -- stage: -> test needed ___ Python tracker <http://bugs.python.org/issue24748> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue24751] regrtest/buildbot: test run marked as failure even when re-run succeeds

2015-07-29 Thread Zachary Ware
New submission from Zachary Ware: The buildbots all run the test suite with the '-w', which re-runs any tests that failed in the main test sequence at a higher verbosity level. More often than not it seems the re-run tests succeed, but the exit code is still 1 so the build is m

[issue24751] regrtest/buildbot: test run marked as failure even when re-run succeeds

2015-07-30 Thread Zachary Ware
Zachary Ware added the comment: Here's a patch. -- components: +Tests keywords: +patch stage: -> patch review type: -> behavior versions: +Python 2.7, Python 3.4, Python 3.5, Python 3.6 Added file: http://bugs.python.org/file40076/issu

[issue20674] Update comments in dictobject.c

2015-07-30 Thread Zachary Ware
Changes by Zachary Ware : -- components: +Documentation keywords: +easy stage: -> needs patch versions: +Python 3.5, Python 3.6 ___ Python tracker <http://bugs.python.org/issu

[issue20051] PA-RISC buildbot: compiler cannot create executables

2015-07-30 Thread Zachary Ware
Changes by Zachary Ware : -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker <http://bugs.python.org/issue20051> ___ ___

[issue21126] Return results from doctest.run_docstring_examples()

2015-07-30 Thread Zachary Ware
Zachary Ware added the comment: Patch looks straightforward enough to me, and I think it's a good idea; tests would be nice though (was another issue opened for that?). -- nosy: +zach.ware stage: -> commit review title: Integrate doctest.run_docstring_examples() with

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

2015-07-30 Thread Zachary Ware
Changes by Zachary Ware : -- versions: +Python 3.5, Python 3.6 -Python 3.3 ___ Python tracker <http://bugs.python.org/issue20464> ___ ___ Python-bugs-list mailin

[issue21657] pip.get_installed_distributions() Does not return packages in the current working directory

2015-07-30 Thread Zachary Ware
Zachary Ware added the comment: I sincerely apologize for it taking more than a year for somebody to say this, but I think this is in the wrong bug tracker and should be reported to the pip project at https://github.com/pypa/pip/issues Donald, could you confirm? -- nosy: +zach.ware

[issue23420] python -m cProfile -s fails with non informative message

2015-07-30 Thread Zachary Ware
Changes by Zachary Ware : -- versions: +Python 3.6 ___ Python tracker <http://bugs.python.org/issue23420> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23652] ifdef uses of EPOLLxxx macros so we can compile on systems that don't have them

2015-07-30 Thread Zachary Ware
Zachary Ware added the comment: Looks good to me. -- nosy: +zach.ware stage: -> commit review versions: +Python 3.4 ___ Python tracker <http://bugs.python.org/issu

[issue21657] pip.get_installed_distributions() Does not return packages in the current working directory

2015-07-30 Thread Zachary Ware
Changes by Zachary Ware : -- resolution: rejected -> third party stage: -> resolved ___ Python tracker <http://bugs.python.org/issue21657> ___ ___ Pyth

[issue24720] Python install help

2015-07-31 Thread Zachary Ware
Zachary Ware added the comment: Since this has been conclusively shown to not be a Python bug, closing the issue. This isn't a support forum, you'll have to look elsewhere for help with Eclipse. -- resolution: -> not a bug stage: -> resolved status

[issue23652] ifdef uses of EPOLLxxx macros so we can compile on systems that don't have them

2015-08-01 Thread Zachary Ware
Zachary Ware added the comment: Thanks for the patch! -- ___ Python tracker <http://bugs.python.org/issue23652> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23182] Update grammar tests to use new style for annotated function definitions

2015-08-01 Thread Zachary Ware
Zachary Ware added the comment: Thanks for the patch! -- nosy: +zach.ware versions: +Python 3.4, Python 3.6 ___ Python tracker <http://bugs.python.org/issue23

[issue17570] Improve devguide Windows instructions

2015-08-04 Thread Zachary Ware
Zachary Ware added the comment: In the patch: -add configuration settings to ``~/.hgrc`` for the relevant repo(s) (remember +add configuration settings to ``~/.hgrc`` (``mercurial.ini`` on Windows) +for the relevant repo(s) (remember This is nonsensical, `~/.hgrc` (`%USERPROFILE%\Mercurial.ini

[issue24791] *args regression

2015-08-04 Thread Zachary Ware
Changes by Zachary Ware : -- keywords: +3.4regression nosy: +benjamin.peterson, yselivanov, zach.ware priority: normal -> release blocker stage: -> needs patch type: -> behavior versions: +Python 3.6 ___ Python tracker <http://bug

[issue24791] *args regression

2015-08-04 Thread Zachary Ware
Zachary Ware added the comment: Test committed on 3.4; I'm not comfortable enough with the grammar to actually fix the issue (the obvious change of `star_expr` => `'*' test` isn't enough, I tried :)). -- ___ Python tracker

[issue24798] _msvccompiler.py doesn't properly support manifests

2015-08-05 Thread Zachary Ware
Changes by Zachary Ware : -- assignee: -> steve.dower components: +Windows nosy: +paul.moore, steve.dower, tim.golden, zach.ware title: Issue in the MSVC compiler class in distutils on Python 3.5 -> _msvccompiler.py doesn't properly support manifests versions:

[issue24804] https://www.python.org/ftp/python/2.7.4/python-2.7.4.msi actually installs 2.7.7

2015-08-05 Thread Zachary Ware
Zachary Ware added the comment: The report is almost certainly not accurate and is probably a result of trying to install 2.7.4 on top of 2.7.7, which will not work (the 2.7.7 python27.dll is newer and not overwritten). Either way, neither version is supported anymore. -- components

[issue21279] str.translate documentation incomplete

2015-08-05 Thread Zachary Ware
Zachary Ware added the comment: Very minor grammatical fixes, reflowed the .rst docs, and re-added the codecs module mention in a less obtrusive manner, but the patch is committed. Thank you Kinga, Martin, and John! -- nosy: +zach.ware ___ Python

[issue24805] Python installer having problem in installing Python for all users in Windows

2015-08-05 Thread Zachary Ware
Zachary Ware added the comment: The default for the 3.4 installer is to install for all users, so it's strange that you can't get it to install for all users. The log message you quote suggests that there's already a Python 3.4 installed per-user, is that the case? What res

[issue24827] round(1.65, 1) return 1.6 with decimal

2015-08-07 Thread Zachary Ware
Zachary Ware added the comment: The rounding mode of the default context is ROUND_HALF_EVEN[1]: >>> import decimal >>> decimal.getcontext() Context(prec=28, rounding=ROUND_HALF_EVEN, Emin=-99, Emax=99, capitals=1, clamp=0, flags=[], traps=[InvalidOperation, Divisio

[issue24827] round(1.65, 1) return 1.6 with decimal

2015-08-07 Thread Zachary Ware
Zachary Ware added the comment: I think the key point that you're missing (and which I could have made clearer in my previous message) is that `Decimal(2.675) != Decimal('2.675')`. In the first case, a Decimal instance is created from a float, and 2.675 cannot be represent

[issue24751] regrtest/buildbot: test run marked as failure even when re-run succeeds

2015-08-08 Thread Zachary Ware
Zachary Ware added the comment: Ah. The problem is on 2.7 only; 3.x calls sorted() on the set operation. The set operation should just go away, though; we don't count ENV_CHANGED as 'bad' anymore. Will fix shortly. -- ___ Python

[issue24827] round(1.65, 1) return 1.6 with decimal

2015-08-08 Thread Zachary Ware
Zachary Ware added the comment: I'm glad you understand it now :) -- ___ Python tracker <http://bugs.python.org/issue24827> ___ ___ Python-bugs-list m

[issue24832] Issue building docs with newer sphix (default theme -> classic)

2015-08-08 Thread Zachary Ware
Zachary Ware added the comment: Which version of Sphinx are you using? The Docs buildbot is happily building with 1.3.1 (though failing the lint check, which I missed when it started). -- nosy: +zach.ware ___ Python tracker <http://bugs.python.

[issue24751] regrtest/buildbot: test run marked as failure even when re-run succeeds

2015-08-08 Thread Zachary Ware
Changes by Zachary Ware : -- assignee: -> zach.ware resolution: -> fixed stage: needs patch -> resolved status: open -> closed ___ Python tracker <http://bugs.python

[issue24832] Issue building viewable docs with newer sphinx (default theme -> classic)

2015-08-09 Thread Zachary Ware
Zachary Ware added the comment: Ah, sorry; I missed that distinction. I can't reproduce, though: in a clean checkout of default, I just did: cd Doc/ make venv PYTHON=python3 source venv/bin/activate make html The resulting build did emit the warning about the themes, but the docs pro

[issue24863] Incoherent bevavior with umlaut in regular expressions

2015-08-14 Thread Zachary Ware
Changes by Zachary Ware : -- stage: -> resolved ___ Python tracker <http://bugs.python.org/issue24863> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue17570] Improve devguide Windows instructions

2015-08-14 Thread Zachary Ware
Zachary Ware added the comment: The part of the patch that I pointed out in my previous message hasn't changed, and is wrong. -- ___ Python tracker <http://bugs.python.org/is

[issue17570] Improve devguide Windows instructions

2015-08-14 Thread Zachary Ware
Changes by Zachary Ware : -- stage: commit review -> needs patch ___ Python tracker <http://bugs.python.org/issue17570> ___ ___ Python-bugs-list mailing list Un

[issue17570] Improve devguide Windows instructions

2015-08-14 Thread Zachary Ware
Zachary Ware added the comment: Sorry, I don't think we're on the same page yet :). My issue was with a different hunk further down. Looking at it again, the fix I want is simple enough I'll just do it at commit; I'll get it later today. -- assignee: willing

[issue17570] Improve devguide Windows instructions

2015-08-14 Thread Zachary Ware
Zachary Ware added the comment: Made a couple of other fixes while fixing the point I'd already raised: - Changed all instances of "`...`" to "*...*" - Changed from "PCbuild\python.exe" to "python.bat" - Wrap

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

2015-08-14 Thread Zachary Ware
Zachary Ware added the comment: I'll try to get a proper review done before Wednesday. From a cursory glance, this looks fine, but unpalatable. The solution I'd really like would be to create proper .vcxprojs for Tcl/Tk/Tix (partly because that would also fix an issue with buildin

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

2015-08-14 Thread Zachary Ware
Zachary Ware added the comment: To expand on 'unpalatable': I'd rather we not have to carry any patches against the Tcl/Tk sources (Tix I care less about, since we seem to be the de facto maintainers of it). -- ___ Python

[issue24881] _pyio checks that `os.name == 'win32'` instead of 'nt'

2015-08-17 Thread Zachary Ware
Changes by Zachary Ware : -- components: +Windows nosy: +paul.moore, steve.dower, tim.golden, zach.ware versions: +Python 3.4, Python 3.6 ___ Python tracker <http://bugs.python.org/issue24

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

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

[issue24909] Windows: subprocess.Popen: race condition for leaking inheritable handles

2015-08-21 Thread Zachary Ware
Zachary Ware added the comment: STINNER Victor added the comment: > For Windows Server 2003, yes, we will have to keep the current code which has > the race condition. Server 2003 is also unsupported in 3.5+ (MS extended support ended i

[issue19904] Add 128-bit integer support to struct

2015-08-27 Thread Zachary Ware
Changes by Zachary Ware : -- stage: -> needs patch versions: +Python 3.6 -Python 3.5 ___ Python tracker <http://bugs.python.org/issue19904> ___ ___ Python-

[issue19905] Add 128-bit integer support to ctypes

2015-08-27 Thread Zachary Ware
Changes by Zachary Ware : -- dependencies: +Add 128-bit integer support to struct stage: -> needs patch versions: +Python 3.6 -Python 3.5 ___ Python tracker <http://bugs.python.org/issu

[issue24947] asyncio-eventloop documentation grammar (minor)

2015-08-27 Thread Zachary Ware
Zachary Ware added the comment: Fixed, thanks for the report and patch! -- nosy: +zach.ware versions: +Python 3.4, Python 3.5, Python 3.6 ___ Python tracker <http://bugs.python.org/issue24

[issue24953] ICC and version should be in COMPILER string when built with ICC on Windows

2015-08-28 Thread Zachary Ware
New submission from Zachary Ware: This patch makes the compiler portion of the sys.version string look something like "[ICC v.1500 32-bit (Intel) with MSC v.1500 CRT]" when Python is built with ICC. This format keeps distutils happy without having to change its parsing of the vers

[issue24953] ICC and version should be in COMPILER string when built with ICC on Windows

2015-08-28 Thread Zachary Ware
Zachary Ware added the comment: Thanks for the review, Steve! -- ___ Python tracker <http://bugs.python.org/issue24953> ___ ___ Python-bugs-list mailing list Unsub

[issue24962] Unnecessary space in using/mac

2015-08-29 Thread Zachary Ware
Zachary Ware added the comment: Thanks for the report and patch! -- nosy: +zach.ware ___ Python tracker <http://bugs.python.org/issue24962> ___ ___ Python-bug

[issue24974] ICC on Windows 8.1: _decimal fails to compile without /fp:strict

2015-08-31 Thread Zachary Ware
New submission from Zachary Ware: When building on Windows 8.1 with ICC 15.0 (backed by VS 2015 Community), the _decimal module fails to compile: ClCompile: mpdecimal.c ..\Modules\_decimal\libmpdec\mpdecimal.c(46): error : fenv_access cannot be enabled except in precise, source, double, and

[issue24973] CFLAGS for Visual Studio

2015-08-31 Thread Zachary Ware
Zachary Ware added the comment: The real driver for this is having a nice easy way to pass '/fp:strict' to icl.exe (ICC's cl.exe). There may be other things that would be nice to be able to pass easily for customization. -- ___

[issue24973] CFLAGS for Visual Studio

2015-08-31 Thread Zachary Ware
Changes by Zachary Ware : -- stage: -> patch review type: -> enhancement versions: +Python 3.6 ___ Python tracker <http://bugs.python.org/issue24973> ___ __

[issue24973] CFLAGS for Visual Studio

2015-08-31 Thread Zachary Ware
Zachary Ware added the comment: Steve Dower wrote: > I assume you're referring to #24974? It's somewhat related, yes, but I didn't intend for the two issues to be tightly coupled. Both should be dealt with independently of each other. > The default (for MSVC) is /fp:

[issue24974] ICC on Windows 8.1: _decimal fails to compile with default fp model

2015-08-31 Thread Zachary Ware
Changes by Zachary Ware : -- nosy: +christopher.hogan title: ICC on Windows 8.1: _decimal fails to compile without /fp:strict -> ICC on Windows 8.1: _decimal fails to compile with default fp model ___ Python tracker <http://bugs.pyth

[issue24974] ICC on Windows 8.1: _decimal fails to compile with default fp model

2015-09-01 Thread Zachary Ware
Zachary Ware added the comment: Steve Dower added the comment: > fenv_access is not available when compiling with /fp:fast, which is > apparently ICC's default. > > The proposed workaround here changes that default to /fp:strict, which is a > very different model, f

[issue24986] It should be possible to build successfully without external libraries

2015-09-02 Thread Zachary Ware
New submission from Zachary Ware: We do have the option of leaving out all extension modules ("/p:IncludeExtensions=false"), but it would be nice to be able to build everything that doesn't require external libs. This also be adds an option to skip only Tkinter (analogous to

[issue24986] It should be possible to build successfully without external libraries

2015-09-02 Thread Zachary Ware
Changes by Zachary Ware : Added file: http://bugs.python.org/file40323/3.5_external_build_handling.diff ___ Python tracker <http://bugs.python.org/issue24986> ___ ___

[issue24986] It should be possible to build successfully without external libraries

2015-09-02 Thread Zachary Ware
Zachary Ware added the comment: This also changes the behavior of the '-e' flag on build.bat a bit, leaving off '-e' means there will be no attempt to build the modules that require external sources even if the sources are already there. Adding '-e' means b

[issue24974] ICC on Windows 8.1: _decimal fails to compile with default fp model

2015-09-02 Thread Zachary Ware
Zachary Ware added the comment: As far as I can tell, this patch fixes the issue and doesn't break anything. Independent verification of that assertion would be lovely :) For the record, I was able to reproduce the issue on one of the Windows Server 2012 R2 machines after installing ICC

<    18   19   20   21   22   23   24   25   26   27   >