[issue19085] Add tkinter basic options tests

2013-11-24 Thread Ned Deily
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

[issue19766] test_venv: test_with_pip() failed on "AMD64 Fedora without threads 3.x" buildbot

2013-11-25 Thread Ned Deily
Changes by Ned Deily : -- nosy: +ncoghlan ___ Python tracker <http://bugs.python.org/issue19766> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue19728] PEP 453: enable pip by default in the Windows binary installers

2013-11-29 Thread Ned Deily
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

[issue19838] test.test_pathlib.PosixPathTest.test_touch_common fails on FreeBSD with ZFS

2013-11-30 Thread Ned Deily
Changes by Ned Deily : -- nosy: +pitrou ___ Python tracker <http://bugs.python.org/issue19838> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue19864] multiprocessing Proxy docs need locking semantics explained

2013-12-02 Thread Ned Deily
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

[issue19868] Importing humanhash and uuid causes a segmentation fault crash

2013-12-02 Thread Ned Deily
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

[issue19878] PyFile_DecUseCount() SIGSEGV

2013-12-03 Thread Ned Deily
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.

[issue19879] imageop: bug in error handler

2013-12-03 Thread Ned Deily
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]

[issue19879] imageop: bug in error handler

2013-12-03 Thread Ned Deily
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

[issue19889] Revision information missing in Python 2.6.9

2013-12-04 Thread Ned Deily
Changes by Ned Deily : -- nosy: +barry ___ Python tracker <http://bugs.python.org/issue19889> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

python-bugs-list@python.org

2013-12-08 Thread Ned Deily
Changes by Ned Deily : -- nosy: +fdrake, pitrou ___ Python tracker <http://bugs.python.org/issue19542> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue18872] platform.linux_distribution() doesn't recognize Amazon Linux

2014-06-19 Thread Ned Deily
Changes by Ned Deily : -- nosy: +lemburg ___ Python tracker <http://bugs.python.org/issue18872> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue18996] unittest: more helpful truncating long strings

2014-06-20 Thread Ned Deily
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

[issue21816] OverflowError: Python int too large to convert to C long

2014-06-20 Thread Ned Deily
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

[issue21716] 3.4.1 download page link for OpenPGP signatures has no sigs

2014-06-20 Thread Ned Deily
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

[issue21716] 3.4.1 download page link for OpenPGP signatures has no sigs

2014-06-20 Thread Ned Deily
Changes by Ned Deily : -- Removed message: http://bugs.python.org/msg221156 ___ Python tracker <http://bugs.python.org/issue21716> ___ ___ Python-bugs-list mailin

[issue21716] 3.4.1 download page link for OpenPGP signatures has no sigs

2014-06-20 Thread Ned Deily
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

[issue21811] Anticipate fixes to 3.x and 2.7 for OS X 10.10 Yosemite support

2014-06-21 Thread Ned Deily
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

[issue20756] Segmentation fault with unoconv

2014-06-21 Thread Ned Deily
Changes by Ned Deily : -- stage: -> resolved ___ Python tracker <http://bugs.python.org/issue20756> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue21811] Anticipate fixes to 3.x and 2.7 for OS X 10.10 Yosemite support

2014-06-21 Thread Ned Deily
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

[issue21817] `concurrent.futures.ProcessPoolExecutor` swallows tracebacks

2014-06-21 Thread Ned Deily
Changes by Ned Deily : -- nosy: +bquinlan ___ Python tracker <http://bugs.python.org/issue21817> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue21820] unittest: unhelpful truncating of long strings.

2014-06-21 Thread Ned Deily
Changes by Ned Deily : -- nosy: +ezio.melotti, michael.foord ___ Python tracker <http://bugs.python.org/issue21820> ___ ___ Python-bugs-list mailing list Unsub

[issue2213] build_tkinter.py does not handle paths with spaces

2014-06-22 Thread Ned Deily
Changes by Ned Deily : -- nosy: +steve.dower, zach.ware ___ Python tracker <http://bugs.python.org/issue2213> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue7283] test_site failure when .local/lib/pythonX.Y/site-packages hasn't been created yet

2014-06-22 Thread Ned Deily
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

[issue20939] test_geturl of test_urllibnet fails with 'https://www.python.org/' != 'http://www.python.org/'

2014-06-22 Thread Ned Deily
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

[issue21672] Python for Windows 2.7.7: Path Configuration File No Longer Works With UNC Paths

2014-06-22 Thread Ned Deily
Changes by Ned Deily : -- nosy: +benjamin.peterson priority: normal -> release blocker stage: -> needs patch ___ Python tracker <http://bugs.python.org/i

[issue5888] mmap ehancement - resize with sequence notation

2014-06-22 Thread Ned Deily
Changes by Ned Deily : -- nosy: +neologix ___ Python tracker <http://bugs.python.org/issue5888> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue21830] ssl.wrap_socket fails on Windows 7 when specifying ca_certs

2014-06-23 Thread Ned Deily
Changes by Ned Deily : -- nosy: +christian.heimes ___ Python tracker <http://bugs.python.org/issue21830> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue12066] Empty ('') xmlns attribute is not properly handled by xml.dom.minidom

2014-06-23 Thread Ned Deily
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

[issue21833] Fix unicodeless build of Python

2014-06-24 Thread Ned Deily
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

[issue21833] Fix unicodeless build of Python

2014-06-24 Thread Ned Deily
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

[issue18780] SystemError when formatting int subclass

2014-06-24 Thread Ned Deily
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

[issue18780] SystemError when formatting int subclass

2014-06-24 Thread Ned Deily
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

[issue8296] multiprocessing.Pool hangs when issuing KeyboardInterrupt

2014-06-25 Thread Ned Deily
Changes by Ned Deily : -- nosy: +sbt ___ Python tracker <http://bugs.python.org/issue8296> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue12860] http client attempts to send a readable object twice

2014-06-25 Thread Ned Deily
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 &

[issue14561] python-2.7.2-r3 suffers test failure at test_mhlib

2014-06-25 Thread Ned Deily
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

[issue21875] Remove vestigial references to Classic Mac OS attributes in os.stat() and os.name docs

2014-06-26 Thread Ned Deily
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

[issue21875] Remove vestigial references to Classic Mac OS attributes in os.stat() and os.name docs

2014-06-26 Thread Ned Deily
Changes by Ned Deily : -- resolution: -> fixed stage: needs patch -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue4613] Can't figure out where SyntaxError: can not delete variable 'x' referenced in nested scope us coming from in python shows no traceback

2014-06-26 Thread Ned Deily
Changes by Ned Deily : -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker <http://bugs.python.org/issue4613> ___ ___

[issue10236] Sporadic failures of test_ssl

2014-06-27 Thread Ned Deily
Changes by Ned Deily : -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker <http://bugs.python.org/issue10236> ___ ___

[issue7885] test_distutils fails if Python built in separate directory

2014-06-27 Thread Ned Deily
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

[issue10000] mark more tests as CPython specific

2014-06-27 Thread Ned Deily
Changes by Ned Deily : -- nosy: +pjenvey ___ Python tracker <http://bugs.python.org/issue1> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11697] Unsigned type in mmap_move_method

2014-06-27 Thread Ned Deily
Changes by Ned Deily : -- nosy: +neologix ___ Python tracker <http://bugs.python.org/issue11697> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11452] test_trace not symlink install clean

2014-06-27 Thread Ned Deily
Changes by Ned Deily : -- resolution: -> wont fix stage: -> resolved status: open -> closed ___ Python tracker <http://bugs.python.org/issue11452> ___

[issue12814] Possible intermittent bug in test_array

2014-06-27 Thread Ned Deily
Changes by Ned Deily : -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker <http://bugs.python.org/issue12814> ___ ___

[issue5638] test_httpservers fails CGI tests if --enable-shared

2014-06-28 Thread Ned Deily
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

[issue6094] Python fails to build with Subversion 1.7

2014-06-28 Thread Ned Deily
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

[issue21882] turtledemo modules imported by test___all__ cause side effects or failures

2014-06-29 Thread Ned Deily
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

[issue9051] Improve pickle format for aware datetime instances

2014-06-29 Thread Ned Deily
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

[issue21811] Anticipate fixes to 3.x and 2.7 for OS X 10.10 Yosemite support

2014-06-29 Thread Ned Deily
Changes by Ned Deily : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue21881] python cannot parse tcl value

2014-06-30 Thread Ned Deily
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

[issue21887] Python3 can't detect Tcl/Tk 8.6.1

2014-06-30 Thread Ned Deily
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

[issue21884] turtle regression of issue #21823: "uncaught exception" on "AMD64 Snow Leop 3.x" buildbot

2014-06-30 Thread Ned Deily
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

[issue21881] python cannot parse tcl value

2014-06-30 Thread Ned Deily
Changes by Ned Deily : -- nosy: -ned.deily stage: -> needs patch versions: +Python 3.4, Python 3.5 ___ Python tracker <http://bugs.python.org/issu

[issue21885] shutil.copytree hangs (on copying root directory of a lxc container) (should succeed or raise exception nested)

2014-06-30 Thread Ned Deily
Changes by Ned Deily : -- nosy: +hynek, tarek ___ Python tracker <http://bugs.python.org/issue21885> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue21888] plistlib.FMT_BINARY behavior doesn't send required dict parameter

2014-06-30 Thread Ned Deily
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:

[issue21894] ImportError: cannot import name jit

2014-06-30 Thread Ned Deily
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

[issue21889] https://docs.python.org/2/library/multiprocessing.html#process-and-exceptions doesn't explain exception

2014-06-30 Thread Ned Deily
Changes by Ned Deily : -- nosy: +sbt ___ Python tracker <http://bugs.python.org/issue21889> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue21891] sysmodule.c, #define terminated with semicolon.

2014-06-30 Thread Ned Deily
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

[issue21892] hashtable.c not using PY_FORMAT_SIZE_T

2014-06-30 Thread Ned Deily
Changes by Ned Deily : -- nosy: +haypo ___ Python tracker <http://bugs.python.org/issue21892> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue21893] unicodeobject.c not using PY_FORMAT_SIZE_T

2014-06-30 Thread Ned Deily
Changes by Ned Deily : -- nosy: +haypo ___ Python tracker <http://bugs.python.org/issue21893> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue21899] Futures are not marked as completed

2014-07-01 Thread Ned Deily
Changes by Ned Deily : -- nosy: +bquinlan ___ Python tracker <http://bugs.python.org/issue21899> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue21896] Unexpected ConnectionResetError in urllib.request against a valid website

2014-07-02 Thread Ned Deily
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

[issue13985] Menu.tk_popup : menu doesn't disapear when main window is iconified.

2014-07-03 Thread Ned Deily
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

[issue15549] openssl version in windows builds does not support renegotiation

2014-07-03 Thread Ned Deily
Changes by Ned Deily : -- resolution: -> out of date stage: -> resolved status: open -> closed versions: -Python 2.6 ___ Python tracker <http://bugs.python.or

[issue14709] http.client fails sending read()able Object

2014-07-03 Thread Ned Deily
Changes by Ned Deily : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Missing "return" in HTTPConnection.send() ___ Python tracker <http://b

[issue21597] Allow turtledemo code pane to get wider.

2014-07-04 Thread Ned Deily
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

[issue21597] Allow turtledemo code pane to get wider.

2014-07-04 Thread Ned Deily
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&

[issue21597] Allow turtledemo code pane to get wider.

2014-07-04 Thread Ned Deily
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

[issue21597] Allow turtledemo code pane to get wider.

2014-07-04 Thread Ned Deily
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

[issue21923] distutils.sysconfig.customize_compiler will try to read variable that has not been initialized

2014-07-05 Thread Ned Deily
Changes by Ned Deily : -- assignee: -> ned.deily nosy: +ned.deily ___ Python tracker <http://bugs.python.org/issue21923> ___ ___ Python-bugs-list mai

[issue17755] test_builtin assumes LANG=C

2014-07-05 Thread Ned Deily
Changes by Ned Deily : -- resolution: -> duplicate stage: needs patch -> resolved status: open -> closed superseder: -> readline-related test_builtin failure ___ Python tracker <http://bugs.python

[issue13886] readline-related test_builtin failure

2014-07-05 Thread Ned Deily
Changes by Ned Deily : -- nosy: +doko ___ Python tracker <http://bugs.python.org/issue13886> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue21924] Cannot import anything that imports tokenize from script called token.py

2014-07-05 Thread Ned Deily
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

[issue21925] ResouceWarning sometimes doesn't display

2014-07-05 Thread Ned Deily
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

[issue21923] distutils.sysconfig.customize_compiler will try to read variable that has not been initialized

2014-07-06 Thread Ned Deily
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

[issue21923] distutils.sysconfig.customize_compiler will try to read variable that has not been initialized

2014-07-06 Thread Ned Deily
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

[issue21323] CGI HTTP server not running scripts from subdirectories

2014-07-06 Thread Ned Deily
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

[issue21323] CGI HTTP server not running scripts from subdirectories

2014-07-06 Thread Ned Deily
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

[issue21597] Allow turtledemo code pane to get wider.

2014-07-06 Thread Ned Deily
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

[issue21923] distutils.sysconfig.customize_compiler will try to read variable that has not been initialized

2014-07-06 Thread Ned Deily
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

[issue21597] Allow turtledemo code pane to get wider.

2014-07-06 Thread Ned Deily
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

[issue21323] CGI HTTP server not running scripts from subdirectories

2014-07-09 Thread Ned Deily
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&#x

[issue21913] Possible deadlock in threading.Condition.wait() in Python 2.7.7

2014-07-09 Thread Ned Deily
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

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

2014-07-10 Thread Ned Deily
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

[issue20580] IDLE should support platform-specific default config defaults

2014-07-10 Thread Ned Deily
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

[issue15105] curses: wrong indentation

2014-07-10 Thread Ned Deily
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

[issue5879] multiprocessing - example "pool of http servers " fails on windows "socket has no attribute fromfd"

2014-07-10 Thread Ned Deily
Changes by Ned Deily : -- nosy: +sbt ___ Python tracker <http://bugs.python.org/issue5879> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue21954] str(b'text') returns "b'text'" in interpreter

2014-07-10 Thread Ned Deily
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

[issue20580] IDLE should support platform-specific default config defaults

2014-07-10 Thread Ned Deily
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

[issue21323] CGI HTTP server not running scripts from subdirectories

2014-07-11 Thread Ned Deily
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

[issue21957] ASCII Formfeed (FF) & ASCII Vertical Tab (VT) Have Hexadecimal Representation

2014-07-11 Thread Ned Deily
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

[issue21963] 2.7.8 backport of Issue1856 (avoid daemon thread problems at shutdown) breaks ceph

2014-07-11 Thread Ned Deily
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

[issue1856] shutdown (exit) can hang or segfault with daemon threads running

2014-07-11 Thread Ned Deily
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

[issue21963] 2.7.8 backport of Issue1856 (avoid daemon thread problems at shutdown) breaks ceph

2014-07-11 Thread Ned Deily
Changes by Ned Deily : -- nosy: -ned.deily ___ Python tracker <http://bugs.python.org/issue21963> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue7979] connect_ex returns 103 often

2014-07-12 Thread Ned Deily
Changes by Ned Deily : -- stage: test needed -> resolved status: open -> closed ___ Python tracker <http://bugs.python.org/issue7979> ___ ___ Python-bugs-

[issue21961] Add What's New for Idle.

2014-07-12 Thread Ned Deily
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

[issue21789] Broken link to PEP 263 in Python 2.7 error message

2014-07-12 Thread Ned Deily
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

[issue21969] WindowsPath constructor does not check for invalid characters

2014-07-12 Thread Ned Deily
Changes by Ned Deily : -- nosy: +pitrou ___ Python tracker <http://bugs.python.org/issue21969> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue21323] CGI HTTP server not running scripts from subdirectories

2014-07-12 Thread Ned Deily
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

<    47   48   49   50   51   52   53   54   55   56   >