[issue15663] Investigate providing Tcl/Tk 8.6 with OS X installers

2018-04-15 Thread Ned Deily
Ned Deily added the comment: Update: as of 3.7.0b3, both 3.7.0 installer variants (10.9+ and 10.6+) provide a built-in Tcl/Tk 8.6.8. And 3.6.5 and 2.7.15 also provide a 10.9+ installer variant with the built-in Tcl/Tk 8.6.8. (For the moment, the 3.6.5 and 2.7.15 10.6+ 64-bit/32-bit

[issue11485] Default SDK value on MacOSX needs changing

2018-04-15 Thread Ned Deily
Ned Deily added the comment: Update: as of 3.6.5 and 2.7.15 and in the upcoming 3.7.0 release, macSO framework builds with --enable-universalsdk=/ no longer add -isysroot=/ to compiler and linker calls. They are not necessary and made it more difficult to attempt to override. Although we

[issue14499] Extension module builds fail with Xcode 4.3 on OS X 10.7 due to SDK move

2018-04-15 Thread Ned Deily
Ned Deily added the comment: Update: as of 3.6.5 and 2.7.15 and in the upcoming 3.7.0 release, macSO framework builds with --enable-universalsdk=/ no longer add -isysroot=/ to compiler and linker calls. They are not necessary and made it more difficult to attempt to override. Although we

[issue31904] Python should support VxWorks RTOS

2018-04-16 Thread Ned Deily
Ned Deily added the comment: As I commented on the PR, I think this PR should not be merged until and if there is a consensus that this support belongs in the standard cpython repo and there is an agreed-upon plan how this platform would be supported on going. I think it needs an approved

[issue32232] building extensions as builtins is broken in 3.7

2018-04-16 Thread Ned Deily
Ned Deily added the comment: Thanks, Xavier, for your analysis and your PR! We definitely meed to get this resolved before 3.7.0b4. Given the complexity and potential impact on this area and that we are approaching the final beta, I think we need a few pairs of eyes to review it. @doko

[issue33290] Python.org macOS pkg installs pip3 as pip

2018-04-16 Thread Ned Deily
Ned Deily added the comment: Actually, this appears to be a pip upgrade issue. If you install 3.6.5 from the python.org installers, there is no pip link there, only pip3: $ cd /Library/Frameworks/Python.framework/Versions/3.6/bin $ ls -l total 272 lrwxr-xr-x 1 root admin 8 Apr 16 19

[issue33290] Python.org macOS pkg installs pip3 as pip

2018-04-16 Thread Ned Deily
Ned Deily added the comment: P.S. Of course, you'll probably need to manually remove that spurious pip command. -- ___ Python tracker <https://bugs.python.org/is

[issue33295] ERROR: test_sites_no_connection_close (test.test_urllib2net.OtherNetworkTests)

2018-04-17 Thread Ned Deily
Ned Deily added the comment: New changeset 36d56ea826caffbeac0fc0c6d90248b80516e33c by Ned Deily (INADA Naoki) in branch 'master': bpo-33295: Skip test using missing external site (GH-6504) https://github.com/python/cpython/commit/36d56ea826caffbeac0fc0c6d90248b80516e33c -

[issue33295] ERROR: test_sites_no_connection_close (test.test_urllib2net.OtherNetworkTests)

2018-04-17 Thread Ned Deily
Ned Deily added the comment: New changeset f7379ddf1c315fe18734cca943aff5b437baf849 by Ned Deily (Miss Islington (bot)) in branch '3.7': bpo-33295: Skip test using missing external site (GH-6504) (GH-6509) https://github.com/python/cpython/commit/f7379ddf1c315fe18734cca943aff5

[issue33295] ERROR: test_sites_no_connection_close (test.test_urllib2net.OtherNetworkTests)

2018-04-17 Thread Ned Deily
Ned Deily added the comment: New changeset afc768d69879d6b95c59a0a5e92ea4c6061f3841 by Ned Deily (Miss Islington (bot)) in branch '2.7': bpo-33295: Skip test using missing external site (GH-6504) (GH-6510) https://github.com/python/cpython/commit/afc768d69879d6b95c59a0a5e92ea4

[issue33295] ERROR: test_sites_no_connection_close (test.test_urllib2net.OtherNetworkTests)

2018-04-17 Thread Ned Deily
Ned Deily added the comment: New changeset f1547d110ff195291e29ba5c29617912d12ecbec by Ned Deily (Miss Islington (bot)) in branch '3.6': bpo-33295: Skip test using missing external site (GH-6504) (GH-6511) https://github.com/python/cpython/commit/f1547d110ff195291e29ba5c296179

[issue33295] ERROR: test_sites_no_connection_close (test.test_urllib2net.OtherNetworkTests)

2018-04-17 Thread Ned Deily
Ned Deily added the comment: Thanks! I force-merged the skips of the test so that Travis CI and buildbots were not failing. I'll leave the issue open so we can decide what to do about the test long term. -- ___ Python tracker &

[issue33293] Using datetime.datetime.utcnow().timestamp() in Python3.6.0 can't get correct UTC timestamp.

2018-04-17 Thread Ned Deily
Ned Deily added the comment: I am not sure I understand what behavior you are expecting. But datetime.now() is documented as returning "the current local date and time" (assuming no tx= argument is provided) while datetime.utcnow() returns "the current UTC date and time"

[issue33293] Using datetime.datetime.utcnow().timestamp() in Python3.6.0 can't get correct UTC timestamp.

2018-04-17 Thread Ned Deily
Ned Deily added the comment: Tim, do you think the docs should be changed and, if so, which sections? If you dictate, I'll type! -- ___ Python tracker <https://bugs.python.org/is

[issue33312] ubsan undefined behavior sanitizer flags struct _dictkeysobject (PyDictKeysObj)

2018-04-20 Thread Ned Deily
Ned Deily added the comment: Greg, this change has broken some buildbots: http://buildbot.python.org/all/#/builders/85/builds/934 http://buildbot.python.org/all/#/builders/21/builds/951 -- nosy: +ned.deily ___ Python tracker <ht

[issue33131] Upgrade to pip 10 for Python 3.7

2018-04-20 Thread Ned Deily
Ned Deily added the comment: Since 2.7 was upgraded, I think 3.6.x should be upgraded to 10.0.x, as well. -- versions: +Python 2.7, Python 3.6 ___ Python tracker <https://bugs.python.org/issue33

[issue33312] ubsan undefined behavior sanitizer flags struct _dictkeysobject (PyDictKeysObj)

2018-04-20 Thread Ned Deily
Ned Deily added the comment: Thanks, Greg, looking better! -- ___ Python tracker <https://bugs.python.org/issue33312> ___ ___ Python-bugs-list mailing list Unsub

[issue33015] Fix function cast warning in thread_pthread.h

2018-04-22 Thread Ned Deily
Change by Ned Deily : -- nosy: +benjamin.peterson ___ Python tracker <https://bugs.python.org/issue33015> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33374] generate-posix-vars failed when building Python 2.7.14 on Linux

2018-04-27 Thread Ned Deily
Change by Ned Deily : -- nosy: +benjamin.peterson ___ Python tracker <https://bugs.python.org/issue33374> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28055] pyhash's siphash24 assumes alignment of the data pointer

2018-05-01 Thread Ned Deily
Ned Deily added the comment: What's the status of this? It looks like Serhiy has reviewed and approved Dakon's PR 6123. Is everyone OK with merging it? Anything more needed? -- versions: +Python 3.8 -Python 3.5 ___ Python track

[issue33377] add new triplets for mips r6 and riscv variants

2018-05-01 Thread Ned Deily
Ned Deily added the comment: New changeset 0596f319020ad34010cbf98608021080ba2a1d4b by Ned Deily (Miss Islington (bot)) in branch '3.7': bpo-33377: add triplets for mips-r6 and riscv (GH-6655) (GH-6660) https://github.com/python/cpython/commit/0596f319020ad34010cbf986080210

[issue33377] add new triplets for mips r6 and riscv variants

2018-05-01 Thread Ned Deily
Change by Ned Deily : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue33038] GzipFile doesn't always ignore None as filename

2018-05-01 Thread Ned Deily
Ned Deily added the comment: It looks like PR 6095 for this issue has not been reviewed or merged yet. The commits for v2.7.15 are here: https://github.com/python/cpython/commits/v2.7.15 -- nosy: +benjamin.peterson, ned.deily ___ Python tracker

[issue33400] logging.Formatter does not default to ISO8601 date format

2018-05-01 Thread Ned Deily
Change by Ned Deily : -- nosy: +vinay.sajip ___ Python tracker <https://bugs.python.org/issue33400> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33191] Refleak in posix_spawn

2018-05-01 Thread Ned Deily
Change by Ned Deily : -- resolution: -> duplicate stage: patch review -> resolved status: open -> closed superseder: -> expose posix_spawn(p) ___ Python tracker <https://bugs.python

[issue20104] expose posix_spawn(p)

2018-05-01 Thread Ned Deily
Ned Deily added the comment: Thanks for the latest fixes, Serhiy. Now is there anything more that needs to be done for this issue? -- priority: release blocker -> deferred blocker versions: +Python 3.8 ___ Python tracker <https://bugs.pyth

[issue31453] Debian Sid/Buster: Cannot enable TLS 1.0/1.1 with PROTOCOL_TLS

2018-05-01 Thread Ned Deily
Ned Deily added the comment: Christian, ping. Can we close this? -- ___ Python tracker <https://bugs.python.org/issue31453> ___ ___ Python-bugs-list mailin

[issue33281] ctypes.util.find_library not working on macOS

2018-05-01 Thread Ned Deily
Ned Deily added the comment: New changeset d06d345f04b3f7e5b318df69b1d179328a64ca9c by Ned Deily (Ray Donnelly) in branch 'master': bpo-33281: Fix ctypes.util.find_library regression on macOS (GH-6625) https://github.com/python/cpython/commit/d06d345f04b3f7e5b318df69b1d179

[issue33281] ctypes.util.find_library not working on macOS

2018-05-01 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +6377 ___ Python tracker <https://bugs.python.org/issue33281> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33281] ctypes.util.find_library not working on macOS

2018-05-01 Thread Ned Deily
Ned Deily added the comment: New changeset 69a013ec189f93a0dea97cfdbb3adc348648a666 by Ned Deily in branch 'master': bpo-33281: NEWS and ACK (GH-6681) https://github.com/python/cpython/commit/69a013ec189f93a0dea97cfdbb3adc348648a666 --

[issue33281] ctypes.util.find_library not working on macOS

2018-05-01 Thread Ned Deily
Ned Deily added the comment: New changeset c74ca5396aa7740d4fc90617e6b2315e849fa71f by Ned Deily (Miss Islington (bot)) in branch '3.7': bpo-33281: Fix ctypes.util.find_library regression on macOS (GH-6625) (GH-6680) https://github.com/python/cpyt

[issue33281] ctypes.util.find_library not working on macOS

2018-05-01 Thread Ned Deily
Ned Deily added the comment: New changeset d74f35331f176e0679f0614b6cccf0dc0422e31a by Ned Deily (Miss Islington (bot)) in branch '3.7': bpo-33281: NEWS and ACK (GH-6681) (GH-6682) https://github.com/python/cpython/commit/d74f35331f176e0679f0614b6cccf0

[issue33281] ctypes.util.find_library not working on macOS

2018-05-01 Thread Ned Deily
Ned Deily added the comment: Thanks for the PR, Ray. Merged for 3.7.0b4 (and 3.8.0). -- nosy: +Ray.Donnelly priority: release blocker -> resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.8 __

[issue33290] Python.org macOS pkg installs pip3 as pip

2018-05-01 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +6379 ___ Python tracker <https://bugs.python.org/issue33290> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33290] Python.org macOS pkg installs pip3 as pip

2018-05-01 Thread Ned Deily
Ned Deily added the comment: New changeset 0dd80709b5dc03756e7f4510761ae60236bb9f6d by Ned Deily in branch 'master': bpo-33290: Have macOS installer remove "pip" alias (GH-6683) https://github.com/python/cpython/commit/0dd80709b5dc03756e7f

[issue33290] Python.org macOS pkg installs pip3 as pip

2018-05-01 Thread Ned Deily
Ned Deily added the comment: New changeset 1470e43076559d22518f2e8d704fa9426d2659dd by Ned Deily (Miss Islington (bot)) in branch '3.7': bpo-33290: Have macOS installer remove "pip" alias (GH-6683) (GH-6684) https://github.com/python/cpython/commit/1470e43076559d22518f

[issue33290] Python.org macOS pkg installs pip3 as pip

2018-05-01 Thread Ned Deily
Ned Deily added the comment: New changeset 8ac441876418a217c31fe429733d7fa4704f0e3c by Ned Deily (Miss Islington (bot)) in branch '3.6': bpo-33290: Have macOS installer remove "pip" alias (GH-6683) (GH-6685) https://github.com/python/cpython/commit/8ac441876418a217c31f

[issue33405] PYTHONCOERCECLOCALE no longer being respected

2018-05-01 Thread Ned Deily
Change by Ned Deily : -- nosy: +vstinner ___ Python tracker <https://bugs.python.org/issue33405> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33355] Windows 10 buildbot: 15 min timeout on test_mmap.test_large_filesize()

2018-05-01 Thread Ned Deily
Change by Ned Deily : -- nosy: +paul.moore, steve.dower, tim.golden, zach.ware priority: normal -> deferred blocker ___ Python tracker <https://bugs.python.org/issu

[issue33406] [ctypes] increase refcount of a CFUNCTYPE instance when passing to a CDLL

2018-05-01 Thread Ned Deily
Change by Ned Deily : -- nosy: +amaury.forgeotdarc, belopolsky, meador.inge ___ Python tracker <https://bugs.python.org/issue33406> ___ ___ Python-bugs-list mailin

[issue33429] IDLE tooltips stopped working between 2.7.14 and 2.7.15 on MacOS

2018-05-05 Thread Ned Deily
Change by Ned Deily : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Tooltip not display with macOS 64-bit installer 3.6.5 but work with macOS 64-bit/32-bit installer ___ Python tra

[issue33453] from __future__ import annotations breaks dataclasses ClassVar and InitVar handling

2018-05-09 Thread Ned Deily
Ned Deily added the comment: > Ned, this is after the last beta but as far as I understand, we're still > fine committing fixes that maintain ABI until RC1, right? Yes -- ___ Python tracker <https://bugs.python.

[issue32216] Document PEP 557 Data Classes (dataclasses module)

2018-05-10 Thread Ned Deily
Ned Deily added the comment: We really need to get this done prior to 370rc1 coming up on 05-21. -- priority: deferred blocker -> release blocker ___ Python tracker <https://bugs.python.org/issu

[issue33413] asyncio.gather should not use special Future

2018-05-10 Thread Ned Deily
Change by Ned Deily : -- components: +asyncio nosy: +asvetlov, yselivanov ___ Python tracker <https://bugs.python.org/issue33413> ___ ___ Python-bugs-list mailin

[issue33427] Dead link in "The Python Standard Library" page

2018-05-12 Thread Ned Deily
Ned Deily added the comment: Note that while the link in the docs should be updated, the old link should redirect properly. That change has been requested in https://github.com/pypa/warehouse/issues/3914 -- nosy: +ned.deily ___ Python tracker

[issue33442] Python 3 doc sidebar dosnt follow page scrolling like 2.7 doc sidebar.

2018-05-12 Thread Ned Deily
Change by Ned Deily : -- nosy: +ezio.melotti, georg.brandl ___ Python tracker <https://bugs.python.org/issue33442> ___ ___ Python-bugs-list mailing list Unsub

[issue33497] cgi.parse_multipart does not have an associated "errors" parameter with its "encoding" parameter

2018-05-14 Thread Ned Deily
Change by Ned Deily : -- versions: +Python 3.8 ___ Python tracker <https://bugs.python.org/issue33497> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33497] cgi.parse_multipart does not have an associated "errors" parameter with its "encoding" parameter

2018-05-14 Thread Ned Deily
Ned Deily added the comment: New changeset 545c955be997efd6b3827b981024e6b9945d82d1 by Ned Deily (Amber Brown) in branch 'master': bpo-33497: Add errors param to cgi.parse_multipart and make an encoding in FieldStorage use the given errors (GH-6804) https://github.com/python/cpyt

[issue33497] cgi.parse_multipart does not have an associated "errors" parameter with its "encoding" parameter

2018-05-14 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +6520 ___ Python tracker <https://bugs.python.org/issue33497> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33497] cgi.parse_multipart does not have an associated "errors" parameter with its "encoding" parameter

2018-05-14 Thread Ned Deily
Ned Deily added the comment: New changeset d063b84d9ee435e9ae981c18faccaff5562792c3 by Ned Deily in branch 'master': bpo-33497: Add NEWS and ACKS entries. (GH-6838) https://github.com/python/cpython/commit/d063b84d9ee435e9ae981c18faccaf

[issue33497] cgi.parse_multipart does not have an associated "errors" parameter with its "encoding" parameter

2018-05-14 Thread Ned Deily
Ned Deily added the comment: New changeset e8f968dcde520160bea7c98d298e58128f9abaa4 by Ned Deily (Miss Islington (bot)) in branch '3.7': bpo-33497: Add errors param to cgi.parse_multipart and make an encoding in FieldStorage use the given errors (GH-6804) (GH-6837) https://github.

[issue33497] cgi.parse_multipart does not have an associated "errors" parameter with its "encoding" parameter

2018-05-14 Thread Ned Deily
Ned Deily added the comment: New changeset 5195039bb5529f1b18d30e8bfcabdee739912d76 by Ned Deily (Miss Islington (bot)) in branch '3.7': bpo-33497: Add NEWS and ACKS entries. (GH-6838) (GH-6840) https://github.com/python/cpython/commit/5195039bb5529f1b18d30e8bfcabde

[issue33497] cgi.parse_multipart does not have an associated "errors" parameter with its "encoding" parameter

2018-05-14 Thread Ned Deily
Ned Deily added the comment: Thanks for the report and the PR, @hawkowl! Merged for 3.7.0rc1. -- priority: release blocker -> resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://

[issue20104] expose posix_spawn(p)

2018-05-14 Thread Ned Deily
Change by Ned Deily : -- priority: release blocker -> versions: -Python 3.7 ___ Python tracker <https://bugs.python.org/issue20104> ___ ___ Python-bugs-lis

[issue33513] incorrect detection of information of some distributions python2

2018-05-15 Thread Ned Deily
Change by Ned Deily : -- nosy: +lemburg ___ Python tracker <https://bugs.python.org/issue33513> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33514] async and await as keywords not mentioned in What’s New In Python 3.7

2018-05-15 Thread Ned Deily
Ned Deily added the comment: Thanks for the report. The 3.7 What's New document is being completed right now at the PyCon US sprints. CCing the editors. -- nosy: +Elvis.Pranskevichus, ned.deily, yselivanov ___ Python tracker &

[issue33198] Build on Linux with --enable-optimizations fails

2018-05-15 Thread Ned Deily
Ned Deily added the comment: Florian, any further information on this problem? Are you still seeing it? Can you supply a backtrace? Without more information to go on, there's not much we can do to help. -- nosy: +ned.deily ___ Python tr

[issue33503] use pypi.org instead of pypi.python.org

2018-05-15 Thread Ned Deily
New submission from Ned Deily : New changeset 19177fbd5d6d9b29ccc302d65f9d9417ece082ce by Ned Deily (Stéphane Wirtel) in branch 'master': bpo-33503: Fix the broken pypi link in the source and the documentation (GH-6814) https://github.com/python/cpyt

[issue33427] Dead link in "The Python Standard Library" page

2018-05-15 Thread Ned Deily
Ned Deily added the comment: Thanks for noticing and for providing the PR. The proposed change is a subset of the changes for Issue33503. -- resolution: -> duplicate stage: patch review -> resolved status: open -> closed superseder: -> use pypi.org instead of pyp

[issue32604] Expose the subinterpreters C-API in Python for testing use.

2018-05-15 Thread Ned Deily
Ned Deily added the comment: As agreed upon at the PyCon dev sprints, 6bd0c476c58ca0046969f70dc2a4e4dfb3268062 removes _xxsubinterpreters from the 3.7 branch and 3.7.0 and retargets for 3.8. Since it was intended for internal use, no user documentation or APIs should be affected

[issue32257] Support Disabling Renegotiation for SSLContext

2018-05-15 Thread Ned Deily
Ned Deily added the comment: New changeset 67c48016638aac9a15afe6fd6754d53d2bdd6b76 by Ned Deily (Christian Heimes) in branch 'master': bpo-32257: Add ssl.OP_NO_RENEGOTIATION (GH-5904) https://github.com/python/cpython/commit/67c48016638aac9a15afe6fd6754d5

[issue31453] Debian Sid/Buster: Cannot enable TLS 1.0/1.1 with PROTOCOL_TLS

2018-05-15 Thread Ned Deily
Change by Ned Deily : -- versions: +Python 2.7, Python 3.6 -Python 3.7, Python 3.8 ___ Python tracker <https://bugs.python.org/issue31453> ___ ___ Python-bug

[issue31423] Error while building PDF documentation

2017-09-24 Thread Ned Deily
Ned Deily added the comment: > Seems like people are seeing 404s when downloading docs today. Do you have specific URLs or web pages? Or a link to where this was discussed? I just did a quick look at some of the download pages and everything worked for

[issue31574] Add dtrace hook for importlib

2017-09-25 Thread Ned Deily
Changes by Ned Deily : -- nosy: +lukasz.langa ___ Python tracker <https://bugs.python.org/issue31574> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31634] Consider installing wheel in ensurepip by default

2017-09-29 Thread Ned Deily
Change by Ned Deily : -- nosy: +ned.deily ___ Python tracker <https://bugs.python.org/issue31634> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31641] concurrent.futures.as_completed() no longer accepts arbitrary iterables

2017-09-29 Thread Ned Deily
Ned Deily added the comment: Sounds like we need to get this fixed for 3.6.3 final which is scheduled for Monday (3 days). Or revert the previous fix. -- ___ Python tracker <https://bugs.python.org/issue31

[issue31660] sys.executable different in os.execv'd python3.6 virtualenv session in python2 vs python3

2017-10-02 Thread Ned Deily
Ned Deily added the comment: I suspect what is being seen here is essentially a duplicate of Issue31363. On macOS framework builds, a python launcher executable is used (Mac/Tools/pythonw.c) to exec the real Python interpreter binary and the launcher uses the __PYVENV_LAUNCHER__ environment

[issue11063] Rework uuid module: lazy initialization and add a new C extension

2017-10-02 Thread Ned Deily
Ned Deily added the comment: I agree with Barry's comment on PR 3855: "I'd rather see a configure check for the existence of uuid_generate_time_safe() rather than hard coding it to platforms !APPLE for two reasons. 1) If macOS ever adds this API in some future release, this

[issue30465] FormattedValue expressions have wrong lineno and col_offset information

2017-10-02 Thread Ned Deily
Ned Deily added the comment: Is there more to do on this issue or can it be closed now? -- nosy: +ned.deily ___ Python tracker <https://bugs.python.org/issue30

[issue23404] 'make touch' does not work with git clones of the source repository

2017-10-02 Thread Ned Deily
Ned Deily added the comment: Nick, were you planning to do the work for the other (non-3.6) branches? If not, can someone else pick this up please? -- ___ Python tracker <https://bugs.python.org/issue23

[issue31662] trivial typos in Tools/msi/uploadrelease.bat

2017-10-03 Thread Ned Deily
Ned Deily added the comment: New changeset a51c760ddd7ad2513202e419cde90670283a6bc9 by Ned Deily (Miss Islington (bot)) in branch '3.6': [3.6] bpo-31662: Fix typos in uploadrelease.bat script (#3858) https://github.com/python/cpython/commit/a51c760ddd7ad2513202e419cde906

[issue31423] Error while building PDF documentation

2017-10-03 Thread Ned Deily
Ned Deily added the comment: New changeset a74ce09c738c3e3aa89994bf31049cb914dca389 by Ned Deily (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/a74ce09c738c3e3aa89994bf31049c

[issue31641] concurrent.futures.as_completed() no longer accepts arbitrary iterables

2017-10-03 Thread Ned Deily
Ned Deily added the comment: New changeset 2e3fd03796528a9f88f79d38e1d890af153c8e61 by Ned Deily (Miss Islington (bot)) in branch '3.6': [3.6] bpo-31641: Allow arbitrary iterables in `concurrent.futures.as_completed()` (GH-3830) (#3831) https://github.com/python/cpyt

[issue31641] concurrent.futures.as_completed() no longer accepts arbitrary iterables

2017-10-03 Thread Ned Deily
Ned Deily added the comment: Cherry picked into 3.6.3 final -> closing -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python

[issue31641] concurrent.futures.as_completed() no longer accepts arbitrary iterables

2017-10-03 Thread Ned Deily
Change by Ned Deily : -- priority: release blocker -> ___ Python tracker <https://bugs.python.org/issue31641> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue31340] Use VS 2017 compiler for build

2017-10-06 Thread Ned Deily
Ned Deily added the comment: If you think we should do a 3.6.4 to address this, we can do that. I'll leave it up to your judgement. -- ___ Python tracker <https://bugs.python.org/is

[issue31727] FTP_TLS errors when

2017-10-08 Thread Ned Deily
Change by Ned Deily : -- components: +Windows nosy: +paul.moore, steve.dower, tim.golden, zach.ware ___ Python tracker <https://bugs.python.org/issue31

[issue31730] list unhashable, can not be use as key to dict

2017-10-08 Thread Ned Deily
Ned Deily added the comment: As documented, a dict key must be hashable and, because lists are not immutable, they are not hashable and thus can't be used as keys. See the Python Glossary for more info. https://docs.python.org/2/glossary.html -- nosy: +ned.deily resolution: -

[issue31729] multiprocesssing.Pool.map_async() undocumented

2017-10-08 Thread Ned Deily
Change by Ned Deily : -- nosy: +davin, pitrou ___ Python tracker <https://bugs.python.org/issue31729> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31737] Documentation renders incorrectly

2017-10-09 Thread Ned Deily
Change by Ned Deily : -- nosy: +mdk ___ Python tracker <https://bugs.python.org/issue31737> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue31744] Python 2.7.14 Fails to compile on CentOS/RHEL7

2017-10-10 Thread Ned Deily
Ned Deily added the comment: Do you already have an existing version of Python 2.7 installed at the prefix location /opt/ws1? Because you are attempting to build with --enable-shared, the build may be picking up the already installed shared library. Try building without --enable-shared or

[issue31744] Python 2.7.14 Fails to compile on CentOS/RHEL7

2017-10-10 Thread Ned Deily
Change by Ned Deily : -- nosy: +ishcherb ___ Python tracker <https://bugs.python.org/issue31744> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31751] Support for C++ 11 and/or C++ 14 in python.org installer

2017-10-10 Thread Ned Deily
Ned Deily added the comment: Can you give a test case demonstrating what is not working? The Python interpreters installed with python.org 10.6+ installers are built to work with all versions of macOS from 10.6 on and should be able to build extension modules with either gcc or clang as

[issue31744] Python 2.7.14 Fails to compile on CentOS/RHEL7

2017-10-11 Thread Ned Deily
Change by Ned Deily : -- stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue31744> ___ ___ Python-bugs-list

[issue31751] Support for C++ 11 and/or C++ 14 in python.org installer

2017-10-11 Thread Ned Deily
Ned Deily added the comment: No rush! And I didn't mean to imply that how the macOS installers are built is perfect or updates shouldn't be considered. But we should understand what the issue here is, independent of potenti

[issue31766] Python 3.5 missing from documentation

2017-10-11 Thread Ned Deily
Ned Deily added the comment: The documentation for 3.5 was deliberated removed from the pull down lists of current docsets as 3.5 is now in security-fix-only mode; the 3.5 documentation is only updated when a new security release is made and general doc changes to it are no longer made. You

[issue31767] Windows Installer fails with error 0x80091007 when trying to install debugging symbols

2017-10-11 Thread Ned Deily
Change by Ned Deily : -- components: +Windows -Installation nosy: +paul.moore, steve.dower, tim.golden, zach.ware ___ Python tracker <https://bugs.python.org/issue31

[issue31766] Python 3.5 missing from documentation

2017-10-12 Thread Ned Deily
Change by Ned Deily : -- keywords: +patch pull_requests: +3947 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue31766> ___ ___ Python-

[issue31766] Python 3.5 missing from documentation

2017-10-12 Thread Ned Deily
Ned Deily added the comment: New changeset b7cbfe49e39a7bbd7da20b937735a8a60bbf1872 by Ned Deily in branch 'master': bpo-31766: restore 3.5 to docs version switchers (#3969) https://github.com/python/cpython/commit/b7cbfe49e39a7bbd7da20b937735a8

[issue31766] Python 3.5 missing from documentation

2017-10-12 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +3948 ___ Python tracker <https://bugs.python.org/issue31766> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31766] Python 3.5 missing from documentation

2017-10-12 Thread Ned Deily
Ned Deily added the comment: New changeset f8d42ea0e4341b270f1de71b4ff40cfa18420eed by Ned Deily in branch '3.6': bpo-31766: restore 3.5 to docs version switchers (#3970) https://github.com/python/cpython/commit/f8d42ea0e4341b270f1de71b4ff40c

[issue31766] Python 3.5 missing from documentation

2017-10-12 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +3949 ___ Python tracker <https://bugs.python.org/issue31766> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31766] Python 3.5 missing from documentation

2017-10-12 Thread Ned Deily
Ned Deily added the comment: New changeset 356b68023d6fee5e30d25a4a680ac5b9e4f8dd65 by Ned Deily in branch '2.7': bpo-31766: restore 3.5 to docs version switchers (#3971) https://github.com/python/cpython/commit/356b68023d6fee5e30d25a4a680ac5

[issue31766] Python 3.5 missing from documentation

2017-10-12 Thread Ned Deily
Ned Deily added the comment: > Isn't Python 2.7 in Security Fix only as well ? No, 2.7 is still being actively maintained (until 2020). (https://devguide.python.org/#status-of-python-branches) But, bowing to popular demand, I've restored 3.5 to the switchers for 3.7, 3.6, and 2.

[issue31742] Default to emitting FutureWarning for provisional APIs

2017-10-12 Thread Ned Deily
Change by Ned Deily : -- nosy: +ned.deily ___ Python tracker <https://bugs.python.org/issue31742> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31742] Default to emitting FutureWarning for provisional APIs

2017-10-12 Thread Ned Deily
Ned Deily added the comment: Besides making the provisional warning more noticeable in module doc pages, perhaps we should have a "Provisional Package / API" section somewhere in the release's docset: a liat of all provisionals and perhaps a list of formerly provisional, n

[issue31509] test_subprocess hangs randomly on AMD64 Windows10 3.x

2017-10-12 Thread Ned Deily
Ned Deily added the comment: I also have seen test_subprocess hangs on both macOS and on Debian Linux on both 3.6 and master, as recently as 3.6.3 and 3.7.0a1 but not with current heads. After some experimenting and bisecting, I tracked the fix down to the mock os.waitpid fixes for bpo

[issue31780] Using format spec ',x' displays incorrect error message

2017-10-13 Thread Ned Deily
Change by Ned Deily : -- nosy: +eric.smith ___ Python tracker <https://bugs.python.org/issue31780> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31796] The mccabe complexity output in module flake8.

2017-10-15 Thread Ned Deily
Ned Deily added the comment: flake8 is not part of the Python Standard Library. You might start with its project page here: https://gitlab.com/pycqa/flake8 -- nosy: +ned.deily resolution: -> third party stage: -> resolved status: open -&g

[issue31803] Remove not portable time.clock(), replaced by time.perf_counter() and time.process_time()

2017-10-17 Thread Ned Deily
Change by Ned Deily : -- nosy: +belopolsky, lemburg ___ Python tracker <https://bugs.python.org/issue31803> ___ ___ Python-bugs-list mailing list Unsubscribe:

<    31   32   33   34   35   36   37   38   39   40   >