Ned Deily added the comment:
Files are recorded during bundle-style installation, too. Without spending a
lot of time looking at it right now, I believe the null location reported is a
red herring; I think that has to do with packages that allow themselves to be
installed in arbitrary
Changes by Ned Deily :
--
nosy: +gps, larry
___
Python tracker
<http://bugs.python.org/issue21618>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Ned Deily :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.or
Changes by Ned Deily :
--
nosy: +steve.dower, zach.ware
___
Python tracker
<http://bugs.python.org/issue21623>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
For what it's worth, I don't see the problem on OS X (haven't tried it recently
on a Linux system), so it might be a Windows only issue. It's become clearer
that some test combinations can only be safely run with the regrtest -j option
to
Ned Deily added the comment:
The added 64-bit test unnecessary adds an import for struct. The documented
preferred test is:
sys.maxsize > 2**32
https://docs.python.org/dev/library/platform.html#platform.architecture
--
___
Python tracker
&l
Ned Deily added the comment:
"this patch includes a call to macosxSupport. _initializeTkVariantTests(root)
in htest.run. Does this work on mac or is something else needed (like doing the
same for individual tests that create another root)?"
That looks good and, in a quick spot check
Ned Deily added the comment:
Committed for release in 3.4.2 and 3.5.0.
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.or
Ned Deily added the comment:
It appears that Apple's update to editline in OS X 10.9 Mavericks has also
broken this patch; with refreshing, it still works with the system editline in
10.8. So, like the fix for Issue18458, we need to make sure that the fix works
with either version
Changes by Ned Deily :
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue21640>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Ned Deily :
--
versions: +Python 2.7, Python 3.4, Python 3.5 -Python 3.3
___
Python tracker
<http://bugs.python.org/issue15590>
___
___
Python-bug
Changes by Ned Deily :
--
nosy: -ned.deily
___
Python tracker
<http://bugs.python.org/issue21561>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Ned Deily :
--
nosy: +ned.deily
___
Python tracker
<http://bugs.python.org/issue15590>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Ned Deily :
--
nosy: +steve.dower, zach.ware
___
Python tracker
<http://bugs.python.org/issue21665>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Ned Deily :
--
nosy: +sbt
___
Python tracker
<http://bugs.python.org/issue21664>
___
___
Python-bugs-list mailing list
Unsubscribe:
https://mail.pyth
Ned Deily added the comment:
This isn't an issue for releases in security-fix mode (3.1, 3.2, 3.3) since
there are not changes to Python involved and we do not provide binary
installers for releases in that mode.
--
keywords: +security_issue
nosy: +benjamin.peterson, larry, ned.
Ned Deily added the comment:
We can ask for an opinion from the 3.2 and 3.3 release managers (adding Georg)
but I doubt that anyone is going to be interested in producing Windows binary
installers for those release plus we haven't done this for 3.2.x for recent
previous OpenSSL CVE'
Ned Deily added the comment:
It looks like the 2.7 checkin has caused a number of buildbots to fail.
Examples:
http://buildbot.python.org/all/builders/AMD64%20Ubuntu%20LTS%202.7/builds/1094/steps/test/logs/stdio
==
ERROR
Ned Deily added the comment:
See issue12673 msg219946. Apparently this was caused by a long-standing BSD
sparc bug.
--
nosy: +ned.deily
resolution: -> third party
stage: test needed -> resolved
status: open -> closed
___
Python track
Changes by Ned Deily :
--
title: Docs for py3k still refer to "MacPython 2.5 folder" -> Docs for "Using
Python on a Macintosh" needs to be updated
versions: +Python 3.4, Python 3.5 -Python 3.2, Python 3.3
___
Python tracker
Ned Deily added the comment:
Yes but I don't think we need to have two issues open. Let's make any comments
in the already open issue.
--
resolution: -> duplicate
stage: -> resolved
status: open -> closed
superseder: -> Docs for "Using Python on a Mac
Ned Deily added the comment:
Thank you for the patch, Yuly! You've made some good improvements to the
current page. Because the current section is so old and out-of-sync with
current practices (as you've noted in your changes) and with the nuances of
Python on OS X, a more com
Ned Deily added the comment:
To expand a bit, this is by design, a consequence of the hash randomization
feature; see
https://docs.python.org/3/using/cmdline.html#envvar-PYTHONHASHSEED
As noted there, if necessary, it is possible to disable hash randomization.
But tests with set values or
Changes by Ned Deily :
--
nosy: +michael.foord
___
Python tracker
<http://bugs.python.org/issue21692>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Ned Deily :
--
nosy: +benjamin.peterson, pitrou
___
Python tracker
<http://bugs.python.org/issue20699>
___
___
Python-bugs-list mailing list
Unsub
Ned Deily added the comment:
Thanks for the report. The bug is still present in the 3.4 and default (what
will become the 3.5 release) branches; the 3.3 branch now only accepts security
fixes. 2.7 does not fail. Would you be interested in producing a patch for
the problem
Ned Deily added the comment:
Issue20580 covers much the same grounds; I was unaware of this issue when I
opened it.
--
___
Python tracker
<http://bugs.python.org/issue1517
Ned Deily added the comment:
Thanks for the report, the test case, and the patch. It would be helpful if
the informal test could be turned into a patch as a formal test in
Lib/test_cgi.py and if, Matthias, you would be willing to sign the PSF
contributor agreement if you haven't al
Ned Deily added the comment:
I did a very quick test on OS X. Comments:
1. In keeping with Apple Human Interface Guidelines, the "Options" menu is
different on OS X: the "Configure IDLE" menu item appears as a "Preferences"
menu item in the "IDLE"
Ned Deily added the comment:
The patch has one problem with OS X framework builds. This fixes it:
--- a/Lib/test/test_site.py
+++ b/Lib/test/test_site.py
@@ -240,7 +240,7 @@
sysconfig.get_config_var("PYTHONFRAM
Changes by Ned Deily :
--
nosy: +mark.dickinson, rhettinger
___
Python tracker
<http://bugs.python.org/issue21712>
___
___
Python-bugs-list mailing list
Unsub
Changes by Ned Deily :
--
nosy: +steve.dower, zach.ware
___
Python tracker
<http://bugs.python.org/issue21713>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Ned Deily:
Can you be more specific as to which page? I see valid links to GPG sigs on
this page:
https://www.python.org/downloads/release/python-341/
Note that issues with the python.org website should be reported to its tracker:
https://github.com/python/pythondotorg
Ned Deily added the comment:
Yep
--
___
Python tracker
<http://bugs.python.org/issue21520>
___
___
Python-bugs-list mailing list
Unsubscribe:
https://mail.pyth
Changes by Ned Deily :
--
components: +Distutils
nosy: +dstufft, eric.araujo
___
Python tracker
<http://bugs.python.org/issue21722>
___
___
Python-bugs-list mailin
Changes by Ned Deily :
--
resolution: -> duplicate
stage: -> resolved
status: open -> closed
superseder: -> Malloc errors in test_io
___
Python tracker
<http://bugs.python
Ned Deily added the comment:
If there is a regression to be fixed, there needs to be a patch with a test.
Anyone?
--
nosy: +benjamin.peterson, ned.deily
priority: normal -> release blocker
___
Python tracker
<http://bugs.python.org/issu
Changes by Ned Deily :
--
assignee: ronaldoussoren ->
___
Python tracker
<http://bugs.python.org/issue21732>
___
___
Python-bugs-list mailing list
Unsubscrib
Changes by Ned Deily :
--
nosy: +jcea
___
Python tracker
<http://bugs.python.org/issue21734>
___
___
Python-bugs-list mailing list
Unsubscribe:
https://mail.pyth
Changes by Ned Deily :
--
nosy: +vinay.sajip
___
Python tracker
<http://bugs.python.org/issue21742>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Ned Deily :
--
nosy: +michael.foord
___
Python tracker
<http://bugs.python.org/issue21750>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Ned Deily :
--
nosy: +vinay.sajip
___
Python tracker
<http://bugs.python.org/issue21752>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
Yes, it is a Tk bug. The Cocoa version of Tk 8.5 that Apple has been shipping
since OS X 10.6 has numerous problems that have been fixed in more recent
versions of Tk 8.5. With the current ActiveTcl 8.5.15, your test appears to
work correctly. Unfortunately
Changes by Ned Deily :
--
nosy: +doko
___
Python tracker
<http://bugs.python.org/issue15506>
___
___
Python-bugs-list mailing list
Unsubscribe:
https://mail.pyth
Changes by Ned Deily :
--
nosy: +rhettinger
___
Python tracker
<http://bugs.python.org/issue21771>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Ned Deily :
--
nosy: +lemburg
___
Python tracker
<http://bugs.python.org/issue21772>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
Investigating a user report of IDLE freezing on OS X when mouse clicking on the
code completion menu led me to this issue. The behavior I see varies depending
on the Tk variant in use. The basic test case is:
1. launch IDLE with an IDLE shell window open
2. open
Ned Deily added the comment:
Thanks for the report!
--
nosy: +ned.deily
resolution: -> fixed
stage: -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.or
Changes by Ned Deily :
--
nosy: +sbt
___
Python tracker
<http://bugs.python.org/issue9248>
___
___
Python-bugs-list mailing list
Unsubscribe:
https://mail.pyth
Changes by Ned Deily :
--
nosy: +steve.dower, zach.ware
___
Python tracker
<http://bugs.python.org/issue10009>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Ned Deily :
--
components: +Windows -Build
nosy: +steve.dower, tim.golden, zach.ware
___
Python tracker
<http://bugs.python.org/issue10136>
___
___
Ned Deily added the comment:
The misleading "TODO" comment has been removed.
--
resolution: accepted -> fixed
stage: -> resolved
status: open -> closed
___
Python tracker
<http://bug
Ned Deily added the comment:
75503c26a17f for Python 3.3 added WITH_THREADS protection to the
PyGILState_{Ensure|Release} definitions in Include/pystate.h.
--
nosy: +ned.deily
resolution: -> out of date
stage: -> resolved
status: open -> closed
versions: +Python 3.3 -P
Changes by Ned Deily :
--
nosy: +benjamin.peterson, neologix
___
Python tracker
<http://bugs.python.org/issue21810>
___
___
Python-bugs-list mailing list
Unsub
New submission from Ned Deily:
Apple recently announced an upcoming public beta and anticipated fall release
of the next version of OS X, 10.10 Yosemite. As usual, developer previews of
10.10 have been made under non-disclosure since the exact details of 10.10 may
change prior to the final
Changes by Ned Deily :
--
keywords: +patch
Added file: http://bugs.python.org/file35696/issue_21811_yosemite_support.patch
___
Python tracker
<http://bugs.python.org/issue21
Changes by Ned Deily :
Added file:
http://bugs.python.org/file35698/issue_21811_yosemite_support_configure_27.patch
___
Python tracker
<http://bugs.python.org/issue21
Changes by Ned Deily :
Added file:
http://bugs.python.org/file35697/issue_21811_yosemite_support_configure_3x.patch
___
Python tracker
<http://bugs.python.org/issue21
Ned Deily added the comment:
The attached patches should address the above issues. There is a common patch
that applies to the current default, 3.4, and 2.7 branches and branch specific
patches (one of r default and 3.4, the other for 2.7) for configure.ac changes.
As usual, run autoreconf
Ned Deily added the comment:
To clarify, item 1 above should be read as:
"1. When running Pythons installed from current 3.4.1 and 2.7.7 binary
installers [...]"
--
___
Python tracker
<http://bugs.python.o
Changes by Ned Deily :
--
nosy: +ncoghlan, pmoody
___
Python tracker
<http://bugs.python.org/issue20446>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
Andrew, this is clearly a new feature, not a bug. What is your rationale for
adding it to the maintenance branches (2.7, 3.2, and 3.3)?
--
nosy: +ned.deily
___
Python tracker
<http://bugs.python.org/issue1207
Ned Deily added the comment:
I think it is clear that this is an enhancement. So then the question is: is
there a good reason to make an exception here to the "no new features in
maintenance releases" policy? David mentioned some considerations. I would add
testing and doc
Ned Deily added the comment:
"Leaving that aside, the right-click context menu is not mentioned in the brief
Library manual chapter on IDLE."
FTR, as I pointed out on python-dev, this is no longer true. The IDLE section
of the Standard Library documentation, as well as the IDLE
Ned Deily added the comment:
Thanks for your report. Without more details on exactly what errors you are
seeing and exactly what configure options the Homebrew recipe is using and
exactly which compiler you are using, it is not possible to be 100% certain
what you are experiencing
Ned Deily added the comment:
What problem are you trying to solve here? pyvenv is working as documented.
And, although pyvenv does not claim to be compatible with the third-party
virtualenv package, as far as I know virtualenv does not create links for
local/bin and friends either
Ned Deily added the comment:
>From the backtrace it shows you are linking with the Apple-supplied Tk
>(/System/Library/Frameworks/Tk.framework/Versions/8.5/Tk) framework. The
>Apple-supplied Tk 8.5 in OS X 10.6 was the first release of the Cocoa Aqua Tk.
>It has proven to be u
Ned Deily added the comment:
Tahnks for the suggestion, Kevin, and for testing, Tyler. I'll work up a
proper patch and may ask you to test it, Tyler, as I also do not have access to
a Retina display at the moment.
--
assignee: -> ned.deily
stage: committed/rejected ->
Ned Deily added the comment:
> Ned: do you have time to backport this to 3.2 and 2.7?
Yes, I'll be taking care of it shortly.
> Also, the code might not be entirely correct for all machines: on my
> machine 'gcc-4.2' still exists in /usr/bin but doesn't work becaus
Ned Deily added the comment:
Without having reviewed the proposed change in detail, a couple of comments.
On current OS X systems and others, the compiler could be clang which perhaps
should be treated as gcc for most autoconf purposes. Also, why are we putting
any effort into supporting
Ned Deily added the comment:
Sorry, this bug tracker is for reporting problems with Python itself. Try
asking on support forums, like the general comp.lang.python newsgroup/mailing
list (http://www.python.org/community/lists/) or the more specialized
python-win32 list (http://mail.python.org
Ned Deily added the comment:
The getgroups test failure on OS X is likely the known limitation documented in
issue10433.
--
nosy: +ned.deily
___
Python tracker
<http://bugs.python.org/issue16
Ned Deily added the comment:
The test failure on OS X is likely an instance of the platform limitation
documented in issue10433.
--
nosy: +ned.deily
___
Python tracker
<http://bugs.python.org/issue16
Ned Deily added the comment:
What you are seeing is platform-specific behavior, a difference between
BSD-based systems including OS X and other systems including Linux. The
difference is that the former systems support the DSUSP (suspend on reading
input) terminal character in addition to
Ned Deily added the comment:
Sorry, I'm not able to reproduce the behavior you report, either using a
current OS X 10.8.2 system with python.org 2.7.3 and ActiveTcl 8.5.13 or on a
virtual 10.6.8 system with an 8.5.12 ActiveTcl. That said, such behavior would
almost certainly be d
Changes by Ned Deily :
Added file: http://bugs.python.org/file28447/patch_idle_issue_15853.sh
___
Python tracker
<http://bugs.python.org/issue15853>
___
___
Python-bug
Ned Deily added the comment:
ActiveTcl 8.5.13 has now been released and, per ActiveState's usual practice of
making only the current release and its immediate predecessor publicly
downloadable, the ActiveTcl 8.5.11.1 release is no longer available at the URL
above, as Vance noted. 8
Ned Deily added the comment:
The problem reported here no longer occurs with Tk 8.5.13. See
http://www.python.org/download/mac/tcltk/ for important information about using
8.5.13, including a workaround patch for Issue15853 until Python 3.3.1, 3.2.4,
and 2.7.4 are released
Ned Deily added the comment:
Thanks for the additional information. I am now able to reproduce the behavior
you observe when using ActiveTcl 8.5.11.1 and also when using the
Apple-supplied 8.5.9 in OS X 10.8; presumably, it is also an issue with earlier
versions of Cocoa Tk 8.5. The good
Ned Deily added the comment:
Benjamin, do you have an opinion about the missing .asc files for the 3.1.x
releases? If not, this issue should be closed.
--
___
Python tracker
<http://bugs.python.org/issue14
Ned Deily added the comment:
Andrew, comments to closed issues are usually ignored. I suggest you open a
new issue about this. A quick glance suggests that the code for this feature
is not in Python 3. It may be that it was lost when, during the 2.7
development cycle, it was decided to not
Ned Deily added the comment:
Looks like this issue was addressed with 6d0c54b99ca9 (2.7), 5493299df0a0 (3.2)
and c23b442b5d5e (default). Close?
--
nosy: +ned.deily
___
Python tracker
<http://bugs.python.org/issue14
Ned Deily added the comment:
Barry, can you provide a simple test case that demonstrates the failures you
see?
--
assignee: -> ronaldoussoren
components: +Macintosh
nosy: +ned.deily, ronaldoussoren
stage: -> test needed
type: performance ->
Changes by Ned Deily :
--
nosy: +sbt
___
Python tracker
<http://bugs.python.org/issue9586>
___
___
Python-bugs-list mailing list
Unsubscribe:
http://mail.pyth
Ned Deily added the comment:
An update: the problem with OS X behavior appears to have been fixed between OS
X 10.6 and 10.7. As of 10.7, print to a read-only file also fails as on linux:
>>> print >> f, "Hi"
Traceback (most recent call last):
File "",
Ned Deily added the comment:
FWIW, a build of current top-of-branch 3.3 using the same configure command and
in a subdirectory (../configure) seemed to work fine on 10.8.2 with Xcode
4.5.2. And I've not seen the issue with other recent builds of default.
--
nosy: +ned.
Changes by Ned Deily :
--
nosy: +eli.bendersky
___
Python tracker
<http://bugs.python.org/issue16849>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Ned Deily :
--
nosy: +lars.gustaebel
versions: -Python 3.5
___
Python tracker
<http://bugs.python.org/issue16858>
___
___
Python-bugs-list mailin
Changes by Ned Deily :
--
nosy: +lars.gustaebel
___
Python tracker
<http://bugs.python.org/issue16859>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
This has already been reported in Issue16537.
--
nosy: +ned.deily
resolution: -> duplicate
stage: -> committed/rejected
status: open -> closed
superseder: -> Python’s setup.py raises a ValueError when self.extensio
Ned Deily added the comment:
Note the warning about '^' in the documentation for the re search method:
"The optional second parameter pos gives an index in the string where the
search is to start; it defaults to 0. This is not completely equivalent to
slicing the string;
Ned Deily added the comment:
To expand a bit, rather than multiple calls to search, you can use the start
and end methods of the match object to determine where the string (without the
'^' anchor) matches. For example:
r = re.compile("abc")
s = "0123abcxyz"
Ned Deily added the comment:
Also see http://docs.python.org/3/whatsnew/3.0.html#print-is-a-function
--
nosy: +ned.deily
___
Python tracker
<http://bugs.python.org/issue16
Ned Deily added the comment:
You need to be careful when using a Python with --enable-shared to ensure that
the correct dynamic libraries are being used at execution time. Normally,
after a "make", you use "make install" to install the Python executable and the
sha
Ned Deily added the comment:
Thanks for your suggestion. However, the issue you've created is too wide in
scope to be actionable. As you note, just because the string "/usr/local"
appears in a file within the Python source distribution does not indicate a
problem. Many of t
Ned Deily added the comment:
LGTM. I've committed the patch along with expanded warnings in the Standard
Library doc pages for "Mac OS X specific services" and "Mac OS Toolbox Modules".
--
resolution: -> fixed
stage: patch review -> committed/
Ned Deily added the comment:
Keep in mind that the issue isn't which operating system is used; it's whether
the file system(s) on which the hg repo resides is (are) case-insensitive or
case-sensitive. Most modern operating systems (including OS X) support both
file system types and
Ned Deily added the comment:
Thanks for the thorough documentation. If you haven't already, I would ask
about the problem over on the Tkinter mailing list where people with heavy-duty
Tkinter experience hang out.
http://mail.python.org/mailman/listinfo/tkinter-discuss
--
Ned Deily added the comment:
FWIW, on my newer 2.2Ghz i7-based MacBookPro, I can reproduce the problem but I
see satisfactory results by setting the delay to just 10 rather than 100. So,
it is likely that the minimum delay is system- and application- dependent.
Since there's not l
Ned Deily added the comment:
Ronald: the patch?
--
nosy: -BreamoreBoy
___
Python tracker
<http://bugs.python.org/issue1602133>
___
___
Python-bugs-list mailin
4801 - 4900 of 6927 matches
Mail list logo