[issue13546] sys.setrecursionlimit() crashes IDLE

2011-12-07 Thread Ned Deily
Ned Deily added the comment: Trying to set the recursion limit to a large number defeats its purpose. As documented in the Standard Library Reference: The highest possible limit is platform-dependent. A user may need to set the limit higher when she has a program that requires deep

[issue13546] sys.setrecursionlimit() crashes IDLE

2011-12-07 Thread Ned Deily
Ned Deily added the comment: But after setting it, IDLE is going to be executing code. In the 64-bit Windows Python 2.7.2 that I have available, there were exceptions reported in the command line interpreter (not IDLE) after changing the recursion limit and then executing some code

[issue13546] sys.setrecursionlimit() crashes IDLE

2011-12-07 Thread Ned Deily
Ned Deily added the comment: LGTM -- ___ Python tracker <http://bugs.python.org/issue13546> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue13558] multiprocessing package incompatible with PyObjC

2011-12-08 Thread Ned Deily
Ned Deily added the comment: (Reference original discussion in pyobjc-dev mailing list archived here: http://comments.gmane.org/gmane.comp.python.pyobjc.devel/5965) -- ___ Python tracker <http://bugs.python.org/issue13

[issue13584] argparse doesn't respect double quotes

2011-12-11 Thread Ned Deily
Changes by Ned Deily : -- nosy: +bethard ___ Python tracker <http://bugs.python.org/issue13584> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue13582] IDLE and pythonw.exe stderr problem

2011-12-13 Thread Ned Deily
Ned Deily added the comment: IDLE.app on OS X also has the issue of stderr messages not being presented to users unless you know to look in the system log where they get written. So writing to stderr is not fatal but displaying them in a popup would be an improvement. -- nosy

[issue4625] IDLE won't open anymore, .idlerc unaccessible

2011-12-14 Thread Ned Deily
Ned Deily added the comment: A couple of comments on the patch: 1. Displaying a popup is fine but it gets annoying when it does it repeatedly. Since this is really a non-fatal error as the user can continue, it would be better to only display the popup once. 2. Another file in .idlerc

[issue4625] IDLE won't open anymore, .idlerc unaccessible

2011-12-14 Thread Ned Deily
Changes by Ned Deily : Added file: http://bugs.python.org/file23954/issue4625_rev1_27.patch ___ Python tracker <http://bugs.python.org/issue4625> ___ ___ Python-bug

[issue9404] IDLE won't launch on XP

2011-12-14 Thread Ned Deily
Ned Deily added the comment: As there are proposed patches in Issue4625 that address the original problem reported here, let's move the discussion there. -- nosy: +ned.deily resolution: -> duplicate stage: -> committed/rejected status: open -> closed superseder: ->

[issue4625] IDLE won't open anymore, .idlerc unaccessible

2011-12-14 Thread Ned Deily
Ned Deily added the comment: Applied to 2.7 (for release in 2.7.3), 3.2 (3.2.3), and default (3.3). -- assignee: -> ned.deily resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed versions: +Python 2.7, Python 3.2, Python 3.3

[issue13631] readline fails to parse some forms of .editrc under editline (libedit) emulation on Mac OS X

2011-12-19 Thread Ned Deily
Changes by Ned Deily : -- nosy: +ned.deily ___ Python tracker <http://bugs.python.org/issue13631> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue13051] Infinite recursion in curses.textpad.Textbox

2011-12-19 Thread Ned Deily
Changes by Ned Deily : -- nosy: +haypo stage: -> patch review ___ Python tracker <http://bugs.python.org/issue13051> ___ ___ Python-bugs-list mailing list Un

[issue10079] idlelib for Python 3 with Guilherme Polo GSoC enhancements

2011-12-20 Thread Ned Deily
Ned Deily added the comment: Thanks, Roger. It would also be helpful if you ascertain for the overlaps which of the two versions is newer, the individual issue/path or the large feature diff. The relative import changes should not be applied in the standard library; they were specifically

[issue4691] IDLE Code Caching Windows

2011-12-20 Thread Ned Deily
Changes by Ned Deily : -- resolution: -> duplicate stage: needs patch -> committed/rejected status: open -> closed superseder: -> IDLE/Win Installer: drop -n switch for 2.7/3.1; install 3.1 as idle3 versions: +Python 2.7, Python 3.1

[issue6321] Reload Python modules when running programs

2011-12-20 Thread Ned Deily
Changes by Ned Deily : -- resolution: out of date -> duplicate stage: -> committed/rejected superseder: -> IDLE/Win Installer: drop -n switch for 2.7/3.1; install 3.1 as idle3 ___ Python tracker <http://bugs.python.o

[issue8093] IDLE processes don't close

2011-12-21 Thread Ned Deily
Changes by Ned Deily : -- resolution: -> duplicate stage: needs patch -> committed/rejected status: open -> closed superseder: -> "Restart Shell" command leaves pythonw.exe processes running ___ Python tracker <http://

[issue13654] IDLE: Freezes and/or crash on SyntaxWarning... is used prior to global declaration

2011-12-22 Thread Ned Deily
Ned Deily added the comment: The fix has been released in Python 3.2.2. It will be in Python 2.7.3 when released. -- nosy: +ned.deily resolution: -> duplicate stage: -> committed/rejected status: open -> closed superseder: -> IDLE problem displaying war

[issue9201] IDLE: raises Exception TclError in a special case

2012-01-03 Thread Ned Deily
Ned Deily added the comment: The problem was originally reported in Issue4676 and fixed partly there and partly in Issue3851. -- nosy: +ned.deily resolution: -> duplicate stage: -> committed/rejected status: open -> closed superseder: -> python3 closes

[issue13558] multiprocessing package incompatible with PyObjC

2012-01-03 Thread Ned Deily
Ned Deily added the comment: Issue8713 proposes adding the option of using processes for multiprocessing rather than bare forks. Let's consolidate this issue with that one. -- resolution: -> duplicate stage: -> committed/rejected status: open -> clo

[issue8713] multiprocessing needs option to eschew fork() under Linux

2012-01-03 Thread Ned Deily
Ned Deily added the comment: See also consolidated Issue13558 for additional justification for processes option on OS X. -- nosy: +mrmekon, ned.deily ___ Python tracker <http://bugs.python.org/issue8

[issue13556] When tzinfo.utcoffset is out-of-bounds, the exception message is misleading

2012-01-03 Thread Ned Deily
Changes by Ned Deily : -- nosy: +belopolsky, lemburg ___ Python tracker <http://bugs.python.org/issue13556> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue13128] httplib debuglevel on CONNECT doesn't print response headers

2012-01-03 Thread Ned Deily
Changes by Ned Deily : -- stage: -> patch review ___ Python tracker <http://bugs.python.org/issue13128> ___ ___ Python-bugs-list mailing list Unsubscri

[issue13241] llvm-gcc-4.2 miscompiles Python (XCode 4.1 on Mac OS 10.7)

2012-01-09 Thread Ned Deily
Ned Deily added the comment: That works for Xcode 4.1, which is now out-of-date. The current releases of Xcode, 4.2.x for 10.7 Lion and optionally for 10.6 Snow Leopard, no longer include gcc-4.2, only llvm-gcc and clang. I am working on completing an extensive set of regression tests for

[issue13759] Python 3.2.2 Mac installer version doesn't accept multibyte character in interactive mode

2012-01-11 Thread Ned Deily
Ned Deily added the comment: Can you give the exact steps of what you did to demonstrate the problem? Also, there are two OS X installers for Python 3.2.2. Which one did you install? (The two lines of version information when starting Python is enough to identify which one it is

[issue13759] Python 3.2.2 Mac installer version doesn't accept multibyte character in interactive mode

2012-01-11 Thread Ned Deily
Ned Deily added the comment: I am not familiar with the Japanese input methods available in OS X. But using copy and paste with an US UTF-8 locale, it seems to work. Perhaps there is a different locale in effect? Python 3.2.2 (v3.2.2:137e45f15c0b, Sep 3 2011, 17:28:59) [GCC 4.2.1 (Apple

[issue12172] IDLE crashes when I use F5 to run

2011-05-25 Thread Ned Deily
Ned Deily added the comment: How are you launching IDLE? Are you sure you aren't launching the IDLE for the Apple-supplied Python 2.6? The two easiest ways to launch IDLE 3.2 are to either double-click on the IDLE file in the /Applications/Python 3.2 folder or, from a terminal shell w

[issue11689] sqlite: Incorrect unit test fails to detect failure

2011-05-27 Thread Ned Deily
Changes by Ned Deily : -- nosy: +ghaering ___ Python tracker <http://bugs.python.org/issue11689> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11653] Problems with some tests using -j2

2011-05-27 Thread Ned Deily
Changes by Ned Deily : -- status: pending -> closed ___ Python tracker <http://bugs.python.org/issue11653> ___ ___ Python-bugs-list mailing list Unsubscri

[issue9670] Exceed Recursion Limit in Thread

2011-05-28 Thread Ned Deily
Ned Deily added the comment: Version 4 looks good and the tests pass on OS X with pydebug enabled. Applied in 2.7 (for release in 2.7.2), 3.1 (for 3.1.4). 3.2 (for 3.2.1), and default (for 3.3). -- resolution: -> fixed stage: patch review -> committed/rejected status

[issue985064] plistlib crashes too easily on bad files

2011-05-28 Thread Ned Deily
Ned Deily added the comment: Thank you for the patch and tests! Applied in 3.1 (for 3.1.4), 3.2 (for 3.2.1), and 3.3. (The 2.x version of plistlib differs somewhat from the 3.x version so the patch would need some rework and testing for 2.7; that is probably not worth the effort at this

[issue11217] python-32 not linked in /usr/local/bin in framework builds

2011-05-28 Thread Ned Deily
Ned Deily added the comment: Thanks for the suggested patch. In addition to the "installunixtools" target, the "altinstallunixtools" target needed to be updated; it is used by default in the Python 3.x Makefiles. The applied fix causes the following additional symlink

[issue11623] Distutils is reporting OSX 10.6 w/ XCode 4 as "universal"

2011-05-28 Thread Ned Deily
Ned Deily added the comment: All that said, the best solution to the problem is to use an appropriately configured Python for the task at hand. If you want to build Python executables that are compatible with older OS X versions and Mac hardware (in particular, all machines capable of

[issue12205] test_subprocess fails due to uninstalled test subdirectory

2011-05-29 Thread Ned Deily
New submission from Ned Deily : == FAIL: test_wait_when_sigchild_ignored (test.test_subprocess.POSIXProcessTestCase) -- Traceback (most recent call last

[issue12205] test_subprocess fails due to uninstalled test subdirectory

2011-05-29 Thread Ned Deily
Ned Deily added the comment: Applied to 2.7 (for 2.7.2) and 3.1 (for 3.1.4). -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker <http://bugs.python.or

[issue11623] Distutils is reporting OSX 10.6 w/ XCode 4 as "universal"

2011-05-29 Thread Ned Deily
Ned Deily added the comment: "Compilers are smart enough to pick the right architecture for them (xcode3 will build ppc/i386/x64 and xcode4 i386/x64" Actually, that's not the case for Python builds. The architecture selection is based on what the builder of the Python interp

[issue11254] distutils doesn't byte-compile .py files to __pycache__ during installation

2011-05-29 Thread Ned Deily
Ned Deily added the comment: Should this be a release blocker for 3.2.1? -- nosy: +ned.deily ___ Python tracker <http://bugs.python.org/issue11254> ___ ___ Pytho

[issue10736] test_ttk_guionly fails on OS X using ActiveState Tcl 8.5.9 (Cocoa)

2011-05-29 Thread Ned Deily
Ned Deily added the comment: The changes looked good to me and fixed the test failures with Cocoa Tk 8.5.9 and caused no regressions with the ActiveState Carbon Tk 8.4 so I committed them to get some exposure. But then I recalled I had not tested with just the old Apple-supplied Tk 8.4 and

[issue10736] test_ttk_guionly fails on OS X using ActiveState Tcl 8.5.9 (Cocoa)

2011-05-29 Thread Ned Deily
Ned Deily added the comment: It appears the original (unmodified) test also fails with the old Apple-supplied Tk 8.4 (this is on OS X 10.5). So I'll do some more testing and then probably re-apply this at some point after the current round of rel

[issue12219] tkinter.filedialog.askopenfilename XT dialog on Windows 7

2011-05-30 Thread Ned Deily
Ned Deily added the comment: If the problem is with an ActiveState distribution of Python 3.2, you should probably be asking this on the ActiveState forums. -- nosy: +brian.curtin, loewis, ned.deily ___ Python tracker <http://bugs.python.

[issue12220] minidom xmlns not handling spaces in xmlns attribute value field

2011-05-30 Thread Ned Deily
Changes by Ned Deily : -- stage: -> needs patch type: crash -> behavior ___ Python tracker <http://bugs.python.org/issue12220> ___ ___ Python-bugs-list

[issue11612] xml.dom.minidom fail to parse SVG file.

2011-05-30 Thread Ned Deily
Ned Deily added the comment: Issue12220 also addresses this problem in somewhat more detail. Consolidating this issue with that one. -- resolution: -> duplicate status: open -> closed superseder: -> minidom xmlns not handling spaces in xmlns attribute va

[issue11271] concurrent.futures.ProcessPoolExecutor.map() slower than multiprocessing.Pool.map() for fast function argument

2011-05-30 Thread Ned Deily
Changes by Ned Deily : -- nosy: +bquinlan ___ Python tracker <http://bugs.python.org/issue11271> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue12225] current tip doesn't build without mercurial installed

2011-05-31 Thread Ned Deily
Ned Deily added the comment: As the OP notes, autoconf needs to be run to update `configure` and those changes needs to be pushed as well so that 'configure.in' and 'configure' are in sync again. -- nosy: +ned.deily ___ P

Re: [issue12225] current tip doesn't build without mercurial installed

2011-06-01 Thread Ned Deily
> -- > nosy: +python-dev > resolution: duplicate -> fixed Whoever pushed this - as the OP mentioned, you need to run autoconf to get configure updated and push that as well. -- Ned Deily, n...@acm.org ___ Python-bugs-list mailing list

[issue12236] Tkinter __version__ uses subversion substitution

2011-06-01 Thread Ned Deily
Changes by Ned Deily : -- nosy: +benjamin.peterson, georg.brandl priority: normal -> release blocker versions: +Python 3.1, Python 3.2 ___ Python tracker <http://bugs.python.org/issu

[issue12236] Tkinter __version__ uses subversion substitution

2011-06-01 Thread Ned Deily
Ned Deily added the comment: Can we be sure it's harmless? A quick Google search turned up at least one package that depends on Tkinter.__version__ (granted, for Python 2). http://permalink.gmane.org/gmane.comp.python.matplotlib.general/24453 -- nosy: +ned.

[issue12247] Finding subprocess.py depends on how IDLE is opened

2011-06-02 Thread Ned Deily
Ned Deily added the comment: The difference in behavior you are seeing does indeed have to do with the PATH environment variable. When you start IDLE via a terminal shell, it inherits the PATH value from your shell environment. path_helper(8) sets the default value for a login shell PATH

[issue12269] IDLE 2.7 hangs on Mac OS X 10.6

2011-06-05 Thread Ned Deily
Ned Deily added the comment: Assuming you are using the "Mac OS X 64-bit/32-bit x86-64/i386 Installer (2.7.1) for Mac OS X 10.6", note that the download page was updated sometime ago to include the following warning: "[You may not be able to run IDLE or use Tkinter with this

[issue11277] Crash with mmap and sparse files on Mac OS X

2011-06-07 Thread Ned Deily
Ned Deily added the comment: Thanks for the update. Since the fix will be in a future version of OS X 10.7 Lion, and which has not been released yet, so it is not appropriate to change mmap until there has been an opportunity to test it. But even then, we would need to be careful about

[issue11277] Crash with mmap and sparse files on Mac OS X

2011-06-07 Thread Ned Deily
Ned Deily added the comment: Victor, please do not use magic constants like that in C. The symbolic values are available in include files: #include SInt32 major = 0; SInt32 minor = 0; Gestalt(gestaltSystemVersionMajor, &major); Gestalt(gestaltSystemVersionMinor, &minor); if ((maj

[issue12282] ABCMeta import error during build

2011-06-08 Thread Ned Deily
Ned Deily added the comment: It's being called for hg: -DHGVERSION="\"`LC_ALL=C hg id -i .`\"" ... -- nosy: +ned.deily ___ Python tracker <http:

[issue12313] make install misses packaging module

2011-06-10 Thread Ned Deily
Ned Deily added the comment: Listing all those directories to the Makefile does seem very brittle and will certainly be a maintenance hassle. OTOH, there is something to be said for being explicit about what gets installed. I suppose you could add the find step to ./configure and pass the

[issue12141] sysconfig.get_config_vars('srcdir') fails in specific cases

2011-06-13 Thread Ned Deily
Ned Deily added the comment: Here are patches to install a copy of xxmodule.c in the distutils tests directory (for 3.3, 3.2, and 2.7) and a copy in packaging tests for 3.3. With them in place, test_build_ext/test_command_build_ext now executes when the tests are run from an installed

[issue12141] sysconfig.get_config_vars('srcdir') fails in specific cases

2011-06-13 Thread Ned Deily
Changes by Ned Deily : Added file: http://bugs.python.org/file22347/issue12132_backport_32.patch ___ Python tracker <http://bugs.python.org/issue12141> ___ ___ Python-bug

[issue12141] sysconfig.get_config_vars('srcdir') fails in specific cases

2011-06-13 Thread Ned Deily
Changes by Ned Deily : Added file: http://bugs.python.org/file22348/issue12141_32.patch ___ Python tracker <http://bugs.python.org/issue12141> ___ ___ Python-bugs-list m

[issue12141] sysconfig.get_config_vars('srcdir') fails in specific cases

2011-06-13 Thread Ned Deily
Changes by Ned Deily : Added file: http://bugs.python.org/file22349/issue12141_27.patch ___ Python tracker <http://bugs.python.org/issue12141> ___ ___ Python-bugs-list m

[issue9516] sysconfig: $MACOSX_DEPLOYMENT_TARGET mismatch: now "10.3" but "10.5" during configure

2011-06-13 Thread Ned Deily
Ned Deily added the comment: There are several issues here now. With the patches as now applied, when running the tests with standard OS X installer Pythons, I saw occasional failures of the new test_deployment_target test case ("Unexpected target"). After ensuring that the build

[issue9516] sysconfig: $MACOSX_DEPLOYMENT_TARGET mismatch: now "10.3" but "10.5" during configure

2011-06-13 Thread Ned Deily
Changes by Ned Deily : Added file: http://bugs.python.org/file22352/issue9516_v3_distutils.patch ___ Python tracker <http://bugs.python.org/issue9516> ___ ___ Python-bug

[issue9516] sysconfig: $MACOSX_DEPLOYMENT_TARGET mismatch: now "10.3" but "10.5" during configure

2011-06-13 Thread Ned Deily
Changes by Ned Deily : Added file: http://bugs.python.org/file22353/issue9516_v3_test_distutils_27.patch ___ Python tracker <http://bugs.python.org/issue9516> ___ ___

[issue9516] sysconfig: $MACOSX_DEPLOYMENT_TARGET mismatch: now "10.3" but "10.5" during configure

2011-06-13 Thread Ned Deily
Changes by Ned Deily : Added file: http://bugs.python.org/file22354/issue9516_v3_distutils_27.patch ___ Python tracker <http://bugs.python.org/issue9516> ___ ___ Pytho

[issue9516] sysconfig: $MACOSX_DEPLOYMENT_TARGET mismatch: now "10.3" but "10.5" during configure

2011-06-13 Thread Ned Deily
Changes by Ned Deily : Added file: http://bugs.python.org/file22355/issue9516_v3_test_packaging.patch ___ Python tracker <http://bugs.python.org/issue9516> ___ ___ Pytho

[issue9516] sysconfig: $MACOSX_DEPLOYMENT_TARGET mismatch: now "10.3" but "10.5" during configure

2011-06-13 Thread Ned Deily
Changes by Ned Deily : Added file: http://bugs.python.org/file22356/issue9516_v3_packaging.patch ___ Python tracker <http://bugs.python.org/issue9516> ___ ___ Python-bug

[issue12141] sysconfig.get_config_vars('srcdir') fails in specific cases

2011-06-13 Thread Ned Deily
Ned Deily added the comment: I think one of the objectives of the test is to see that it works with the C API of that particular Python release as captured in its version of xxmodule.c. And, while it could be argued that both distutils and packaging don't need their own copies, I thi

[issue12342] characters with ord above 65535 fail to display in IDLE

2011-06-15 Thread Ned Deily
Ned Deily added the comment: >From the discussions here, http://wiki.tcl.tk/1364, it appears that Tcl 8.5 >(and earlier) does not support Unicode code points outside the BMP range as in >this example. I don't think there is anything practical IDLE or tkinter can d

[issue12342] characters with ord above 65535 fail to display in IDLE

2011-06-15 Thread Ned Deily
Ned Deily added the comment: It looks like that error message has been in _tkinter.c since 2002: http://svn.python.org/view/python/trunk/Modules/_tkinter.c?r1=28989&r2=28990&; I suppose it could be slightly more informative but it seems pretty unambiguous to me. Martin, any

[issue9516] sysconfig: $MACOSX_DEPLOYMENT_TARGET mismatch: now "10.3" but "10.5" during configure

2011-06-18 Thread Ned Deily
Ned Deily added the comment: I would like Ronald's take on it (also, I expect to be off-line for the weekend). Note, as it stands now, 3.2.1 (without any further patches) would have the same less than ideal behavior as 2.7.2. -- ___ P

[issue12141] sysconfig.get_config_vars('srcdir') fails in specific cases

2011-06-24 Thread Ned Deily
Ned Deily added the comment: Are the patches good to go? And would you like me to apply them? -- ___ Python tracker <http://bugs.python.org/issue12141> ___ ___

[issue10736] test_ttk_guionly fails on OS X using ActiveState Tcl 8.5.9 (Cocoa)

2011-06-27 Thread Ned Deily
Changes by Ned Deily : -- resolution: -> fixed stage: -> committed/rejected status: open -> pending ___ Python tracker <http://bugs.python.or

[issue8746] os.chflags() and os.lchflags() are not built when they should be be

2011-06-28 Thread Ned Deily
Ned Deily added the comment: Thanks for the additional tests, Garrett. I've applied them (modulo a fix). I've also applied the corrections to configure which should make os.chflags() and os.lchflags() reappear again in BSD and OS X builds where supported. I've also added

[issue12141] sysconfig.get_config_vars('srcdir') fails in specific cases

2011-06-28 Thread Ned Deily
Ned Deily added the comment: Patches applied as described above for 3.3, 3.2.1, and 2.7.3. I'm setting the status of the issue to pending and, assuming there are no buildbot failures in the near future, I will close it unless anyone sees a reason not to. -- resolution: -&g

[issue12433] make clean doesn't clean up static libraries on 2.x

2011-06-28 Thread Ned Deily
Ned Deily added the comment: A similar fix was applied and released in both 2.6.6 and 2.7.1. -- nosy: +ned.deily resolution: -> out of date stage: -> committed/rejected status: open -> closed type: compile error -> ___ Python tr

[issue12431] urllib2.Request.get_full_url() broken in newer versions of Python

2011-06-28 Thread Ned Deily
Changes by Ned Deily : -- nosy: +orsenthil ___ Python tracker <http://bugs.python.org/issue12431> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue12433] make clean doesn't clean up static libraries on 2.x

2011-06-28 Thread Ned Deily
Ned Deily added the comment: No, the svn repos for python itself (at svn.python.org) are frozen as of the hg transition and are for historical reference only. See http://docs.python.org/devguide/ for more info on current practices. -- ___ Python

[issue10736] test_ttk_guionly fails on OS X using ActiveState Tcl 8.5.9 (Cocoa)

2011-06-28 Thread Ned Deily
Ned Deily added the comment: No obvious buildbot problems so far so I'm going to close this as fixed. Thanks for the patch, Ronald. -- status: pending -> closed ___ Python tracker <http://bugs.python.org

[issue8746] os.chflags() and os.lchflags() are not built when they should be be

2011-06-28 Thread Ned Deily
Changes by Ned Deily : -- status: pending -> closed ___ Python tracker <http://bugs.python.org/issue8746> ___ ___ Python-bugs-list mailing list Unsubscri

[issue12141] sysconfig.get_config_vars('srcdir') fails in specific cases

2011-06-28 Thread Ned Deily
Changes by Ned Deily : -- status: pending -> closed ___ Python tracker <http://bugs.python.org/issue12141> ___ ___ Python-bugs-list mailing list Unsubscri

[issue12172] IDLE crashes when I use F5 to run

2011-06-28 Thread Ned Deily
Ned Deily added the comment: Since there's been no response and I believe the problem should not occur with a properly installed Python 3.2 and ActiveState Tcl 8.5 as described here (http://www.python.org/download/mac/tcltk/), I'm going to close this issue. Please reopen if t

[issue12379] build outside source fail in head

2011-06-28 Thread Ned Deily
Ned Deily added the comment: Fixed by Benjamin in f8f1d5691ae8. -- nosy: +ned.deily resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker <http://bugs.python.or

[issue9516] sysconfig: $MACOSX_DEPLOYMENT_TARGET mismatch: now "10.3" but "10.5" during configure

2011-06-28 Thread Ned Deily
Ned Deily added the comment: While I am a little concerned about applying these fixes, it is clear that the previous behavior was broken and the initial set of patches as applied did not improve matters. The only risk I can see is that there is a slight chance that there *might* be some 3rd

[issue12400] regrtest: always run tests in verbose mode, but hide the output on success

2011-06-29 Thread Ned Deily
Ned Deily added the comment: > Eric is right. I don't see the patch when reading "hg log" output ... or when looking at the issue tracker. Yes, one can probably figure out the intent by looking at the whole patch but it's kind of rude to force people to do that.

[issue9516] sysconfig: $MACOSX_DEPLOYMENT_TARGET mismatch: now "10.3" but "10.5" during configure

2011-06-29 Thread Ned Deily
Changes by Ned Deily : -- status: pending -> closed ___ Python tracker <http://bugs.python.org/issue9516> ___ ___ Python-bugs-list mailing list Unsubscri

[issue12172] IDLE crashes when I use F5 to run

2011-06-29 Thread Ned Deily
Ned Deily added the comment: I forgot that there was another issue with F5 using IDLE on OS X when linked to Cocoa Tcl/Tk 8.5, including ActiveState 8.5; see Issue11088. The fix for it was released in Python 2.7.2 and will be in the forthcoming Python 3.2.1 (as of rc2

[issue12452] reuse plistlib in sysconfig; deprecation process in plistlib

2011-06-30 Thread Ned Deily
Changes by Ned Deily : -- nosy: +ned.deily, ronaldoussoren ___ Python tracker <http://bugs.python.org/issue12452> ___ ___ Python-bugs-list mailing list Unsub

[issue8716] test_tk/test_tkk_guionly fails on OS X if run from buildbot slave daemon -- crashes Python

2011-06-30 Thread Ned Deily
Ned Deily added the comment: I think this issue should be considered a test environment error. Since this buildbot is set up in an environment where it is "running headless", that is to say the tests are run under a username that is not logged in to the window server, we sho

[issue5120] Change _tkinter initialization for new versions of Aqua Tk on OS X

2011-06-30 Thread Ned Deily
Ned Deily added the comment: See comments to Issue8716. Suggest any further comments on the "headless" crash issue go there and reserve this issue for investigation into the suggested changes to initialization when using Aqua Tk. BTW, the supplied patch has compile time Tk ver

[issue8716] test_tk/test_tkk_guionly fails on OS X if run from buildbot slave daemon -- crashes Python

2011-06-30 Thread Ned Deily
Ned Deily added the comment: Victor, I don't understand what your patch is trying to accomplish. The problem is not that Tkinter isn't built; the problem is simply at execution time. Yes, you'll see exactly the same behavior if you are logged in via ssh and the usename

[issue8716] test_tk/test_tkk_guionly fails on OS X if run from buildbot slave daemon -- crashes Python

2011-06-30 Thread Ned Deily
Ned Deily added the comment: > It skips test_tk and test_ttk_guionly if the DISPLAY environment variable is > not set. Whether DISPLAY is set or not isn't relevant. What's relevant is whether I'm logged in as the GUI user. In this example, I'm logging in throug

[issue8716] test_tk/test_tkk_guionly fails on OS X if run from buildbot slave daemon -- crashes Python

2011-06-30 Thread Ned Deily
Changes by Ned Deily : -- assignee: -> ned.deily ___ Python tracker <http://bugs.python.org/issue8716> ___ ___ Python-bugs-list mailing list Unsubscri

[issue8716] test_tk/test_tkk_guionly fails on OS X if run from buildbot slave daemon -- crashes Python

2011-06-30 Thread Ned Deily
Ned Deily added the comment: Hold off on the buildbot changes for the moment. I have an idea for a possible workaround/solution. -- ___ Python tracker <http://bugs.python.org/issue8

[issue12482] input() not working correctly on Mac OS X

2011-07-03 Thread Ned Deily
Ned Deily added the comment: The test case you've provide is working as expected but the code doesn't make a lot of sense as provided. The function loadDbase sets sys.stdin to a disk file but never sets it back again. If you run this in an interactive interpreter on any Unix-l

[issue10734] test_ttk failure under Windows

2011-07-03 Thread Ned Deily
Changes by Ned Deily : -- nosy: +ned.deily ___ Python tracker <http://bugs.python.org/issue10734> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue10734] test_ttk test_heading_callback fails with newer Tk 8.5

2011-07-03 Thread Ned Deily
Ned Deily added the comment: The failure is not unique to Windows. It fails on OS X with the current ActiveState Tk 8.5.9. I've temporarily disabled the test on 2.7 as well. -- title: test_ttk failure under Windows -> test_ttk test_heading_callback fails with newer Tk 8.5

[issue8716] test_tk/test_tkk_guionly fails on OS X if run from buildbot slave daemon -- crashes Python

2011-07-03 Thread Ned Deily
Ned Deily added the comment: Let's try this: when running under OS X, the tk and ttk test runners now perform their initial Tk-available sanity check in a subprocess rather than in the main interpreter process. If the subprocess fails, the tests are skipped. There are some differenc

[issue8716] test_tk/test_tkk_guionly fails on OS X if run from buildbot slave daemon -- crashes Python

2011-07-03 Thread Ned Deily
Changes by Ned Deily : -- status: open -> pending ___ Python tracker <http://bugs.python.org/issue8716> ___ ___ Python-bugs-list mailing list Unsubscri

[issue12487] urllib2.urlopen() returns object missing context manager

2011-07-04 Thread Ned Deily
Changes by Ned Deily : -- nosy: +orsenthil ___ Python tracker <http://bugs.python.org/issue12487> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue12440] test_ssl.test_options() failure on Snow Leopard: can't clear options before OpenSSL 0.9.8m

2011-07-04 Thread Ned Deily
Ned Deily added the comment: Two problems: (1) on OS X builds, libssl is dynamically linked to _ssl.so so there is a potential disconnect when combining checking versions based on a compile time check (as in _ssl.c) with an execution time check of the actual loaded library (as in test_ssl.py

[issue12496] test_ssl test_connect_capath fails with "certificate verify failed"

2011-07-04 Thread Ned Deily
New submission from Ned Deily : == ERROR: test_connect_capath (test.test_ssl.NetworkedTests) -- Traceback (most recent call last): File "/Library/Frame

[issue12496] test_ssl test_connect_capath fails with "certificate verify failed"

2011-07-04 Thread Ned Deily
Changes by Ned Deily : -- resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker <http://bugs.python.or

[issue12497] test_codecmaps_* skipped - Could not retrieve *

2011-07-04 Thread Ned Deily
New submission from Ned Deily : [ 54/352] test_codecmaps_cn fetching http://source.icu-project.org/repos/icu/data/trunk/charset/data/xml/gb-18030-2000.xml ... test_codecmaps_cn skipped -- Could not retrieve http://source.icu-project.org/repos/icu/data/trunk/charset/data/xml/gb-18030

[issue12497] test_codecmaps_* skipped - Could not retrieve *

2011-07-04 Thread Ned Deily
Changes by Ned Deily : -- resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker <http://bugs.python.or

<    1   2   3   4   5   6   7   8   9   10   >