[issue29059] Windows: Python not using ANSI compatible console

2016-12-27 Thread Joseph Hackman
Joseph Hackman added the comment: Thanks for the tip! If you hadn't said that, I probably would have written it into the init scripts. I'll try to write something for python-ideas / PEP tomorrow, but have attached a quick patch here so I can link to this issue for an example implementation. -

[issue24288] Include/opcode.h is modified during building

2016-12-27 Thread Tres Seaver
Tres Seaver added the comment: ISTM that this issue should be re-opened, because it breaks out-of-tree building from a pristine / read-only source tree. If they are "public" headers, files like 'opcode.h' should be generated and checked in as part of the release process, rather than modified

[issue24288] permissions

2016-12-27 Thread Tres Seaver
Changes by Tres Seaver : -- title: Include/opcode.h is modified during building -> permissions ___ Python tracker ___ ___ Python-bugs-

[issue24288] Include/opcode.h is modified during building

2016-12-27 Thread Tres Seaver
Changes by Tres Seaver : -- title: permissions -> Include/opcode.h is modified during building ___ Python tracker ___ ___ Python-bugs-

[issue28871] Destructor of ElementTree.Element is recursive

2016-12-27 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Ah, I tested only with non-debug build in which asserts were ignored! In 2.7 Element doesn't support garbage collection, and the trashcan mechanism Py_TRASHCAN_SAFE_BEGIN/Py_TRASHCAN_SAFE_END can't be applied. I see three alternatives: 1. Just revert the ch

[issue29087] UCS4 support functions are not implemented

2016-12-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset 29d46d29e169 by Serhiy Storchaka in branch '3.5': Issue #29087: Removed the documentation of non-existing UCS4 support functions. https://hg.python.org/cpython/rev/29d46d29e169 New changeset e44b6b01c8cf by Serhiy Storchaka in branch '3.6': Issue #2

[issue29087] UCS4 support functions are not implemented

2016-12-27 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thanks Victor. -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___

[issue29091] Python 3.5+ socket.socketpair fallback incorrectly implemented

2016-12-27 Thread Seth Michael Larson
New submission from Seth Michael Larson: The socket.socketpair() fallback for Python 3.5+ is incorrectly implemented from the original source. The fallback doesn't provide a backlog argument to the lsock.listen() function call. When running the function it gives the following error: `TypeError

[issue29037] Python 2.7.13 prints version header and exits immediately on Windows 10 x64

2016-12-27 Thread RĂ¼diger Jungbeck
RĂ¼diger Jungbeck added the comment: I have the same problem (on 2 different systems) with the win32 version in Windows 10. The problem seems to go away when I start python -S so it has something to do with site.py -- nosy: +ruediger.jungb...@rsj.de ___

[issue29073] bytearray.__mod__() truncates on first \x00

2016-12-27 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- assignee: -> serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29073] bytearray.__mod__() truncates on first \x00

2016-12-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset 277b36596a54 by Serhiy Storchaka in branch '3.5': Issue #29073: bytearray formatting no longer truncates on first null byte. https://hg.python.org/cpython/rev/277b36596a54 New changeset 9b77e3a586b0 by Serhiy Storchaka in branch '3.6': Issue #29073:

<    1   2