[issue31818] [macOS] _scproxy.get_proxies() crash -- get_proxies() is not fork-safe?

2017-10-19 Thread Ned Deily
Ned Deily added the comment: Ronald is the expert on this but, from what I understand, I don't think there is any reason to spend time on trying to further analyze this. This issue has been around since day one of _scproxy and affects all versions of Python on macOS. There is nothi

[issue31814] subprocess_fork_exec more stable with vfork

2017-10-20 Thread Ned Deily
Change by Ned Deily : -- nosy: +gregory.p.smith ___ Python tracker <https://bugs.python.org/issue31814> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31810] Travis CI, buildbots: run "make smelly" to check if CPython leaks symbols

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

[issue31203] socket.IP_PKTINFO is missing from python

2017-10-20 Thread Ned Deily
Change by Ned Deily : -- nosy: +` stage: -> commit review versions: -Python 2.7, Python 3.3, Python 3.4, Python 3.5, Python 3.6 ___ Python tracker <https://bugs.python.org/issu

[issue31817] Compilation Error with Python 3.6.1/3.6.3 with Tkinter

2017-10-20 Thread Ned Deily
Ned Deily added the comment: You may need to set LD_LIBRARY_PATH env variable to point to your Tcl and Tk libraries or, better, add an rpath entry to LDFLAGS. -- nosy: +ned.deily ___ Python tracker <https://bugs.python.org/issue31

[issue31864] datetime violates Postel's law

2017-10-24 Thread Ned Deily
Change by Ned Deily : -- resolution: -> third party status: open -> closed ___ Python tracker <https://bugs.python.org/issue31864> ___ ___ Python-bugs-list

[issue31817] Compilation Error with Python 3.6.1/3.6.3 with Tkinter

2017-11-03 Thread Ned Deily
Ned Deily added the comment: Josh, sorry I don't have any further ideas off the top of my head and I likely won't have time for several weeks to try to reproduce this myself. Have you tried renaming the _tkinter extension back, doing a "make install", and seeing whether

[issue31974] Cursor misbahavior with Tkinter 3.6.1/tk 8.5 Text on Mac Sierra

2017-11-10 Thread Ned Deily
Ned Deily added the comment: Thanks for the very helpful video, Irv. It is definitely not a Python issue as I am able to reproduce the positioning problem using the current ActiveState Community Edition 8.6.6 and 8.5.18 macOS Wish shell text widget demos (as long as I use spaces at the

[issue30487] DOC: automatically create a venv and install Sphinx when running make

2017-11-27 Thread Ned Deily
Ned Deily added the comment: I don't think this is a good idea. It has already caused problems with one buildbot (Issue32149) and will likely break other build scripts. As the Doc Makefile stood previous to this commit, the Doc builds could take advantage of either a system-install

[issue32149] bolen-dmg-3.x: compiled failed with: blurb: command not found

2017-11-27 Thread Ned Deily
Ned Deily added the comment: I think the new change in Issue30487 should be reverted. It will likely break other build scripts. -- ___ Python tracker <https://bugs.python.org/issue32

[issue32107] test_uuid uses the incorrect bitmask

2017-11-27 Thread Ned Deily
Ned Deily added the comment: The latest checkin seems to have broken several buildbots: http://buildbot.python.org/all/#builders/47/builds/243 http://buildbot.python.org/all/#builders/88/builds/248 http://buildbot.python.org/all/#builders/13/builds/255 http://buildbot.python.org/all

[issue30487] DOC: automatically create a venv and install Sphinx when running make

2017-11-27 Thread Ned Deily
Ned Deily added the comment: One problem is that the venv can't always be automatically built in all environments, as a recent Python 3 needs to be available in the right location. -- ___ Python tracker <https://bugs.python.org/is

[issue30487] DOC: automatically create a venv and install Sphinx when running make

2017-11-27 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +4516 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issue30487> ___ ___ Python-bugs-lis

[issue32149] bolen-dmg-3.x: compiled failed with: blurb: command not found

2017-11-27 Thread Ned Deily
Change by Ned Deily : -- keywords: +patch pull_requests: +4517 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue32149> ___ ___ Python-

[issue30487] DOC: automatically create a venv and install Sphinx when running make

2017-11-27 Thread Ned Deily
Ned Deily added the comment: "Now that blurb is there too, the logic for checking what is and isn't already present becomes a bit complex to reason through." Yeah, it is a bit complicated. There's also the issue of trying to use a make recipe to ensure a "venv"

[issue30487] DOC: automatically create a venv and install Sphinx when running make

2017-11-27 Thread Ned Deily
Ned Deily added the comment: New changeset 122fc136b34e11906466851e77bb6959946467ee by Ned Deily in branch 'master': Revert "bpo-30487: automatically create a venv and install Sphinx when running make (GH-4346)" (#4592) https://github.com/p

[issue32149] bolen-dmg-3.x: compiled failed with: blurb: command not found

2017-11-27 Thread Ned Deily
Ned Deily added the comment: New changeset 122fc136b34e11906466851e77bb6959946467ee by Ned Deily in branch 'master': Revert "bpo-30487: automatically create a venv and install Sphinx when running make (GH-4346)" (#4592) https://github.com/p

[issue32149] bolen-dmg-3.x: compiled failed with: blurb: command not found

2017-11-27 Thread Ned Deily
Ned Deily added the comment: Reverting the change should now have fixed the build failure. We'll see for sure next time the installer build runs. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___

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

2017-11-27 Thread Ned Deily
Ned Deily added the comment: FWIW, Debian seems to have re-enabled TLS 1.0 and 1.1 in "testing". As a result, test_ssl now passes again. openssl (1.1.0g-1) unstable; urgency=medium * New upstream version - Fixes CVE-2017-3735 - Fixes CVE-2017-3736 * Remove patch

[issue31380] test_undecodable_filename() in Lib/test/test_httpservers.py broken on APFS

2017-11-27 Thread Ned Deily
Ned Deily added the comment: More background: APFS became available in macOS 10.12 although not used by default. But with the current macOS 10.13 (High Sierra), root file systems on certain devices, such as SSDs, are automatically migrated from HFS+ to APFS so are much more likely to be

[issue32159] Remove tools for CVS and Subversion

2017-11-28 Thread Ned Deily
Ned Deily added the comment: Sorry, I didn't see that the change included the deletion of svnmap.txt. However, I don't know where or by what that file might still be used, particularly by the lookup function used by the bug tracker. Presumably someone (Ezio, RDM, or Br

[issue32171] Inconsistent results for fractional power of -infinity

2017-11-29 Thread Ned Deily
Change by Ned Deily : -- nosy: +mark.dickinson ___ Python tracker <https://bugs.python.org/issue32171> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue32195] datetime.strftime with %Y no longer outputs leading zeros

2017-12-01 Thread Ned Deily
Ned Deily added the comment: As documented in the Python Library Reference: "The full set of format codes supported varies across platforms, because Python calls the platform C library’s strftime() function, and platform variations are common. To see the full set of format codes support

[issue32195] datetime.strftime with %Y no longer outputs leading zeros

2017-12-01 Thread Ned Deily
Ned Deily added the comment: > Isn't this a duplicate of issue 13305? Looks like it, thanks, though I think the analysis still applies. Closing as duplicate. -- resolution: not a bug -> duplicate stage: -> resolved status: open -> closed superseder: -> datetim

[issue13305] datetime.strftime("%Y") not consistent for years < 1000

2017-12-01 Thread Ned Deily
Ned Deily added the comment: (See also msg307413 in duplicate Issue32195 for more discussion.) -- nosy: +ned.deily ___ Python tracker <https://bugs.python.org/issue13

[issue32030] PEP 432: Rewrite Py_Main()

2017-12-02 Thread Ned Deily
Ned Deily added the comment: main.c now has compile errors on macOS: ../../source/Modules/main.c:904:20: error: expected expression return SET_DECODE_ERROR("PYTHONEXECUTABLE environment " ^ ../../source/Modules/main.c:46:5: note: expanded

[issue32200] Full docs build of 3.6 and 3.7 failing since 2017-10-15

2017-12-02 Thread Ned Deily
Ned Deily added the comment: It looks like the 3.6 and 3.7 full doc build has been failing since 2017-10-15. Seen in /var/log/docsbuild/python37-en.log: [...] [3] [4] [5] [6] [7] (/usr/share/texlive/texmf-dist/tex/latex/ucs/data/uni-1.def ) (/usr/share/texlive/texmf-dist/tex/latex/ucs/data

[issue32200] Full docs build of 3.6 and 3.7 failing since 2017-10-15

2017-12-02 Thread Ned Deily
Ned Deily added the comment: Thanks, Julien. To be clear, are you recommending applying just PR 3940 or also the unique part of PR 4069? At this point, I am not concerned about the apparent minor difference in appearance; I would just like the downloadable docs to build and be usable

[issue19610] Give clear error messages for invalid types used for setup.py params (e.g. tuple for classifiers)

2017-12-02 Thread Ned Deily
Change by Ned Deily : -- nosy: +ncoghlan ___ Python tracker <https://bugs.python.org/issue19610> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue32174] nonASCII punctuation characters can not display in python363.chm.

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

[issue31589] Links for French documentation PDF is broken: LaTeX issue with non-ASCII characters?

2017-12-02 Thread Ned Deily
Ned Deily added the comment: New changeset 7324b5ce8e7c031a0a3832a6a8d7c639111ae0ff by Ned Deily (Julien Palard) in branch 'master': bpo-31589 : Build PDF using xelatex for better UTF8 support. (#3940) https://github.com/python/cpython/commit/7324b5ce8e7c031a0a3832a6a8d7c6

[issue32200] Full docs build of 3.6 and 3.7 failing since 2017-10-15

2017-12-02 Thread Ned Deily
Ned Deily added the comment: New changeset 7324b5ce8e7c031a0a3832a6a8d7c639111ae0ff by Ned Deily (Julien Palard) in branch 'master': bpo-31589 : Build PDF using xelatex for better UTF8 support. (#3940) https://github.com/python/cpython/commit/7324b5ce8e7c031a0a3832a6a8d7c6

[issue31589] Links for French documentation PDF is broken: LaTeX issue with non-ASCII characters?

2017-12-02 Thread Ned Deily
Ned Deily added the comment: New changeset 2ad350a713360e89ae6d264924cd28f519b8b22c by Ned Deily (Miss Islington (bot)) in branch '3.6': [3.6] bpo-31589 : Build PDF using xelatex for better UTF8 support. (GH-3940) (#4683) https://github.com/python/cpyt

[issue32200] Full docs build of 3.6 and 3.7 failing since 2017-10-15

2017-12-02 Thread Ned Deily
Ned Deily added the comment: New changeset 2ad350a713360e89ae6d264924cd28f519b8b22c by Ned Deily (Miss Islington (bot)) in branch '3.6': [3.6] bpo-31589 : Build PDF using xelatex for better UTF8 support. (GH-3940) (#4683) https://github.com/python/cpyt

[issue32200] Full docs build of 3.6 and 3.7 failing since 2017-10-15

2017-12-02 Thread Ned Deily
Ned Deily added the comment: OK, thanks. I've pushed PR 3940 to master and backported it to 3.6. I'll keep this open until we've seen the next full doc build complete successfully. -- ___ Python tracker <https://bugs.pyt

[issue31392] Upgrade installers to OpenSSL 1.1.0g and 1.0.2m

2017-12-03 Thread Ned Deily
Ned Deily added the comment: 1.1.0g and 1.0.2m are out as of 2017-11-02 so both Windows and Mac installer builds for 3.7 and 3.6 should be updated. (I'll take care of the Mac ones.) -- assignee: ned.deily -> stage: patch review -> needs patch title: Upgrade installers

[issue32200] Full docs build of 3.6 and 3.7 failing since 2017-10-15

2017-12-03 Thread Ned Deily
Ned Deily added the comment: OK, I'm going to close this. We can discuss further steps elsewhere. Thanks for reporting the problem, Carol, and thanks for the quick response, Julien! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed

[issue28791] update sqlite to latest version before beta 1

2017-12-04 Thread Ned Deily
Ned Deily added the comment: New changeset ca7562a7fea61646c1b40ace04deecf9903d34a1 by Ned Deily (Mariatta) in branch 'master': bpo-28791: Update macOS installer to use SQLite 3.21.0. (#4245) https://github.com/python/cpython/commit/ca7562a7fea61646c1b40ace04deec

[issue28791] update sqlite to latest version before beta 1

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

[issue28791] update sqlite to latest version before beta 1

2017-12-04 Thread Ned Deily
Ned Deily added the comment: New changeset a72e7bf563d5a9fb706a1775f5ae883a91b8a99f by Ned Deily in branch '3.6': [3.6] bpo-28791: Update macOS installer to use SQLite 3.21.0. (#4245) (#4711) https://github.com/python/cpython/commit/a72e7bf563d5a9fb706a1775f5ae88

[issue28791] update SQLite libraries for Windows and macOS installers

2017-12-04 Thread Ned Deily
Ned Deily added the comment: > Should we mark issue 30952 'deferred blocker' too? No, that's a different matter. AFAICT, there is no standard option for that. -- ___ Python tracker <https://bugs.

[issue28791] update SQLite libraries for Windows and macOS installers

2017-12-04 Thread Ned Deily
Ned Deily added the comment: I've updated the macOS installer for 3.7.0 and for 3.6.4. I'll leave this open for possible updating the Windows installer for 3.6.x (OK by me) and for possible updates for 2.7.x. -- stage: patch review -> needs patch title: update sql

[issue28556] typing.py upgrades

2017-12-04 Thread Ned Deily
Ned Deily added the comment: New changeset 29bc19321018ec6e58f9f4da9c18c42e9a9c580e by Ned Deily (Ivan Levkivskyi) in branch 'master': [bpo-28556] Minor fixes for typing module (#4710) https://github.com/python/cpython/commit/29bc19321018ec6e58f9f4da9c18c42e9a9c580e -

[issue28556] typing.py upgrades

2017-12-04 Thread Ned Deily
Ned Deily added the comment: New changeset b0576278b2d44472c73696f6dea4855f7ffb7ff1 by Ned Deily (Miss Islington (bot)) in branch '3.6': [bpo-28556] Minor fixes for typing module (GH-4710) (#4713) https://github.com/python/cpython/commit/b0576278b2d44472c73696f6dea485

[issue31392] Upgrade installers to OpenSSL 1.1.0g and 1.0.2m

2017-12-04 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +4625 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issue31392> ___ ___ Python-bugs-lis

[issue31392] Upgrade installers to OpenSSL 1.1.0g and 1.0.2m

2017-12-04 Thread Ned Deily
Ned Deily added the comment: New changeset 24e046987b8e34bb4f1f3fd9bd31f1d605e347dc by Ned Deily in branch 'master': bpo-31392: Update macOS installer to use OpenSSL 1.0.2m (#4715) https://github.com/python/cpython/commit/24e046987b8e34bb4f1f3fd9bd31f1

[issue31392] Upgrade installers to OpenSSL 1.1.0g and 1.0.2m

2017-12-04 Thread Ned Deily
Ned Deily added the comment: New changeset 0bec5e147a6c0f62517df8e7033a38087451d5d4 by Ned Deily (Miss Islington (bot)) in branch '3.6': [3.6] bpo-31392: Update macOS installer to use OpenSSL 1.0.2m (GH-4715) (#4716) https://github.com/python/cpyt

[issue31392] Upgrade installers to OpenSSL 1.1.0g and 1.0.2m

2017-12-04 Thread Ned Deily
Ned Deily added the comment: Updated the 3.7.0a3 and 3.6.4 macOS installer builds to 1.0.2m; I'll get 3.7.x to 1.1.0 before 3.7.0a4. -- ___ Python tracker <https://bugs.python.org/is

[issue31380] test_undecodable_filename() in Lib/test/test_httpservers.py broken on APFS

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

[issue31380] test_undecodable_filename() in Lib/test/test_httpservers.py broken on APFS

2017-12-04 Thread Ned Deily
Ned Deily added the comment: New changeset b3edde8dd44c878e9f039a2165d00ff075157d4b by Ned Deily in branch 'master': bpo-31380: Skip test_httpservers test_undecodable_file on macOS. (#4720) https://github.com/python/cpython/commit/b3edde8dd44c878e9f039a2165d00f

[issue31380] test_undecodable_filename() in Lib/test/test_httpservers.py broken on APFS

2017-12-04 Thread Ned Deily
Ned Deily added the comment: New changeset d9cadc5f597e5966132c9249f6c7ff0ed1eba0cb by Ned Deily (Miss Islington (bot)) in branch '3.6': [3.6] bpo-31380: Skip test_httpservers test_undecodable_file on macOS. (GH-4720) (#4721) https://github.com/python/cpyt

[issue31380] test_undecodable_filename() in Lib/test/test_httpservers.py broken on APFS

2017-12-04 Thread Ned Deily
Ned Deily added the comment: I've chosen to unconditionally skip test_undecodable_filename on macOS; it was already skipped for older macOS systems and I think it would be a mistake to test for a specific error code that could change in later releases. As Ronald points out, testing on

[issue32232] building extensions as builtins is broken in 3.7

2017-12-06 Thread Ned Deily
Change by Ned Deily : -- nosy: +ned.deily priority: normal -> release blocker ___ Python tracker <https://bugs.python.org/issue32232> ___ ___ Python-bugs-lis

[issue32233] [3.7 Regression] build with --with-system-libmpdec is broken

2017-12-06 Thread Ned Deily
Change by Ned Deily : -- nosy: +ned.deily priority: normal -> release blocker ___ Python tracker <https://bugs.python.org/issue32233> ___ ___ Python-bugs-lis

[issue31392] Upgrade installers to OpenSSL 1.1.0g and 1.0.2n

2017-12-09 Thread Ned Deily
Ned Deily added the comment: And now 1.0.2n is out. I'm not sure how vulnerable Python is to the main problem fixed (see https://www.openssl.org/news/secadv/20171207.txt) which only impacts 1.0.2.x but I'd be willing to pull it into 3.6.4 final for the Windows and macOS

[issue32284] typing.TextIO and BinaryIO are not aliases of IO[...]

2017-12-18 Thread Ned Deily
Ned Deily added the comment: New changeset 898a3e4901b3b6de9b540e18faa457a6ac3e49bb by Ned Deily (Miss Islington (bot)) in branch '3.6': bpo-32284: Fix documentation of BinaryIO and TextIO (GH-4832) (#4833) https://github.com/python/cpython/commit/898a3e4901b3b6de9b540e18faa457

[issue28791] update SQLite libraries for Windows and macOS installers

2017-12-19 Thread Ned Deily
Ned Deily added the comment: Looks like unless Benjamin would like 2.7.x updated, this can now be closed. -- assignee: -> benjamin.peterson priority: deferred blocker -> status: open -> pending ___ Python tracker <https://bug

[issue32387] Disallow untagged C extension import on major platforms

2017-12-21 Thread Ned Deily
Ned Deily added the comment: With my macOS hat on, I don't see a problem with doing this. C extensions built via Distutils have been version-tagged on macOS since 3.5.0 (for some reason, macOS was skipped when PEP 3149 was originally implemented). With my release manager hat on, it s

[issue32388] Remove cross-version binary compatibility

2017-12-21 Thread Ned Deily
Change by Ned Deily : -- stage: -> patch review ___ Python tracker <https://bugs.python.org/issue32388> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue32388] Remove cross-version binary compatibility

2017-12-21 Thread Ned Deily
Change by Ned Deily : -- nosy: +ncoghlan, ned.deily -njs, serhiy.storchaka stage: patch review -> ___ Python tracker <https://bugs.python.org/issue32388> ___ _

[issue32388] Remove cross-version binary compatibility

2017-12-21 Thread Ned Deily
Change by Ned Deily : -- nosy: +njs, serhiy.storchaka ___ Python tracker <https://bugs.python.org/issue32388> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue32447] IDLE shell won't open on Mac OS 10.13.1

2017-12-29 Thread Ned Deily
Ned Deily added the comment: Those messages at the top of your terminal sessions are pretty suspicious, e.g. "Permission denied" and "No such file or directory". They suggest a home directory ownership or permissions issue which you should investigate. But definitely t

[issue32447] IDLE shell won't open on Mac OS 10.13.1

2017-12-30 Thread Ned Deily
Ned Deily added the comment: Just to be sure, please try again with the command as Ronald requested, i.e. include the tilde "~": ls -led ~ -- ___ Python tracker <https://bugs.python.o

[issue32447] IDLE shell won't open on Mac OS 10.13.1

2017-12-30 Thread Ned Deily
Ned Deily added the comment: OK, that confirms that your home directory permissions are incorrect. Not sure how that happened, possibly by an inadvertent chown command. Note that you need to be careful when using shell commands because your user name has a space character in it, so you

[issue32447] IDLE shell won't open on Mac OS 10.13.1

2017-12-30 Thread Ned Deily
Ned Deily added the comment: P.S. You might consider creating a new account without the embedded space and moving your files there; it will probably cause other problems for you in the future. I notice that the current System Preferences -> Users & Groups interface won't even le

[issue8231] Unable to run IDLE without write-access to home directory

2017-12-30 Thread Ned Deily
Ned Deily added the comment: > Ned diagnosed #32447 as likely due to the space in the user name. Actually, that's not what the primary problem was. It was a severely misconfigured home directory, both permissions and groups. I'm not sure how that situation was created (pos

[issue32481] Hitting the acute accent ´ button on a Danish keyboard causes Python with tkinter to crash immediately.

2018-01-02 Thread Ned Deily
Ned Deily added the comment: This is a well-known bug with older versions of Tk on macOS. Chances are that the Python 3.6.3 you are using is using the Apple-supplied version of Tk 8.5.x which exhibits this bug. If you are using Python 3.6.3 downloaded from python.org, as documented in the

[issue32488] Fatal error using pydoc

2018-01-03 Thread Ned Deily
Ned Deily added the comment: Glad you solved the immediate problem. Under the covers, pydoc (either pydoc2 or pydoc3) tries to import all the modules associated with the interpreter instance it's running under - from the Python standard library plus any additional vendor-supplied mo

[issue32248] Port importlib_resources (module and ABC) to Python 3.7

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

[issue32232] building extensions as builtins is broken in 3.7

2018-01-08 Thread Ned Deily
Ned Deily added the comment: Can someone provide a pull request and a test for this prior to beta 1? -- ___ Python tracker <https://bugs.python.org/issue32

[issue32517] test_read_pty_output() of test_asyncio hangs on macOS 10.13.2 (darwin 17.3.0)

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

[issue32523] inconsistent spacing in changelog.html

2018-01-09 Thread Ned Deily
New submission from Ned Deily : The rendered changelog.html files produced "make html" have inconsistent spacing between items. Usually, the first changelog topic section (e.g. Security) starts with no blank lines between items but occasionally some subsequent sections will ren

[issue32523] inconsistent spacing in changelog.html

2018-01-09 Thread Ned Deily
Ned Deily added the comment: See also discussion at https://github.com/python/core-workflow/issues/209 -- ___ Python tracker <https://bugs.python.org/issue32

[issue33509] warnings.warn_explicit with module_globals=True raises a SystemError

2018-05-16 Thread Ned Deily
Ned Deily added the comment: Thanks for the report and thanks for the fix! -- priority: release blocker -> resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python

[issue21475] Support the Sitemap extension in robotparser

2018-05-16 Thread Ned Deily
Ned Deily added the comment: New changeset 5db5c0669e624767375593cc1a01f32092c91c58 by Ned Deily (Christopher Beacham) in branch 'master': bpo-21475: Support the Sitemap extension in robotparser (GH-6883) https://github.com/python/cpython/commit/5db5c0669e624767375593cc1a01f3

[issue21475] Support the Sitemap extension in robotparser

2018-05-16 Thread Ned Deily
Ned Deily added the comment: Thanks for the patch, Peter, and thanks for the PR and test, Lady Red! Merged for release in 3.8.0. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracke

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

2018-05-16 Thread Ned Deily
Ned Deily added the comment: New changeset ad65d09fd02512b2ccf500f6c11063f705c9cd28 by Ned Deily (Stéphane Wirtel) in branch '2.7': [2.7] bpo-33503: Fix the broken pypi link in the source and the documentation (GH-6814). (GH-6905) https://github.com/python/cpyt

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

2018-05-16 Thread Ned Deily
Ned Deily added the comment: Thanks, Stéphane! -- assignee: -> docs@python components: +Documentation nosy: +docs@python resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 2.7, Python 3.6

[issue32492] C Fast path for namedtuple's property/itemgetter pair

2018-05-16 Thread Ned Deily
Ned Deily added the comment: Deferred to 3.8 -- priority: deferred blocker -> versions: -Python 3.7 ___ Python tracker <https://bugs.python.org/issu

[issue32257] Support Disabling Renegotiation for SSLContext

2018-05-16 Thread Ned Deily
Ned Deily added the comment: Thanks, Christian! Merged for 3.7.0 and 3.8.0. -- priority: deferred blocker -> resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python

[issue33539] Remove `init` flag from @dataclass?

2018-05-16 Thread Ned Deily
Ned Deily added the comment: If we agree that we don't need it, the time to do it is now, before 3.7.0 releases. -- ___ Python tracker <https://bugs.python.org/is

[issue33543] `make html` broken

2018-05-16 Thread Ned Deily
Ned Deily added the comment: Or just "make venv html". If you already have sphinx installed somewhere, you can just: pip install python-docs-theme -- nosy: +ned.deily resolution: -> works for me stage: -> resolved status

[issue33109] argparse: make new 'required' argument to add_subparsers default to False instead of True

2018-05-16 Thread Ned Deily
Change by Ned Deily : -- keywords: +patch pull_requests: +6587 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue33109> ___ ___ Python-

[issue26510] [argparse] Add required argument to add_subparsers

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

[issue33109] argparse: make new 'required' argument to add_subparsers default to False instead of True

2018-05-16 Thread Ned Deily
Ned Deily added the comment: Several of the core developers here at the PyCon US sprints in Cleveland have discussed this issue. It seems like there legitimate arguments for either behavior. But, while none of us are argparse experts, we all were persuaded by Wolfgang's and Br

[issue33543] `make html` broken

2018-05-16 Thread Ned Deily
Ned Deily added the comment: > Shouldn’t the html target depend on venv then? Back when we added support for blurb, I tried to make it such that "make html" could easily use already installed versions of sphinx-build and blurb and not require a venv. I had a particular use

[issue13631] readline fails to parse some forms of .editrc under editline (libedit) emulation on Mac OS X

2018-05-16 Thread Ned Deily
Ned Deily added the comment: New changeset c2f082e9d164acfa8f96de9526f0f47ae92c426a by Ned Deily (Zvezdan Petkovic) in branch 'master': bpo-13631: Fix the order of initialization for readline libedit on macOS. (GH-6915) https://github.com/python/cpyt

[issue13631] readline fails to parse some forms of .editrc under editline (libedit) emulation on Mac OS X

2018-05-17 Thread Ned Deily
Ned Deily added the comment: New changeset d504108a88bd14a560dec875df682f4e581490e5 by Ned Deily (Miss Islington (bot)) in branch '3.7': bpo-13631: Fix the order of initialization for readline libedit on macOS. (GH-6915) (GH-6928) https://github.com/python/cpyt

[issue13631] readline fails to parse some forms of .editrc under editline (libedit) emulation on Mac OS X

2018-05-17 Thread Ned Deily
Ned Deily added the comment: Thanks for the patch and PR, Zvezdan! Merged for 3.7.0 and 3.8.0. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.8 -Python 2.7, Python 3.5, Python 3.6 _

[issue33540] socketserver: Add an opt-in option to get Python 3.6 behaviour on server_close()

2018-05-18 Thread Ned Deily
Ned Deily added the comment: It would be great if someone(s) could give PR 6911 a review, since it is a release blocker for 3.7.0rc1. Thanks! -- ___ Python tracker <https://bugs.python.org/issue33

[issue33586] 2.7.15 missing release notes on download page

2018-05-21 Thread Ned Deily
Change by Ned Deily : -- assignee: docs@python -> nosy: +benjamin.peterson ___ Python tracker <https://bugs.python.org/issue33586> ___ ___ Python-bugs-list mai

[issue33109] argparse: make new 'required' argument to add_subparsers default to False instead of True

2018-05-22 Thread Ned Deily
Ned Deily added the comment: > Considering the huge popularity of these SO questions, I don't think this > should be reverted [...] As I understand it (and, again, I make no claim to be an argparse expert), there does not seem to be one absolutely correct answer here; there

[issue33612] Assertion failure in PyThreadState_Clear

2018-05-23 Thread Ned Deily
Ned Deily added the comment: New changeset 508d7693bc09affd99fdaa4a321cc3da0638c8a0 by Ned Deily (Miss Islington (bot)) in branch '3.7': bpo-33612: Remove PyThreadState_Clear() assertion (GH-7069) (GH-7074) https://github.com/python/cpython/commit/508d7693bc09affd99fdaa4a321cc3

[issue25612] nested try..excepts don't work correctly for generators

2018-05-23 Thread Ned Deily
Ned Deily added the comment: New changeset 508d7693bc09affd99fdaa4a321cc3da0638c8a0 by Ned Deily (Miss Islington (bot)) in branch '3.7': bpo-33612: Remove PyThreadState_Clear() assertion (GH-7069) (GH-7074) https://github.com/python/cpython/commit/508d7693bc09affd99fdaa4a321cc3

[issue33618] Support TLS 1.3

2018-05-23 Thread Ned Deily
Ned Deily added the comment: > Ned, Benjamin, are you OK with that? Just to be clear, you wish to merge a backport of PR 7079 for 3.7.0rc1? -- ___ Python tracker <https://bugs.python.org/issu

[issue33618] Support TLS 1.3

2018-05-23 Thread Ned Deily
Ned Deily added the comment: As long as it doesn't break 1.0.2 and 1.1.0 support, sure :) -- ___ Python tracker <https://bugs.python.org/issue33618> ___ ___

[issue33609] Document that dicts preserve insertion order

2018-05-23 Thread Ned Deily
Ned Deily added the comment: I agree with Yury's suggestions; the entry in the "Dictionary view objects" section, that Cheryl points to, is not sufficient. Is somebody willing to write a PR? -- priority: normal -> high stage: -> needs pa

[issue33614] Compilation of Python fails on AMD64 Windows8.1 Refleaks 3.x

2018-05-23 Thread Ned Deily
Ned Deily added the comment: (for example, http://buildbot.python.org/all/#/builders/133/builds/251 ) -- ___ Python tracker <https://bugs.python.org/issue33

[issue33614] Compilation of Python fails on AMD64 Windows8.1 Refleaks 3.x

2018-05-23 Thread Ned Deily
Ned Deily added the comment: > All the critical builds should forcibly rebuild it, so this isn't urgent, but > I'll take a look next time I get a chance to work on the build files. It's more than a *bit* urgent since it is causing one of the 3.7 stable buildbots to fail

[issue33614] Compilation of Python fails on AMD64 Windows8.1 Refleaks 3.x

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

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