[issue26505] [PATCH] Spelling of ANY in the license of Modules/getaddrinfo.c

2016-03-07 Thread Ned Deily
Ned Deily added the comment: Thanks for noticing and for the patch, Alex! -- nosy: +ned.deily resolution: -> fixed stage: -> resolved status: open -> closed versions: +Python 2.7, Python 3.5, Python 3.6 ___ Python tracker <http://bug

[issue24324] Remove -Wunreachable-code flag

2016-03-07 Thread Ned Deily
Ned Deily added the comment: Thanks for the suggested patches. I used a somewhat different approach in an attempt to retain the benefit of the unreachable code warning when using other (non-GCC) compilers, in particular, llvm clang where the warnings do seem to be useful. -- nosy

[issue22110] enable extra compilation warnings

2016-03-07 Thread Ned Deily
Ned Deily added the comment: See Issue #24324 which modifies configure to not use -Wunreachable-code with gcc for the reasons stated there and by Arfrever above. -- nosy: +ned.deily ___ Python tracker <http://bugs.python.org/issue22

[issue26465] Upgrade OpenSSL shipped with python installers

2016-03-07 Thread Ned Deily
Changes by Ned Deily : -- components: +Build stage: -> needs patch versions: -Python 3.2, Python 3.3, Python 3.4 ___ Python tracker <http://bugs.python.org/issu

[issue26523] multiprocessing ThreadPool is untested

2016-03-09 Thread Ned Deily
Changes by Ned Deily : -- nosy: +davin ___ Python tracker <http://bugs.python.org/issue26523> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue26533] logging.config does not allow disable_existing_loggers=True

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

[issue26544] platform.libc_ver() returns incorrect version number

2016-03-11 Thread Ned Deily
Changes by Ned Deily : -- nosy: +lemburg ___ Python tracker <http://bugs.python.org/issue26544> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue26559] logging.handlers.MemoryHandler flushes on shutdown but not removal

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

[issue18320] python installation is broken if prefix is overridden on an install target

2016-03-15 Thread Ned Deily
Ned Deily added the comment: Allowing prefix to be overridden after configure-time is certainly not the most critical shortcoming of the Python build system and it is possible someone is relying on that behavior. Since no one, including me, seems very interested at this point in trying to

[issue26583] test_timestamp_overflow of test_importlib fails if PYTHONDONTWRITEBYTECODE is set

2016-03-19 Thread Ned Deily
Ned Deily added the comment: Pushed for release in 3.5.2 and 3.6.0. -- resolution: -> fixed stage: commit review -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue26583] test_timestamp_overflow fails

2016-03-19 Thread Ned Deily
Ned Deily added the comment: Sorry, I am unable to reproduce this on either 10.9.5 or current 10.11.3 OS X systems. Is there something unusual about the working directory you are running the tests from, like residing on an NFS or other networked file system? Any special ./configure options

[issue26583] test_timestamp_overflow of test_importlib fails if PYTHONDONTWRITEBYTECODE is set

2016-03-19 Thread Ned Deily
Ned Deily added the comment: Ah, setting PYTHONDONTWRITEBYTECODE explains it. When running the tests via "make test", python is invoked with -E to avoid issues like that. But here's a patch that skips test_timestamp_overflow if bytecode files cannot be written (Issue20

[issue26725] list() destroys map object data

2016-04-09 Thread Ned Deily
Ned Deily added the comment: This is behaving as expected. In Python 3, map() returns an iterator, so the first list(x) exhausts that iterator so that the second list(x) returns an empty list. This is a difference from Python 2 where map() returns a list. See: https://docs.python.org/3.5

[issue26706] Update OpenSSL version in readme

2016-04-10 Thread Ned Deily
Changes by Ned Deily : -- nosy: +zach.ware ___ Python tracker <http://bugs.python.org/issue26706> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue26762] test_multiprocessing_spawn leaves processes running in background

2016-04-14 Thread Ned Deily
Changes by Ned Deily : -- nosy: +davin ___ Python tracker <http://bugs.python.org/issue26762> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue26769] Python 2.7: make private file descriptors non inheritable

2016-04-15 Thread Ned Deily
Changes by Ned Deily : -- nosy: +gregory.p.smith ___ Python tracker <http://bugs.python.org/issue26769> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue26797] Segafault in _PyObject_Alloc

2016-04-18 Thread Ned Deily
Changes by Ned Deily : -- nosy: +ronaldoussoren ___ Python tracker <http://bugs.python.org/issue26797> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue26798] add BLAKE2 to hashlib

2016-04-18 Thread Ned Deily
Changes by Ned Deily : -- nosy: +christian.heimes, gregory.p.smith ___ Python tracker <http://bugs.python.org/issue26798> ___ ___ Python-bugs-list mailin

[issue26830] Refactor Tools/scripts/google.py

2016-04-22 Thread Ned Deily
Ned Deily added the comment: FWIW, I'm -0 on removing google.py and +0.5 on the refactoring. It seems like it could still be useful as either an example or a tool. Georg did a cleanup of the Tools directory several years ago (in Issue7962). Rather than removing one script, it might be

[issue26965] spam

2016-05-05 Thread Ned Deily
Changes by Ned Deily : -- resolution: -> rejected status: open -> closed title: Turbotax Tech Support Mumber 1!!888!!226!!1422 turbotax Usa Canada -> spam type: security -> versions: -Python 3.6 ___ Python tracker <http://

[issue26965] spam

2016-05-05 Thread Ned Deily
Changes by Ned Deily : -- nosy: -Karan Rawat, larry ___ Python tracker <http://bugs.python.org/issue26965> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue26965] spam

2016-05-05 Thread Ned Deily
Changes by Ned Deily : -- Removed message: http://bugs.python.org/msg264913 ___ Python tracker <http://bugs.python.org/issue26965> ___ ___ Python-bugs-list mailin

[issue26965] spam

2016-05-05 Thread Ned Deily
Changes by Ned Deily : -- components: -Argument Clinic ___ Python tracker <http://bugs.python.org/issue26965> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue26965] spam

2016-05-05 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file42738/ihaveanswer.jpg ___ Python tracker <http://bugs.python.org/issue26965> ___ ___ Python-bugs-list m

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

2016-05-05 Thread Ned Deily
Ned Deily added the comment: Paul, also check to make sure you have installed the latest ActiveTcl Tcl/Tk 8.5.x (not 8.6.x) as described here: https://www.python.org/download/mac/tcltk/. One way to tell exactly which minor release of Tcl/Tk (the "x" in "8.5.x") is in us

[issue26993] Copy idlelib *.py files with new names

2016-05-11 Thread Ned Deily
Ned Deily added the comment: Terry, I'm all for having IDLE using the newer Ttk widgets and for refactoring to make it easier to enhance and maintain IDLE. I'm not sure I understand the proposal to make two sets of IDLE files: does this mean there would be two versions of IDLE in

[issue26993] Copy idlelib *.py files with new names

2016-05-11 Thread Ned Deily
Ned Deily added the comment: Glad to be of help with regards to 8.4 :=) With my 3.6 release manager hat on, I think the best way to think of this is as a new feature: call it "Ttk IDLE" or some such (and not idle2 vs idle3 which I think is confusing) and, rather than inventing som

[issue26556] Update expat to 2.2.1

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

[issue22970] asyncio: Cancelling wait() after notification leaves Condition in an inconsistent state

2016-05-12 Thread Ned Deily
Ned Deily added the comment: Is this still a Release Blocker for 3.6? -- nosy: +ned.deily ___ Python tracker <http://bugs.python.org/issue22970> ___ ___ Python-bug

[issue26556] Update expat to 2.2.1

2016-05-12 Thread Ned Deily
Ned Deily added the comment: Any progress on this? It is still flagged as a Release Blocker and releases are approaching. -- ___ Python tracker <http://bugs.python.org/issue26

[issue27016] BlockingIOError not raised inside function.

2016-05-13 Thread Ned Deily
Ned Deily added the comment: What platform are you running this on and can you give a more detailed procedure for reproducing the problem you see? -- nosy: +ned.deily ___ Python tracker <http://bugs.python.org/issue27

[issue27049] Typo in "The Python Language Reference" 7.11 -- "individiual"

2016-05-17 Thread Ned Deily
Ned Deily added the comment: Thanks for the report! Fixed in 3.5 and later; Python 3.3 and 3.4 no longer receive documentation updates. -- nosy: +ned.deily resolution: -> fixed stage: -> resolved status: open -> closed type: behavior -> versions: -Python 3.3

[issue27054] Python installation problem: No module named 'encodings'

2016-05-18 Thread Ned Deily
Changes by Ned Deily : -- components: +Installation, Windows nosy: +paul.moore, steve.dower, tim.golden, zach.ware versions: +Python 3.5 ___ Python tracker <http://bugs.python.org/issue27

[issue24502] OS X installer provides flat sub-packages with no version numbers

2016-05-19 Thread Ned Deily
Changes by Ned Deily : -- nosy: +Paul Bloch priority: normal -> high versions: -Python 3.4 ___ Python tracker <http://bugs.python.org/issue24502> ___ ___ Py

[issue27061] 2.7.11 OS X pkg doesn't put proper version in the receipts

2016-05-19 Thread Ned Deily
Ned Deily added the comment: This problem was brought up previously in Issue24052, which is still open. I am closing this a duplicate add adding you to the nosy list there. -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> OS X instal

[issue27064] Make py.exe default to Python 3 when used interactively

2016-05-20 Thread Ned Deily
Ned Deily added the comment: I don't have a strong opinion one way on the matter since I don't have any experience with the launcher. I think I understand the issue of the Windows installer providing "release-independent" components (and, FTR, the OS X installer has a so

[issue27078] Make f'' strings faster than .format: BUILD_STRING opcode?

2016-05-21 Thread Ned Deily
Changes by Ned Deily : -- nosy: +eric.smith ___ Python tracker <http://bugs.python.org/issue27078> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue27081] Multiprocessing is not robust against sys.stderr changes

2016-05-21 Thread Ned Deily
Changes by Ned Deily : -- nosy: +davin ___ Python tracker <http://bugs.python.org/issue27081> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue26955] Implement equivalent to `pip.locations.distutils_scheme` in distutils

2016-05-21 Thread Ned Deily
Ned Deily added the comment: "When installing a python package that has `headers`, these headers are usually installed under the main python include directory". Can you give some specific examples of packages and platforms where that is the case? Just taking a quick look at some

[issue26971] python v3.5.1: sys.paths not respecting DESTDIRS and DESTSHARED

2016-05-21 Thread Ned Deily
Ned Deily added the comment: Sorry, I'm not able to reproduce your results on a vanilla Debian system. Building from scratch with ./configure --prefix=/usr and make steps results in: $ /usr/bin/python3.5 Python 3.5.1 (default, May 22 2016, 02:26:09) [GCC 4.9.2] on linux Type

[issue26980] The path argument of asyncio.BaseEventLoop.create_unix_connection is not documented

2016-05-21 Thread Ned Deily
Changes by Ned Deily : -- components: +asyncio nosy: +gvanrossum, haypo, yselivanov versions: -Python 3.4 ___ Python tracker <http://bugs.python.org/issue26

[issue27090] Python 3 import error after installation

2016-05-23 Thread Ned Deily
Ned Deily added the comment: To add to Zach's comment, there have been extended discussions in the past about whether there should be a separate set of environment variables for Python 3 vs Python 2 interpreters; see, for instance, Issue2375 and http://comments.gman

[issue24225] Idlelib: changing file names

2016-05-23 Thread Ned Deily
Ned Deily added the comment: > Ned, do you want me to post the patches first? Terry, at this stage of the release cycle, I think that's up to you and whether you want someone to do a code review prior to pushing upstream. Since this sounds like a fairly major change, though, it migh

[issue27099] IDLE: turn builting extensions into regular modules

2016-05-23 Thread Ned Deily
Ned Deily added the comment: I don't have an opinion on the matter, other than a reminder about the current cross-version (and cross-platform) compatibility issues with a user's IDLE configuration files as alluded to in Issue20580. Perhaps others more familiar with IDLE's

[issue26971] python v3.5.1: sys.paths not respecting DESTDIRS and DESTSHARED

2016-05-23 Thread Ned Deily
Ned Deily added the comment: That's very odd! I don't have a SuSE system available to test with but it is not clear to me why that would have different behavior because where the standard library extension modules directory (lib-dynload) is installed is controlled by the Python con

[issue26955] Implement equivalent to `pip.locations.distutils_scheme` in distutils

2016-05-23 Thread Ned Deily
Ned Deily added the comment: Sylvain, OK. I suggest you bring the matter up on the distutils-sig mailing list (if you haven't already) because that's where discussions and decisions are made about features for Python packaging including distutils. Otherwise, the issue is likely t

[issue27126] Apple-supplied libsqlite3 on OS X is not fork safe; can cause crashes

2016-05-25 Thread Ned Deily
Ned Deily added the comment: Thanks for your analysis! I'm sure that you are correct about Issue20353. It could also be the root cause of other crashes reported when internet proxies are used with urllib* invoking the _scproxy helper extension module, as reported in Issue13829.

[issue23497] textwrap.dedent doesn't work properly with embedded strings containing linefeeds

2015-02-21 Thread Ned Deily
Ned Deily added the comment: If you do not want the `\n` to be interpreted as a linefeed, you need to use a raw string literal, like: a = r''' ... 'my_key' : r'my value which contains \n character' ... ''' >>> print(de

[issue23499] Minor grammar issue in mimetypes.rst

2015-02-22 Thread Ned Deily
Ned Deily added the comment: Thanks! -- nosy: +ned.deily resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 2.7, Python 3.4 ___ Python tracker <http://bugs.python.or

[issue23534] `test_longdouble` fails on Mac when using system libffi (version 3.1)

2015-02-26 Thread Ned Deily
Ned Deily added the comment: Is there a reason you can't use the Python-supplied version of libffi? That's what the standard builds for python.org installers do. I believe it is the case that there are OS X-specific changes in the Python local version that do not exist in the up

[issue14721] httplib doesn't specify content-length header for POST requests without data

2015-02-27 Thread Ned Deily
Ned Deily added the comment: James, Demian: this issue has been closed for almost three years and the changes released long ago: comments made here will likely be ignored. Please open a new issue if you want them to be acted on. -- nosy: +ned.deily versions: -Python 3.5

[issue23533] MacOSX Python child process running urlopen crashed when tkMessageBox is imported

2015-02-27 Thread Ned Deily
Ned Deily added the comment: I was able to reproduce this and from the system crash report it appears that this is a duplicate of Issue20585. The workaround noted there should work for you here: define a "no_proxy" environment variable to prevent Python from attempting to call

[issue23544] IDLE hangs with debug on and stack viewer

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

[issue23544] IDLE hangs with debug on and stack viewer

2015-02-27 Thread Ned Deily
Ned Deily added the comment: Thanks for the detailed report. The problem is more general as it is reproducible on Linux X11-based IDLEs as well. -- components: -Macintosh nosy: -ronaldoussoren title: Idle stacker viewer crash OSX -> IDLE hangs with debug on and stack vie

[issue23547] Engineering at Google in 2015

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

[issue23547] Misdirected

2015-02-28 Thread Ned Deily
Changes by Ned Deily : -- stage: -> resolved title: Engineering at Google in 2015 -> Misdirected ___ Python tracker <http://bugs.python.org/issue23547> ___ __

[issue23564] Patch fixing sanity check for ordered fd sequence in _posixsubprocess.c

2015-03-02 Thread Ned Deily
Changes by Ned Deily : -- nosy: +gregory.p.smith ___ Python tracker <http://bugs.python.org/issue23564> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23568] unittest.mock.MagicMock doesn't support __rdivmod__

2015-03-03 Thread Ned Deily
Changes by Ned Deily : -- nosy: +michael.foord, rbcollins ___ Python tracker <http://bugs.python.org/issue23568> ___ ___ Python-bugs-list mailing list Unsub

[issue23310] MagicMock constructor configuration fails for magic methods

2015-03-03 Thread Ned Deily
Changes by Ned Deily : -- nosy: +michael.foord, rbcollins ___ Python tracker <http://bugs.python.org/issue23310> ___ ___ Python-bugs-list mailing list Unsub

[issue23569] unittest.mock.MagicMock.__div__ works but __truediv__ doesn't (3.3 only)

2015-03-03 Thread Ned Deily
Ned Deily added the comment: Thanks for the report, however, per our support policy, Python 3.3 is now open only for security fixes for the remainder of its support window. -- nosy: +ned.deily resolution: -> wont fix stage: -> resolved status: open -&g

[issue23578] struct.pack error messages do not indicate which argument was invalid

2015-03-03 Thread Ned Deily
Changes by Ned Deily : -- nosy: +mark.dickinson, meador.inge ___ Python tracker <http://bugs.python.org/issue23578> ___ ___ Python-bugs-list mailing list Unsub

[issue17911] traceback: add a new thin class storing a traceback without storing local variables

2015-03-04 Thread Ned Deily
Ned Deily added the comment: With 7cea10917f40 applied, multiple tests are now failing on most buildbots. For example, on OS X 10.10, test_cgitb test_code_module test_decimal: test_blanks (test.test_cgitb.TestCgitb) ... ok test_fonts (test.test_cgitb.TestCgitb) ... ok test_html

[issue17911] traceback: add a new thin class storing a traceback without storing local variables

2015-03-04 Thread Ned Deily
Ned Deily added the comment: Much better, thanks! -- priority: critical -> normal ___ Python tracker <http://bugs.python.org/issue17911> ___ ___ Python-bugs-lis

[issue23588] Errno conflicts in ssl.SSLError

2015-03-04 Thread Ned Deily
Changes by Ned Deily : -- nosy: +alex, christian.heimes, dstufft, giampaolo.rodola, janssen, pitrou versions: +Python 3.4, Python 3.5 ___ Python tracker <http://bugs.python.org/issue23

[issue23593] Update Windows and OS X installer OpenSSL to 1.0.2

2015-03-05 Thread Ned Deily
New submission from Ned Deily: Per the discussion in Issue23476, the installers should be updated to use OpenSSL 1.0.2 to solve the shortest trust path issue documented there. -- components: Build messages: 237287 nosy: ned.deily, steve.dower priority: normal severity: normal stage

[issue23476] SSL cert verify fail for "www.verisign.com"

2015-03-05 Thread Ned Deily
Ned Deily added the comment: Issue23593 opened to request Windows and OS X installer OpenSSL updates to 1.0.2 -- nosy: +ned.deily ___ Python tracker <http://bugs.python.org/issue23

[issue23594] Wrong variable name in traceback

2015-03-05 Thread Ned Deily
Changes by Ned Deily : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Unupdated source file in traceback ___ Python tracker <http://bugs.python

[issue23594] Wrong variable name in traceback

2015-03-05 Thread Ned Deily
Changes by Ned Deily : -- Removed message: http://bugs.python.org/msg237316 ___ Python tracker <http://bugs.python.org/issue23594> ___ ___ Python-bugs-list mailin

[issue23593] Update Windows and OS X installer OpenSSL to 1.0.2

2015-03-05 Thread Ned Deily
Ned Deily added the comment: [Sorry, incorrect issue number in the commit messages!] New changeset 62c3742eb25f by Ned Deily in branch '2.7': Issue #23594: Update OS X 10.5 installer build to use OpenSSL 1.0.2. https://hg.python.org/cpython/rev/62c3742eb25f New changeset b2f3a44db

[issue23599] single and double quotes stripped upon paste into interpreter

2015-03-06 Thread Ned Deily
Ned Deily added the comment: You've already answered this but since I've already typed it: one possible pitfall here is the automatic smart quotes feature of the OS X text system which may or may not be a factor depending on which programs are in use. You can disable smart quotes

[issue23599] single and double quotes stripped upon paste into interpreter

2015-03-06 Thread Ned Deily
Ned Deily added the comment: OK, thanks, now we're getting somewhere! From the pathname (/opt/local/bin), I assume you are using the Python 3.4 from MacPorts and from the readline docstring that Python 3.4 is linked with BSD libedit rather than GNU readline. MacPorts supplies its own,

[issue23599] single and double quotes stripped upon paste into interpreter

2015-03-06 Thread Ned Deily
Ned Deily added the comment: Er, make that: sudo port install py34-readline -- ___ Python tracker <http://bugs.python.org/issue23599> ___ ___ Python-bugs-list m

[issue23599] single and double quotes stripped upon paste with MacPorts libedit

2015-03-06 Thread Ned Deily
Changes by Ned Deily : -- assignee: -> ned.deily title: single and double quotes stripped upon paste into interpreter -> single and double quotes stripped upon paste with MacPorts libedit ___ Python tracker <http://bugs.python.org/i

[issue23600] tizinfo.fromutc changed for tzinfo wih StdOffset=0, DstOffset=1

2015-03-06 Thread Ned Deily
Changes by Ned Deily : -- nosy: +belopolsky ___ Python tracker <http://bugs.python.org/issue23600> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16232] curses.textpad.Textbox backtrace support

2015-03-06 Thread Ned Deily
Ned Deily added the comment: This has also been reported in Issue23598 including a patch to add DEL as suggested. I have little experience with curses so I don't have any insight as to pros and cons of using erasechar() rather than the hardcoded BS and DEL chars. A test would be ni

[issue23598] No backspace on curses on iTerm (mac)

2015-03-06 Thread Ned Deily
Ned Deily added the comment: Thanks for the suggested change. This problem and a similar change has already been suggested in open Issue16232. Closing this issue as a duplicate and continuing the discussion there. -- nosy: -ronaldoussoren resolution: -> duplicate st

[issue16232] curses.textpad.Textbox backtrace support

2015-03-06 Thread Ned Deily
Ned Deily added the comment: This has also been reported in Issue23598 including a patch to add DEL as suggested. I have little experience with curses so I don't have any insight as to pros and cons of using erasechar() rather than the hardcoded BS and DEL chars. A test would be ni

[issue16232] curses.textpad.Textbox backtrace support

2015-03-06 Thread Ned Deily
Changes by Ned Deily : -- Removed message: http://bugs.python.org/msg237420 ___ Python tracker <http://bugs.python.org/issue16232> ___ ___ Python-bugs-list mailin

[issue23617] Incorrect plural "includes" on Python Standard Library front page

2015-03-09 Thread Ned Deily
Ned Deily added the comment: Thanks for the report! -- nosy: +ned.deily resolution: -> fixed stage: -> resolved status: open -> closed type: enhancement -> versions: +Python 3.5 ___ Python tracker <http://bugs.python

[issue23623] Python 3.5 docs need to clarify how to set PATH, etc

2015-03-09 Thread Ned Deily
Ned Deily added the comment: Steve, how does https://docs.python.org/dev/using/windows.html look now? (There may have been an update lag.) -- nosy: +ned.deily ___ Python tracker <http://bugs.python.org/issue23

[issue23623] Python 3.5 docs need to clarify how to set PATH, etc

2015-03-09 Thread Ned Deily
Changes by Ned Deily : -- nosy: -ned.deily ___ Python tracker <http://bugs.python.org/issue23623> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23546] Windows, 'Edit withIDLE', and multplie installed versions

2015-03-09 Thread Ned Deily
Ned Deily added the comment: Perhaps I misunderstand what you meant but "python -m module_name" is a documented Python 2 feature: https://docs.python.org/2/using/cmdline.html#cmdoption-m I think the failure to initialize when using -m idlelib after copying over __main__.py from P

[issue23619] Python 3.5.0a2 installer fails on Windows

2015-03-09 Thread Ned Deily
Ned Deily added the comment: "Not sure that we have any precedent for dealing with tests that require admin privileges when installed but not in the source tree?" I think we do. With the OS X installer (and, in theory, other Posix-style installs), we have a similar situation where

[issue23546] Windows, 'Edit withIDLE', and multplie installed versions

2015-03-09 Thread Ned Deily
Ned Deily added the comment: Sorry, my apologies: I was testing incorrectly. Applying 556b9bafdee8 from Python 3 is not sufficient; there are still some other path import issues with extensions and icon files. But it shouldn't be hard to track those down and fix them, assuming supportin

[issue23619] Python 3.5.0a2 installer fails on Windows

2015-03-09 Thread Ned Deily
Ned Deily added the comment: Regarding tests trying to write into the install directory tree, I'm pretty sure that there have been fixes added for those but I can't recall off the top of my head specific examples. I think the best approach is to use a temporary, writable directo

[issue23636] Add scgi to urllib.parse.uses_netloc

2015-03-10 Thread Ned Deily
Changes by Ned Deily : -- nosy: +orsenthil ___ Python tracker <http://bugs.python.org/issue23636> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23643] Segmentation Fault with Large Simple Function

2015-03-11 Thread Ned Deily
Ned Deily added the comment: Isn't this a duplicate of Issue5765 and Issue11383? -- nosy: -ronaldoussoren ___ Python tracker <http://bugs.python.org/is

[issue23643] Segmentation Fault with Large Simple Function

2015-03-11 Thread Ned Deily
Changes by Ned Deily : -- nosy: -ned.deily ___ Python tracker <http://bugs.python.org/issue23643> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23643] Segmentation Fault with Large Simple Function

2015-03-11 Thread Ned Deily
Changes by Ned Deily : -- components: -Macintosh ___ Python tracker <http://bugs.python.org/issue23643> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23650] xml.etree.ElementTreee.write can't parse its own output

2015-03-12 Thread Ned Deily
Ned Deily added the comment: This is a duplicate of Issue5166. Note that in your example, you are not serializing valid XML 1.0: \x1b (ESC) is not a valid XML character, it has to be escaped and, as the discussion in Issue5166 points out, etree does not automatically do that for you

[issue23652] ifdef uses of EPOLLxxx macros so we can compile on systems that don't have them

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

[issue23643] Segmentation Fault with Large Simple Function

2015-03-13 Thread Ned Deily
Ned Deily added the comment: (Closed by submitter.) -- nosy: +ned.deily resolution: -> duplicate stage: -> resolved superseder: -> stack overflow evaluating eval("()" * 3) ___ Python tracker <http://bugs

[issue12641] Remove -mno-cygwin from distutils

2015-03-13 Thread Ned Deily
Ned Deily added the comment: Michael, this issue is closed and the changes have long since been released. Comments here will likely be ignored. Please open a new issue describing the problem you are seeing and under what environment, with exact steps to reproduce it. -- nosy

[issue23661] Setting a exception side_effect on a mock from create_autospec does not work

2015-03-14 Thread Ned Deily
Changes by Ned Deily : -- nosy: +berker.peksag, michael.foord ___ Python tracker <http://bugs.python.org/issue23661> ___ ___ Python-bugs-list mailing list Unsub

[issue23663] Crash on failure in ctypes on Cygwin

2015-03-14 Thread Ned Deily
Changes by Ned Deily : -- nosy: +amaury.forgeotdarc, belopolsky, meador.inge stage: -> patch review versions: +Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/issu

[issue23670] Modifications to support iOS as a cross-compilation target

2015-03-15 Thread Ned Deily
Ned Deily added the comment: As a cross-compilation target. From a first quick look at it, it appears the patch requires a current Mac OS X system to build for iOS; the necessary standard build tools and SDKs for iOS are only available on OS X. These are the same build tools used for OS X

[issue23670] Modifications to support iOS as a cross-compilation target

2015-03-15 Thread Ned Deily
Ned Deily added the comment: Ack, much to consider. Adding doko as I believe he has been most closely following developments with libffi releases. -- nosy: +doko ___ Python tracker <http://bugs.python.org/issue23

[issue23672] IDLE for osx 10.8.5 won't run

2015-03-15 Thread Ned Deily
Ned Deily added the comment: Try removing IDLE's recently-used file list: rm ~/.idlerc/recent-files.lst -- nosy: +ned.deily ___ Python tracker <http://bugs.python.org/is

[issue23670] Modifications to support iOS as a cross-compilation target

2015-03-15 Thread Ned Deily
Ned Deily added the comment: A thought, primarily as a note to myself for further investigation: the current OS X framework build support and, to a lesser extent, universal build support have added a fair amount of special-case cruft to the build process, primarily in configure.ac and the

[issue23672] IDLE can crash if file name contains non-BMP Unicode characters

2015-03-15 Thread Ned Deily
Ned Deily added the comment: At least on some platforms (e.g. OS X), it is easy to create files with legitimate names containing code points above the BMP limit (<= U+) currently imposed by Tcl/Tk. For IDLE 3, I suspect _filename_to_unicode() in EditorWindow could be modified to ch

<    61   62   63   64   65   66   67   68   69   70   >