[issue17642] IDLE add font resizing hot keys

2013-04-06 Thread Edmond Burnett
Changes by Edmond Burnett : -- nosy: +edmond.burnett ___ Python tracker <http://bugs.python.org/issue17642> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue17449] dev guide appears not to cover the benchmarking suite

2013-04-05 Thread Edmond Burnett
Changes by Edmond Burnett : -- nosy: +edmond.burnett ___ Python tracker <http://bugs.python.org/issue17449> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue17390] display python version on idle title bar

2013-04-02 Thread Edmond Burnett
Edmond Burnett added the comment: Here is a patch to add a more descriptive title to the IDLE editor. Python Editor: - -- Added file: http://bugs.python.org/file29657/issue17390_editor_title.patch ___ Python tracker <http://bugs.python.

[issue17390] display python version on idle title bar

2013-03-30 Thread Edmond Burnett
Edmond Burnett added the comment: Terry, I submitted my contributor form on March 15th, and received the confirmation, but it has not yet been applied to my account. I saw some discussion on one of the mailing lists of there being a potential backlog due to the PyCon sprints, so I just

[issue17390] display python version on idle title bar

2013-03-16 Thread Edmond Burnett
Edmond Burnett added the comment: Updated patch to conform to PEP3101 -- Added file: http://bugs.python.org/file29425/issue17390.patch ___ Python tracker <http://bugs.python.org/issue17

[issue17390] display python version on idle title bar

2013-03-16 Thread Edmond Burnett
Changes by Edmond Burnett : Added file: http://bugs.python.org/file29426/issue17390.patch ___ Python tracker <http://bugs.python.org/issue17390> ___ ___ Python-bugs-list m

[issue17390] display python version on idle title bar

2013-03-16 Thread Edmond Burnett
Changes by Edmond Burnett : Removed file: http://bugs.python.org/file29425/issue17390.patch ___ Python tracker <http://bugs.python.org/issue17390> ___ ___ Python-bug

[issue17390] display python version on idle title bar

2013-03-16 Thread Edmond Burnett
Changes by Edmond Burnett : Removed file: http://bugs.python.org/file29404/idle_shell_version_display-3.4.0a0.patch ___ Python tracker <http://bugs.python.org/issue17

[issue17431] email.parser module has no attribute BytesFeedParser

2013-03-15 Thread Edmond Burnett
Changes by Edmond Burnett : -- keywords: +patch Added file: http://bugs.python.org/file29421/issue17431_3.4.patch ___ Python tracker <http://bugs.python.org/issue17

[issue17431] email.parser module has no attribute BytesFeedParser

2013-03-15 Thread Edmond Burnett
Edmond Burnett added the comment: Working on a patch for this. -- nosy: +edmond.burnett ___ Python tracker <http://bugs.python.org/issue17431> ___ ___ Python-bug

[issue17390] display python version on idle title bar

2013-03-13 Thread Edmond Burnett
Edmond Burnett added the comment: Suggesting a patch which addresses this enhancement. I did not include architecture() in the title bar but can add it as well if others think it is appropriate. Import of platform.python_version is done at the top of PyShell.py rather than inside the class