[issue22385] Allow 'x' and 'X' to accept bytes-like objects in string formatting

2014-09-11 Thread Ned Deily
Changes by Ned Deily : -- nosy: +eric.smith ___ Python tracker <http://bugs.python.org/issue22385> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue22386] Python 3.4 logging.getLevelName() no longer maps string to level.

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

[issue22168] Turtle Graphics RawTurtle problem

2014-09-14 Thread Ned Deily
Ned Deily added the comment: The changesets below should prevent the problem in 3.4.2 and 3.5.0. Since there are no standard tests for turtle at the moment, there is no testcase for using a non-default Canvas but one should be added when turtle tests are (Issue21914 and Issue21916). New

[issue22408] Tkinter doesn't handle Unicode key events on Windows

2014-09-14 Thread Ned Deily
Ned Deily added the comment: I don't have a real Windows setup to test but I would guess this may be Tk behavior. Perhaps the Tk wiki page on platform-specific keyboard modifier behaviors will help: http://wiki.tcl.tk/28331 -- nosy: +ned.

[issue22411] Embedding Python on Windows

2014-09-14 Thread Ned Deily
Changes by Ned Deily : -- nosy: +loewis ___ Python tracker <http://bugs.python.org/issue22411> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue17095] Modules/Setup *shared* support broken

2014-09-14 Thread Ned Deily
Changes by Ned Deily : -- priority: release blocker -> normal ___ Python tracker <http://bugs.python.org/issue17095> ___ ___ Python-bugs-list mailing list Un

[issue22418] ipaddress.py new IPv6 Method for Solicited Multicast Address

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

[issue672656] securing pydoc server

2014-09-15 Thread Ned Deily
Ned Deily added the comment: Devin, please open a new issue describing the current problem you see. Comments to long-closed issues will likely be overlooked. -- nosy: +ned.deily ___ Python tracker <http://bugs.python.org/issue672

[issue22425] 2to3 import fixer writes dotted_as_names into import_as_names

2014-09-16 Thread Ned Deily
Changes by Ned Deily : -- nosy: +benjamin.peterson ___ Python tracker <http://bugs.python.org/issue22425> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue22426] strptime accepts the wrong '2010-06-01 MSK' string but rejects the right '2010-06-01 MSD'

2014-09-16 Thread Ned Deily
Changes by Ned Deily : -- nosy: +belopolsky, lemburg ___ Python tracker <http://bugs.python.org/issue22426> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2014-09-17 Thread Ned Deily
Ned Deily added the comment: It is difficult to tell what the problem you encountered here is without more information. Python is supported on many different platforms and regularly built with --prefix being set. To investigate further, you would need to indicate exactly which version of

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

2014-09-18 Thread Ned Deily
Ned Deily added the comment: Sorry, I don't see where you have shown exactly what Python ./configure and make commands you are using and it is not at all obvious to me what you mean by "After generating Makefile if comment string, contain LD_CONFIG_PATH all build success". Bu

[issue15661] OS X installer packages should be signed for OS X 10.8 Gatekeeper feature

2014-09-20 Thread Ned Deily
Ned Deily added the comment: After a fair amount of research, trial-and-error, and testing on all of the OS X platforms we support, I think we're now ready to switch to signed flat packages for the OS X installers and thereby greatly improve the user installation experience on current sy

[issue22449] SSLContext.load_verify_locations behavior on Windows and OSX

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

[issue22455] idna/punycode give wrong results on narrow builds

2014-09-21 Thread Ned Deily
Changes by Ned Deily : -- nosy: +lemburg, ncoghlan ___ Python tracker <http://bugs.python.org/issue22455> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue22457] load_tests not invoked in root __init__.py when start=package root

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

[issue22461] Test failure: Lib/test/test_pydoc.py line 851, "topic?key=def"

2014-09-22 Thread Ned Deily
Ned Deily added the comment: Duplicate of Issue21431? -- nosy: +ned.deily ___ Python tracker <http://bugs.python.org/issue22461> ___ ___ Python-bugs-list mailin

[issue21431] 3.4.1rc1 test_pydoc fails: pydoc_data.topics.topics values are type "bytes" not "str"

2014-09-22 Thread Ned Deily
Ned Deily added the comment: To expedite matters, I did the almost-null post-release cleanup merge and then merged the fix for this issue. So I think this issue is now complete. -- ___ Python tracker <http://bugs.python.org/issue21

[issue21431] 3.4.1rc1 test_pydoc fails: pydoc_data.topics.topics values are type "bytes" not "str"

2014-09-22 Thread Ned Deily
Ned Deily added the comment: It was just fixed today, after the release. -- ___ Python tracker <http://bugs.python.org/issue21431> ___ ___ Python-bugs-list mailin

[issue22466] problem with installing python 2.7.8

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

[issue22468] Tarfile using fstat on GZip file object

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

[issue22471] Python build problems via Homebrew on Mac OS X when GNU core/find utils are default

2014-09-23 Thread Ned Deily
Ned Deily added the comment: Thanks for the report! On further inspection, the whole rm thing isn't needed anymore with Python no longer maintained in svn. Fixed for release in 2.7.9, 3.4.3, and 3.5.0. -- assignee: ronaldoussoren -> ned.deily components: +Build nosy: +n

[issue22408] Tkinter doesn't handle Unicode key events on Windows

2014-09-23 Thread Ned Deily
Ned Deily added the comment: Just to avoid any confusion, Apple-supplied Mac keyboards don't have an "AltGr" key. It is found on certain PC keyboard layouts and, as such, could be used on any platform (Windows, OS X, or other Unix). -- ___

[issue22408] Tkinter doesn't handle Unicode dead key combinations on Windows

2014-09-23 Thread Ned Deily
Ned Deily added the comment: I guess it still comes down to whether this is an issue in tkinter or in Tk itself. Almost all character processing and event generation is done in Tk. One way to isolate the issue would be to use text widgets in the Tk wish shell and its demo programs. They

[issue22408] Tkinter doesn't handle Unicode dead key combinations on Windows

2014-09-24 Thread Ned Deily
Ned Deily added the comment: OK, then if you want to pursue the issue, I'd suggest asking on one of the Tcl/Tk forums (perhaps comp.lang.tcl) or Stackoverflow and/or checking the Tk issue tracker (https://core.tcl.tk/tk/reportlist). Good luck! -- resolution: -> third par

[issue22478] tests for urllib2net are in bad shapes

2014-09-24 Thread Ned Deily
Changes by Ned Deily : -- nosy: +orsenthil ___ Python tracker <http://bugs.python.org/issue22478> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue22488] 3.4 rc2 docs download link broken

2014-09-24 Thread Ned Deily
Changes by Ned Deily : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Build doc archives for RC versions ___ Python tracker <http://bugs.python

[issue22484] Build doc archives for RC versions, docs download broken for 3.4.2rc1

2014-09-24 Thread Ned Deily
Ned Deily added the comment: This problem is currently resulting in 404's for 3.4.2rc1 documention downloads, e.g. the links on: https://docs.python.org/3.4/download.html -- nosy: +ned.deily priority: high -> critical title: Build doc archives for RC versions -> Build doc a

[issue22489] .gitignore file

2014-09-24 Thread Ned Deily
Changes by Ned Deily : -- nosy: +zach.ware ___ Python tracker <http://bugs.python.org/issue22489> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue22490] Using realpath for __PYVENV_LAUNCHER__ makes Homebrew installs fragile

2014-09-25 Thread Ned Deily
Ned Deily added the comment: >From the initial description of the problem, it's not clear to me that there >is a problem here needing resolution in the stub launcher. I've asked for >clarification on the pip issue tracker. -- ___

[issue22490] Using realpath for __PYVENV_LAUNCHER__ makes Homebrew installs fragile

2014-09-25 Thread Ned Deily
Ned Deily added the comment: Also, the patch causes a test failure with a framework build: == FAIL: test_defaults (test.test_venv.BasicTest) -- Traceback (most

[issue22496] urllib2 fails against IIS (urllib2 can't parse 401 reply www-authenticate headers)

2014-09-25 Thread Ned Deily
Changes by Ned Deily : -- nosy: +orsenthil ___ Python tracker <http://bugs.python.org/issue22496> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue22497] msiexec not creating msvcr90.dll with python -2.7.6.msi

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

[issue22494] default logging time string is not localized

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

[issue22103] bdist_wininst does not run install script

2014-09-27 Thread Ned Deily
Changes by Ned Deily : -- nosy: +steve.dower, tim.golden, zach.ware ___ Python tracker <http://bugs.python.org/issue22103> ___ ___ Python-bugs-list mailin

[issue22509] Website incorrect link

2014-09-27 Thread Ned Deily
Ned Deily added the comment: Thanks for the report. However, as noted on the python.org web site help page, https://www.python.org/about/help/, the place to report web site problems is here: https://github.com/python/pythondotorg/issues/ I've opened a new issue there on your behalf:

[issue20374] Failure to compile with readline-6.3-rc1

2014-09-30 Thread Ned Deily
Ned Deily added the comment: This isn't a security issue and in general we do not make changes to branches in security-fix mode to support new releases of external components or operating system releases. There are plenty of other fixes that should be ported to 3.2 if we go down that

[issue22529] Why copyright only 1990-2013 and not 2014

2014-09-30 Thread Ned Deily
Ned Deily added the comment: Thanks for the report. However, as noted on the python.org web site help page, https://www.python.org/about/help/, the place to report web site problems is here: https://github.com/python/pythondotorg/issues/. Please check the issue tracker there and open an

[issue22533] Counter with no keys does not compare equal to Counter with keys which zero value

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

[issue22534] Possible Memory Leak with 'shelve'

2014-10-01 Thread Ned Deily
Ned Deily added the comment: What happens if you use xrange instead of range? >>> range(100).__sizeof__() 856 >>> xrange(100).__sizeof__() 56 -- nosy: +ned.deily ___ Python tracker <http://bugs.

[issue22537] Failure building 2.7 docs on Windows

2014-10-01 Thread Ned Deily
Ned Deily added the comment: Your analysis is correct: you now do need to use a 2.7 sphinx to build 2.7 docs. It looks like you may be using a 3.4 version of pip. However you invoke python2.7, try "python -m pip install sphinx". -- nosy:

[issue22103] bdist_wininst does not run install script

2014-10-01 Thread Ned Deily
Changes by Ned Deily : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> PyCFunction_New no longer exposed by python DLL breaking bdist_wininst installers ___ Python tracker <http://bugs.python

[issue22536] subprocess should include filename in FileNotFoundError exception

2014-10-01 Thread Ned Deily
Changes by Ned Deily : -- assignee: ronaldoussoren -> components: +Library (Lib) -Interpreter Core, Macintosh nosy: +gregory.p.smith title: Missing filename in FileNotFoundError -> subprocess should include filename in FileNotFoundError exception versions: +Python 3.5 -Pyth

[issue22534] Possible Memory Leak with 'shelve'

2014-10-02 Thread Ned Deily
Ned Deily added the comment: Sorry, I'm not able to reproduce any major memory leak, using a couple of different dbm implementations, and there is not enough information to go on. To pursue further, you should identify: - what platform (operating system distribution and version) - exactly

[issue22534] bsddb memory leak on Mac OS X 10.9

2014-10-02 Thread Ned Deily
Ned Deily added the comment: Thanks for the detailed information. I'm not able to reproduce on OS X 10.9.5 with the python.org Python 2.7.8 which builds and links with its own copy of Sleepycat DB 4.7.25. However, I do see the memory leak when using a MacPorts Python 2.7.8 that is l

[issue22534] bsddb memory leak on Mac OS X 10.9

2014-10-02 Thread Ned Deily
Ned Deily added the comment: Yeah, and I'm not sure why they have their build pegged to bdb 4.6; they provide newer ports as well. I think we can close this issue then. Perhaps you could open a MacPorts issue and ask them to update their python27 port to use at least

[issue22534] bsddb memory leak with MacPorts bdb 4.6

2014-10-02 Thread Ned Deily
Changes by Ned Deily : -- title: bsddb memory leak on Mac OS X 10.9 -> bsddb memory leak with MacPorts bdb 4.6 ___ Python tracker <http://bugs.python.org/issu

[issue22539] Table formatting errors in pydoc

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

[issue21339] IDLE crash on OS X 10.9 upon shut-down with many windows open

2014-10-02 Thread Ned Deily
Ned Deily added the comment: >From the traceback, it does appear that the debugger was in use. Since >there's not much else to go on here, I suggest closing this as a duplicate of >#15347. -- assignee: ronaldoussoren -> title: IDLE crash on OS X 1.9 upon shut-down

[issue22552] ctypes.CDLL returns singleton objects, resulting in usage conflicts

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

[issue22561] PyUnicode_InternInPlace crashes

2014-10-06 Thread Ned Deily
Ned Deily added the comment: Also note that there were major internal changes in Python strings for 3.3 (http://legacy.python.org/dev/peps/pep-0393/) so you might want to look at those especially if this worked OK with Python 3.2. Since it seems unlikely that there would be any further

[issue22566] International keyboard makes IDLE crash on OSX

2014-10-06 Thread Ned Deily
Ned Deily added the comment: This crash behavior is due to an old bug in the OS X Cocoa implementation of Tk. It has been fixed in the most recent releases of Tk 8.5.x and 8.6.x but, unfortunately, Apple has not yet shipped the fix in any version of the OS X system Tk 8.5 (since OS X 10.6

[issue16177] Typing left parenthesis in IDLE causes intermittent Cocoa Tk crash on OS X

2014-10-07 Thread Ned Deily
Ned Deily added the comment: Tom, thanks for the detailed analysis. It seems pretty clear that this is not a Python problem and there's really nothing we can do about it. It would be great if you would be willing to open an issue on the Tcl/Tk project's issue tracker so that they

[issue16177] Typing left parenthesis in IDLE causes intermittent Cocoa Tk crash on OS X

2014-10-08 Thread Ned Deily
Ned Deily added the comment: Thanks, Tom, nice writeup! If any of the other people who have seen this crash are still around, it would be interesting to know if they also were using more than one monitor. -- ___ Python tracker <h

[issue19937] IDLE can't be launched

2013-12-09 Thread Ned Deily
Ned Deily added the comment: This is a duplicate of 18270. As explained there, the workaround is to follow the instructions at http://www.python.org/download/mac/tcltk/ and, if possible, install an up-to-date Tcl/Tk 8.5 from ActiveState. If that is not possible, then launch IDLE from the

[issue18270] IDLE on OS X fails with Attribute Error if no initial shell and Tk out-of-date

2013-12-10 Thread Ned Deily
Ned Deily added the comment: Thanks for the patch, Terry. I've pushed a slightly modified version for release in 2.7.7, 3.3.4, and 3.4.0. -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___

[issue19955] When adding .PY and .PYW to PATHEXT, it replaced string instead of appending

2013-12-11 Thread Ned Deily
Changes by Ned Deily : -- components: +Windows nosy: +loewis ___ Python tracker <http://bugs.python.org/issue19955> ___ ___ Python-bugs-list mailing list Unsub

[issue20019] platform.py line _sys_version function

2013-12-18 Thread Ned Deily
Ned Deily added the comment: The version string does not match either the Apple-supplied Python in 10.8 (Mountain Lion) nor that of a python.org Python. The "anaconda" directory name suggests this is probably a Python from the Anaconda Scientific distribution. There have been ot

[issue20022] "modernize" the Mac bundlebuilder.py script

2013-12-19 Thread Ned Deily
Ned Deily added the comment: bundlebuild.py is a deprecated legacy tool that has been superseded by the third-party py2app. AFAIK, its only use in Python 3 is to build PythonLauncher.app; it is not included in a Python installation. Rather than refactor it, its use should be eliminated in

[issue20054] IDLE won't work (Mac)

2013-12-23 Thread Ned Deily
Ned Deily added the comment: What happens if you try to start IDLE from a terminal session by typing: /usr/local/bin/idle3.3 -- nosy: +ned.deily ___ Python tracker <http://bugs.python.org/issue20

[issue20054] IDLE won't work (Mac)

2013-12-23 Thread Ned Deily
Ned Deily added the comment: This problem was reported and fixed in Issue18270 which will be in the next set of Python maintenance releases. As explained there, what is causing this is that the Python 3.3 tkinter you are using is trying to use the known buggy system Tk 8.5 shipped with OS X

[issue20054] IDLE won't work (Mac)

2013-12-24 Thread Ned Deily
Ned Deily added the comment: I was assuming you were using a Python 3.3 from a binary installer downloaded from python.org. Those Pythons are built to dynamically link with a compatible Tcl and Tk 8.5 frameworks in /Library/Frameworks, such as the ActiveTcl 8.5 ones, and fall back to the

[issue20073] IDLE crashes on Unicode characters

2013-12-26 Thread Ned Deily
Ned Deily added the comment: Please follow the instructions at http://www.python.org/getit/mac/tcltk/ and install an up-to-date third-party version of Tcl/Tk 8.5 such as ActiveTcl 8.5.15.0. This crash has been fixed in the newer versions of Cocoa Tk but still present in the Apple-supplied Tk

[issue20085] Python2.7, wxPython and IDLE 2.7

2013-12-28 Thread Ned Deily
Ned Deily added the comment: It is hard to know exactly what is going on without more information and this bug tracker is not set up to answer usage questions. There are better places for help, for example, the Python tutor mailing list (https://mail.python.org/mailman/listinfo/tutor) or

[issue20119] pdb c(ont(inue)) optional one-time-only breakpoint (like perl debugger)

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

[issue20229] platform.py uses deprecated feature of plistlib

2014-01-12 Thread Ned Deily
Ned Deily added the comment: Thanks for the report! Here's a patch. -- keywords: +needs review nosy: +ned.deily stage: -> patch review Added file: http://bugs.python.org/file33437/issue20229.py ___ Python tracker <http://bugs.python.org

[issue20242] logging style parameter does not work correctly

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

[issue20229] platform.py uses deprecated feature of plistlib

2014-01-13 Thread Ned Deily
Changes by Ned Deily : -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker <http://bugs.python.or

[issue20258] Python documentation build fails with "markupsafe module cannot be found"

2014-01-14 Thread Ned Deily
New submission from Ned Deily: With the updates to the Sphinx toolchain for 3.3 (05e84d3ecd1e) and 3.4 (90cd87f64632), the documentation build for the OS X installer now fails with: Error: The markupsafe module cannot be found. Did you install Sphinx and its dependencies correctly? It

[issue20276] ctypes._dlopen should not force RTLD_NOW

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

[issue20347] dir(__future__) gives segfault on OS X in 3.2 and 3.3

2014-01-22 Thread Ned Deily
Ned Deily added the comment: This is a duplicate of Issue18458. The crash is caused by an incompatible change introduced in OS X 10.9 to the Apple-supplied version of libedit's readline compatibility layer and can affect Python versions that dynamically link with the system libedit (no

[issue20353] Hanging bug with multiprocessing + sqlite3 + tkinter (OS X 10.9 only)

2014-01-22 Thread Ned Deily
Ned Deily added the comment: I can reproduce a hang (but not a crash) when using a Python 2.7.x or 3.4.x built from source and linking with the OS X 10.9 system libsqlite3. Using the Apple-supplied Python 2.7 on 10.9 causes a crash in libdispatch. Using Python 2.7.6 or 3.4.0 from the

[issue20366] SQLite FTS (full text search)

2014-01-23 Thread Ned Deily
Changes by Ned Deily : -- components: +Build, Windows -Extension Modules ___ Python tracker <http://bugs.python.org/issue20366> ___ ___ Python-bugs-list mailin

[issue20366] SQLite FTS (full text search)

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

[issue20374] Failure to compile with readline-6.3-rc1

2014-01-24 Thread Ned Deily
Ned Deily added the comment: The checked-in fixes break builds on OS X that use the Apple-supplied libedit readline compatibility layer. See, for example: http://buildbot.python.org/all/builders/AMD64%20Snow%20Leop%203.x/builds/1077/steps/compile/logs/stdio gcc -fno-strict-aliasing -Werror

[issue20374] Failure to compile with readline-6.3-rc1

2014-01-24 Thread Ned Deily
Ned Deily added the comment: Serhiy, I'm not sure I understand your question. libedit includes a GNU readline compatibility layer and that is what _readline.so builds and links with on OS X systems (with an ABI of 10.5 and later) since OS X does not ship with GNU readline. This is als

[issue20374] Failure to compile with readline-6.3-rc1

2014-01-25 Thread Ned Deily
Ned Deily added the comment: FYI, removing the cast causes the following new warnings when compiling 3.3 with gcc-4.2 on OS X 10.5 and 10.6 (haven't checked elsewhere): Modules/readline.c: In function 'setup_readline': Modules/readline.c:939: warning: assignment from incompatib

[issue17128] OS X system openssl deprecated - installer should build local libssl

2014-01-31 Thread Ned Deily
Ned Deily added the comment: Update: the MacPorts certsync daemon has matured and is now included as an optional MacPorts port. It's not a perfect solution as noted in the macports-devel thread: >>The only catch is that custom added certificates or trust anchors need >>to

[issue20462] Python IDLE auto closed when creating a new file or open existing file

2014-01-31 Thread Ned Deily
Changes by Ned Deily : -- components: +IDLE nosy: +terry.reedy ___ Python tracker <http://bugs.python.org/issue20462> ___ ___ Python-bugs-list mailing list Unsub

[issue20465] Upgrade SQLite to 3.8.3 with 3.4.0 Windows and OS X installers

2014-01-31 Thread Ned Deily
New submission from Ned Deily: The SQLite project has requested that we consider shipping SQLite version 3.8.3 with the Windows and OS X binary installers for Python 3.4.0, primarily to make available support for the new Common Table Expressions feature. 3.8.3 is expected to be officially

[issue19761] test_tk fails on OS X with multiple test case failures with both Tk 8.5 and 8.4

2014-01-31 Thread Ned Deily
Ned Deily added the comment: There are three different classes of errors here: 1. test_debug AssertionError: '0' != 0 This has already been fixed by 7dab4feec126/05e84d3ecd1e/e7d922d8ee03 for Issue6517. 2. test_bitmap checks for invalid bitmap values do not fail as expected with

[issue19654] test_tkinter sporadic failures on "x86 Tiger 3.x" buildbot

2014-01-31 Thread Ned Deily
Ned Deily added the comment: The failures in test_tk here are the same ones documented in Issue19761 for Tk 8.4 so this issue could be closed as a duplicate of that one. The mystery remains why test_tk appears to alternately pass and fail on this buildbot. I don't see why it doesn

[issue19654] test_tkinter sporadic failures on "x86 Tiger 3.x" buildbot

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

[issue20472] test_write_pty() of test_asyncio fails on "x86 Tiger 3.x" buildbot

2014-02-01 Thread Ned Deily
Ned Deily added the comment: FYI, besides 10.4 (Tiger), the test also fails on OS X 10.5 but appears to pass on 10.6 and later releases. -- nosy: +ned.deily ___ Python tracker <http://bugs.python.org/issue20

[issue20474] test_socket failures on OS X due to fixed "expected failures"

2014-02-01 Thread Ned Deily
New submission from Ned Deily: Three "send timeout" test cases in test_socket were changed by a4e4facad164 for Issue12958 to be "expected failures" on OS X because of observed failures on the OS X buildbots running OS X 10.6 (Snow Leopard) and earlier. testIn

[issue20474] test_socket failures on OS X due to fixed "expected failures"

2014-02-01 Thread Ned Deily
Changes by Ned Deily : -- keywords: +patch Added file: http://bugs.python.org/file33842/issue20474.patch ___ Python tracker <http://bugs.python.org/issue20

[issue20474] test_socket failures on OS X due to fixed "expected failures"

2014-02-01 Thread Ned Deily
Changes by Ned Deily : Added file: http://bugs.python.org/file33843/issue20474.patch ___ Python tracker <http://bugs.python.org/issue20474> ___ ___ Python-bugs-list mailin

[issue20474] test_socket failures on OS X due to fixed "expected failures"

2014-02-01 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file33842/issue20474.patch ___ Python tracker <http://bugs.python.org/issue20474> ___ ___ Python-bugs-list m

[issue12958] test_socket failures on Mac OS X

2014-02-01 Thread Ned Deily
Ned Deily added the comment: FYI, the OS X platform bugs causing the three "send timeout" test failures were fixed in OS X 10.7 causing those test cases to have previously silently skipped "unexpected successes". See Issue20

[issue20484] test_pydoc can alter execution environment causing subsequent test failures

2014-02-01 Thread Ned Deily
New submission from Ned Deily: With the "pydoc.synopsis() for 'binary' modules" changes (d6c3fb8d5f84) to pydoc and test_pydoc for Issue20123, running test_pydoc can leave the regrtest environment altered and cause subsequent tests to fail in strange ways. I ran int

[issue19761] test_tk fails on OS X with multiple test case failures with both Tk 8.5 and 8.4

2014-02-02 Thread Ned Deily
Ned Deily added the comment: The supplied patch fixed all of the failing test cases on OS X, tested on 3.3 and default with Cocoa Tk 8.5 & 8.6, Carbon Tk 8.4, and X11 Tk 8.6. I'll test on 2.7 after the modified patch is applied. Thanks, Serhiy! -- stage: patch review

[issue20486] msilib: can't close opened database

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

[issue20472] test_write_pty() of test_asyncio fails on "x86 Tiger 3.x" buildbot

2014-02-02 Thread Ned Deily
Ned Deily added the comment: With asyncio_pty_osx-2.patch, test_asyncio now passes on OS X 10.4.11 and 10.5.8. -- ___ Python tracker <http://bugs.python.org/issue20

[issue20474] test_socket failures on OS X due to fixed "expected failures"

2014-02-03 Thread Ned Deily
Changes by Ned Deily : -- assignee: -> ned.deily resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker <http://bugs.python

[issue20508] IndexError from ipaddress._BaseNetwork.__getitem__ has no message

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

[issue20512] Python3.3 segfaults when using big5hkscs encoding

2014-02-04 Thread Ned Deily
Ned Deily added the comment: This is definitely a duplicate of Issue18458 since the build signature indicates you are using 3.3.2 from the python.org OS X binary installer. The problem is fixed in the current Python 3.3.3 installer. -- nosy: +ned.deily resolution: -> duplicate st

[issue20514] Errno 10013 - ipython notebook

2014-02-04 Thread Ned Deily
Ned Deily added the comment: ipython is not part of the standard Python library. Suggest you ask on the ipython mailing list or help chat room (http://ipython.org) or perhaps on an Anaconda list. -- nosy: +ned.deily resolution: -> invalid stage: -> committed/rejected status

[issue20465] Upgrade SQLite to 3.8.3 with 3.4.0 Windows and OS X installers

2014-02-04 Thread Ned Deily
Ned Deily added the comment: With the consent of the release manager, the SQLite library to be shipped with the OS X installers for 3.4.0 has been updated to 3.8.3. Assigning to MvL for the Windows installers. -- assignee: -> loewis ___ Pyt

[issue20465] Upgrade SQLite to 3.8.3 with 3.4.0 Windows and OS X installers

2014-02-04 Thread Ned Deily
Ned Deily added the comment: Larry, I thought we had agreed on everything in email so I wasn't expecting any further pronouncements from you, just documenting that post feature cutoff decision. I think we're good to go. -- ___ Pyth

[issue20523] global .pdbrc on windows 7 not reachable out of the box

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

<    49   50   51   52   53   54   55   56   57   58   >