[issue24084] pstats: sub-millisecond display

2015-04-30 Thread Ned Deily
Changes by Ned Deily : -- nosy: +georg.brandl stage: -> patch review versions: +Python 3.5 ___ Python tracker <http://bugs.python.org/issue24084> ___ ___ Py

[issue24086] Configparser interpolation is unexpected

2015-04-30 Thread Ned Deily
Changes by Ned Deily : -- nosy: +lukasz.langa versions: +Python 3.5 -Python 3.2, Python 3.3 ___ Python tracker <http://bugs.python.org/issue24086> ___ ___ Pytho

[issue24124] Two versions of instructions for installing Python modules

2015-05-05 Thread Ned Deily
Changes by Ned Deily : -- nosy: +ncoghlan ___ Python tracker <http://bugs.python.org/issue24124> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue24120] pathlib.(r)glob stops on PermissionDenied exception

2015-05-05 Thread Ned Deily
Changes by Ned Deily : -- nosy: +pitrou ___ Python tracker <http://bugs.python.org/issue24120> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue24114] ctypes.utils uninitialized variable 'path'

2015-05-05 Thread Ned Deily
Changes by Ned Deily : -- nosy: +amaury.forgeotdarc, belopolsky, meador.inge stage: -> patch review type: crash -> ___ Python tracker <http://bugs.python.org/i

[issue24111] Valgrind suppression file should be updated

2015-05-05 Thread Ned Deily
Changes by Ned Deily : -- nosy: +haypo versions: +Python 3.5 ___ Python tracker <http://bugs.python.org/issue24111> ___ ___ Python-bugs-list mailing list Unsub

[issue11874] argparse assertion failure with brackets in metavars

2015-05-05 Thread Ned Deily
Changes by Ned Deily : -- stage: -> patch review versions: +Python 3.4, Python 3.5 -Python 3.2, Python 3.3 ___ Python tracker <http://bugs.python.org/issu

[issue24089] argparse crashes with AssertionError

2015-05-05 Thread Ned Deily
Changes by Ned Deily : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> argparse assertion failure with brackets in metavars ___ Python tracker <http://bugs.python

[issue23911] Move path-based bootstrap code to a separate frozen file.

2015-05-05 Thread Ned Deily
Ned Deily added the comment: This checkin also breaks OS X framework builds. For some reason, framework builds are compiled with the gcc -fno-common option. The code in configure.ac to add that option dates back to the initial OS X framework support (c3c87ce4afdc from 2001). It's not

[issue24130] Remove -fno-common compile option from OS X framework builds?

2015-05-05 Thread Ned Deily
New submission from Ned Deily: As noted in msg242635 of issue23911, for some reason configure.ac adds the gcc -fno-common option for OS X framework builds. Is this still necessary? I'm guessing it might be vestigial code left over from the Mac toolbox support in Python 2 that was remov

[issue24130] Remove -fno-common compile option from OS X framework builds?

2015-05-05 Thread Ned Deily
Ned Deily added the comment: Sorry, that second patch should have been: diff -configure.ac --- a/configure.ac Tue May 05 12:04:35 2015 -0700 +++ b/configure.ac Tue May 05 18:22:39 2015 -0700 @@ -2346,7 +2346,7 @@ Linux*|GNU*) LINKFORSHARED="-Xlinker -export-dy

[issue24131] [configparser] Add section/option delimiter to ExtendedInterpolation

2015-05-05 Thread Ned Deily
Changes by Ned Deily : -- nosy: +lukasz.langa ___ Python tracker <http://bugs.python.org/issue24131> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue24132] Direct sub-classing of pathless.Path

2015-05-05 Thread Ned Deily
Changes by Ned Deily : -- nosy: +pitrou ___ Python tracker <http://bugs.python.org/issue24132> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue24139] Use sqlite3 extended error codes

2015-05-07 Thread Ned Deily
Changes by Ned Deily : -- nosy: +ghaering ___ Python tracker <http://bugs.python.org/issue24139> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue24140] In pdb using "until X" doesn't seem to have effect in commands

2015-05-07 Thread Ned Deily
Changes by Ned Deily : -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue24140> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue24141] Python 3 ships an outdated valgrind suppressison file.

2015-05-07 Thread Ned Deily
Ned Deily added the comment: Thanks for the report. This problem and solution was just reported recently in Issue24111. -- nosy: +ned.deily resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Valgrind suppression file shoul

[issue24111] Valgrind suppression file should be updated

2015-05-07 Thread Ned Deily
Changes by Ned Deily : -- nosy: +christian.heimes ___ Python tracker <http://bugs.python.org/issue24111> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue24142] ConfigParser._read doesn't join multi-line values collected while reading if a ParsingError occured

2015-05-07 Thread Ned Deily
Ned Deily added the comment: [Thanks for the headsup about the contributor agreement form, now reported as https://github.com/python/pythondotorg/issues/747] -- nosy: +ned.deily ___ Python tracker <http://bugs.python.org/issue24

[issue24142] ConfigParser._read doesn't join multi-line values collected while reading if a ParsingError occured

2015-05-07 Thread Ned Deily
Changes by Ned Deily : -- nosy: -ned.deily ___ Python tracker <http://bugs.python.org/issue24142> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue24143] Makefile in tarball don't provide make uninstall target

2015-05-07 Thread Ned Deily
New submission from Ned Deily: This has come up in the past (for example, Issue549764) but, AFAIK, no one has shown much interest in pursuing such a feature by providing a patch. Note that it would likely be very tricky to cover all the edge cases properly. As a practical matter, one reason

[issue24143] Makefile in tarball don't provide make uninstall target

2015-05-07 Thread Ned Deily
Ned Deily added the comment: [Note, this is in response to the opening of this issue by krichter; the opening did not generate a message itself] This has come up in the past (for example, Issue549764) but, AFAIK, no one has shown much interest in pursuing such a feature by providing a patch

[issue24143] Makefile in tarball don't provide make uninstall target

2015-05-07 Thread Ned Deily
Changes by Ned Deily : -- Removed message: http://bugs.python.org/msg242728 ___ Python tracker <http://bugs.python.org/issue24143> ___ ___ Python-bugs-list mailin

[issue24143] Makefile in tarball don't provide make uninstall target

2015-05-07 Thread Ned Deily
Changes by Ned Deily : -- priority: normal -> low stage: -> needs patch ___ Python tracker <http://bugs.python.org/issue24143> ___ ___ Python-bugs-list

[issue24149] Issue with unit tests

2015-05-09 Thread Ned Deily
Ned Deily added the comment: Thanks for the report. This problem was just introduced and just fixed an hour ago: see issue22906. Try updating to the very latest tip and try again. -- nosy: +ned.deily resolution: -> out of date stage: -> resolved status: open -&g

[issue24150] text_contextlib fails on Mac OSX 10.10.3

2015-05-09 Thread Ned Deily
Ned Deily added the comment: Thanks for the report. This problem has just been fixed. Please update and try again. -- nosy: +ned.deily resolution: -> out of date stage: -> resolved status: open -> closed ___ Python track

[issue24150] text_contextlib fails on Mac OSX 10.10.3

2015-05-09 Thread Ned Deily
Ned Deily added the comment: (See Issue22906 for details.) -- ___ Python tracker <http://bugs.python.org/issue24150> ___ ___ Python-bugs-list mailing list Unsub

[issue24151] test_pydoc fails

2015-05-09 Thread Ned Deily
Ned Deily added the comment: Thanks for the report. I'm not able to reproduce the failure myself. Can you give more information on what platform this was run on (OS version) and at what changeset the build was with (hg summary)? Perhaps you could try debugging the execution of that

[issue24152] test_mailcap fails if a mailcap file contains a non-decodable character

2015-05-09 Thread Ned Deily
Ned Deily added the comment: I can reproduce the failure by arbitrarily adding a non-ascii character to one of the mailcap files searched for by the mailcap module (https://docs.python.org/3/library/mailcap.html#mailcap.getcaps), like $HOME/.mailcap, and by setting the process to an ascii

[issue24153] threading/multiprocessing tests fail on chromebook under crouton generated chroots

2015-05-09 Thread Ned Deily
Ned Deily added the comment: The failures seem pretty clear: OSError: [Errno 28] No space left on device Are you allocating enough disk space in the chrooted environments? The amount of free space needed to run all the tests varies by platform, by architecture, by test options selected, etc

[issue24157] test_urandom_fd_reopened failure on Mac OS X

2015-05-11 Thread Ned Deily
Ned Deily added the comment: Skip, looking at the test, it seems likely that there is unexpected writing to stdout in the subprocess. Can you add a print(out) in the test (around test_os.py:1273) to see what is actually being written on your machine? -- nosy: +ned.deily

[issue24159] Misleading TypeError when pickling bytes to a file opened as text

2015-05-11 Thread Ned Deily
Changes by Ned Deily : -- nosy: +alexandre.vassalotti, pitrou ___ Python tracker <http://bugs.python.org/issue24159> ___ ___ Python-bugs-list mailing list Unsub

[issue16864] sqlite3.Cursor.lastrowid isn't populated when executing a SQL REPLACE statement

2015-05-11 Thread Ned Deily
Changes by Ned Deily : -- nosy: +ghaering stage: needs patch -> patch review ___ Python tracker <http://bugs.python.org/issue16864> ___ ___ Python-bugs-list mai

[issue20362] longMessage attribute is ignored in unittest.TestCase.assertRegexpMatches etc

2015-05-11 Thread Ned Deily
Changes by Ned Deily : -- nosy: +rbcollins ___ Python tracker <http://bugs.python.org/issue20362> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue24163] shutil.copystat fails when attribute security.selinux is present

2015-05-11 Thread Ned Deily
Ned Deily added the comment: Possibly related: Issue15238 (msg165591 re root) -- nosy: +hynek, ned.deily ___ Python tracker <http://bugs.python.org/issue24

[issue24156] test.test_ssl.ThreadedTests unit test failed

2015-05-11 Thread Ned Deily
Ned Deily added the comment: There are places in the test suite that assume 127.0.0.1 is the standard loopback address and will fail if the system under test doesn't follow that convention; see, for example, the discussion in Issue22753. I suspect that, in your case, the system&#

[issue24170] IDLE crashes when I press ^ key

2015-05-12 Thread Ned Deily
Ned Deily added the comment: If you are using a Python 3.4.3 from a python.org installer for OS X or have built your own, have you installed the latest ActiveTcl 8.5.x as described here? https://www.python.org/download/mac/tcltk/ If not, you should have received a warning when you launched

[issue24156] test.test_ssl.ThreadedTests unit test failed

2015-05-12 Thread Ned Deily
Ned Deily added the comment: Thanks for the additional info. I don't know what possible configuration options might affect this other than that I would expect to see 127.0.0.1 as the primary IPv4 address on the loopback interface, like: # ifconfig [...] loLink encap:Local Loo

[issue23882] unittest discovery doesn't detect namespace packages when given no parameters

2015-05-12 Thread Ned Deily
Changes by Ned Deily : -- stage: needs patch -> patch review ___ Python tracker <http://bugs.python.org/issue23882> ___ ___ Python-bugs-list mailing list Un

[issue24170] IDLE crashes when I press ^ key

2015-05-12 Thread Ned Deily
Ned Deily added the comment: This is undoubtedly a crash in Tk, not in Python itself, so there won't be any Python traceback. -- ___ Python tracker <http://bugs.python.org/is

[issue24170] IDLE crashes when I press ^ key

2015-05-12 Thread Ned Deily
Ned Deily added the comment: Unless I'm very much mistaken, this is another instance of the old Cocoa Tk problem documented here (http://sourceforge.net/p/tktoolkit/bugs/2722/) and referred to in https://www.python.org/download/mac/tcltk/. It's not like a normal TclError in that

[issue22681] Add support of KOI8-T encoding

2015-05-12 Thread Ned Deily
Ned Deily added the comment: Lots of "LookupError: unknown encoding: koi8_t" test failures (on OS X 10.10) after this commit, for example, in test_codecs: == ERROR: test_basics (test.test_codecs.BasicU

[issue22681] Add support of KOI8-T encoding

2015-05-12 Thread Ned Deily
Ned Deily added the comment: Also the 10.6 (Snow Leopard) buildbot: http://buildbot.python.org/all/builders/AMD64%20Snow%20Leop%203.x/builds/3125/steps/test/logs/stdio -- ___ Python tracker <http://bugs.python.org/issue22

[issue24170] IDLE crashes when I press ^ key

2015-05-12 Thread Ned Deily
Ned Deily added the comment: Thanks! I'm going to assume then that installing a current ActiveTcl 8.5.x will fix the problem for you. -- resolution: -> third party stage: -> resolved status: open -> closed ___ Python

[issue22681] Add support of KOI8-T encoding

2015-05-12 Thread Ned Deily
Ned Deily added the comment: All better, thanks! -- ___ Python tracker <http://bugs.python.org/issue22681> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue24157] test_urandom_fd_reopened failure if OS X crash reporter default set to Developer

2015-05-14 Thread Ned Deily
Ned Deily added the comment: OK, that explains the failure. You must have set the OS X crash reporter default to "Developer" mode on that machine at some point. In that case, code that is now in the SuppressCrashReport context manager in Lib/test/support/__init__.py checks for th

[issue24198] please align the platform tag for windows

2015-05-14 Thread Ned Deily
Ned Deily added the comment: @doko, are you referring to the results of {sysconfig,distutils.util}.get_platform()? What effect would this have on third-party packages that currently support multiple versions of Python? Also, if get_platform() is meant, I don't understand the comment &q

[issue24198] please align the platform tag for windows

2015-05-14 Thread Ned Deily
Ned Deily added the comment: OK, but I still don't understand your comment about OS X. get_platform() on OS X in general returns info about the platform build environment (e.g. the implied set of all OS versions and CPU archs supported), not about the specific machine environment

[issue24197] minidom parses comments wrongly

2015-05-14 Thread Ned Deily
Ned Deily added the comment: Thanks for your report. Alas, according to the W3C XML 1.0 specification: "For compatibility, the string " -- " (double-hyphen) MUST NOT occur within comments." So, it appears minidom (and other XML parsers) are correct in rejecting your

[issue16314] Support xz compression in distutils

2015-05-16 Thread Ned Deily
Ned Deily added the comment: The test for lzma being importable is not sufficient. == ERROR: test_make_archive_xztar (distutils.tests.test_archive_util.ArchiveUtilTestCase

[issue9377] socket, PEP 383: Mishandling of non-ASCII bytes in host/domain names

2015-05-16 Thread Ned Deily
Changes by Ned Deily : -- nosy: +steve.dower ___ Python tracker <http://bugs.python.org/issue9377> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue24213] ProcessPoolExecutor().map() fails following an identical map()

2015-05-16 Thread Ned Deily
Ned Deily added the comment: I can reproduce a crash with your sample program using the current numpy wheel (1.9.2) and the python.org 3.4.3. The significant parts of the OS X crash dump: Crashed Thread:0 Dispatch queue: com.apple.main-thread Exception Type:EXC_BAD_ACCESS

[issue24231] os.makedirs('/', exist_ok=True) fails on Darwin

2015-05-18 Thread Ned Deily
Ned Deily added the comment: This appears to be a BSD-ism: I get the same result on FreeBSD 10 as with OS X 10.10. For whatever reason, mkdir('/') returns IsADirectoryError while mkdir('/other/existing/directory') returns FileExistsError. -- nosy: +ned.deily st

[issue24228] Interpreter triggers segmentation fault at the starting

2015-05-18 Thread Ned Deily
Ned Deily added the comment: Try building python with debug on: ./configure --with-pydebug [...] Also, 3.4.2 has been replaced by 3.4.3 which includes the fixes from Issue22653. -- nosy: +ned.deily ___ Python tracker <http://bugs.python.

[issue24231] os.makedirs('/', exist_ok=True) fails on Darwin

2015-05-18 Thread Ned Deily
Ned Deily added the comment: It doesn't seem to be true for other mount points; the ones I tried raise FileExistsError. I suppose one could dig into the OS sources. I see that none of the FreeBSD or OS X mkdir man pages nor the POSIX 2013 spec document EISDIR as an expected error from

[issue10762] strftime('%f') segfault

2015-05-19 Thread Ned Deily
Ned Deily added the comment: Majeed, the fixes for this issue were released several years ago and the issue has been closed. Comments on it will likely be ignored. If you believe there is a problem in the current versions of Python 3 (3.4.3) or Python 2 (2.7.9), please open a new issue with

[issue24247] "unittest discover" does modify sys.path

2015-05-20 Thread Ned Deily
Changes by Ned Deily : -- nosy: +ezio.melotti, michael.foord, rbcollins ___ Python tracker <http://bugs.python.org/issue24247> ___ ___ Python-bugs-list mailin

[issue24251] Different behavior for argparse between 2.7.8 and 2.7.9 when adding the same arguments to the root and the sub commands

2015-05-20 Thread Ned Deily
Changes by Ned Deily : -- components: +Library (Lib) -Argument Clinic nosy: +bethard, r.david.murray -larry ___ Python tracker <http://bugs.python.org/issue24

[issue16991] Add OrderedDict written in C

2015-05-20 Thread Ned Deily
Ned Deily added the comment: FWIW, the random segfault seems to be triggered by hash randomization. If I disable randomization, it does not seem to fail: for i in `seq 1 20`; do PYTHONHASHSEED=1 ./python -m test.regrtest -m test_basic test_configparser ; done Presumably, the --forever

[issue24256] threading.Timer is not a class

2015-05-20 Thread Ned Deily
Ned Deily added the comment: This is really a duplicate of Issue5831 which ended up being closed as a duplicate of Issue10968. The resolution of the latter issue was to change threading.Timer in Python 3.3 to actually be a class, a new feature. But it appears that along the way the issue of

[issue24258] BZ2File objects do not have name attribute

2015-05-21 Thread Ned Deily
Changes by Ned Deily : -- nosy: +nadeem.vawda ___ Python tracker <http://bugs.python.org/issue24258> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue24259] tar.extractall() does not recognize unexpected EOF

2015-05-21 Thread Ned Deily
Changes by Ned Deily : -- nosy: +lars.gustaebel ___ Python tracker <http://bugs.python.org/issue24259> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue24262] logging.FileHandler.close() is not thread-safe

2015-05-21 Thread Ned Deily
Changes by Ned Deily : -- nosy: +vinay.sajip ___ Python tracker <http://bugs.python.org/issue24262> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue24263] Why VALID_MODULE_NAME in unittest/loader.py is r'[_a-z]\w*\.py$' not r'\w+\.py$' ?

2015-05-22 Thread Ned Deily
Changes by Ned Deily : -- components: -Unicode nosy: +rbcollins versions: +Python 3.5 -Python 3.2, Python 3.3 ___ Python tracker <http://bugs.python.org/issue24

[issue23969] please set a SOABI for MacOSX

2015-05-22 Thread Ned Deily
Ned Deily added the comment: Ronald, the change to set the SOABI was pushed several weeks ago (but, because I left out a #, the commit message did not also show up here as I intended): New changeset 32c24eec035f by Ned Deily in branch 'default': Issues #22980, 23969: For OS X, us

[issue24264] imageop Unsafe Arithmetic

2015-05-22 Thread Ned Deily
Changes by Ned Deily : -- nosy: +serhiy.storchaka ___ Python tracker <http://bugs.python.org/issue24264> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23969] please set a SOABI for MacOSX

2015-05-22 Thread Ned Deily
Ned Deily added the comment: "If you want to recognize architecture specific sonames" For OS X we don't have a need to recognize architecture specific sonames because we want to continue to defer to the operating system to make the decisions about which, if any, architecture

[issue24267] test_venv.EnsurePipTest.test_with_pip version conflict

2015-05-22 Thread Ned Deily
Changes by Ned Deily : -- nosy: +dstufft, ncoghlan ___ Python tracker <http://bugs.python.org/issue24267> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue24271] Python site randomly scrolls up when on mobile.

2015-05-23 Thread Ned Deily
Ned Deily added the comment: Problems with the python.org website are tracked at https://github.com/python/pythondotorg/issues. This is a duplicate of https://github.com/python/pythondotorg/issues/531. -- nosy: +ned.deily resolution: -> third party stage: -> resolved status

[issue24273] _scproxy.so causes EXC_BAD_ACCESS (SIGSEGV)

2015-05-23 Thread Ned Deily
Ned Deily added the comment: One workaround should be to disable network proxy lookups by defining the environment variable 'no_proxy' with value '*' in the Python process, for example: env no_proxy='*' python3.4 ... -- ___

[issue24273] _scproxy.so causes EXC_BAD_ACCESS (SIGSEGV)

2015-05-24 Thread Ned Deily
Changes by Ned Deily : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> exception error in _scproxy.so ___ Python tracker <http://bugs.python

[issue23965] test_ssl failure on Fedora 22

2015-05-24 Thread Ned Deily
Ned Deily added the comment: (@suki, I assume this is the issue reported here: https://github.com/jupyter/notebook/issues/111 ?) -- nosy: +ned.deily ___ Python tracker <http://bugs.python.org/issue23

[issue24282] 3.5 gdbm extension build fails with "'clinic/_gdbmmodule.c.h' file not found"

2015-05-25 Thread Ned Deily
Ned Deily added the comment: The problem you are seeing is due to MacPort's non-standard method of building the gdbm module separately in a stand-alone build instead of during the normal building of the complete Python standard library. As of 3.5.0a4 with 49910ff21ba5 for Issue20184, Mo

[issue27918] Running test suites without gui but still having windows flash

2016-08-31 Thread Ned Deily
Changes by Ned Deily : -- nosy: +serhiy.storchaka, terry.reedy ___ Python tracker <http://bugs.python.org/issue27918> ___ ___ Python-bugs-list mailing list Unsub

[issue27924] ensurepip raises TypeError after pip uninstall

2016-08-31 Thread Ned Deily
Ned Deily added the comment: You used "pip uninstall" to uninstall the Fedora-supplied pip (/usr/bin/pip)? That would be a really *bad* thing to do. And does Fedora supply a modified ensurepip / pip? What happens if you try this with a vanilla Python 3.5.x built from source?

[issue27924] ensurepip raises TypeError after pip uninstall

2016-08-31 Thread Ned Deily
Changes by Ned Deily : -- nosy: +dstufft, ncoghlan ___ Python tracker <http://bugs.python.org/issue27924> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue27924] ensurepip raises TypeError after pip uninstall

2016-08-31 Thread Ned Deily
Ned Deily added the comment: Sorry, 2.7.12 built from source. -- ___ Python tracker <http://bugs.python.org/issue27924> ___ ___ Python-bugs-list mailing list Unsub

[issue27953] math.tan has poor accuracy near pi/2 on OS X Tiger

2016-09-05 Thread Ned Deily
Ned Deily added the comment: It would be nice to use the existing @requires_mac_ver() decorator to skip the tests (see Lib/test/support/__init__.py). -- ___ Python tracker <http://bugs.python.org/issue27

[issue27953] math.tan has poor accuracy near pi/2 on OS X Tiger

2016-09-05 Thread Ned Deily
Ned Deily added the comment: Mark, ah, yes, that's true. So the tests would have to be separated out into a separate test case method. So, not worth the effort. -- ___ Python tracker <http://bugs.python.org/is

[issue27966] PEP-397 documents incorrect registry path

2016-09-07 Thread Ned Deily
Changes by Ned Deily : -- components: +Windows -Documentation nosy: +paul.moore, steve.dower, tim.golden, zach.ware ___ Python tracker <http://bugs.python.org/issue27

[issue27899] Apostrophe is not replace with ' ElementTree.tostring (also in Element.write)

2016-09-07 Thread Ned Deily
Changes by Ned Deily : -- nosy: +scoder -skrah ___ Python tracker <http://bugs.python.org/issue27899> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue26359] CPython build options for out-of-the box performance

2016-09-08 Thread Ned Deily
Ned Deily added the comment: Thanks for the new option. Perhaps the top-level README should be updated to mention --with-optimizations? -- nosy: +ned.deily versions: +Python 3.5, Python 3.6 ___ Python tracker <http://bugs.python.org/issue26

[issue28039] x86 Tiger buildbot needs __future__ with_statement

2016-09-09 Thread Ned Deily
Ned Deily added the comment: We could also ask David, the buildbot owner, if he could update the Python used for hg. I'm pretty sure it's not the system Python since that's too old. -- nosy: +db3l, ned.deily ___ Python

[issue24646] Python accepts SSL certificate that should be rejected on OSX

2016-09-09 Thread Ned Deily
Ned Deily added the comment: We will no longer use the OS X system OpenSSL for 3.6. -- resolution: not a bug -> third party stage: -> resolved status: pending -> closed ___ Python tracker <http://bugs.python.or

[issue28039] x86 Tiger buildbot needs __future__ with_statement

2016-09-09 Thread Ned Deily
Ned Deily added the comment: Thanks, David! -- ___ Python tracker <http://bugs.python.org/issue28039> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28008] PEP 530, asynchronous comprehensions implementation

2016-09-11 Thread Ned Deily
Changes by Ned Deily : -- priority: release blocker -> resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.or

[issue27593] Deprecate sys._mercurial and create sys._git

2016-09-11 Thread Ned Deily
Ned Deily added the comment: Thanks for the patch, Brett. Having done a quick test, I'd like to review this in more detail before applying but that will have to wait until after b1. If you want, you can reassign this to me. -- priority: release blocker -> deferred block

[issue28080] Allow reading member names with bogus encodings in zipfile

2016-09-11 Thread Ned Deily
Ned Deily added the comment: Stephen, thanks for submitting the patch. Unless another core developer has time to review and commit this prior to the feature code off tomorrow, this will probably need to wait for 3.7. Also, at the moment, your tracker user record does not indicate that there

[issue28083] socket: finish constant to Enum/Flag conversion

2016-09-11 Thread Ned Deily
Ned Deily added the comment: One could argue that it is a bug that the other constants are missing. Ethan, if you can work with Christian to get them in by b2, that would be acceptable. -- nosy: -larry ___ Python tracker <http://bugs.python.

[issue26081] Implement asyncio Future in C to improve performance

2016-09-11 Thread Ned Deily
Ned Deily added the comment: This change touches a lot of files and affect both the unix* and Windows build processes so, yeah, I think it's too risky to go in to b1. Let's get it in as soon as possible after b1. -- ___ Python trac

[issue28087] macOS 12 poll syscall returns prematurely

2016-09-11 Thread Ned Deily
Ned Deily added the comment: Thanks for the report. This seems to be a problem visible in the public betas of the upcoming macOS 12 release, not in previous releases (10.11 and earlier). Do you know if the problem has been reported to Apple? Also, I've uploaded a reviewable version of

[issue28087] macOS 12 poll syscall returns prematurely

2016-09-11 Thread Ned Deily
Ned Deily added the comment: OK, if you get a chance, it would be helpful to submit a RADAR on it and update this issue. I neglected to mention that your patch does seem to work, e.g., test_eintr no longer fails. -- ___ Python tracker <h

[issue28087] macOS 12 poll syscall returns prematurely

2016-09-11 Thread Ned Deily
Ned Deily added the comment: I'm not sure it should be a permanent fix. Perhaps you could add the test decorator so that it is only tested on 10.12. I don't have time to look at it more myself before b1. -- ___ Python trac

[issue28095] test_startup_imports of test_site fails on OS X due to new import of enum in re

2016-09-11 Thread Ned Deily
New submission from Ned Deily: Issue28082, for 3.6.0b1, modified the re module to use enum.IntFlag. As described in Issue19325, on interpreter startup site.py imports sysconfig which, on OS X, imports _osx_support which imports, among other things, re. Now that re imports enum, a number of

[issue28095] test_startup_imports of test_site fails on OS X due to new import of enum in re

2016-09-11 Thread Ned Deily
Changes by Ned Deily : -- dependencies: +_osx_support imports many modules ___ Python tracker <http://bugs.python.org/issue28095> ___ ___ Python-bugs-list mailin

[issue28092] Build failure for 3.6 on Centos 5.11

2016-09-11 Thread Ned Deily
Ned Deily added the comment: (The OS X Tiger buildbot uses a version of GCC 4.0.) -- ___ Python tracker <http://bugs.python.org/issue28092> ___ ___ Python-bug

[issue28086] test.test_getargs2.TupleSubclass test failure

2016-09-11 Thread Ned Deily
Ned Deily added the comment: Serhiy, what do you think? -- ___ Python tracker <http://bugs.python.org/issue28086> ___ ___ Python-bugs-list mailing list Unsub

[issue28092] Build failure for 3.6 on Centos 5.11

2016-09-12 Thread Ned Deily
Ned Deily added the comment: Do we know for sure that the manylinux1 builds are affected by this, i.e. can someone try building manylinux1 for 3.6? On the one hand, it is clear that many core developers would like to use these newer features of C, features that have been available for many

[issue24821] The optimization of string search can cause pessimization

2016-09-12 Thread Ned Deily
Ned Deily added the comment: If it has waited this long and is truly low priority, I think it can wait a little longer until 3.7. -- ___ Python tracker <http://bugs.python.org/issue24

[issue27405] Ability to trace Tcl commands executed by Tkinter

2016-09-12 Thread Ned Deily
Ned Deily added the comment: Let's target it for 3.7 and when it is ready we can discuss whether to backport it to 3.6 as well. -- versions: +Python 3.7 -Python 3.6 ___ Python tracker <http://bugs.python.org/is

[issue28092] Build failure for 3.6 on Centos 5.11

2016-09-12 Thread Ned Deily
Ned Deily added the comment: Thanks for the info, Nick. With that in mind, I"m removing this as a "release blocker" for now. Steven, would it be possible to upgrade gcc on your system? We'll have to deal with the Tiger buildbot separately. -- prior

<    63   64   65   66   67   68   69   70   >