[issue24209] Allow IPv6 bind in http.server

2015-05-16 Thread Martin Panter
Changes by Martin Panter vadmium...@gmail.com: -- nosy: +vadmium ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24209 ___ ___ Python-bugs-list

[issue24199] Idle: remove idlelib.idlever.py and its use in About dialog

2015-05-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset c473ac171041 by Terry Jan Reedy in branch '2.7': Issue #24199: Stop using idelver in aboutdialog. https://hg.python.org/cpython/rev/c473ac171041 New changeset c862166060ed by Terry Jan Reedy in branch '3.4': Issue #24199: Make idlever module self

[issue24199] Idle: remove idlelib.idlever.py and its use in About dialog

2015-05-16 Thread Terry J. Reedy
Terry J. Reedy added the comment: Benjamim, I made idlever update from sys.version until removed, so remove it from release process. Serhiy, yes there are extensions which might possibly use this private api, even if they really should not. I want to bring Nick (PEP 434 approver) into the

[issue18986] Add a case-insensitive case-preserving dict

2015-05-16 Thread Ethan Furman
Ethan Furman added the comment: From https://mail.python.org/pipermail/python-dev/2015-May/140003.html == Before the Python 3.5 feature freeze, I should step-up and formally reject PEP 455 for Adding a key-transforming

[issue24214] Exception with utf-8, surrogatepass and incremental decoding

2015-05-16 Thread RalfM
New submission from RalfM: I have an utf-8 encoded file containing single surrogates. Reading this file, specifying surrgatepass, works fine when I read the whole file with .read(), but raises an UnicodeDecodeError when I read the file line by line: - start of demo - Python 3.4.3

[issue24212] Idle, 2.7, backport idlelib.__main__, enable py -m idlelib

2015-05-16 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Why idlelib.__main__ should be backported? You can start IDLE as python -m idlelib.idle in 2.7 and this works as well in 3.x. -- nosy: +serhiy.storchaka ___ Python tracker rep...@bugs.python.org

[issue20035] Clean up Tcl library discovery in Tkinter on Windows

2015-05-16 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I afraid about Tix. _fix.py searches not only Tcl/Tk, but Tix too. New patch doesn't set TIX_LIBRARY. Unfortunately there are no Tix tests at all, and we can break the support of Tix without the notice. -- ___

[issue24215] test_trace uses test_pprint

2015-05-16 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: Converting test_pprint to be unittest discoverable had broke the test_trace that uses test_main from test_pprint. == ERROR: test_coverage (test.test_trace.TestCoverage)

[issue24211] Add RFC 6532 support to the email library

2015-05-16 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: Added file: http://bugs.python.org/file39397/email_smtputf8.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24211 ___

[issue24211] Add RFC 6532 support to the email library

2015-05-16 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: Removed file: http://bugs.python.org/file39396/email_smtputf8.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24211 ___

[issue22804] Can't run Idle in Windows 8 or windows 64

2015-05-16 Thread Terry J. Reedy
Terry J. Reedy added the comment: Closing because this report contains insufficient information to act on. -- resolution: - duplicate stage: - resolved status: open - closed type: - behavior ___ Python tracker rep...@bugs.python.org

<    1   2