[issue15392] Create a unittest framework for IDLE

2012-10-18 Thread Ned Deily
Ned Deily added the comment: There is now one test available to be applied from Issue16226; see http://bugs.python.org/file27613/issue16226_test.patch. It may need to be modified depending on where the tests are ultimately put in the source tree. -- nosy: +ned.deily

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

2012-10-19 Thread Ned Deily
Ned Deily added the comment: The attached patch applies cleanly to default, 3.3, 3.2, and 2.7. It appears to prevent the Tk crash observed with ActiveTcl 8.5.12.1 with all of them and I did not observe regressions when briefly tested on OS X with older versions of Tk 8.5 or Tk 8.4 nor on

[issue16289] Update devguide for 3.4

2012-10-20 Thread Ned Deily
New submission from Ned Deily: The Developer's Guide needs to be updated to reflect the release of 3.3. Primarily, this involves adding the 3.3 branch and updating the sequence of branch names and other release number references. The attached patch does so. It's pre

[issue10405] IDLE breakpoint facility undocumented

2012-10-20 Thread Ned Deily
Ned Deily added the comment: Thanks for your suggestions, Nick and Todd. While reviewing them, I realized that there is also a small context (right-click) menu for the IDLE shell window as well. I expanded the doc changes to include it and included several other minor doc updates. I also

[issue16289] Update devguide for 3.4

2012-10-20 Thread Ned Deily
Ned Deily added the comment: Antoine, I think if possible it is best to always have the devguide reflect the current process. Once 3.2 moves to security mode, it is a trivial process to update devguide again (no release involved!). -- resolution: -> fixed stage: patch rev

[issue16291] Fix some general cross compile issues and some darwin specific ones. Tested with build=linux, host=darwin

2012-10-20 Thread Ned Deily
Ned Deily added the comment: I'm curious as to what value there would be in adding support for cross building an OS X variant of Python on Linux. It seems to me that such an animal would be fragile and incomplete at best. For example, normal Python builds on OS X normally require certa

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

2012-10-20 Thread Ned Deily
Ned Deily added the comment: Pedro, try installing the older ActiveTcl 8.5.11.1 from here: http://downloads.activestate.com/ActiveTcl/releases/8.5.11.1/ It is not perfect but does not have the Preferences regression and does have fixes for crashes when typing composite input characters

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

2012-10-22 Thread Ned Deily
Ned Deily added the comment: Thanks for everyone's help on this. To summarize, opening IDLE's Preferences menu when Python is dynamically linking to ActiveTcl 8.5.12.1 (at this writing, the most recent version) causes Tk to crash. The committed patches here avoid the crash by c

[issue16262] srcdir != builddir builds fail, if hg is not installed

2012-10-24 Thread Ned Deily
Changes by Ned Deily : -- nosy: +ned.deily ___ Python tracker <http://bugs.python.org/issue16262> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16315] Support xz compression in Mac build script

2012-10-24 Thread Ned Deily
Ned Deily added the comment: Thanks for the patch but why are you proposing it? First, there are no xz compressed downloads used in the OS X installer build. Second, OS X currently does not ship with xz library support or with an unxz command. We build libxz for use by Python in the

[issue16315] Support xz compression in Mac build script

2012-10-24 Thread Ned Deily
Ned Deily added the comment: Serhiy, I see that the context for this patch is that you have been providing xz patches for various parts of Python. For the reasons I mentioned, this particular patch is not needed nor will it work as is on OS X. So I am rejecting it for now

[issue16318] FTP_TLS in ftplib not supporting prot_p storlines in FTP7.5

2012-10-24 Thread Ned Deily
Changes by Ned Deily : -- nosy: +giampaolo.rodola ___ Python tracker <http://bugs.python.org/issue16318> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16342] setup.py not compiling with NDEBUG in non-debug builds

2012-10-27 Thread Ned Deily
Ned Deily added the comment: I can't reproduce this on 10.8 with Apple clang 4.1. Your compile options look a little funky, including a missing -fwrapv. It looks like that option and -DNDEBUG are normally passed from ./configure into the Makefile through the OPT variable. Are you b

[issue20910] Make sleep configurable in tests

2014-03-13 Thread Ned Deily
Ned Deily added the comment: I agree with Antoine. There is never going to be a right value for sleep: the behavior of the buildbots can vary so much from run to run, especially if there are multiple VMs running on one host. If anything, we should be working to remove as many "

[issue20909] 3.4 cherry pick: d22ef969cb82 & f5be4ea5b43e & 25dc02a2acae new distribution & installation guides

2014-03-13 Thread Ned Deily
Changes by Ned Deily : -- title: 3.4 cherry pick: d22ef969cb82 & f5be4ea5b43e new distribution & installation guides -> 3.4 cherry pick: d22ef969cb82 & f5be4ea5b43e & 25dc02a2acae new distribution & installation guides __

[issue20919] Image.show() does not open the image on windows xp

2014-03-13 Thread Ned Deily
Ned Deily added the comment: PIL is a third-party distribution and thus not part of the Python standard library. See its page on the Python Package Index here: https://pypi.python.org/pypi/PIL Be aware that, AFAIK, PIL is no longer being developed. If you aren't already using it, you

[issue20928] xml.etree.ElementInclude does not include nested xincludes

2014-03-14 Thread Ned Deily
Changes by Ned Deily : -- nosy: +eli.bendersky, scoder ___ Python tracker <http://bugs.python.org/issue20928> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue20931] Confusing section title "New Expected Features for Python Implementations" in 3.4 What's New doc

2014-03-14 Thread Ned Deily
New submission from Ned Deily: The 3.4 What's New document has a section entitled "New expected features for Python implementations", a title not found in previous releases. I believe that the intention is to document features expected to be implemented by all Python

[issue20931] Confusing section title "New Expected Features for Python Implementations" in 3.4 What's New doc

2014-03-15 Thread Ned Deily
Changes by Ned Deily : -- nosy: +r.david.murray ___ Python tracker <http://bugs.python.org/issue20931> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue20934] test_multiprocessing is broken by design

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

[issue20931] Confusing section title "New Expected Features for Python Implementations" in 3.4 What's New doc

2014-03-15 Thread Ned Deily
Ned Deily added the comment: I think "New Features" works better. -- ___ Python tracker <http://bugs.python.org/issue20931> ___ ___ Python-bugs-l

[issue20938] Broken link to editors page in General FAQ

2014-03-15 Thread Ned Deily
Ned Deily added the comment: Thanks for the report. This is an issue with the new python.org website. I've opened an issue on the website tracker on your behalf: https://github.com/python/pythondotorg/issues/304 -- nosy: +ned.deily resolution: -> 3rd party stage: ->

[issue20935] Support building Python with Clang sanitizer rules

2014-03-15 Thread Ned Deily
Ned Deily added the comment: ("Cherry pick" has a special meaning for the release process.) -- nosy: +ned.deily title: Cherry pick CFLAGS, add to flags for $(BUILDPYTHON) Makefile rule -> Support building Python with Clang sanitizer rules _

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

2014-03-15 Thread Ned Deily
New submission from Ned Deily: It looks like another change to the new python.org website is breaking another test: == FAIL: test_geturl (test.test_urllibnet.urlopenNetworkTests

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

2014-03-15 Thread Ned Deily
Ned Deily added the comment: The above changes temporarily fix the problem as long as the build include ssl support. We should probably change all of the tests to use some other domain that does not redirect to https: www.example.com has been suggested

[issue19690] test_logging test_race failed with PermissionError

2014-03-15 Thread Ned Deily
Ned Deily added the comment: I've just seen another instance of this failure, this time using a 3.4.0 release test OS X installer build (non-debug, built on and running on OS X 10.5). The added diagnostics show up: [186/389/1] test_logging Deleted at 1394930826.466016, open

[issue20931] Confusing section title "New Expected Features for Python Implementations" in 3.4 What's New doc

2014-03-15 Thread Ned Deily
Ned Deily added the comment: LGTM -- ___ Python tracker <http://bugs.python.org/issue20931> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

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

2014-03-17 Thread Ned Deily
Ned Deily added the comment: Here are patches to change network use of www.python.org to www.example.com so that the tests should pass even if the interpreter is built without SSL support. It turns out that there are references to www.python.org in unexpected places (like test_site) so

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

2014-03-17 Thread Ned Deily
Changes by Ned Deily : Added file: http://bugs.python.org/file34456/issue20939_all_32.patch ___ Python tracker <http://bugs.python.org/issue20939> ___ ___ Python-bug

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

2014-03-17 Thread Ned Deily
Changes by Ned Deily : Added file: http://bugs.python.org/file34455/issue20939_all_31.patch ___ Python tracker <http://bugs.python.org/issue20939> ___ ___ Python-bug

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

2014-03-17 Thread Ned Deily
Changes by Ned Deily : Added file: http://bugs.python.org/file34457/issue20939_all_33.patch ___ Python tracker <http://bugs.python.org/issue20939> ___ ___ Python-bug

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

2014-03-17 Thread Ned Deily
Changes by Ned Deily : Added file: http://bugs.python.org/file34458/issue20939_all_3x.patch ___ Python tracker <http://bugs.python.org/issue20939> ___ ___ Python-bug

[issue20968] mock.MagicMock does not mock __truediv__

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

[issue20972] python34.dll not in System32 or SysWOW64 folders after install python-3.4.0.amd64.msi

2014-03-18 Thread Ned Deily
Changes by Ned Deily : -- components: +Windows nosy: +loewis, zach.ware ___ Python tracker <http://bugs.python.org/issue20972> ___ ___ Python-bugs-list mailin

[issue20959] print gives wrong error when printing *generator

2014-03-18 Thread Ned Deily
Ned Deily added the comment: Thanks for the report. And thanks for noting the duplicate, Martin. -- nosy: +ned.deily resolution: -> duplicate stage: -> committed/rejected status: open -> closed superseder: -> Function calls taking a generator as star argument can mask T

[issue20982] http://www.python.org used in unit test is directed to HTTPS url

2014-03-19 Thread Ned Deily
Changes by Ned Deily : -- resolution: -> duplicate stage: -> committed/rejected status: open -> closed superseder: -> test_geturl of test_urllibnet fails with 'https://www.python.org/' != 'http://www.python.org/' _

[issue20984] 'Add/Remove Programs' dialog missing entries for 32-bit CPython 'current user only' installations on 64-bit Windows

2014-03-19 Thread Ned Deily
Changes by Ned Deily : -- nosy: +loewis, zach.ware ___ Python tracker <http://bugs.python.org/issue20984> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue20987] Python for AS/400 (OS/400) is actually 2.7

2014-03-19 Thread Ned Deily
Ned Deily added the comment: Thanks for the report. The page is now updated. For future reference, please report issues with the python.org website here: https://github.com/python/pythondotorg/issues -- nosy: +ned.deily resolution: -> fixed stage: -> committed/rejected

[issue20999] setlocale, getlocale succession --> ValueError or (None, None)

2014-03-21 Thread Ned Deily
Ned Deily added the comment: It's hard to be absolutely sure what is going on here since you show several different interpreters and appear to be running on a non-standard, unsupported platform but, as David noted, the primary issue is that the process locale has almost certainly not bee

[issue18378] locale.getdefaultlocale() fails on Mac OS X with default language set to English

2014-03-21 Thread Ned Deily
Ned Deily added the comment: Ronald or Dmitry, can you elaborate under what conditions you start your login shell on 10.9? I cannot reproduce the behavior you observe. With 10.9 Terminal.app and the default language settings in System Preferences and with the default Terminal.app

[issue20999] setlocale, getlocale succession --> ValueError or (None, None)

2014-03-21 Thread Ned Deily
Ned Deily added the comment: OK, let's close this issue as a duplicate of Issue18378 and continue the discussion there. -- resolution: works for me -> duplicate status: open -> closed superseder: -> locale.getdefaultlocale() fails on Mac OS X with default language

[issue21007] List of development releases in PEPs like 429 should be links to download pages

2014-03-21 Thread Ned Deily
Ned Deily added the comment: AFAIK, traditionally, there have not been separate download pages for each pre-release of a new feature (e.g. 3.4.0) or maintenance (e.g. 3.3.5) release. The usual practice has been to create *one* release page at the usual URI (e.g. https://www.python.org

[issue21030] pip usable only by administrators on Windows

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

[issue21053] Idle Crash with the ^ button

2014-03-24 Thread Ned Deily
Ned Deily added the comment: >From the crash report provided, you are using the buggy Apple-supplied system >Tcl/Tk 8.5 in OS X 10.7. You should have seen a warning message about this >when starting IDLE. There are also warnings in the installer README and the >download pa

[issue21064] Simple segfault

2014-03-25 Thread Ned Deily
Ned Deily added the comment: Yes, upgrade. See Issue18458 for details. -- resolution: -> duplicate stage: -> committed/rejected status: open -> closed superseder: -> interactive interpreter crashes and test_readline fails on OS X 10.9 Mavericks due to li

[issue21035] Python's HTTP server implementations hangs after 16.343 requests on MacOSX

2014-03-26 Thread Ned Deily
Ned Deily added the comment: I believe Ronald's suggestion to disable calls to _scproxy doesn't quite work. Please try this instead: env no_proxy='*' python -m SimpleHTTPServer -- ___ Python tracker <http://bug

[issue21069] urllib unit tests failing without ssl module

2014-03-27 Thread Ned Deily
Changes by Ned Deily : -- assignee: -> ned.deily nosy: +ned.deily stage: -> needs patch versions: +Python 3.5 ___ Python tracker <http://bugs.python.org/i

[issue21069] test_fileno of test_urllibnet intermittently fails when using www.example.com

2014-03-27 Thread Ned Deily
Ned Deily added the comment: After pushing the changes for Issue20939, many of the buildbots started experiencing the test_fileno failure using www.example.com. The interesting thing is that not all of them do, including my primary development system (OS X 10.9) which is why I didn't

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

2014-03-27 Thread Ned Deily
Ned Deily added the comment: I've pushed the changes to 2.7, 3.4, and default. That has exposed a new intermittent failure of test_fileno in test.test_urllibnet (see Issue21069). I'll leave this issue open until that is resolved. And I'll leave it up to the respective rele

[issue21069] test_fileno of test_urllibnet intermittently fails when using www.example.com

2014-03-27 Thread Ned Deily
Ned Deily added the comment: After looking at why the 2.7 version of the test does not fail, the problem became apparent. In 2.7, test_errno tests urlopen() of the original deprecated urllib module. In 3.x, the test was ported over but now uses urlopen() of urllib.request which is based on

[issue17654] IDLE only customizes correctly for OS X when using framework build

2014-03-27 Thread Ned Deily
Ned Deily added the comment: If there are no objections, I'd like to commit this cleanup soon. It should make things a bit easier for people testing IDLE from development builds on OS X and fix some long-standing bugs when linking with the Tk X11 variant on OS X. --

[issue6676] expat parser throws Memory Error when parsing multiple files

2014-03-27 Thread Ned Deily
Ned Deily added the comment: Applied for release in 3.5.0, 3.4.1 and 2.7.7. Thanks, everyone! -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed versions: +Python 3.5 -Python 3.3 ___ Python track

[issue17654] IDLE only customizes correctly for OS X when using framework build

2014-03-27 Thread Ned Deily
Ned Deily added the comment: Thanks for the review, Terry. The reasons for moving the menders changes are two. As noted in the comments, the menudefs were being customized early in IDLE initialization before calling Tk to create the root object and, therefore, we did not know at that point

[issue21082] _get_masked_mode in os.makedirs() is a serious security problem

2014-03-28 Thread Ned Deily
Ned Deily added the comment: The issue associated with the patch in question is Issue9299. Adding possibly affected releases and release managers for evaluation. -- keywords: +security_issue nosy: +georg.brandl, larry, ned.deily priority: normal -> high versions: +Python 3.2, Pyt

[issue21088] curses addch() argument position reverses in Python3.4.0

2014-03-28 Thread Ned Deily
Ned Deily added the comment: It looks like the arguments were inadvertently swapped during the conversion to Argument Clinic. The Library Reference doc says: window.addch(y, x, ch[, attr]) but the Argument Clinic docstring for 3.4.0 says: Help on built-in function addch: addch(...) method

[issue21088] curses addch() argument position reverses in Python3.4.0

2014-03-28 Thread Ned Deily
Changes by Ned Deily : -- keywords: +3.4regression ___ Python tracker <http://bugs.python.org/issue21088> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue21093] ctypes test_macholib fails if libz is not installed in /usr/lib

2014-03-28 Thread Ned Deily
Ned Deily added the comment: Thanks for the report. It seems to me this is a very rare case here: since libz is supplied by OS X, it would be untypical for someone building Python to supply their own version in $HOME/lib. But, further, the point of the test is not to find the copy of libz

[issue1544102] ctypes unit test fails (test_macholib.py) under MacOS 10.4.7

2014-03-28 Thread Ned Deily
Ned Deily added the comment: FYI: The analysis in Issue21093 suggests a probable failure cause: a local copy of libz in either $HOME/lib or /usr/local/lib. -- ___ Python tracker <http://bugs.python.org/issue1544

[issue21093] ctypes test_macholib fails if libz is not installed in /usr/lib

2014-03-29 Thread Ned Deily
Ned Deily added the comment: test_macholib has been changed to no longer fail if a local copy of libz is encountered on the dyld search path ($HOME/lib or /usr/local/lib). Applied for release in 3.5.0, 3.4.1, and 2.7.7. -- resolution: -> fixed stage: needs patch -> com

[issue21096] Python icon hardcoded

2014-03-29 Thread Ned Deily
Ned Deily added the comment: You don't say what platform you are using but, from the paths, I assume one of the Linux distributions. The files you are talking about are not part of the Python source but most likely added by whatever distribution you are using. I suggest you open an iss

[issue20022] Eliminate the use of the deprecated bundlebuilder.py script in OS X builds

2014-03-30 Thread Ned Deily
Ned Deily added the comment: Thanks for the patch, Ronald. I modified it a bit and also removed bundlebuilder.py from the source tree. Applied for release in 3.5.0. -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed title: "mode

[issue21106] Updated Mac folder icon

2014-03-30 Thread Ned Deily
Changes by Ned Deily : -- assignee: ronaldoussoren -> ned.deily nosy: +ned.deily versions: -Python 2.7, Python 3.1, Python 3.2, Python 3.3, Python 3.4 ___ Python tracker <http://bugs.python.org/issu

[issue21106] Updated Mac folder icon

2014-03-30 Thread Ned Deily
Ned Deily added the comment: Thanks for your contribution. I think the more important issue here is the use of the Apple folder icon. Someone would need to research what restrictions if any exist before we could consider using an icon based on it. The current icons were added back in 2006

[issue18378] locale.getdefaultlocale() fails on Mac OS X with default language set to English

2014-03-30 Thread Ned Deily
Ned Deily added the comment: I've looked at this a bit, primarily on OS X 10.9 Mavericks, although I expect mostly similar behavior on older recent releases of OS X. On 10.9, the setting of locale variables is done by whatever program is used to launch a shell. I looked at the behavi

[issue21044] tarfile does not handle file .name being an int

2014-03-30 Thread Ned Deily
Changes by Ned Deily : -- nosy: +lars.gustaebel ___ Python tracker <http://bugs.python.org/issue21044> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue21108] Add examples for importlib in doc

2014-03-30 Thread Ned Deily
Changes by Ned Deily : -- nosy: +brett.cannon, eric.snow, ncoghlan ___ Python tracker <http://bugs.python.org/issue21108> ___ ___ Python-bugs-list mailin

[issue21109] tarfile: Traversal attack vulnerability

2014-03-31 Thread Ned Deily
Ned Deily added the comment: Setting as release blocker pending evaluation. -- keywords: +security_issue nosy: +benjamin.peterson, georg.brandl, larry, lars.gustaebel, ned.deily priority: normal -> release blocker stage: -> test needed versions: +Python 2.7, Python 3.1, Pyth

[issue21122] CPython fails to build modules with LLVM LTO on Mac OS X

2014-04-01 Thread Ned Deily
Ned Deily added the comment: Just as an experiment (using the 3.4 branch and the Xcode 5.1 clang), the list of unique symbols not found during the test dlopen in setup.py when using -flto: _PyArg_ParseTuple _PyArg_ParseTupleAndKeywords _PyBaseObject_Type _PyBool_Type _PyByteArray_Type

[issue21121] -Werror=declaration-after-statement is added even for extension modules through setup.py

2014-04-01 Thread Ned Deily
Ned Deily added the comment: It looks like -Werror=declaration-after-statement was added to BASECFLAGS in configure.ac during the 3.4 development cycle by a3559c8c614b and e47806951fb2. Unfortunately, BASECFLAGS propagates through to extension module builds as well. If -Werror=declaration

[issue21124] _struct module compilation error under Cygwin 1.7.17 on Python 3.4

2014-04-01 Thread Ned Deily
Ned Deily added the comment: This looks like a duplicate of Issue6672. -- components: +Build nosy: +ned.deily resolution: -> duplicate stage: -> committed/rejected status: open -> pending superseder: -> Add Mingw recognition to pyport.h to allow building extensions title:

[issue21127] Path objects cannot be constructed from str subclasses

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

[issue21128] testing stdlib and compatibility with pypy

2014-04-01 Thread Ned Deily
Changes by Ned Deily : -- keywords: +patch nosy: +serhiy.storchaka stage: -> patch review ___ Python tracker <http://bugs.python.org/issue21128> ___ ___ Py

[issue21124] _struct module compilation error under Cygwin 1.7.17 on Python 3.4

2014-04-03 Thread Ned Deily
Changes by Ned Deily : -- nosy: -ned.deily resolution: duplicate -> stage: committed/rejected -> superseder: Add Mingw recognition to pyport.h to allow building extensions -> ___ Python tracker <http://bugs.python.or

[issue21034] Python docs reference the Distribute package which has been deprecated in favor of Setuptools

2014-04-03 Thread Ned Deily
Changes by Ned Deily : -- nosy: +ncoghlan ___ Python tracker <http://bugs.python.org/issue21034> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue21149] logging._removeHandlerRef is not threadsafe during interpreter shutdown

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

[issue21088] curses addch() argument position reverses in Python3.4.0

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

[issue21162] code in multiprocessing.pool freeze if inside some code from scikit-learn (and probably liblinear) executed on ubuntu 12.04 64 Bit

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

[issue21015] support SSL_CTX_set_ecdh_auto on newer OpenSSLs

2014-04-05 Thread Ned Deily
Ned Deily added the comment: test_default_ecdh_curve is failing on current OS X systems (10.9 Mavericks and 10.8 Mountain Lion, at least) using the system-supplied OpenSSL libraries: == ERROR: test_default_ecdh_curve

[issue21144] ensurepip "AssertionError: Multiple .dist-info directories"

2014-04-08 Thread Ned Deily
Ned Deily added the comment: That error appears to be coming from wheel.py inside of pip. So, if you do want to pursue it, you should probably be asking on the pip tracker: https://github.com/pypa/pip/issues -- nosy: +ned.deily resolution: -> 3rd party stage: -> committed/re

[issue20644] OS X installer build broken by changes to documentation build

2014-04-08 Thread Ned Deily
Ned Deily added the comment: build-installer.py now assumes that sphinx-build and the previously required hg have been installed somewhere on the restricted PATH that the installer uses. Behind the scenes, the installer build process has been substantially revised to make use of a

[issue21187] 2.7 build-installer.py with OS X 10.9

2014-04-09 Thread Ned Deily
Changes by Ned Deily : -- assignee: ronaldoussoren -> ned.deily nosy: +ned.deily ___ Python tracker <http://bugs.python.org/issue21187> ___ ___ Python-bugs-lis

[issue21182] json.loads errors out on valid JSON

2014-04-09 Thread Ned Deily
Changes by Ned Deily : -- components: +Library (Lib) -IO resolution: -> invalid stage: -> committed/rejected status: open -> closed ___ Python tracker <http://bugs.python.or

[issue21187] build-installer.py fails using Xcode 5.1 on OS X 10.9

2014-04-09 Thread Ned Deily
Ned Deily added the comment: Thanks for the report. It should work OK now. -- components: +Build resolution: -> fixed stage: -> committed/rejected status: open -> closed title: 2.7 build-installer.py with OS X 10.9 -> build-installer.py fails using Xcode 5.1 on OS X 1

[issue21193] pow(a, b, c) should not raise TypeError when b is negative and c is provided

2014-04-09 Thread Ned Deily
Changes by Ned Deily : -- nosy: +mark.dickinson versions: -Python 3.1, Python 3.2, Python 3.3 ___ Python tracker <http://bugs.python.org/issue21193> ___ ___ Pytho

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

2014-04-11 Thread Ned Deily
Ned Deily added the comment: "should OS X be excluded?" Yes. OS X uses universal binaries, with multiple CPU archs automatically combined at build time into one file, so there generally is no need for arch-specific directories. But if the problem is being caused by Pythons patche

[issue21194] json.dumps with ensure_ascii=False doesn't escape control characters

2014-04-11 Thread Ned Deily
Changes by Ned Deily : -- resolution: -> invalid stage: -> committed/rejected status: open -> closed ___ Python tracker <http://bugs.python.or

[issue21202] Naming a file` io.py` causes cryptic error message

2014-04-11 Thread Ned Deily
Ned Deily added the comment: Using a local module name that shadows one in the standard library is a very common "import trap". See, for example, https://ncoghlan_devs-python-notes.readthedocs.org/en/latest/python_concepts/import_traps.html#the-name-shadowing-trap. I did a qu

[issue21201] Uninformative error message in multiprocessing.Manager()

2014-04-11 Thread Ned Deily
Changes by Ned Deily : -- nosy: +sbt versions: -Python 3.1, Python 3.2, Python 3.3 ___ Python tracker <http://bugs.python.org/issue21201> ___ ___ Python-bug

[issue21203] logging configurators ignoring documented options

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

[issue21206] Provide legit HTTPS certificate for http://bugs.python.org/, redirect HTTP to HTTPS

2014-04-12 Thread Ned Deily
Ned Deily added the comment: Please report issues with bugs.python.org to its issue tracker (Help -> Report Tracker Problem): http://psf.upfronthosting.co.za/roundup/meta/ -- nosy: +ned.deily resolution: -> invalid stage: -> committed/rejected status: open

[issue21209] q.put(some_tuple) fails when PYTHONASYNCIODEBUG=1

2014-04-13 Thread Ned Deily
Changes by Ned Deily : -- nosy: +giampaolo.rodola, gvanrossum, haypo, pitrou, yselivanov ___ Python tracker <http://bugs.python.org/issue21209> ___ ___ Python-bug

[issue20635] Fix the grid geometry manager and add tests for geometry managers

2014-04-13 Thread Ned Deily
Ned Deily added the comment: test_tk with test_geometry_managers_2-2.7.patch applied passed on OS X 10.9 linked with Carbon Tk 8.4.20, Cocoa 8.5.15, Cocoa 8.6.1, and X11 8.6.1. -- ___ Python tracker <http://bugs.python.org/issue20

[issue17009] "Thread Programming With Python" should be removed

2014-04-14 Thread Ned Deily
Ned Deily added the comment: I don't think it was a conscious decision. Unlike most of the others, the link for this essay is to the 2.2 docs tree. I'm guessing there was a redirect there that has gone AWOL. -- ___ Python trac

[issue21218] Test failure for test_ssl.test_default_ecdh_curve on OS X

2014-04-14 Thread Ned Deily
Ned Deily added the comment: Thanks for the report. This is being tracked in Issue21015. -- nosy: +ned.deily resolution: -> duplicate stage: -> committed/rejected status: open -> closed superseder: -> support SSL_CTX_set_ecdh_auto on ne

[issue10224] Build 3.x documentation using python3.x

2014-04-14 Thread Ned Deily
Ned Deily added the comment: For 3.4.1 and 3.5, the Doc/Makefile no longer explicitly vendors sphinx and its dependencies (via svn), rather it assumes that an externally-supplied sphinx-build is available, for example, via a venv and pip. And the current versions of sphinx and its

[issue18650] intermittent test_pydoc failure on 3.4.0a1

2014-04-14 Thread Ned Deily
Ned Deily added the comment: Thanks for noticing the errant setuptools egg in the --user site-packages location. That should not have been there. -- resolution: -> invalid stage: -> committed/rejected status: open -> closed ___ Pytho

[issue21241] Variable name with number causes interactive console to crash

2014-04-15 Thread Ned Deily
Ned Deily added the comment: See Issue18458. Update to the latest Python 3.3.5 or 3.4.0. -- nosy: +ned.deily resolution: -> duplicate stage: -> committed/rejected superseder: -> interactive interpreter crashes and test_readline fails on OS X 10.9 Mavericks due to libed

[issue21241] Variable name with number causes interactive console to crash

2014-04-15 Thread Ned Deily
Changes by Ned Deily : -- status: open -> closed ___ Python tracker <http://bugs.python.org/issue21241> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue21236] patch to use cabinet.lib instead of fci.lib (fixes build with Windows SDK 8.0)

2014-04-15 Thread Ned Deily
Changes by Ned Deily : -- components: +Build nosy: +loewis, zach.ware type: compile error -> ___ Python tracker <http://bugs.python.org/issue21236> ___ ___ Py

[issue21244] distutils fails to build C extensions with XCode 5.1 and OS X 10.9 (Mavericks)

2014-04-15 Thread Ned Deily
Ned Deily added the comment: This is a problem specifically with the Apple-supplied system Pythons in OS X 10.9. It's due to the obsolete configuration parameters used in their build of Python and due to changes in Xcode 5.1. Expect Apple to fix it in an upcoming maintenance release of

<    42   43   44   45   46   47   48   49   50   51   >