[issue21613] Installer for mac doesn't store the installation location

2014-05-30 Thread Ned Deily
Ned Deily added the comment: Files are recorded during bundle-style installation, too. Without spending a lot of time looking at it right now, I believe the null location reported is a red herring; I think that has to do with packages that allow themselves to be installed in arbitrary

[issue21618] POpen does not close fds when fds have been inherited from a process with a higher resource limit

2014-05-30 Thread Ned Deily
Changes by Ned Deily : -- nosy: +gps, larry ___ Python tracker <http://bugs.python.org/issue21618> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue21572] Use generic license web page rather than requiring release-specific license pages

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

[issue21623] build ssl failed use vs2010 express

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

[issue20800] Cannot run gui tests twice.

2014-06-01 Thread Ned Deily
Ned Deily added the comment: For what it's worth, I don't see the problem on OS X (haven't tried it recently on a Linux system), so it might be a Windows only issue. It's become clearer that some test combinations can only be safely run with the regrtest -j option to

[issue21197] venv does not create lib64 directory and appropriate symlinks

2014-06-01 Thread Ned Deily
Ned Deily added the comment: The added 64-bit test unnecessary adds an import for struct. The documented preferred test is: sys.maxsize > 2**32 https://docs.python.org/dev/library/platform.html#platform.architecture -- ___ Python tracker &l

[issue21477] Idle: improve idle_test.htest

2014-06-01 Thread Ned Deily
Ned Deily added the comment: "this patch includes a call to macosxSupport. _initializeTkVariantTests(root) in htest.run. Does this work on mac or is something else needed (like doing the same for individual tests that create another root)?" That looks good and, in a quick spot check

[issue17095] Modules/Setup *shared* support broken

2014-06-02 Thread Ned Deily
Ned Deily added the comment: Committed for release in 3.4.2 and 3.5.0. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

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

2014-06-02 Thread Ned Deily
Ned Deily added the comment: It appears that Apple's update to editline in OS X 10.9 Mavericks has also broken this patch; with refreshing, it still works with the system editline in 10.8. So, like the fix for Issue18458, we need to make sure that the fix works with either version

[issue21640] References to other Python version in sidebar of documentation index is not up to date

2014-06-02 Thread Ned Deily
Changes by Ned Deily : -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue21640> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue15590] --libs is inconsistent for python-config --libs and pkgconfig python --libs

2014-06-02 Thread Ned Deily
Changes by Ned Deily : -- versions: +Python 2.7, Python 3.4, Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/issue15590> ___ ___ Python-bug

[issue21561] help() on enum34 enumeration class creates only a dummy documentation

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

[issue15590] --libs is inconsistent for python-config --libs and pkgconfig python --libs

2014-06-04 Thread Ned Deily
Changes by Ned Deily : -- nosy: +ned.deily ___ Python tracker <http://bugs.python.org/issue15590> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue21665] 2.7.7 ttk widgets not themed

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

[issue21664] multiprocessing leaks temporary directories pymp-xxx

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

[issue21671] CVE-2014-0224: OpenSSL upgrade to 1.0.1h on Windows required

2014-06-05 Thread Ned Deily
Ned Deily added the comment: This isn't an issue for releases in security-fix mode (3.1, 3.2, 3.3) since there are not changes to Python involved and we do not provide binary installers for releases in that mode. -- keywords: +security_issue nosy: +benjamin.peterson, larry, ned.

[issue21671] CVE-2014-0224: OpenSSL upgrade to 1.0.1h on Windows required

2014-06-05 Thread Ned Deily
Ned Deily added the comment: We can ask for an opinion from the 3.2 and 3.3 release managers (adding Georg) but I doubt that anyone is going to be interested in producing Windows binary installers for those release plus we haven't done this for 3.2.x for recent previous OpenSSL CVE'

[issue18910] IDle: test textView.py

2014-06-07 Thread Ned Deily
Ned Deily added the comment: It looks like the 2.7 checkin has caused a number of buildbots to fail. Examples: http://buildbot.python.org/all/builders/AMD64%20Ubuntu%20LTS%202.7/builds/1094/steps/test/logs/stdio == ERROR

[issue7424] NetBSD: segmentation fault in listextend during install

2014-06-07 Thread Ned Deily
Ned Deily added the comment: See issue12673 msg219946. Apparently this was caused by a long-standing BSD sparc bug. -- nosy: +ned.deily resolution: -> third party stage: test needed -> resolved status: open -> closed ___ Python track

[issue12594] Docs for "Using Python on a Macintosh" needs to be updated

2014-06-07 Thread Ned Deily
Changes by Ned Deily : -- title: Docs for py3k still refer to "MacPython 2.5 folder" -> Docs for "Using Python on a Macintosh" needs to be updated versions: +Python 3.4, Python 3.5 -Python 3.2, Python 3.3 ___ Python tracker

[issue21689] Docs for "Using Python on a Macintosh" needs to be updated.

2014-06-07 Thread Ned Deily
Ned Deily added the comment: Yes but I don't think we need to have two issues open. Let's make any comments in the already open issue. -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Docs for "Using Python on a Mac

[issue12594] Docs for "Using Python on a Macintosh" needs to be updated

2014-06-07 Thread Ned Deily
Ned Deily added the comment: Thank you for the patch, Yuly! You've made some good improvements to the current page. Because the current section is so old and out-of-sync with current practices (as you've noted in your changes) and with the nuances of Python on OS X, a more com

[issue21691] set() returns random output with Python 3.4.1, in non-interactive mode

2014-06-07 Thread Ned Deily
Ned Deily added the comment: To expand a bit, this is by design, a consequence of the hash randomization feature; see https://docs.python.org/3/using/cmdline.html#envvar-PYTHONHASHSEED As noted there, if necessary, it is possible to disable hash randomization. But tests with set values or

[issue21692] Wrong order of expected/actual for assert_called_once_with

2014-06-08 Thread Ned Deily
Changes by Ned Deily : -- nosy: +michael.foord ___ Python tracker <http://bugs.python.org/issue21692> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue20699] Behavior of ZipFile with file-like object and BufferedWriter.

2014-06-09 Thread Ned Deily
Changes by Ned Deily : -- nosy: +benjamin.peterson, pitrou ___ Python tracker <http://bugs.python.org/issue20699> ___ ___ Python-bugs-list mailing list Unsub

[issue21697] shutil.copytree() handles symbolic directory incorrectly

2014-06-09 Thread Ned Deily
Ned Deily added the comment: Thanks for the report. The bug is still present in the 3.4 and default (what will become the 3.5 release) branches; the 3.3 branch now only accepts security fixes. 2.7 does not fail. Would you be interested in producing a patch for the problem

[issue1517993] IDLE: config-main.def contains windows-specific settings

2014-06-09 Thread Ned Deily
Ned Deily added the comment: Issue20580 covers much the same grounds; I was unaware of this issue when I opened it. -- ___ Python tracker <http://bugs.python.org/issue1517

[issue20504] cgi.FieldStorage, multipart, missing Content-Length

2014-06-10 Thread Ned Deily
Ned Deily added the comment: Thanks for the report, the test case, and the patch. It would be helpful if the informal test could be turned into a patch as a formal test in Lib/test_cgi.py and if, Matthias, you would be willing to sign the PSF contributor agreement if you haven't al

[issue3068] IDLE - Add an extension configuration dialog

2014-06-10 Thread Ned Deily
Ned Deily added the comment: I did a very quick test on OS X. Comments: 1. In keeping with Apple Human Interface Guidelines, the "Options" menu is different on OS X: the "Configure IDLE" menu item appears as a "Preferences" menu item in the "IDLE"

[issue21711] Remove site-python support

2014-06-10 Thread Ned Deily
Ned Deily added the comment: The patch has one problem with OS X framework builds. This fixes it: --- a/Lib/test/test_site.py +++ b/Lib/test/test_site.py @@ -240,7 +240,7 @@ sysconfig.get_config_var("PYTHONFRAM

[issue21712] fractions.gcd failure

2014-06-10 Thread Ned Deily
Changes by Ned Deily : -- nosy: +mark.dickinson, rhettinger ___ Python tracker <http://bugs.python.org/issue21712> ___ ___ Python-bugs-list mailing list Unsub

[issue21713] a mistype comment in PC/pyconfig.h

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

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

2014-06-11 Thread Ned Deily
New submission from Ned Deily: Can you be more specific as to which page? I see valid links to GPG sigs on this page: https://www.python.org/downloads/release/python-341/ Note that issues with the python.org website should be reported to its tracker: https://github.com/python/pythondotorg

[issue21520] Erroneous zipfile test failure if the string 'bad' appears in pwd

2014-06-11 Thread Ned Deily
Ned Deily added the comment: Yep -- ___ Python tracker <http://bugs.python.org/issue21520> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue21722] teach distutils "upload" to exit with code != 0 when error occurs

2014-06-11 Thread Ned Deily
Changes by Ned Deily : -- components: +Distutils nosy: +dstufft, eric.araujo ___ Python tracker <http://bugs.python.org/issue21722> ___ ___ Python-bugs-list mailin

[issue21733] "mmap(size=9223372036854779904) failed" message when running test_io on "AMD64 Snow Leop 3.x" buildbot

2014-06-12 Thread Ned Deily
Changes by Ned Deily : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Malloc errors in test_io ___ Python tracker <http://bugs.python

[issue21652] Python 2.7.7 regression in mimetypes module on Windows

2014-06-12 Thread Ned Deily
Ned Deily added the comment: If there is a regression to be fixed, there needs to be a patch with a test. Anyone? -- nosy: +benjamin.peterson, ned.deily priority: normal -> release blocker ___ Python tracker <http://bugs.python.org/issu

[issue21732] SubprocessTestsMixin.test_subprocess_terminate() hangs on "AMD64 Snow Leop 3.x" buildbot

2014-06-12 Thread Ned Deily
Changes by Ned Deily : -- assignee: ronaldoussoren -> ___ Python tracker <http://bugs.python.org/issue21732> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue21734] compilation of the _ctypes module fails on OpenIndiana: ffi_prep_closure_loc symbol is missing

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

[issue21742] WatchedFileHandler can fail due to race conditions or file open issues.

2014-06-12 Thread Ned Deily
Changes by Ned Deily : -- nosy: +vinay.sajip ___ Python tracker <http://bugs.python.org/issue21742> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue21750] mock_open data is visible only once for the life of the class

2014-06-13 Thread Ned Deily
Changes by Ned Deily : -- nosy: +michael.foord ___ Python tracker <http://bugs.python.org/issue21750> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue21752] Document Backwards Incompatible change to logging in 3.4

2014-06-13 Thread Ned Deily
Changes by Ned Deily : -- nosy: +vinay.sajip ___ Python tracker <http://bugs.python.org/issue21752> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue21757] Can't reenable menus in Tkinter on Mac

2014-06-14 Thread Ned Deily
Ned Deily added the comment: Yes, it is a Tk bug. The Cocoa version of Tk 8.5 that Apple has been shipping since OS X 10.6 has numerous problems that have been fixed in more recent versions of Tk 8.5. With the current ActiveTcl 8.5.15, your test appears to work correctly. Unfortunately

[issue15506] configure should use PKG_PROG_PKG_CONFIG

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

[issue21771] name of 2nd parameter to itertools.groupby()

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

[issue21772] platform.uname() not EINTR safe

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

[issue15786] IDLE code completion window can hang or misbehave with mouse

2014-06-16 Thread Ned Deily
Ned Deily added the comment: Investigating a user report of IDLE freezing on OS X when mouse clicking on the code completion menu led me to this issue. The behavior I see varies depending on the Tk variant in use. The basic test case is: 1. launch IDLE with an IDLE shell window open 2. open

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

2014-06-17 Thread Ned Deily
Ned Deily added the comment: Thanks for the report! -- nosy: +ned.deily resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue9248] multiprocessing.pool: Proposal: "waitforslot"

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

[issue10009] Automated MSI installation does not work

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

[issue10136] kill_python doesn't work with short path

2014-06-17 Thread Ned Deily
Changes by Ned Deily : -- components: +Windows -Build nosy: +steve.dower, tim.golden, zach.ware ___ Python tracker <http://bugs.python.org/issue10136> ___ ___

[issue3485] os.path.normcase documentation/behaviour unclear on Mac OS X

2014-06-18 Thread Ned Deily
Ned Deily added the comment: The misleading "TODO" comment has been removed. -- resolution: accepted -> fixed stage: -> resolved status: open -> closed ___ Python tracker <http://bug

[issue9972] PyGILState_XXX missing in Python builds without threads

2014-06-19 Thread Ned Deily
Ned Deily added the comment: 75503c26a17f for Python 3.3 added WITH_THREADS protection to the PyGILState_{Ensure|Release} definitions in Include/pystate.h. -- nosy: +ned.deily resolution: -> out of date stage: -> resolved status: open -> closed versions: +Python 3.3 -P

[issue21810] SIGSEGV in PyObject_Malloc when ARENAS_USE_MMAP

2014-06-19 Thread Ned Deily
Changes by Ned Deily : -- nosy: +benjamin.peterson, neologix ___ Python tracker <http://bugs.python.org/issue21810> ___ ___ Python-bugs-list mailing list Unsub

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

2014-06-19 Thread Ned Deily
New submission from Ned Deily: Apple recently announced an upcoming public beta and anticipated fall release of the next version of OS X, 10.10 Yosemite. As usual, developer previews of 10.10 have been made under non-disclosure since the exact details of 10.10 may change prior to the final

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

2014-06-19 Thread Ned Deily
Changes by Ned Deily : -- keywords: +patch Added file: http://bugs.python.org/file35696/issue_21811_yosemite_support.patch ___ Python tracker <http://bugs.python.org/issue21

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

2014-06-19 Thread Ned Deily
Changes by Ned Deily : Added file: http://bugs.python.org/file35698/issue_21811_yosemite_support_configure_27.patch ___ Python tracker <http://bugs.python.org/issue21

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

2014-06-19 Thread Ned Deily
Changes by Ned Deily : Added file: http://bugs.python.org/file35697/issue_21811_yosemite_support_configure_3x.patch ___ Python tracker <http://bugs.python.org/issue21

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

2014-06-19 Thread Ned Deily
Ned Deily added the comment: The attached patches should address the above issues. There is a common patch that applies to the current default, 3.4, and 2.7 branches and branch specific patches (one of r default and 3.4, the other for 2.7) for configure.ac changes. As usual, run autoreconf

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

2014-06-19 Thread Ned Deily
Ned Deily added the comment: To clarify, item 1 above should be read as: "1. When running Pythons installed from current 3.4.1 and 2.7.7 binary installers [...]" -- ___ Python tracker <http://bugs.python.o

[issue20446] ipaddress: hash similarities for ipv4 and ipv6

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

[issue1207589] IDLE: Right Click Context Menu

2012-11-01 Thread Ned Deily
Ned Deily added the comment: Andrew, this is clearly a new feature, not a bug. What is your rationale for adding it to the maintenance branches (2.7, 3.2, and 3.3)? -- nosy: +ned.deily ___ Python tracker <http://bugs.python.org/issue1207

[issue1207589] IDLE: Right Click Context Menu

2012-11-02 Thread Ned Deily
Ned Deily added the comment: I think it is clear that this is an enhancement. So then the question is: is there a good reason to make an exception here to the "no new features in maintenance releases" policy? David mentioned some considerations. I would add testing and doc

[issue1207589] IDLE: Right Click Context Menu

2012-11-02 Thread Ned Deily
Ned Deily added the comment: "Leaving that aside, the right-click context menu is not mentioned in the brief Library manual chapter on IDLE." FTR, as I pointed out on python-dev, this is no longer true. The IDLE section of the Standard Library documentation, as well as the IDLE

[issue16407] Python 2.7.3: test_sys fails when building under 10.7.5 with dtrace support

2012-11-04 Thread Ned Deily
Ned Deily added the comment: Thanks for your report. Without more details on exactly what errors you are seeing and exactly what configure options the Homebrew recipe is using and exactly which compiler you are using, it is not possible to be 100% certain what you are experiencing

[issue16480] pyvenv 3.3 fails to create symlinks for /local/{bin, lib} to /{bin, lib}

2012-11-16 Thread Ned Deily
Ned Deily added the comment: What problem are you trying to solve here? pyvenv is working as documented. And, although pyvenv does not claim to be compatible with the third-party virtualenv package, as far as I know virtualenv does not create links for local/bin and friends either

[issue16547] IDLE segfaults in tkinter after fresh file's text has been rendered

2012-11-25 Thread Ned Deily
Ned Deily added the comment: >From the backtrace it shows you are linking with the Apple-supplied Tk >(/System/Library/Frameworks/Tk.framework/Versions/8.5/Tk) framework. The >Apple-supplied Tk 8.5 in OS X 10.6 was the first release of the Cocoa Aqua Tk. >It has proven to be u

[issue15587] IDLE is pixelated on the Macbook Pro with Retina Display

2012-11-26 Thread Ned Deily
Ned Deily added the comment: Tahnks for the suggestion, Kevin, and for testing, Tyler. I'll work up a proper patch and may ask you to test it, Tyler, as I also do not have access to a Retina display at the moment. -- assignee: -> ned.deily stage: committed/rejected ->

[issue13590] extension module builds fail with python.org OS X installers on OS X 10.7 and 10.6 with Xcode 4.2

2012-12-12 Thread Ned Deily
Ned Deily added the comment: > Ned: do you have time to backport this to 3.2 and 2.7? Yes, I'll be taking care of it shortly. > Also, the code might not be entirely correct for all machines: on my > machine 'gcc-4.2' still exists in /usr/bin but doesn't work becaus

[issue15963] Improve ./configure's support for 32/64-bit debug|release|profiled builds w/ vendor (non-gcc) compilers on proprietary UNIX systems (Solaris/HP-UX/AIX et al).

2012-12-13 Thread Ned Deily
Ned Deily added the comment: Without having reviewed the proposed change in detail, a couple of comments. On current OS X systems and others, the compiler could be clang which perhaps should be treated as gcc for most autoconf purposes. Also, why are we putting any effort into supporting

[issue16691] How to use ctypes.windll.user32.MessageBoxW

2012-12-14 Thread Ned Deily
Ned Deily added the comment: Sorry, this bug tracker is for reporting problems with Python itself. Try asking on support forums, like the general comp.lang.python newsgroup/mailing list (http://www.python.org/community/lists/) or the more specialized python-win32 list (http://mail.python.org

[issue16661] test_posix.test_getgrouplist fails on some systems - incorrectly comparing getgroups and getgrouplist results

2012-12-16 Thread Ned Deily
Ned Deily added the comment: The getgroups test failure on OS X is likely the known limitation documented in issue10433. -- nosy: +ned.deily ___ Python tracker <http://bugs.python.org/issue16

[issue16698] test_posix.test_getgroups fails on some systems

2012-12-16 Thread Ned Deily
Ned Deily added the comment: The test failure on OS X is likely an instance of the platform limitation documented in issue10433. -- nosy: +ned.deily ___ Python tracker <http://bugs.python.org/issue16

[issue16768] CTRL-Y, yank, behaves as CTRL-Z with curses on OS X

2012-12-24 Thread Ned Deily
Ned Deily added the comment: What you are seeing is platform-specific behavior, a difference between BSD-based systems including OS X and other systems including Linux. The difference is that the former systems support the DSUSP (suspend on reading input) terminal character in addition to

[issue16770] Selection in IDLE often skips first character

2012-12-25 Thread Ned Deily
Ned Deily added the comment: Sorry, I'm not able to reproduce the behavior you report, either using a current OS X 10.8.2 system with python.org 2.7.3 and ActiveTcl 8.5.13 or on a virtual 10.6.8 system with an 8.5.12 ActiveTcl. That said, such behavior would almost certainly be d

[issue15853] IDLE crashes selecting Preferences menu with OS X ActiveState Tcl/Tk 8.5.12.1

2012-12-26 Thread Ned Deily
Changes by Ned Deily : Added file: http://bugs.python.org/file28447/patch_idle_issue_15853.sh ___ Python tracker <http://bugs.python.org/issue15853> ___ ___ Python-bug

[issue15853] IDLE crashes selecting Preferences menu with OS X ActiveState Tcl/Tk 8.5.12.1

2012-12-26 Thread Ned Deily
Ned Deily added the comment: ActiveTcl 8.5.13 has now been released and, per ActiveState's usual practice of making only the current release and its immediate predecessor publicly downloadable, the ActiveTcl 8.5.11.1 release is no longer available at the URL above, as Vance noted. 8

[issue15574] IDLE crashes using clipboard copy command on OS X with ActiveTcl 8.5.12

2012-12-26 Thread Ned Deily
Ned Deily added the comment: The problem reported here no longer occurs with Tk 8.5.13. See http://www.python.org/download/mac/tcltk/ for important information about using 8.5.13, including a workaround patch for Issue15853 until Python 3.3.1, 3.2.4, and 2.7.4 are released

[issue16770] Selection in IDLE often skips first character

2012-12-26 Thread Ned Deily
Ned Deily added the comment: Thanks for the additional information. I am now able to reproduce the behavior you observe when using ActiveTcl 8.5.11.1 and also when using the Apple-supplied 8.5.9 in OS X 10.8; presumably, it is also an issue with earlier versions of Cocoa Tk 8.5. The good

[issue14834] A list of broken links on the python.org website

2012-12-27 Thread Ned Deily
Ned Deily added the comment: Benjamin, do you have an opinion about the missing .asc files for the 3.1.x releases? If not, this issue should be closed. -- ___ Python tracker <http://bugs.python.org/issue14

[issue1180] Option to ignore or substitute ~/.pydistutils.cfg

2012-12-28 Thread Ned Deily
Ned Deily added the comment: Andrew, comments to closed issues are usually ignored. I suggest you open a new issue about this. A quick glance suggests that the code for this feature is not in Python 3. It may be that it was lost when, during the 2.7 development cycle, it was decided to not

[issue14516] test_tools assumes BUILDDIR=SRCDIR

2012-12-28 Thread Ned Deily
Ned Deily added the comment: Looks like this issue was addressed with 6d0c54b99ca9 (2.7), 5493299df0a0 (3.2) and c23b442b5d5e (default). Close? -- nosy: +ned.deily ___ Python tracker <http://bugs.python.org/issue14

[issue16821] bundlebuilder broken in 2.7

2012-12-30 Thread Ned Deily
Ned Deily added the comment: Barry, can you provide a simple test case that demonstrates the failures you see? -- assignee: -> ronaldoussoren components: +Macintosh nosy: +ned.deily, ronaldoussoren stage: -> test needed type: performance ->

[issue9586] "warning: comparison between pointer and integer" in multiprocessing build on Tiger

2012-12-30 Thread Ned Deily
Changes by Ned Deily : -- nosy: +sbt ___ Python tracker <http://bugs.python.org/issue9586> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue1653416] OS X print >> f, "Hello" produces no error on read-only f: normal?

2012-12-30 Thread Ned Deily
Ned Deily added the comment: An update: the problem with OS X behavior appears to have been fixed between OS X 10.6 and 10.7. As of 10.7, print to a read-only file also fails as on linux: >>> print >> f, "Hi" Traceback (most recent call last): File "",

[issue16847] sha module broken

2013-01-02 Thread Ned Deily
Ned Deily added the comment: FWIW, a build of current top-of-branch 3.3 using the same configure command and in a subdirectory (../configure) seemed to work fine on 10.8.2 with Xcode 4.5.2. And I've not seen the issue with other recent builds of default. -- nosy: +ned.

[issue16849] Element.{get, iter} doesn't handle keyword arguments when using _elementtree C accelerator.

2013-01-03 Thread Ned Deily
Changes by Ned Deily : -- nosy: +eli.bendersky ___ Python tracker <http://bugs.python.org/issue16849> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16858] tarfile silently hides errors

2013-01-04 Thread Ned Deily
Changes by Ned Deily : -- nosy: +lars.gustaebel versions: -Python 3.5 ___ Python tracker <http://bugs.python.org/issue16858> ___ ___ Python-bugs-list mailin

[issue16859] tarfile.TarInfo.fromtarfile does not check read() return value

2013-01-04 Thread Ned Deily
Changes by Ned Deily : -- nosy: +lars.gustaebel ___ Python tracker <http://bugs.python.org/issue16859> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16867] setup.py fails if there are no extensions

2013-01-04 Thread Ned Deily
Ned Deily added the comment: This has already been reported in Issue16537. -- nosy: +ned.deily resolution: -> duplicate stage: -> committed/rejected status: open -> closed superseder: -> Python’s setup.py raises a ValueError when self.extensio

[issue16870] re fails to match ^ when start index is specified ?

2013-01-05 Thread Ned Deily
Ned Deily added the comment: Note the warning about '^' in the documentation for the re search method: "The optional second parameter pos gives an index in the string where the search is to start; it defaults to 0. This is not completely equivalent to slicing the string;

[issue16870] re fails to match ^ when start index is specified ?

2013-01-05 Thread Ned Deily
Ned Deily added the comment: To expand a bit, rather than multiple calls to search, you can use the start and end methods of the match object to determine where the string (without the '^' anchor) matches. For example: r = re.compile("abc") s = "0123abcxyz"

[issue16875] in 3.3.0 windows 64 idle editor

2013-01-05 Thread Ned Deily
Ned Deily added the comment: Also see http://docs.python.org/3/whatsnew/3.0.html#print-is-a-function -- nosy: +ned.deily ___ Python tracker <http://bugs.python.org/issue16

[issue16883] "--enable-shared" during configure forces "2.7.3" to build as "2.7.2+" on Ubuntu 11.10

2013-01-07 Thread Ned Deily
Ned Deily added the comment: You need to be careful when using a Python with --enable-shared to ensure that the correct dynamic libraries are being used at execution time. Normally, after a "make", you use "make install" to install the Python executable and the sha

[issue16882] Python 2.7 has 73 files with hard references to /usr/local when building on *NIX

2013-01-07 Thread Ned Deily
Ned Deily added the comment: Thanks for your suggestion. However, the issue you've created is too wide in scope to be actionable. As you note, just because the string "/usr/local" appears in a file within the Python source distribution does not indicate a problem. Many of t

[issue15782] Compile error for a number of Mac modules with recent Xcode

2013-01-09 Thread Ned Deily
Ned Deily added the comment: LGTM. I've committed the patch along with expanded warnings in the Standard Library doc pages for "Mac OS X specific services" and "Mac OS Toolbox Modules". -- resolution: -> fixed stage: patch review -> committed/

[issue16930] mention limitations and/or alternatives to hg graft

2013-01-11 Thread Ned Deily
Ned Deily added the comment: Keep in mind that the issue isn't which operating system is used; it's whether the file system(s) on which the hg repo resides is (are) case-insensitive or case-sensitive. Most modern operating systems (including OS X) support both file system types and

[issue16941] TkInter won't update display on OS X if delay is too small

2013-01-11 Thread Ned Deily
Ned Deily added the comment: Thanks for the thorough documentation. If you haven't already, I would ask about the problem over on the Tkinter mailing list where people with heavy-duty Tkinter experience hang out. http://mail.python.org/mailman/listinfo/tkinter-discuss --

[issue16941] TkInter won't update display on OS X if delay is too small

2013-01-12 Thread Ned Deily
Ned Deily added the comment: FWIW, on my newer 2.2Ghz i7-based MacBookPro, I can reproduce the problem but I see satisfactory results by setting the delay to just 10 rather than 100. So, it is likely that the minimum delay is system- and application- dependent. Since there's not l

[issue1602133] non-framework python fails to define os.environ properly

2013-01-14 Thread Ned Deily
Ned Deily added the comment: Ronald: the patch? -- nosy: -BreamoreBoy ___ Python tracker <http://bugs.python.org/issue1602133> ___ ___ Python-bugs-list mailin

<    44   45   46   47   48   49   50   51   52   53   >