Changes by Ned Deily :
--
nosy: +eric.smith
___
Python tracker
<http://bugs.python.org/issue22385>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Ned Deily :
--
nosy: +vinay.sajip
___
Python tracker
<http://bugs.python.org/issue22386>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
The changesets below should prevent the problem in 3.4.2 and 3.5.0. Since
there are no standard tests for turtle at the moment, there is no testcase for
using a non-default Canvas but one should be added when turtle tests are
(Issue21914 and Issue21916).
New
Ned Deily added the comment:
I don't have a real Windows setup to test but I would guess this may be Tk
behavior. Perhaps the Tk wiki page on platform-specific keyboard modifier
behaviors will help:
http://wiki.tcl.tk/28331
--
nosy: +ned.
Changes by Ned Deily :
--
nosy: +loewis
___
Python tracker
<http://bugs.python.org/issue22411>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Ned Deily :
--
priority: release blocker -> normal
___
Python tracker
<http://bugs.python.org/issue17095>
___
___
Python-bugs-list mailing list
Un
Changes by Ned Deily :
--
nosy: +ncoghlan, pmoody
___
Python tracker
<http://bugs.python.org/issue22418>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
Devin, please open a new issue describing the current problem you see.
Comments to long-closed issues will likely be overlooked.
--
nosy: +ned.deily
___
Python tracker
<http://bugs.python.org/issue672
Changes by Ned Deily :
--
nosy: +benjamin.peterson
___
Python tracker
<http://bugs.python.org/issue22425>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Ned Deily :
--
nosy: +belopolsky, lemburg
___
Python tracker
<http://bugs.python.org/issue22426>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
It is difficult to tell what the problem you encountered here is without more
information. Python is supported on many different platforms and regularly
built with --prefix being set. To investigate further, you would need to
indicate exactly which version of
Ned Deily added the comment:
Sorry, I don't see where you have shown exactly what Python ./configure and
make commands you are using and it is not at all obvious to me what you mean by
"After generating Makefile if comment string, contain LD_CONFIG_PATH all build
success". Bu
Ned Deily added the comment:
After a fair amount of research, trial-and-error, and testing on all of the OS
X platforms we support, I think we're now ready to switch to signed flat
packages for the OS X installers and thereby greatly improve the user
installation experience on current sy
Changes by Ned Deily :
--
nosy: +ned.deily
___
Python tracker
<http://bugs.python.org/issue22449>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Ned Deily :
--
nosy: +lemburg, ncoghlan
___
Python tracker
<http://bugs.python.org/issue22455>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Ned Deily :
--
nosy: +ezio.melotti, michael.foord
___
Python tracker
<http://bugs.python.org/issue22457>
___
___
Python-bugs-list mailing list
Unsub
Ned Deily added the comment:
Duplicate of Issue21431?
--
nosy: +ned.deily
___
Python tracker
<http://bugs.python.org/issue22461>
___
___
Python-bugs-list mailin
Ned Deily added the comment:
To expedite matters, I did the almost-null post-release cleanup merge and then
merged the fix for this issue. So I think this issue is now complete.
--
___
Python tracker
<http://bugs.python.org/issue21
Ned Deily added the comment:
It was just fixed today, after the release.
--
___
Python tracker
<http://bugs.python.org/issue21431>
___
___
Python-bugs-list mailin
Changes by Ned Deily :
--
nosy: +steve.dower, zach.ware
___
Python tracker
<http://bugs.python.org/issue22466>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Ned Deily :
--
nosy: +lars.gustaebel
___
Python tracker
<http://bugs.python.org/issue22468>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
Thanks for the report! On further inspection, the whole rm thing isn't needed
anymore with Python no longer maintained in svn. Fixed for release in 2.7.9,
3.4.3, and 3.5.0.
--
assignee: ronaldoussoren -> ned.deily
components: +Build
nosy: +n
Ned Deily added the comment:
Just to avoid any confusion, Apple-supplied Mac keyboards don't have an "AltGr"
key. It is found on certain PC keyboard layouts and, as such, could be used on
any platform (Windows, OS X, or other Unix).
--
___
Ned Deily added the comment:
I guess it still comes down to whether this is an issue in tkinter or in Tk
itself. Almost all character processing and event generation is done in Tk.
One way to isolate the issue would be to use text widgets in the Tk wish shell
and its demo programs. They
Ned Deily added the comment:
OK, then if you want to pursue the issue, I'd suggest asking on one of the
Tcl/Tk forums (perhaps comp.lang.tcl) or Stackoverflow and/or checking the Tk
issue tracker (https://core.tcl.tk/tk/reportlist). Good luck!
--
resolution: -> third par
Changes by Ned Deily :
--
nosy: +orsenthil
___
Python tracker
<http://bugs.python.org/issue22478>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Ned Deily :
--
resolution: -> duplicate
stage: -> resolved
status: open -> closed
superseder: -> Build doc archives for RC versions
___
Python tracker
<http://bugs.python
Ned Deily added the comment:
This problem is currently resulting in 404's for 3.4.2rc1 documention
downloads, e.g. the links on:
https://docs.python.org/3.4/download.html
--
nosy: +ned.deily
priority: high -> critical
title: Build doc archives for RC versions -> Build doc a
Changes by Ned Deily :
--
nosy: +zach.ware
___
Python tracker
<http://bugs.python.org/issue22489>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
>From the initial description of the problem, it's not clear to me that there
>is a problem here needing resolution in the stub launcher. I've asked for
>clarification on the pip issue tracker.
--
___
Ned Deily added the comment:
Also, the patch causes a test failure with a framework build:
==
FAIL: test_defaults (test.test_venv.BasicTest)
--
Traceback (most
Changes by Ned Deily :
--
nosy: +orsenthil
___
Python tracker
<http://bugs.python.org/issue22496>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Ned Deily :
--
nosy: +steve.dower, zach.ware
___
Python tracker
<http://bugs.python.org/issue22497>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Ned Deily :
--
nosy: +vinay.sajip
___
Python tracker
<http://bugs.python.org/issue22494>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Ned Deily :
--
nosy: +steve.dower, tim.golden, zach.ware
___
Python tracker
<http://bugs.python.org/issue22103>
___
___
Python-bugs-list mailin
Ned Deily added the comment:
Thanks for the report. However, as noted on the python.org web site help page,
https://www.python.org/about/help/, the place to report web site problems is
here: https://github.com/python/pythondotorg/issues/
I've opened a new issue there on your behalf:
Ned Deily added the comment:
This isn't a security issue and in general we do not make changes to branches
in security-fix mode to support new releases of external components or
operating system releases. There are plenty of other fixes that should be
ported to 3.2 if we go down that
Ned Deily added the comment:
Thanks for the report. However, as noted on the python.org web site help page,
https://www.python.org/about/help/, the place to report web site problems is
here: https://github.com/python/pythondotorg/issues/. Please check the issue
tracker there and open an
Changes by Ned Deily :
--
nosy: +rhettinger
___
Python tracker
<http://bugs.python.org/issue22533>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
What happens if you use xrange instead of range?
>>> range(100).__sizeof__()
856
>>> xrange(100).__sizeof__()
56
--
nosy: +ned.deily
___
Python tracker
<http://bugs.
Ned Deily added the comment:
Your analysis is correct: you now do need to use a 2.7 sphinx to build 2.7
docs. It looks like you may be using a 3.4 version of pip. However you invoke
python2.7, try "python -m pip install sphinx".
--
nosy:
Changes by Ned Deily :
--
resolution: -> duplicate
stage: -> resolved
status: open -> closed
superseder: -> PyCFunction_New no longer exposed by python DLL breaking
bdist_wininst installers
___
Python tracker
<http://bugs.python
Changes by Ned Deily :
--
assignee: ronaldoussoren ->
components: +Library (Lib) -Interpreter Core, Macintosh
nosy: +gregory.p.smith
title: Missing filename in FileNotFoundError -> subprocess should include
filename in FileNotFoundError exception
versions: +Python 3.5 -Pyth
Ned Deily added the comment:
Sorry, I'm not able to reproduce any major memory leak, using a couple of
different dbm implementations, and there is not enough information to go on.
To pursue further, you should identify:
- what platform (operating system distribution and version)
- exactly
Ned Deily added the comment:
Thanks for the detailed information. I'm not able to reproduce on OS X 10.9.5
with the python.org Python 2.7.8 which builds and links with its own copy of
Sleepycat DB 4.7.25. However, I do see the memory leak when using a MacPorts
Python 2.7.8 that is l
Ned Deily added the comment:
Yeah, and I'm not sure why they have their build pegged to bdb 4.6; they
provide newer ports as well. I think we can close this issue then. Perhaps
you could open a MacPorts issue and ask them to update their python27 port to
use at least
Changes by Ned Deily :
--
title: bsddb memory leak on Mac OS X 10.9 -> bsddb memory leak with MacPorts
bdb 4.6
___
Python tracker
<http://bugs.python.org/issu
Changes by Ned Deily :
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue22539>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
>From the traceback, it does appear that the debugger was in use. Since
>there's not much else to go on here, I suggest closing this as a duplicate of
>#15347.
--
assignee: ronaldoussoren ->
title: IDLE crash on OS X 1.9 upon shut-down
Changes by Ned Deily :
--
nosy: +amaury.forgeotdarc, belopolsky, meador.inge
___
Python tracker
<http://bugs.python.org/issue22552>
___
___
Python-bugs-list mailin
Ned Deily added the comment:
Also note that there were major internal changes in Python strings for 3.3
(http://legacy.python.org/dev/peps/pep-0393/) so you might want to look at
those especially if this worked OK with Python 3.2. Since it seems unlikely
that there would be any further
Ned Deily added the comment:
This crash behavior is due to an old bug in the OS X Cocoa implementation of
Tk. It has been fixed in the most recent releases of Tk 8.5.x and 8.6.x but,
unfortunately, Apple has not yet shipped the fix in any version of the OS X
system Tk 8.5 (since OS X 10.6
Ned Deily added the comment:
Tom, thanks for the detailed analysis. It seems pretty clear that this is not
a Python problem and there's really nothing we can do about it. It would be
great if you would be willing to open an issue on the Tcl/Tk project's issue
tracker so that they
Ned Deily added the comment:
Thanks, Tom, nice writeup! If any of the other people who have seen this crash
are still around, it would be interesting to know if they also were using more
than one monitor.
--
___
Python tracker
<h
Ned Deily added the comment:
This is a duplicate of 18270. As explained there, the workaround is to follow
the instructions at http://www.python.org/download/mac/tcltk/ and, if possible,
install an up-to-date Tcl/Tk 8.5 from ActiveState. If that is not possible,
then launch IDLE from the
Ned Deily added the comment:
Thanks for the patch, Terry. I've pushed a slightly modified version for
release in 2.7.7, 3.3.4, and 3.4.0.
--
resolution: -> fixed
stage: patch review -> committed/rejected
status: open -> closed
___
Changes by Ned Deily :
--
components: +Windows
nosy: +loewis
___
Python tracker
<http://bugs.python.org/issue19955>
___
___
Python-bugs-list mailing list
Unsub
Ned Deily added the comment:
The version string does not match either the Apple-supplied Python in 10.8
(Mountain Lion) nor that of a python.org Python. The "anaconda" directory name
suggests this is probably a Python from the Anaconda Scientific distribution.
There have been ot
Ned Deily added the comment:
bundlebuild.py is a deprecated legacy tool that has been superseded by the
third-party py2app. AFAIK, its only use in Python 3 is to build
PythonLauncher.app; it is not included in a Python installation. Rather than
refactor it, its use should be eliminated in
Ned Deily added the comment:
What happens if you try to start IDLE from a terminal session by typing:
/usr/local/bin/idle3.3
--
nosy: +ned.deily
___
Python tracker
<http://bugs.python.org/issue20
Ned Deily added the comment:
This problem was reported and fixed in Issue18270 which will be in the next set
of Python maintenance releases. As explained there, what is causing this is
that the Python 3.3 tkinter you are using is trying to use the known buggy
system Tk 8.5 shipped with OS X
Ned Deily added the comment:
I was assuming you were using a Python 3.3 from a binary installer downloaded
from python.org. Those Pythons are built to dynamically link with a compatible
Tcl and Tk 8.5 frameworks in /Library/Frameworks, such as the ActiveTcl 8.5
ones, and fall back to the
Ned Deily added the comment:
Please follow the instructions at http://www.python.org/getit/mac/tcltk/ and
install an up-to-date third-party version of Tcl/Tk 8.5 such as ActiveTcl
8.5.15.0. This crash has been fixed in the newer versions of Cocoa Tk but
still present in the Apple-supplied Tk
Ned Deily added the comment:
It is hard to know exactly what is going on without more information and this
bug tracker is not set up to answer usage questions. There are better places
for help, for example, the Python tutor mailing list
(https://mail.python.org/mailman/listinfo/tutor) or
Changes by Ned Deily :
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue20119>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
Thanks for the report! Here's a patch.
--
keywords: +needs review
nosy: +ned.deily
stage: -> patch review
Added file: http://bugs.python.org/file33437/issue20229.py
___
Python tracker
<http://bugs.python.org
Changes by Ned Deily :
--
nosy: +vinay.sajip
___
Python tracker
<http://bugs.python.org/issue20242>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Ned Deily :
--
resolution: -> fixed
stage: patch review -> committed/rejected
status: open -> closed
___
Python tracker
<http://bugs.python.or
New submission from Ned Deily:
With the updates to the Sphinx toolchain for 3.3 (05e84d3ecd1e) and 3.4
(90cd87f64632), the documentation build for the OS X installer now fails with:
Error: The markupsafe module cannot be found. Did you install Sphinx and its
dependencies correctly?
It
Changes by Ned Deily :
--
nosy: +ronaldoussoren
___
Python tracker
<http://bugs.python.org/issue20276>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
This is a duplicate of Issue18458. The crash is caused by an incompatible
change introduced in OS X 10.9 to the Apple-supplied version of libedit's
readline compatibility layer and can affect Python versions that dynamically
link with the system libedit (no
Ned Deily added the comment:
I can reproduce a hang (but not a crash) when using a Python 2.7.x or 3.4.x
built from source and linking with the OS X 10.9 system libsqlite3. Using the
Apple-supplied Python 2.7 on 10.9 causes a crash in libdispatch. Using Python
2.7.6 or 3.4.0 from the
Changes by Ned Deily :
--
components: +Build, Windows -Extension Modules
___
Python tracker
<http://bugs.python.org/issue20366>
___
___
Python-bugs-list mailin
Changes by Ned Deily :
--
nosy: +loewis, zach.ware
___
Python tracker
<http://bugs.python.org/issue20366>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
The checked-in fixes break builds on OS X that use the Apple-supplied libedit
readline compatibility layer. See, for example:
http://buildbot.python.org/all/builders/AMD64%20Snow%20Leop%203.x/builds/1077/steps/compile/logs/stdio
gcc -fno-strict-aliasing -Werror
Ned Deily added the comment:
Serhiy, I'm not sure I understand your question. libedit includes a GNU
readline compatibility layer and that is what _readline.so builds and links
with on OS X systems (with an ABI of 10.5 and later) since OS X does not ship
with GNU readline. This is als
Ned Deily added the comment:
FYI, removing the cast causes the following new warnings when compiling 3.3
with gcc-4.2 on OS X 10.5 and 10.6 (haven't checked elsewhere):
Modules/readline.c: In function 'setup_readline':
Modules/readline.c:939: warning: assignment from incompatib
Ned Deily added the comment:
Update: the MacPorts certsync daemon has matured and is now included as
an optional MacPorts port.
It's not a perfect solution as noted in the macports-devel thread:
>>The only catch is that custom added certificates or trust anchors need
>>to
Changes by Ned Deily :
--
components: +IDLE
nosy: +terry.reedy
___
Python tracker
<http://bugs.python.org/issue20462>
___
___
Python-bugs-list mailing list
Unsub
New submission from Ned Deily:
The SQLite project has requested that we consider shipping SQLite version 3.8.3
with the Windows and OS X binary installers for Python 3.4.0, primarily to make
available support for the new Common Table Expressions feature. 3.8.3 is
expected to be officially
Ned Deily added the comment:
There are three different classes of errors here:
1. test_debug AssertionError: '0' != 0
This has already been fixed by 7dab4feec126/05e84d3ecd1e/e7d922d8ee03 for
Issue6517.
2. test_bitmap checks for invalid bitmap values do not fail as expected with
Ned Deily added the comment:
The failures in test_tk here are the same ones documented in Issue19761 for Tk
8.4 so this issue could be closed as a duplicate of that one. The mystery
remains why test_tk appears to alternately pass and fail on this buildbot. I
don't see why it doesn
Changes by Ned Deily :
--
assignee: ronaldoussoren ->
___
Python tracker
<http://bugs.python.org/issue19654>
___
___
Python-bugs-list mailing list
Unsubscrib
Ned Deily added the comment:
FYI, besides 10.4 (Tiger), the test also fails on OS X 10.5 but appears to pass
on 10.6 and later releases.
--
nosy: +ned.deily
___
Python tracker
<http://bugs.python.org/issue20
New submission from Ned Deily:
Three "send timeout" test cases in test_socket were changed by a4e4facad164 for
Issue12958 to be "expected failures" on OS X because of observed failures on
the OS X buildbots running OS X 10.6 (Snow Leopard) and earlier.
testIn
Changes by Ned Deily :
--
keywords: +patch
Added file: http://bugs.python.org/file33842/issue20474.patch
___
Python tracker
<http://bugs.python.org/issue20
Changes by Ned Deily :
Added file: http://bugs.python.org/file33843/issue20474.patch
___
Python tracker
<http://bugs.python.org/issue20474>
___
___
Python-bugs-list mailin
Changes by Ned Deily :
Removed file: http://bugs.python.org/file33842/issue20474.patch
___
Python tracker
<http://bugs.python.org/issue20474>
___
___
Python-bugs-list m
Ned Deily added the comment:
FYI, the OS X platform bugs causing the three "send timeout" test failures were
fixed in OS X 10.7 causing those test cases to have previously silently skipped
"unexpected successes". See Issue20
New submission from Ned Deily:
With the "pydoc.synopsis() for 'binary' modules" changes (d6c3fb8d5f84) to
pydoc and test_pydoc for Issue20123, running test_pydoc can leave the regrtest
environment altered and cause subsequent tests to fail in strange ways. I ran
int
Ned Deily added the comment:
The supplied patch fixed all of the failing test cases on OS X, tested on 3.3
and default with Cocoa Tk 8.5 & 8.6, Carbon Tk 8.4, and X11 Tk 8.6. I'll test
on 2.7 after the modified patch is applied. Thanks, Serhiy!
--
stage: patch review
Changes by Ned Deily :
--
nosy: +loewis
___
Python tracker
<http://bugs.python.org/issue20486>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
With asyncio_pty_osx-2.patch, test_asyncio now passes on OS X 10.4.11 and
10.5.8.
--
___
Python tracker
<http://bugs.python.org/issue20
Changes by Ned Deily :
--
assignee: -> ned.deily
resolution: -> fixed
stage: patch review -> committed/rejected
status: open -> closed
___
Python tracker
<http://bugs.python
Changes by Ned Deily :
--
nosy: +ncoghlan, pmoody
___
Python tracker
<http://bugs.python.org/issue20508>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
This is definitely a duplicate of Issue18458 since the build signature
indicates you are using 3.3.2 from the python.org OS X binary installer. The
problem is fixed in the current Python 3.3.3 installer.
--
nosy: +ned.deily
resolution: -> duplicate
st
Ned Deily added the comment:
ipython is not part of the standard Python library. Suggest you ask on the
ipython mailing list or help chat room (http://ipython.org) or perhaps on an
Anaconda list.
--
nosy: +ned.deily
resolution: -> invalid
stage: -> committed/rejected
status
Ned Deily added the comment:
With the consent of the release manager, the SQLite library to be shipped with
the OS X installers for 3.4.0 has been updated to 3.8.3.
Assigning to MvL for the Windows installers.
--
assignee: -> loewis
___
Pyt
Ned Deily added the comment:
Larry, I thought we had agreed on everything in email so I wasn't expecting any
further pronouncements from you, just documenting that post feature cutoff
decision. I think we're good to go.
--
___
Pyth
Changes by Ned Deily :
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue20523>
___
___
Python-bugs-list mailing list
Unsubscribe:
5301 - 5400 of 6927 matches
Mail list logo