[issue879399] socket line buffering

2012-12-25 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___ ___ Python-bug

[issue879399] socket line buffering

2012-12-25 Thread Kristján Valur Jónsson
Changes by Kristján Valur Jónsson : -- resolution: -> fixed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue879399] socket line buffering

2012-12-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5be3fa83d436 by Kristján Valur Jónsson in branch '2.7': issue #879399 http://hg.python.org/cpython/rev/5be3fa83d436 -- nosy: +python-dev ___ Python tracker __

[issue879399] socket line buffering

2012-12-24 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- assignee: -> kristjan.jonsson ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue879399] socket line buffering

2012-12-23 Thread Kristján Valur Jónsson
Kristján Valur Jónsson added the comment: Sure, Leave it to me. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue879399] socket line buffering

2012-12-23 Thread Andrew Svetlov
Andrew Svetlov added the comment: LGTM. Kristján, would you like to commit? -- ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue879399] socket line buffering

2012-12-23 Thread oleg chubin
oleg chubin added the comment: I just have updated patch for current version of code. It looks good for me. -- nosy: +0lejka, asvetlov Added file: http://bugs.python.org/file28404/_fileobject23122012.diff ___ Python tracker

[issue879399] socket line buffering

2012-12-20 Thread Kristján Valur Jónsson
Kristján Valur Jónsson added the comment: New patch, with unittest. -- Added file: http://bugs.python.org/file28377/_fileobject.diff ___ Python tracker ___ _

[issue879399] socket line buffering

2012-12-14 Thread Kristján Valur Jónsson
Kristján Valur Jónsson added the comment: Good point, will do. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue879399] socket line buffering

2012-12-14 Thread Antoine Pitrou
Antoine Pitrou added the comment: Would be nice to add a test... -- nosy: +pitrou versions: -Python 3.1, Python 3.2 ___ Python tracker ___ _

[issue879399] socket line buffering

2012-12-14 Thread Kristján Valur Jónsson
Kristján Valur Jónsson added the comment: Here's a patch for the current 2.7 stuff, from issue #16680 (which was deemed duplicate). Unless anyone objects, I'll commit that to 2.7 soon. Eight years, this has taken. -- keywords: +patch nosy: +kristjan.jonsson Added file: http://bugs.pyt

[issue879399] socket line buffering

2010-08-18 Thread Mark Lawrence
Mark Lawrence added the comment: I'm just wondering if the original code could be the cause of subtle bugs with socket.py, anyone? (I'm no sockets guru). There's a proposed inline patch that's never been implemented, what do you (plural) make of it?. -- nosy: +BreamoreBoy stage: unit

[issue879399] socket line buffering

2009-02-14 Thread Daniel Diniz
Daniel Diniz added the comment: The code described by Jean is still present. -- nosy: +ajaksu2 stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.3 ___ Python tracker __