[issue1243654] Faster output if message already has a boundary

2011-01-13 Thread SilentGhost
SilentGhost added the comment: Issue #10901 was closed as a duplicate of this issue. -- nosy: +SilentGhost versions: +Python 3.1, Python 3.2 ___ Python tracker ___ ___

[issue1243654] Faster output if message already has a boundary

2010-12-21 Thread R. David Murray
R. David Murray added the comment: Committed test and fix in r87415, r87416, r87417. -- status: open -> closed ___ Python tracker ___ _

[issue1243654] Faster output if message already has a boundary

2010-12-20 Thread R. David Murray
R. David Murray added the comment: Turns out there's a bug in my version of the patch, and no test in the email test suite traversed that code path. Attached patch fixes this; I'll commit and backport after trunk unfreezes. Note that the backport contains a second bug (calls self._make_bound

[issue1243654] Faster output if message already has a boundary

2010-12-12 Thread R. David Murray
R. David Murray added the comment: Committed a simpler fix in r87196, backported to 3.1 in r87195, and 2.7 in r87196. -- resolution: -> fixed stage: unit test needed -> committed/rejected status: open -> closed ___ Python tracker

[issue1243654] Faster output if message already has a boundary

2010-05-05 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- assignee: barry -> r.david.murray nosy: +r.david.murray ___ Python tracker ___ ___ Python-bugs-list

[issue1243654] Faster output if message already has a boundary

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz : -- keywords: +easy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue1243654] Faster output if message already has a boundary

2009-02-15 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Library (Lib) -Interpreter Core stage: -> test needed type: -> performance versions: +Python 2.7 -Python 2.4 ___ Python tracker ___