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
Change by Ned Deily :
--
nosy: +gregory.p.smith
___
Python tracker
<https://bugs.python.org/issue31814>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Ned Deily :
--
nosy: +ned.deily
___
Python tracker
<https://bugs.python.org/issue31810>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
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
Change by Ned Deily :
--
resolution: -> third party
status: open -> closed
___
Python tracker
<https://bugs.python.org/issue31864>
___
___
Python-bugs-list
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
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
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
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
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
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
Change by Ned Deily :
--
pull_requests: +4516
stage: needs patch -> patch review
___
Python tracker
<https://bugs.python.org/issue30487>
___
___
Python-bugs-lis
Change by Ned Deily :
--
keywords: +patch
pull_requests: +4517
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue32149>
___
___
Python-
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"
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
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
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
___
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
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
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
Change by Ned Deily :
--
nosy: +mark.dickinson
___
Python tracker
<https://bugs.python.org/issue32171>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
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
Ned Deily added the comment:
(See also msg307413 in duplicate Issue32195 for more discussion.)
--
nosy: +ned.deily
___
Python tracker
<https://bugs.python.org/issue13
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
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
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
Change by Ned Deily :
--
nosy: +ncoghlan
___
Python tracker
<https://bugs.python.org/issue19610>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Ned Deily :
--
nosy: +mdk
___
Python tracker
<https://bugs.python.org/issue32174>
___
___
Python-bugs-list mailing list
Unsubscribe:
https://mail.pyth
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
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
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
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
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
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
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
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
Change by Ned Deily :
--
pull_requests: +4622
___
Python tracker
<https://bugs.python.org/issue28791>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
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.
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
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
-
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
Change by Ned Deily :
--
pull_requests: +4625
stage: needs patch -> patch review
___
Python tracker
<https://bugs.python.org/issue31392>
___
___
Python-bugs-lis
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
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
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
Change by Ned Deily :
--
keywords: +patch
pull_requests: +4629
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue31380>
___
___
Python-
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
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
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
Change by Ned Deily :
--
nosy: +ned.deily
priority: normal -> release blocker
___
Python tracker
<https://bugs.python.org/issue32232>
___
___
Python-bugs-lis
Change by Ned Deily :
--
nosy: +ned.deily
priority: normal -> release blocker
___
Python tracker
<https://bugs.python.org/issue32233>
___
___
Python-bugs-lis
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
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
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
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
Change by Ned Deily :
--
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue32388>
___
___
Python-bugs-list mailing list
Unsubscrib
Change by Ned Deily :
--
nosy: +ncoghlan, ned.deily -njs, serhiy.storchaka
stage: patch review ->
___
Python tracker
<https://bugs.python.org/issue32388>
___
_
Change by Ned Deily :
--
nosy: +njs, serhiy.storchaka
___
Python tracker
<https://bugs.python.org/issue32388>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
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
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
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
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
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
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
Change by Ned Deily :
--
pull_requests: +4998
___
Python tracker
<https://bugs.python.org/issue32248>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
Change by Ned Deily :
--
nosy: +mattbillenstein
___
Python tracker
<https://bugs.python.org/issue32517>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
Ned Deily added the comment:
See also discussion at https://github.com/python/core-workflow/issues/209
--
___
Python tracker
<https://bugs.python.org/issue32
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
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
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
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
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
Ned Deily added the comment:
Deferred to 3.8
--
priority: deferred blocker ->
versions: -Python 3.7
___
Python tracker
<https://bugs.python.org/issu
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
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
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
Change by Ned Deily :
--
keywords: +patch
pull_requests: +6587
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue33109>
___
___
Python-
Change by Ned Deily :
--
pull_requests: +6588
___
Python tracker
<https://bugs.python.org/issue26510>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
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
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
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
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
_
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
Change by Ned Deily :
--
assignee: docs@python ->
nosy: +benjamin.peterson
___
Python tracker
<https://bugs.python.org/issue33586>
___
___
Python-bugs-list mai
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
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
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
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
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>
___
___
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
Ned Deily added the comment:
(for example, http://buildbot.python.org/all/#/builders/133/builds/251 )
--
___
Python tracker
<https://bugs.python.org/issue33
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
Change by Ned Deily :
--
versions: +Python 3.7
___
Python tracker
<https://bugs.python.org/issue33614>
___
___
Python-bugs-list mailing list
Unsubscribe:
3601 - 3700 of 6927 matches
Mail list logo