[issue22877] Backport ensurepip OS X installer changes to 2.7

2014-11-14 Thread Ned Deily
Ned Deily added the comment: Committed for release in 2.7.9. -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue22827] Backport ensurepip to 2.7 (PEP 477)

2014-11-14 Thread Ned Deily
Ned Deily added the comment: The OS X installer integration backport has been committed in Issue22877. -- ___ Python tracker <http://bugs.python.org/issue22

[issue22878] PEP 477 (ensurepip backport to 2.7.9): "make install" and "make altinstall" integration

2014-11-15 Thread Ned Deily
Changes by Ned Deily : -- assignee: ned.deily components: Build nosy: ned.deily priority: normal severity: normal status: open title: PEP 477 (ensurepip backport to 2.7.9): "make install" and "make altinstall" integration

[issue22878] PEP 477 (ensurepip backport to 2.7.9): "make install" and "make altinstall" integration

2014-11-15 Thread Ned Deily
New submission from Ned Deily: As part of PEP 477, the attached patch backports to Python 2.7.9 the configure and Makefile integration for ensurepip from Python 3 (PEP 453 / Issue19553). As described in PEP 477, for Python 2 ensurepip is not enabled by default by configure. If there are no

[issue22894] unittest.TestCase.subTest causes all subsequent tests to be skipped in failfast mode

2014-11-17 Thread Ned Deily
Changes by Ned Deily : -- components: -Macintosh nosy: +ezio.melotti, michael.foord, rbcollins -ned.deily, ronaldoussoren ___ Python tracker <http://bugs.python.org/issue22

[issue22897] IDLE hangs on OS X with Cocoa Tk if encoding dialog is required during save

2014-11-18 Thread Ned Deily
Ned Deily added the comment: Thanks for the report. It appears that all that is needed to trigger the hang is any operation that invokes the IDLE EncodingMessage dialog ("Non-ASCII found, yet no encoding declared. Add a line like [...]") in IOBinding.py during a Save when IDLE is l

[issue22905] Returned mail: see transcript for details

2014-11-19 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file37232/readme.exe ___ Python tracker <http://bugs.python.org/issue22905> ___ ___ Python-bugs-list mailin

[issue22905] Returned mail: see transcript for details

2014-11-19 Thread Ned Deily
Changes by Ned Deily : -- Removed message: http://bugs.python.org/msg231412 ___ Python tracker <http://bugs.python.org/issue22905> ___ ___ Python-bugs-list mailin

[issue22905] spam

2014-11-19 Thread Ned Deily
Changes by Ned Deily : -- nosy: -glynnc resolution: -> rejected stage: -> resolved status: open -> closed title: Returned mail: see transcript for details -> spam ___ Python tracker <http://bugs.python

[issue22878] PEP 477 (ensurepip backport to 2.7.9): "make install" and "make altinstall" integration

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

[issue22827] Backport ensurepip to 2.7 (PEP 477)

2014-11-20 Thread Ned Deily
Ned Deily added the comment: The configure and Makefile integration backport has been committed in Issue22878. Unlike with Python 3, the default is to not install pip unless specifically enabled at configure time or on the "make altinstall" or "make install" targets.

[issue22912] urlretreive locks up in 2.7.8

2014-11-21 Thread Ned Deily
Ned Deily added the comment: Sorry, I'm unable to reproduce the problem using various systems and various version of Python 2.7. And, as I read the StackOverflow comments, it appears that no one else was able to reproduce the problem, either. To investigate further, we would need

[issue22916] Interpreter segfault on attempted tab complete

2014-11-22 Thread Ned Deily
Ned Deily added the comment: This is very unlikely to be a problem in Python itself, rather a problem with the third-party python-sfml package or a build interaction issue. Have you asked on either an Arch or a python-sfml list about this? What happens if you you try "dir(s)&quo

[issue22945] Ctypes inconsistent between Linux and OS X

2014-11-25 Thread Ned Deily
Ned Deily added the comment: FWIW, your test does seem to run if the C test program is instead built in 32-bit mode (modifying CFLAGS to include "-arch i386"). For example, with the Apple OS X 10.10 system Python: DYLD_LIBRARY_PATH=.. arch -i386 /usr/bin/python2.7 test.py Gizmo 1:

[issue22950] ASLR and DEP protection

2014-11-26 Thread Ned Deily
Ned Deily added the comment: Python is supported on many platforms and the techniques and support for address layout randomization and similar techniques vary greatly. Also, in many cases, Python is being used from a distribution built by a third-party, such as an operating system vendor or

[issue19676] Add the "namereplace" error handler

2014-11-26 Thread Ned Deily
Ned Deily added the comment: ../../source/Python/codecs.c:1022:16: error: use of undeclared identifier 'out'; did you mean 'outp'? assert(out == start + ressize); ^~~ outp -- nosy: +ned.deily st

[issue19676] Add the "namereplace" error handler

2014-11-26 Thread Ned Deily
Ned Deily added the comment: Fixed in ce8a8531d29a -- status: open -> closed ___ Python tracker <http://bugs.python.org/issue19676> ___ ___ Python-bugs-list mai

[issue22961] ctypes.WinError & OSError

2014-11-28 Thread Ned Deily
Changes by Ned Deily : -- nosy: +amaury.forgeotdarc, belopolsky, meador.inge ___ Python tracker <http://bugs.python.org/issue22961> ___ ___ Python-bugs-list mailin

[issue22935] Disabling SSLv3 support

2014-11-30 Thread Ned Deily
Ned Deily added the comment: Clearly we need to support openssl's without SSLv3 so I think some version of this needs to be applied to all branches (preferably in time for 2.7.9, Benjamin?). Kurt, if you haven't already, could you sign the contributor agreement so we can use

[issue22356] mention explicitly that stdlib assumes gmtime(0) epoch is 1970

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

[issue1178] IDLE - add "paste code" functionality

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

[issue22980] C extension naming doesn't take bitness into account

2014-12-02 Thread Ned Deily
Ned Deily added the comment: Re PEP 3149 file names: it hadn't struck me until fairly recently that PEP 3149-style extension file names were never implemented for OS X, i.e. they are still of the form _helperlib.so. I'm not sure why that is the case since other aspects of PEP 3149

[issue22991] test_gdb leaves the terminal in raw mode with gdb 7.8.1

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

[issue22993] Plistlib fails on certain valid plist values

2014-12-03 Thread Ned Deily
Ned Deily added the comment: (Currently, it is not possible to edit a particular message in an issue. You could add a replacement comment to the issue and ask that the older message be delete.) This seems to be a problem date. As documented, plistlib converts plist dates to/from Python

[issue23005] typos on heapq doc

2014-12-07 Thread Ned Deily
Changes by Ned Deily : -- assignee: -> docs@python components: +Documentation -Library (Lib) nosy: +docs@python -ned.deily versions: -Python 3.2, Python 3.3 ___ Python tracker <http://bugs.python.org/issu

[issue23024] Python Compile Error on Mac os X ld: unknown option: -export-dynamic

2014-12-10 Thread Ned Deily
Ned Deily added the comment: The -export-dynamic compile option is not supported nor selected at configure time for normal builds on OS X. Exactly what configure options did you use? I see that you have checked Cross-Build for components. What sort of cross-building are you attempting

[issue23024] Python Compile Error on Mac os X ld: unknown option: -export-dynamic

2014-12-10 Thread Ned Deily
Ned Deily added the comment: That should work just fine, assuming you are using an unmodified Python 3.4.x source download or the 3.4 branch of a source repo. My best guess as to why you are running into problems is that you may be picking up build tools other than those supplied by Apple

[issue23032] 2.7 OS X installer builds fail building OpenSSL on OS X 10.4 / Xcode 2.5

2014-12-11 Thread Ned Deily
New submission from Ned Deily: As of 2.7.9, OS X installer builds now build and link with a private copy of OpenSSL when building for deployment targets of 10.5 or earlier (see Issue17128). Although we no longer produce installers for earlier than 10.5 and even then built them on 10.5

[issue23031] pdb crashes when jumping over "with" statement

2014-12-11 Thread Ned Deily
Ned Deily added the comment: Sorry, I wasn't able to reproduce this. What platform are you running on and what is the output from the following? python2.7 -c 'import sys;print(sys.version)' -- nosy: +ned.deily ___ Python

[issue23032] 2.7 OS X installer builds fail building OpenSSL on OS X 10.4 / Xcode 2.5

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

[issue22935] Disabling SSLv3 support

2014-12-12 Thread Ned Deily
Ned Deily added the comment: The changes for 3.4 are incomplete: >>> import ssl Traceback (most recent call last): File "", line 1, in File "/py/dev/34/source/Lib/ssl.py", line 122, in from _ssl import PROTOCOL_SSLv3, PROTOCOL_SSLv23, PROTOCOL_TLSv1 Im

[issue23051] multiprocessing.pool methods imap() and imap_unordered() cause deadlock

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

[issue22945] Ctypes inconsistent between Linux and OS X

2014-12-15 Thread Ned Deily
Ned Deily added the comment: Thanks, eryksun. Any objections to closing this issue? -- ___ Python tracker <http://bugs.python.org/issue22945> ___ ___ Python-bug

[issue22912] urlretreive locks up in 2.7.8

2014-12-15 Thread Ned Deily
Changes by Ned Deily : -- nosy: +orsenthil -ned.deily ___ Python tracker <http://bugs.python.org/issue22912> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue22672] float arguments in scientific notation not supported by argparse

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

[issue23100] multiprocessing doc organization impedes understanding

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

[issue23117] Properly codesign Mac python 2.7.9.pkg so it can work thru OS X firewall

2014-12-26 Thread Ned Deily
Changes by Ned Deily : -- assignee: -> ned.deily components: +Build stage: -> needs patch versions: +Python 3.4, Python 3.5 ___ Python tracker <http://bugs.python.org/i

[issue23128] Key presses are doubled in Tkinter dialog invoked from window close handler (OS X only)

2014-12-29 Thread Ned Deily
Ned Deily added the comment: By default Python, do you mean the Apple supplied Python in /usr/bin? If so, it uses an old Apple supplied Tk 8.5. Can you reproduce the problem with the current python.org 2.7.9 with the current ActiveState Tk 8.5 installed? -- nosy: +ned.deily

[issue23142] Integration of unittest.FunctionTestCase with automatic discovery and loading

2015-01-01 Thread Ned Deily
Changes by Ned Deily : -- nosy: +ezio.melotti, michael.foord, rbcollins ___ Python tracker <http://bugs.python.org/issue23142> ___ ___ Python-bugs-list mailin

[issue23156] Update tix install information in tkinter tix chapter of doc

2015-01-04 Thread Ned Deily
Ned Deily added the comment: I'm no expert on Tk but, as best I can tell, Tix is a very old third-party set of Tk extension widgets that has been made obsolete by the Ttk widget set integrated into standard Tk 8.5. See, for example, Kevin Walzer's comments h

[issue23143] Remove some conditional code in _ssl.c

2015-01-04 Thread Ned Deily
Ned Deily added the comment: Note that this change causes _ssl.so builds to fail on at least one buildbot, the OS X Tiger one, where the system OpenSSL version is 0.9.7. I've asked the buildbot owner to consider installing a local copy of a current OpenSSL. There may be other buil

[issue23163] pdb docs need to contain a statement on threads/multithreaded debugging

2015-01-04 Thread Ned Deily
Changes by Ned Deily : -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue23163> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue22935] Disabling SSLv3 support

2015-01-05 Thread Ned Deily
Ned Deily added the comment: Setting to release blocker since this needs to be resolved for 3.4.3. FYI, the OS X x86 Tiger 3.4 buildbot has been updated to use a local copy of OpenSSL 1.0.1j with SSLv3 disabled and multiple tests now fail (2.7 and default do not fail, as expected). http

[issue23194] Antigravity prints osascript errors in OS X Yosemite

2015-01-08 Thread Ned Deily
Ned Deily added the comment: My guess is that you have an older 32-bit-only Scripting Addition from Adobe installed. This has nothing to do with Python. -- ___ Python tracker <http://bugs.python.org/issue23

[issue23194] Antigravity prints osascript errors in OS X Yosemite

2015-01-08 Thread Ned Deily
Ned Deily added the comment: The solution is to either remove or update /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit. -- resolution: -> third party stage: -> resolved status: open -> closed ___ Python track

[issue23194] Antigravity prints osascript errors in OS X Yosemite

2015-01-08 Thread Ned Deily
Ned Deily added the comment: P.S. See https://discussions.apple.com/thread/4355847?start=0&tstart=0 -- ___ Python tracker <http://bugs.python.org/iss

[issue23195] Sorting with locale does not work properly with Python3 on Macos

2015-01-08 Thread Ned Deily
Changes by Ned Deily : -- nosy: +ned.deily ___ Python tracker <http://bugs.python.org/issue23195> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23195] Sorting with locale (strxfrm) does not work properly with Python3 on Macos

2015-01-08 Thread Ned Deily
Ned Deily added the comment: The initial difference appears to be a long-standing BSD (including OS X) versus GNU/Linux platform difference. See, for example: http://www.postgresql.org/message-id/18c8a481-33a6-4483-8c24-b8ce70db7...@eggerapps.at Why there is no difference between en and fr

[issue23195] Sorting with locale (strxfrm) does not work properly with Python3 on BSD or OS X

2015-01-08 Thread Ned Deily
Changes by Ned Deily : -- title: Sorting with locale (strxfrm) does not work properly with Python3 on Macos -> Sorting with locale (strxfrm) does not work properly with Python3 on BSD or OS X ___ Python tracker <http://bugs.python.org/issu

[issue23212] Update Windows and OS X installer copies of OpenSSL to 1.0.1k

2015-01-09 Thread Ned Deily
New submission from Ned Deily: https://www.openssl.org/news/secadv_20150108.txt -- components: Build, Macintosh, Windows messages: 233780 nosy: ned.deily, ronaldoussoren, steve.dower, tim.golden, zach.ware priority: normal severity: normal stage: needs patch status: open title: Update

[issue23220] IDLE does not display \b backspace correctly.

2015-01-10 Thread Ned Deily
Ned Deily added the comment: It's helpful to keep in mind that IDLE is a Tk application written in Python and, as such, depends on Tk to do nearly everything associated with writing to displays and reading from keyboards and pointing devices. If you try outputting the same string usin

[issue23180] Rename IDLE's "Windows" menu item to "Window"

2015-01-11 Thread Ned Deily
Ned Deily added the comment: Also, the IDLE help text file (Lib/idlelib/help.txt) and the IDLE documentation in the Standard Library Reference (Doc/library/idle.rst) refer to the "Windows" menu and would need to be updated. -- nosy:

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

2015-01-11 Thread Ned Deily
Ned Deily added the comment: So it does. Thanks, Martin. -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue23232] 'codecs' module functionality + its docs -- concerning custom codecs, especially non-string ones

2015-01-13 Thread Ned Deily
Changes by Ned Deily : -- nosy: +ncoghlan ___ Python tracker <http://bugs.python.org/issue23232> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23233] TypeError in ./setup.py

2015-01-13 Thread Ned Deily
Ned Deily added the comment: The patch LGTM (it doesn't hurt) but I'm not sure under what circumstances anyone would run into this problem. The only scenario I can think of is where somehow ./configure, Makefile, and setup.py are out-of-sync (not all at the same rev) and the Makef

[issue23211] test.test_logging.SMTPHandlerTest failing on Snow Leopard

2015-01-15 Thread Ned Deily
Ned Deily added the comment: Yes, this has the same root cause as the failure in Issue20605 since SMTPServer in smtpd.py uses getaddrinfo. I'm now able to reliably reproduce the failure. The system getaddrinfo failure is seen when the OS X 10.6 system's network configuration is *

[issue23211] test.test_logging.SMTPHandlerTest failing on Snow Leopard

2015-01-17 Thread Ned Deily
Ned Deily added the comment: OK, the workaround is applied for 3.4.3 and 3.5.0. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue23211] test.test_logging.SMTPHandlerTest failing on Snow Leopard

2015-01-17 Thread Ned Deily
Ned Deily added the comment: I *thought* I had tested 3.4 before; sorry about that! -- ___ Python tracker <http://bugs.python.org/issue23211> ___ ___ Python-bug

[issue23180] Rename IDLE's "Windows" menu item to "Window"

2015-01-17 Thread Ned Deily
Ned Deily added the comment: LGTM. Terry, should I apply them? -- ___ Python tracker <http://bugs.python.org/issue23180> ___ ___ Python-bugs-list mailin

[issue23180] Rename IDLE's "Windows" menu item to "Window"

2015-01-17 Thread Ned Deily
Ned Deily added the comment: Thanks for the patches, Al. Pushed for release in 2.7.10, 3.4.3, and 3.5.0. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue23265] tar.xz support for sdist

2015-01-18 Thread Ned Deily
Ned Deily added the comment: Thanks for the suggested patch. Distutils support for xz compression is the subject of already open Issue16314. Perhaps you can review and/or comment on the suggested patch there. -- nosy: +ned.deily resolution: -> duplicate stage: -> resolved

[issue23278] multiprocessing maxtasksperchild=1 + logging = task loss

2015-01-19 Thread Ned Deily
Changes by Ned Deily : -- nosy: +sbt, vinay.sajip stage: -> needs patch ___ Python tracker <http://bugs.python.org/issue23278> ___ ___ Python-bugs-list mai

[issue23285] PEP 475 - EINTR handling

2015-01-20 Thread Ned Deily
Ned Deily added the comment: (It may be several days before I can spend much time on it but I will take a look.) -- ___ Python tracker <http://bugs.python.org/issue23

[issue23303] test_license_exists_at_url() of test_site fails on "x86 XP-4 3.4" buildbot

2015-01-24 Thread Ned Deily
Ned Deily added the comment: Are the Windows 3.4 and 3.x builds on the buildbot using different versions of OpenSSL? Certificate verifies would fail with 0.9.7. -- nosy: +ned.deily ___ Python tracker <http://bugs.python.org/issue23

[issue23335] _ssl.c cannot be compiled with older versions of OpenSSL

2015-01-27 Thread Ned Deily
New submission from Ned Deily: _ssl.c compilation is broken on default and 27 when building with older (pre-1.0.1 ?) versions of OpenSSL: /py/dev/3x/source/Modules/_ssl.c:2296:24: error: use of undeclared identifier 'OPENSSL_NPN_NEGOTIATED' if (alpn && ret != OPEN

[issue20188] ALPN support for TLS

2015-01-27 Thread Ned Deily
Ned Deily added the comment: _ssl.c cannot be compiled with pre-NPN versions of OpenSSL: see Issue23335. -- nosy: +ned.deily ___ Python tracker <http://bugs.python.org/issue20

[issue23285] PEP 475 - EINTR handling

2015-01-27 Thread Ned Deily
Ned Deily added the comment: I added a few prints to the send and receive loops of _test_send. When running on a reasonably current Debian testing Linux: ./python Lib/test/eintrdata/eintr_tester.py test_read (__main__.OSEINTRTest) ... ok test_wait (__main__.OSEINTRTest) ... ok test_wait3

[issue23285] PEP 475 - EINTR handling

2015-01-28 Thread Ned Deily
Ned Deily added the comment: It turns out the times are not important; the hangup is the default size of the socket buffers on OS X and possibly BSD in general. In my case, the send and receive buffers are 8192, which explains why the chunks written are so small. I somewhat arbitrarily

[issue23212] Update Windows and OS X installer copies of OpenSSL to 1.0.1l

2015-01-28 Thread Ned Deily
Ned Deily added the comment: Update: 1.0.1l is now released as of 1/15. (1.0.2 was released as of 1/22 but it might be premature to go to that.) -- nosy: -ronaldoussoren title: Update Windows and OS X installer copies of OpenSSL to 1.0.1k -> Update Windows and OS X installer cop

[issue23345] test_ssl fails on OS X 10.10.2 with latest patch level of OpenSSL libs

2015-01-28 Thread Ned Deily
New submission from Ned Deily: With the latest maintenance release of OS X 10.10 (10.10.2), the OpenSSL libs have reached a patch level that fails the sanity test in test_ssl: test_ssl: testing with 'OpenSSL 0.9.8zc 15 Oct 2014' (0, 9, 8, 28, 15) under Mac

[issue23285] PEP 475 - EINTR handling

2015-01-29 Thread Ned Deily
Ned Deily added the comment: eintr-1.diff doesn't seem to make any significant difference from eintr.diff on my system. It's still pegging a CPU at 100% and takes 7 minutes wall time to complete. $ time ./python ~/Projects/PyDev/active/dev/3x/source/Lib/test/eintrdata/eintr

[issue23345] test_ssl fails on OS X 10.10.2 with latest patch level of OpenSSL libs

2015-01-29 Thread Ned Deily
Ned Deily added the comment: Yep, 0.9.8 is the newest and presumably last major of version of OpenSSL in OS X. OpenSSL has been officially deprecated by Apple in OS X since OS X 10.7; it's only there for third-party products shipped by Apple in OS X, like Python. Their own apps use Ap

[issue23285] PEP 475 - EINTR handling

2015-01-29 Thread Ned Deily
Ned Deily added the comment: With eintr-2.diff, fast!: $ time ./python ~/Projects/PyDev/active/dev/3x/source/Lib/test/eintrdata/eintr_tester.py test_read (__main__.OSEINTRTest) ... ok test_wait (__main__.OSEINTRTest) ... ok test_wait3 (__main__.OSEINTRTest) ... ok test_wait4 (__main__

[issue23345] test_ssl fails on OS X 10.10.2 with latest patch level of OpenSSL libs

2015-02-04 Thread Ned Deily
Ned Deily added the comment: Fixed for 2.7.10, 3.4.3, and 3.5.0. -- resolution: -> fixed stage: needs patch -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue23212] Update Windows and OS X installer copies of OpenSSL to 1.0.1l

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

[issue23128] Key presses are doubled in Tkinter dialog invoked from window close handler with Cocoa Tk

2015-02-06 Thread Ned Deily
Ned Deily added the comment: The test case appears to only fail with OS X Cocoa Tk (tested with Tk 8.5.17 and 8.6.3); it does not fail with the older OS X Carbon Tk 8.4.20 nor with X11 Tk 8.6.3. It also fails similarly with Python 3.4.x. FWIW, there have been other reported problems with

[issue23404] Python 3.5 does not build with Python 2.6.

2015-02-06 Thread Ned Deily
Ned Deily added the comment: Try using "make touch" before "make". Because hg does not preserve precise time stamps when creating working directories, some build steps are run unnecessarily after an initial checkout. 'make touch' updates the file time stamps s

[issue23404] Python 3.5 does not build with Python 2.6.

2015-02-06 Thread Ned Deily
Ned Deily added the comment: https://docs.python.org/devguide/setup.html#avoiding-re-creating-auto-generated-files -- ___ Python tracker <http://bugs.python.org/issue23

[issue23404] Python 3.5 does not build with Python 2.6.

2015-02-06 Thread Ned Deily
Changes by Ned Deily : -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker <http://bugs.python.org/issue23404> ___

[issue23117] Properly codesign Mac python 2.7.9.pkg so it can work thru OS X firewall

2015-02-06 Thread Ned Deily
Ned Deily added the comment: Using code signing on OS X sounds like a good idea but does require careful analysis to ensure it is being used correctly. However, in your example, you are using and signing the Apple-supplied system Python. It is not advisable to modify system resources like

[issue23404] 'make touch' does not work with git clones of the source repository

2015-02-06 Thread Ned Deily
Ned Deily added the comment: Unfortunately, those syntax differences aren't the only problems you could run into so making these syntax changes isn't really a general solution, IMO. 'make touch' is the documented and supported way to ensure that the unnecessary build ste

[issue23405] Tools/freeze "make" gets missing file error with unix shared builds

2015-02-07 Thread Ned Deily
New submission from Ned Deily: While investigating another freeze-related issue, I found that Tools/freeze seems to not work when used with an installed shared unix build. The symptom is that the linkage step in the freeze-produced Makefile fails with: gcc -pthread -Xlinker -export-dynamic

[issue21502] freeze.py not working properly with OS X framework builds

2015-02-07 Thread Ned Deily
Ned Deily added the comment: Sorry, I've finally gotten around to taking a longer look at this and it seems that freeze support is kind of a mess. First, it looks like some of the issues you ran into were fixed in 3.4.1 (changes associated with Issue11824 and Issue16047). Unfortunately

[issue21502] freeze.py not working properly with OS X framework builds

2015-02-07 Thread Ned Deily
Changes by Ned Deily : -- versions: +Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/issue21502> ___ ___ Python-bugs-list mailing list Unsub

[issue23431] Idle Application Not Responding

2015-02-10 Thread Ned Deily
Ned Deily added the comment: Try launching IDLE from a Terminal window command line shell with: /usr/local/bin/python3.4 -m idlelib and see if any error messages are reported. Also please report what is printed when this is run in a command shell: /usr/local/bin/python3.4 -c 'impor

[issue23435] installation with full path as prefix incomplete

2015-02-10 Thread Ned Deily
Ned Deily added the comment: Without more information it is hard to provide a meaningful response. You don't say which version of Python nor which platform you are trying to install on. Be aware that the default for --prefix is '/usr/local'. On most POSIX platforms, yo

[issue23435] installation with full path as prefix incomplete

2015-02-10 Thread Ned Deily
Changes by Ned Deily : -- Removed message: http://bugs.python.org/msg235727 ___ Python tracker <http://bugs.python.org/issue23435> ___ ___ Python-bugs-list mailin

[issue23435] installation with full path as prefix incomplete

2015-02-10 Thread Ned Deily
Ned Deily added the comment: Without more information it is hard to provide a meaningful response. You don't say which version of Python nor which platform you are trying to install on. Be aware that the default for --prefix is '/usr/local'. On most POSIX platforms, yo

[issue23435] installation with full path as prefix incomplete

2015-02-11 Thread Ned Deily
Ned Deily added the comment: Sorry, I tried using your ./configure with a 2.7.9 tarball on a Debian VM from which I removed the system Python 2.7 and, despite installing into the non-standard locations, at a quick look everything seemed to work OK. For example, >>> import _co

[issue23435] installation with full path as prefix incomplete

2015-02-11 Thread Ned Deily
Ned Deily added the comment: --enable-shared builds in some cases can erroneously link with an already installed Python library of the same version. That's what happened on my first try, before removing the system 2.7. In any case, I'm closing this issue for now. Feel free to reo

[issue23457] make test failures

2015-02-12 Thread Ned Deily
Changes by Ned Deily : -- nosy: +David.Edelsohn ___ Python tracker <http://bugs.python.org/issue23457> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue22430] Build failure if configure flags --prefix or --exec-prefix is set

2015-02-12 Thread Ned Deily
Ned Deily added the comment: Since there has been no followup to this issue, I'm going to close it. Feel free to reopen if you can document a reproducible problem with a Python source release. -- resolution: -> works for me stage: -> resolved status: ope

[issue23435] installation with full path as prefix incomplete

2015-02-13 Thread Ned Deily
Ned Deily added the comment: So the real problem here is configuring with --prefix=/ and then using make install DESTDIR to install to a temporary location. This is a duplicate of Issue9674; the problem is that --prefix=/ results in build variable the start with '//', like '/

[issue23484] SemLock acquire() keyword arg 'blocking' is invalid

2015-02-20 Thread Ned Deily
Changes by Ned Deily : -- nosy: +davin, sbt ___ Python tracker <http://bugs.python.org/issue23484> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue24290] c_uint32 bitfields break structures

2015-05-26 Thread Ned Deily
Ned Deily added the comment: Without diving into the details of your test program, I get the same results on a 64-bit Debian Python 2.7.9 as with a 64-bit OS X 2.7.10: c_uint32 TESTS: Class Name exponentnumber Signfloat binary repr

[issue24291] wsgiref.handlers.SimpleHandler truncates large output blobs

2015-05-26 Thread Ned Deily
Changes by Ned Deily : -- nosy: +pje versions: +Python 3.6 -Python 3.2, Python 3.3 ___ Python tracker <http://bugs.python.org/issue24291> ___ ___ Python-bug

[issue24292] wsgiref.simple_server.WSGIRequestHandler doesn't log request timeouts

2015-05-26 Thread Ned Deily
Changes by Ned Deily : -- nosy: +pje versions: +Python 3.6 -Python 3.2, Python 3.3 ___ Python tracker <http://bugs.python.org/issue24292> ___ ___ Python-bug

[issue24244] Python exception on strftime with %f on Python 3 and Python 2 on windows

2015-05-27 Thread Ned Deily
Ned Deily added the comment: Yury, I'm not seeing that compile error with current head of default on OS X. Try a clean build, perhaps? -- nosy: +ned.deily ___ Python tracker <http://bugs.python.org/is

[issue24244] Python exception on strftime with %f on Python 3 and Python 2 on windows

2015-05-27 Thread Ned Deily
Ned Deily added the comment: I think you have a Python installed in /usr/local that is interfering. -- ___ Python tracker <http://bugs.python.org/issue24

[issue24244] Python exception on strftime with %f on Python 3 and Python 2 on windows

2015-05-27 Thread Ned Deily
Ned Deily added the comment: Wild guess: perhaps you did a ./configure or the Makefile did an implicit call to configure recently and/or you did a make install (to /usr/local) before? -- ___ Python tracker <http://bugs.python.org/issue24

<    58   59   60   61   62   63   64   65   66   67   >