[issue1736190] asyncore/asynchat patches

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

[issue1736190] asyncore/asynchat patches

2008-10-01 Thread Giampaolo Rodola'
Giampaolo Rodola' <[EMAIL PROTECTED]> added the comment: This issue should be closed. ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Python-bu

[issue1736190] asyncore/asynchat patches

2008-07-03 Thread Josiah Carlson
Josiah Carlson <[EMAIL PROTECTED]> added the comment: Committed to trunk a bit ago, will be in 3.0 this weekend. -- resolution: -> accepted status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> __

[issue1736190] asyncore/asynchat patches

2008-05-21 Thread svncodereview
svncodereview <[EMAIL PROTECTED]> added the comment: Dear GvR, report, New code review comments by josiah.carlson have been published. Please go to http://codereview.appspot.com/744 to read them. Message: Details: http://codereview.appspot.com/744/diff/1/22 File Doc/library/asyncore.rst (righ

[issue1736190] asyncore/asynchat patches

2008-05-05 Thread svncodereview
svncodereview <[EMAIL PROTECTED]> added the comment: Dear [EMAIL PROTECTED], New code review comments by [EMAIL PROTECTED] have been published. Please go to http://codereview.appspot.com/744 to read them. Message: (This is mostly a test of the bug/rietveld integration.) Details: http://codere

[issue1736190] asyncore/asynchat patches

2008-05-05 Thread Guido van Rossum
Guido van Rossum <[EMAIL PROTECTED]> added the comment: FWIW, I've added Giampaolo's latest patch to Rietveld: http://codereview.appspot.com/744 Review comments added there should automatically be CC'ed here. _ Tracker <[EMAIL PROTECTED]>

[issue1736190] asyncore/asynchat patches

2008-05-04 Thread Giampaolo Rodola'
Giampaolo Rodola' <[EMAIL PROTECTED]> added the comment: Yes. _ Tracker <[EMAIL PROTECTED]> _ ___ Python-bugs-list mailing list Unsubscribe:

[issue1736190] asyncore/asynchat patches

2008-05-04 Thread Brett Cannon
Brett Cannon <[EMAIL PROTECTED]> added the comment: This is separate from issue1563, right? -- nosy: +brett.cannon _ Tracker <[EMAIL PROTECTED]> _ __

[issue1736190] asyncore/asynchat patches

2008-05-04 Thread Giampaolo Rodola'
Giampaolo Rodola' <[EMAIL PROTECTED]> added the comment: In attachment the Josiah Carlson's patch who currently seems to have problems in accessing the bug tracker. It should address all the problems raised on python-dev related discussion: http://groups.google.com/group/python-dev2/browse_thread

[issue1736190] asyncore/asynchat patches

2008-04-07 Thread Guido van Rossum
Changes by Guido van Rossum <[EMAIL PROTECTED]>: _ Tracker <[EMAIL PROTECTED]> _ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue1736190] asyncore/asynchat patches

2008-03-24 Thread Giampaolo Rodola'
Giampaolo Rodola' <[EMAIL PROTECTED]> added the comment: Are there news about this issue? -- nosy: +gvanrossum _ Tracker <[EMAIL PROTECTED]> _ __

[issue1736190] asyncore/asynchat patches

2008-03-02 Thread Giampaolo Rodola'
Giampaolo Rodola' added the comment: I've discussed a lot with Josiah via e-mail and this is the updated version of the patch including a fix for the two issues raised before. This update has been needed also because the original patch has been out-dated by some commits after r53734 involving the

[issue1736190] asyncore/asynchat patches

2008-02-14 Thread Daniel Arbuckle
Changes by Daniel Arbuckle: -- nosy: +djarb _ Tracker <[EMAIL PROTECTED]> _ ___ Python-bugs-list mailing list Unsubscribe: http://m

[issue1736190] asyncore/asynchat patches

2008-01-23 Thread Giampaolo Rodola'
Changes by Giampaolo Rodola': -- severity: urgent -> normal type: security -> versions: +Python 2.6 -Python 2.5 _ Tracker <[EMAIL PROTECTED]> _

[issue1736190] asyncore/asynchat patches

2008-01-23 Thread Giampaolo Rodola'
Changes by Giampaolo Rodola': -- severity: normal -> urgent type: -> security versions: +Python 2.5 _ Tracker <[EMAIL PROTECTED]> _

[issue1736190] asyncore/asynchat patches

2007-12-10 Thread Giampaolo Rodola'
Changes by Giampaolo Rodola': Added file: http://bugs.python.org/file8918/differences.diff _ Tracker <[EMAIL PROTECTED]> _ ___ Python-bugs-li

[issue1736190] asyncore/asynchat patches

2007-12-10 Thread Giampaolo Rodola'
Giampaolo Rodola' added the comment: In attachment I provide a patch for fixing this last mentioned issue. It's a rewriting of initiate_send method which now looks at what is specified by ac_out_buffer_size attribute. Added file: http://bugs.python.org/file8917/initiate_send.py

[issue1736190] asyncore/asynchat patches

2007-11-15 Thread billiejoex
billiejoex added the comment: The current implementation of asynchat.async_chat.initiate_send method doesn't look at what is specified in ac_out_buffer_size attribute which represents the buffer size of the outgoing data defaulting to a maximum of 4096 bytes to send in a single socket.send() call