[issue19292] Make SSLContext.set_default_verify_paths() work on Windows

2013-10-21 Thread intgr
Changes by intgr : -- nosy: +intgr ___ Python tracker <http://bugs.python.org/issue19292> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue16512] imghdr doesn't support jpegs with an ICC profile

2013-09-18 Thread intgr
intgr added the comment: I vote we forget about JFIF/Exif headers and only use \xff\xd8 to identify the file. They are optional and there are tons of files out in the wild without such headers, for example: https://coverartarchive.org/release/5044b557-a9ed-4a74-b763-e20580ced85d/3354872309

[issue11357] Add support for PEP 381 Mirror Authenticity

2011-09-19 Thread intgr
Changes by intgr : -- nosy: +intgr ___ Python tracker <http://bugs.python.org/issue11357> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue11897] [PATCH] Documentation: fix typo, absolute_import not absolute_imports

2011-04-21 Thread intgr
New submission from intgr : The "Porting Python 2 Code to Python 3" guide currently says: from __future__ import absolute_imports However it should be singular: from __future__ import absolute_import -- assignee: docs@python components: Documenta

[issue675698] New block cipher API

2010-09-20 Thread intgr
Changes by intgr : -- nosy: +intgr ___ Python tracker <http://bugs.python.org/issue675698> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue1370380] async_chat.push() can trigger handle_error(). undocumented.

2009-03-28 Thread intgr
Changes by intgr : -- nosy: +intgr ___ Python tracker <http://bugs.python.org/issue1370380> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue658749] asyncore connect() and winsock errors

2009-03-28 Thread intgr
Changes by intgr : -- nosy: +intgr ___ Python tracker <http://bugs.python.org/issue658749> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue1736190] asyncore/asynchat patches

2009-03-28 Thread intgr
Changes by intgr : -- nosy: +intgr ___ Python tracker <http://bugs.python.org/issue1736190> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue2073] asynchat push always sends 512 bytes (ignoring ac_out_buffer_size)

2009-03-28 Thread intgr
Changes by intgr : -- nosy: +intgr ___ Python tracker <http://bugs.python.org/issue2073> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue777588] asyncore is broken for windows if connection is refused

2009-03-28 Thread intgr
Changes by intgr : -- nosy: +intgr ___ Python tracker <http://bugs.python.org/issue777588> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue1563] asyncore and asynchat incompatible with Py3k str and bytes

2009-03-28 Thread intgr
Changes by intgr : -- nosy: +intgr ___ Python tracker <http://bugs.python.org/issue1563> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue4277] asynchat's handle_error inconsistency

2009-03-28 Thread intgr
Changes by intgr : -- nosy: +intgr ___ Python tracker <http://bugs.python.org/issue4277> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue2944] asyncore doesn't handle connection refused correctly

2009-03-28 Thread intgr
Changes by intgr : -- nosy: +intgr ___ Python tracker <http://bugs.python.org/issue2944> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue4501] asyncore's urgent data management and connection closed events are broken when using poll()

2009-03-28 Thread intgr
Changes by intgr : -- nosy: +intgr ___ Python tracker <http://bugs.python.org/issue4501> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue1641] asyncore delayed calls feature

2009-03-24 Thread intgr
Changes by intgr : ___ Python tracker <http://bugs.python.org/issue1641> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/pytho

[issue1657] [patch] epoll and kqueue wrappers for the select module

2009-03-24 Thread intgr
Changes by intgr : -- nosy: +intgr ___ Python tracker <http://bugs.python.org/issue1657> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue1641] asyncore delayed calls feature

2009-03-24 Thread intgr
Changes by intgr : -- nosy: +intgr ___ Python tracker <http://bugs.python.org/issue1641> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue2006] asyncore loop lacks timers and work tasks

2009-03-24 Thread intgr
Changes by intgr : -- nosy: +intgr ___ Python tracker <http://bugs.python.org/issue2006> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue4690] asyncore calls handle_write() on closed sockets when use_poll=True

2009-03-24 Thread intgr
Changes by intgr : -- nosy: +intgr ___ Python tracker <http://bugs.python.org/issue4690> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth