Ned Deily added the comment:
I've opened Issue19761 to document the current state of test failures for
3.4.0b1 on OS X with the native Tk 8.5 and 8.4.
--
___
Python tracker
<http://bugs.python.org/is
Changes by Ned Deily :
--
nosy: +ncoghlan
___
Python tracker
<http://bugs.python.org/issue19766>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
Looks like the buildbots are complaining, for example:
http://buildbot.python.org/all/builders/AMD64%20Ubuntu%20LTS%203.x/builds/3300/steps/test/logs/stdio
==
FAIL: test_with_pip
Changes by Ned Deily :
--
nosy: +pitrou
___
Python tracker
<http://bugs.python.org/issue19838>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Ned Deily :
--
nosy: +sbt
versions: +Python 2.7, Python 3.3, Python 3.4
___
Python tracker
<http://bugs.python.org/issue19864>
___
___
Python-bug
Ned Deily added the comment:
If you are running on OS X 10.9 Mavericks, install Python 3.3.3.
--
nosy: +ned.deily
resolution: -> duplicate
stage: -> committed/rejected
status: open -> closed
superseder: -> interactive interpreter crashes and test_readline fails o
Ned Deily added the comment:
Sorry, the Python 2.6 series is now officially retired. As of 2.6.9, "All
official maintenance for Python 2.6, including security patches, has ended."
If you can reproduce the problem with a currently supported version of Python,
such as Python 2.7.
Ned Deily added the comment:
On 2.7 tip, it fails up front with a TypeError:
File "/home/nad/PyCFunction.py", line 5, in
imageop.rgb82rgb(u"%J8CBej >uFBi-",True,8.36)
TypeError: integer argument expected, got float
[18330 refs]
Ned Deily added the comment:
@Victor: On 2.6, it gets a DeprecationWarning. On 2.7, that is now a TypeError.
--
___
Python tracker
<http://bugs.python.org/issue19
Changes by Ned Deily :
--
nosy: +barry
___
Python tracker
<http://bugs.python.org/issue19889>
___
___
Python-bugs-list mailing list
Unsubscribe:
https://mail.pyth
Changes by Ned Deily :
--
nosy: +fdrake, pitrou
___
Python tracker
<http://bugs.python.org/issue19542>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Ned Deily :
--
nosy: +lemburg
___
Python tracker
<http://bugs.python.org/issue18872>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
Chris, I would start by opening a new issue. Comments on closed issues whose
code is already released are likely to be overlooked.
--
nosy: +ned.deily
___
Python tracker
<http://bugs.python.org/issue18
Ned Deily added the comment:
In a 32-bit version of Python 2, that value cannot be represented as an 'int'
type.
>>> i = 3783907807
>>> type(i)
Normally, Python 2 implicitly creates objects of type 'int' or type 'long' as
needed. But in
Ned Deily added the comment:
OK, glad it works now for now.
--
resolution: -> works for me
stage: -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.or
Changes by Ned Deily :
--
Removed message: http://bugs.python.org/msg221156
___
Python tracker
<http://bugs.python.org/issue21716>
___
___
Python-bugs-list mailin
Ned Deily added the comment:
OK, glad it works now for you.
--
___
Python tracker
<http://bugs.python.org/issue21716>
___
___
Python-bugs-list mailing list
Unsub
Ned Deily added the comment:
All of the patches are against the tips of their branches (as of the other
day). The rev number crept in as a result of the configure patch being applied
via mq against the base patch. Sorry for the confusion
Changes by Ned Deily :
--
stage: -> resolved
___
Python tracker
<http://bugs.python.org/issue20756>
___
___
Python-bugs-list mailing list
Unsubscrib
Ned Deily added the comment:
I don't disagree with your comment in general but I have it on good authority
that the format of MACOSX_DEPLOYMENT_TARGET is not going to change
unexpectedly. And it will all be a moot point in several weeks when the public
beta ap
Changes by Ned Deily :
--
nosy: +bquinlan
___
Python tracker
<http://bugs.python.org/issue21817>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Ned Deily :
--
nosy: +ezio.melotti, michael.foord
___
Python tracker
<http://bugs.python.org/issue21820>
___
___
Python-bugs-list mailing list
Unsub
Changes by Ned Deily :
--
nosy: +steve.dower, zach.ware
___
Python tracker
<http://bugs.python.org/issue2213>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
YJ, the test_site failures you are seeing should have been fixed by the changes
for Issue10881 (82c4f094f811) that were released with Python 2.7.3. Please
update your Python 2.7 to the latest release (currently 2.7.7).
Otherwise, unless somebody is able to
Ned Deily added the comment:
Since the original problems reported here have been fixed in current branches,
I'm closing this issue.
--
resolution: -> fixed
stage: commit review -> resolved
status: open -> closed
versions: -Python 3.1, Python 3
Changes by Ned Deily :
--
nosy: +benjamin.peterson
priority: normal -> release blocker
stage: -> needs patch
___
Python tracker
<http://bugs.python.org/i
Changes by Ned Deily :
--
nosy: +neologix
___
Python tracker
<http://bugs.python.org/issue5888>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Ned Deily :
--
nosy: +christian.heimes
___
Python tracker
<http://bugs.python.org/issue21830>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
This problem was fixed in Python 2.7.1 by b71aaf4e7d8d for Issue5762.
--
nosy: +ned.deily
resolution: -> duplicate
stage: -> resolved
status: open -> closed
superseder: -> AttributeError: 'NoneType' object has no attribute 'rep
Ned Deily added the comment:
Note MvL's comment (msg161191 in Issue8767) about not fixing test cases for
--disable-unicode here. This seems like a tremendous amount of code churn for
a problem that has likely been around for years and would affect very few. How
widely is --disable-un
Ned Deily added the comment:
Serhly, I admire you for all of the obvious effort you put into this but I
can't help but think it is misplaced effort. My original comment was made
before you submitted all of the other patches. As it stands, to proceed with
this, there are now te
Ned Deily added the comment:
The 3.3 branch is now only open for security fixes so this issue doesn't appear
to warrant backporting there.
--
nosy: +ned.deily
___
Python tracker
<http://bugs.python.org/is
Ned Deily added the comment:
It is described in the developer's guide. The current status is summarized
here:
https://docs.python.org/devguide/devcycle.html#summary
--
___
Python tracker
<http://bugs.python.org/is
Changes by Ned Deily :
--
nosy: +sbt
___
Python tracker
<http://bugs.python.org/issue8296>
___
___
Python-bugs-list mailing list
Unsubscribe:
https://mail.pyth
Changes by Ned Deily :
--
resolution: -> duplicate
stage: -> resolved
status: open -> closed
superseder: -> Missing "return" in HTTPConnection.send()
versions: +Python 3.3, Python 3.4 -Python 3.2
___
Python tracker
&
Ned Deily added the comment:
This could be a duplicate of the problem reported in Issue7759. The patch
provided there was not applied since the mhlib module is deprecated and its use
is not recommended. Feel free to re-open this issue if necessary.
--
nosy: +ned.deily
resolution
New submission from Ned Deily:
The documentation for os.stat() still contains references to optional stat
fields that were supported on Classic Mac OS systems but are no longer
supported in Python on Mac OS X:
On Mac OS systems, the following attributes may also be available
Changes by Ned Deily :
--
resolution: -> fixed
stage: needs patch -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.or
Changes by Ned Deily :
--
resolution: -> out of date
stage: -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue4613>
___
___
Changes by Ned Deily :
--
resolution: -> out of date
stage: -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue10236>
___
___
Ned Deily added the comment:
It looks like this was fixed as part of the changes for Issue12141 (which were
also backported to 2.7.x); test_build_ext tests are now cleanly skipped if the
include file cannot be found.
--
nosy: +ned.deily
resolution: -> out of date
stage: needs pa
Changes by Ned Deily :
--
nosy: +pjenvey
___
Python tracker
<http://bugs.python.org/issue1>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Ned Deily :
--
nosy: +neologix
___
Python tracker
<http://bugs.python.org/issue11697>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Ned Deily :
--
resolution: -> wont fix
stage: -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue11452>
___
Changes by Ned Deily :
--
resolution: -> out of date
stage: -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue12814>
___
___
Ned Deily added the comment:
I don't see where any problems were fixed but I've verified that with current
default that this case works correctly if you start the tests correctly as
"make test" does.
LD_LIBRARY_PATH=$CWD ./python -m test ...
The cgi test cases create a
Ned Deily added the comment:
Suman, Jon: This issue was closed five years ago and the fixes for it have
long been out in the field. Comments on closed issues are likely to be
overlooked and not acted on. If you are having a current problem, you should
open a new issue, documenting in
New submission from Ned Deily:
Although the turtledemo modules are not run directly during by "make test" or
by "python -m test -uall", they are currently being inadvertently imported by
test___all__. This can lead to test failures and side effects because some of
th
Ned Deily added the comment:
FWIW, I see review links for both of your files: all the way over to the right
in the Files section.
--
nosy: +ned.deily
___
Python tracker
<http://bugs.python.org/issue9
Changes by Ned Deily :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.or
Ned Deily added the comment:
What version of Tcl are you using and on what platform?
--
nosy: +ned.deily, serhiy.storchaka
___
Python tracker
<http://bugs.python.org/issue21
Ned Deily added the comment:
for the --with-tcltk-includes and -libs options, you need to pass the same cc
options that would go on CFLAGS and LDFLAGS.
./configure --help
[...]
--with-tcltk-includes='-I...'
override search for Tcl and Tk include file
Ned Deily added the comment:
This is an instance of the problems identified in Issue21882, namely that
test___all__ is importing turtledemo modules and some of them have bad side
effects. In this case, it's turtledemo.clock which is calling mode() which now
unconditionally attempts to c
Changes by Ned Deily :
--
nosy: -ned.deily
stage: -> needs patch
versions: +Python 3.4, Python 3.5
___
Python tracker
<http://bugs.python.org/issu
Changes by Ned Deily :
--
nosy: +hynek, tarek
___
Python tracker
<http://bugs.python.org/issue21885>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
Thanks for the report. Can you supply a test case and/or a fix patch?
Ideally, the test case would be a patch to Lib/test/test_plistlib.py. If
you're interested, there's more info here: https://docs.python.org/devguide/
--
nosy:
Ned Deily added the comment:
This issue tracker is for reporting problems in Python itself. For help in how
to how to use Python, there are lots of forums to ask for help. See
https://www.python.org/about/help/ for suggestions. That said, if you have
named your example file "parake
Changes by Ned Deily :
--
nosy: +sbt
___
Python tracker
<http://bugs.python.org/issue21889>
___
___
Python-bugs-list mailing list
Unsubscribe:
https://mail.pyth
Ned Deily added the comment:
Thanks for the report!
--
nosy: +ned.deily
resolution: -> fixed
stage: -> resolved
status: open -> closed
versions: +Python 3.4
___
Python tracker
<http://bugs.python.or
Changes by Ned Deily :
--
nosy: +haypo
___
Python tracker
<http://bugs.python.org/issue21892>
___
___
Python-bugs-list mailing list
Unsubscribe:
https://mail.pyth
Changes by Ned Deily :
--
nosy: +haypo
___
Python tracker
<http://bugs.python.org/issue21893>
___
___
Python-bugs-list mailing list
Unsubscribe:
https://mail.pyth
Changes by Ned Deily :
--
nosy: +bquinlan
___
Python tracker
<http://bugs.python.org/issue21899>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
It fails with Python 2's urllib2.urlopen as well.
--
nosy: +ned.deily, orsenthil
versions: +Python 2.7, Python 3.5 -Python 3.2, Python 3.3
___
Python tracker
<http://bugs.python.org/is
Ned Deily added the comment:
As far as I can tell, the problem you are seeing with the menu not disappearing
when iconifying is caused by the use of grab_release() in do_popup(). If I
remove it, using an X11-based Tk 8.6, the focus stays on the menu and clicking
on the iconify button causes
Changes by Ned Deily :
--
resolution: -> out of date
stage: -> resolved
status: open -> closed
versions: -Python 2.6
___
Python tracker
<http://bugs.python.or
Changes by Ned Deily :
--
resolution: -> duplicate
stage: -> resolved
status: open -> closed
superseder: -> Missing "return" in HTTPConnection.send()
___
Python tracker
<http://b
Ned Deily added the comment:
If by tearing you mean leaving artifacts on the screen, differences in behavior
are almost certainly due to different versions of Tk being used. Tkinter is
really just a wrapper around calls to Tk; nearly all of the heavy-duty graphics
work is done by Tk making
Ned Deily added the comment:
Lita, to find the detailed Tk version info (which is really important with 8.5
since it has changed considerably over its long life):
>>> import tkinter
>>> t = tk.Tk()
>>> t.tk.call('info', 'patchlevel')
'8.5.15&
Ned Deily added the comment:
Lita, testing the second turtledemo_pane.patch (2014-06-09) with a current
default (pre-3.5) build and with OS X ActiveTcl 8.5.15: if an example is
selected but not running, moving the slider to the left is fairly smooth but
the scroll bar for the right frame
Ned Deily added the comment:
Lita, the movie looks comparable to what I'm seeing but without the background
colors and with thin-lined black border rectangles around each of the two
frames.
--
___
Python tracker
<http://bugs.python.org/is
Changes by Ned Deily :
--
assignee: -> ned.deily
nosy: +ned.deily
___
Python tracker
<http://bugs.python.org/issue21923>
___
___
Python-bugs-list mai
Changes by Ned Deily :
--
resolution: -> duplicate
stage: needs patch -> resolved
status: open -> closed
superseder: -> readline-related test_builtin failure
___
Python tracker
<http://bugs.python
Changes by Ned Deily :
--
nosy: +doko
___
Python tracker
<http://bugs.python.org/issue13886>
___
___
Python-bugs-list mailing list
Unsubscribe:
https://mail.pyth
Ned Deily added the comment:
That's because there is also a standard library module named token
(https://docs.python.org/3/library/token.html). When you run python, by
default the current working directory is inserted at the beginning of sys.path,
the list of directories searched for mo
Ned Deily added the comment:
I believe this is an artifact of hash randomization which affects the order of
how objects are destroyed during shutdown. If you run your test using
different values of the PYTHONHASHSEED environment variable, you'll probably
see predictable results. For ex
Ned Deily added the comment:
Thanks for the patch, Alex, and sorry about the bug. The fix looks good. I've
added a test that should be valid whether or not a compiler is available and, I
hope, on Windows (I haven't tested it there).
--
stage: -> patch review
versions
Changes by Ned Deily :
Added file: http://bugs.python.org/file35873/issue21923_27.patch
___
Python tracker
<http://bugs.python.org/issue21923>
___
___
Python-bugs-list m
Ned Deily added the comment:
The change in behavior is definitely caused by the changes for Issue19435. The
code added there does not work correctly if there are nested directories in the
"cgi-bin" directory; for one thing, the initial os.path.isdir(scriptdir) test
in run_cgi
Ned Deily added the comment:
BTW, if someone is looking for an issue to help out with, this might be a good
choice.
--
keywords: +easy -buildbot
___
Python tracker
<http://bugs.python.org/issue21
Ned Deily added the comment:
Lita, turtledemo_pane_srcoll_fix.patch definitely solves the "tearing" problems
(when viewed with OS X Cocoa and X11 Tk's): yay! Good luck with getting the
centering working!
--
___
Python
Ned Deily added the comment:
Committed for release in 2.7.9, 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:
> The one thing I think this patch still needs is a notice to the user that the
> sash can be moved. Once place is one of the help files. I can do that. Can we
> also put a line in the text box on startup?
> "Change text pane width by moving the
Ned Deily added the comment:
Zach, thanks for the patch and the test. Someone will review it in the coming
days. In the meantime, if you haven't already, please review and submit the
Python Contributor's Agreement:
https://www.python.org/psf/contrib/contrib-form/ otherwise we won
Ned Deily added the comment:
So do we agree that the resolution for this is "wont fix"?
--
nosy: +ned.deily
___
Python tracker
<http://bugs.python.o
Ned Deily added the comment:
The use case reported here sounds like a classroom or lab environment with many
people (and likely novices) using open environment machines. In such cases, if
users don't have write access to their home directories, it seems to me that
there's no need
Ned Deily added the comment:
"I have presumed the the appropriate selections are made for other systems."
As far as I know, there is nothing in IDLE itself to do that. As I noted
earlier, there is a kludge in the Mac Makefile to edit config-main.def and
config-extensions.def durin
Ned Deily added the comment:
Sorry, I am unable to reproduce the failure on a couple of different systems;
they all work as expected. If the problem persists, try checking your terminal
settings and perhaps what version of libncurses* is being used.
--
nosy: +ned.deily
resolution
Changes by Ned Deily :
--
nosy: +sbt
___
Python tracker
<http://bugs.python.org/issue5879>
___
___
Python-bugs-list mailing list
Unsubscribe:
https://mail.pyth
Ned Deily added the comment:
This is as expected. In Python 3, b'text' represents a bytes object. "Passing
a bytes object to str() without the encoding or errors arguments falls under
the first case of returning the informal string representation".
Also, in the case of
Ned Deily added the comment:
"Correct?"
Yes
"And you would like to change this?"
I think it should be considered, yes.
--
___
Python tracker
<http://bug
Ned Deily added the comment:
The fix and test look good to me. I'll apply it after Zach submits the
contributor agreement.
--
stage: needs patch -> commit review
___
Python tracker
<http://bugs.python.org
Ned Deily added the comment:
I am not sure why the string reprs for FF and VT are not special-cased to \f
and \v but they are not alone: \a (BEL) and \b (BS) are also not special-cased.
My guess is that it was for performance reasons but perhaps someone with a
longer memory can comment. As
New submission from Ned Deily:
doko in msg222768 of Issue1856:
http://tracker.ceph.com/issues/8797 reports that the backport to 2.7 causes a
regression in ceph.
--
messages: 222795
nosy: benjamin.peterson, doko, ned.deily
priority: release blocker
severity: normal
stage: needs patch
Ned Deily added the comment:
I've opened Issue21963 to track the 2.7.8 regression. Please continue any
discussion there.
--
nosy: +ned.deily
status: open -> closed
___
Python tracker
<http://bugs.python.or
Changes by Ned Deily :
--
nosy: -ned.deily
___
Python tracker
<http://bugs.python.org/issue21963>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Ned Deily :
--
stage: test needed -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue7979>
___
___
Python-bugs-
Ned Deily added the comment:
"The Python x.y docs describe the Python x.y language and stdlib, minus Idle
(and turtledemo). The Python x.(y+1) What's New describes the delta between
Python x.y and x.(y+1) in a user friendly and relevant way."
I don't understand "m
Ned Deily added the comment:
Martijn, please report problems with the python.org web site to its issue
tracker: https://github.com/python/pythondotorg/issues. Thanks!
--
___
Python tracker
<http://bugs.python.org/issue21
Changes by Ned Deily :
--
nosy: +pitrou
___
Python tracker
<http://bugs.python.org/issue21969>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
Since the original changes for Issue19435 were also applied to branches in
security fix mode, the fix here is applied to them as well, with the exception
of 3.1 which has subsequently moved to end-of-life status. Applied for release
in 2.7.9, 3.2.6, 3.3.6, 3.4.2
5101 - 5200 of 6927 matches
Mail list logo