[issue23579] Amazon.com links

2015-03-06 Thread Sayan Chowdhury
Sayan Chowdhury added the comment: Attached a patch by changing the amazon links to official websites. -- keywords: +patch nosy: +sayanchowdhury Added file: http://bugs.python.org/file38366/issue23579.patch ___ Python tracker

[issue23432] Duplicate content in SystemExit documentation

2015-03-06 Thread Martin Panter
Martin Panter added the comment: New patch looks fine -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:

[issue16232] curses.textpad.Textbox backtrace support

2015-03-06 Thread Ned Deily
Ned Deily added the comment: This has also been reported in Issue23598 including a patch to add DEL as suggested. I have little experience with curses so I don't have any insight as to pros and cons of using erasechar() rather than the hardcoded BS and DEL chars. A test would be nice if some

[issue23598] No backspace on curses on iTerm (mac)

2015-03-06 Thread Ned Deily
Ned Deily added the comment: Thanks for the suggested change. This problem and a similar change has already been suggested in open Issue16232. Closing this issue as a duplicate and continuing the discussion there. -- nosy: -ronaldoussoren resolution: -> duplicate stage: -> resolve

[issue23579] Amazon.com links

2015-03-06 Thread Georg Brandl
Georg Brandl added the comment: LGTM. -- nosy: +georg.brandl ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue16232] curses.textpad.Textbox backtrace support

2015-03-06 Thread Ned Deily
Ned Deily added the comment: This has also been reported in Issue23598 including a patch to add DEL as suggested. I have little experience with curses so I don't have any insight as to pros and cons of using erasechar() rather than the hardcoded BS and DEL chars. A test would be nice if some

[issue16232] curses.textpad.Textbox backtrace support

2015-03-06 Thread Ned Deily
Changes by Ned Deily : -- Removed message: http://bugs.python.org/msg237420 ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue23529] Limit decompressed data when reading from LZMAFile and BZ2File

2015-03-06 Thread Martin Panter
Martin Panter added the comment: I am posting LZMAFile-etc.v3.patch, where I have implemented a “buffer_size” parameter to the buffered LZMAFile etc classes. I have not implemented open(buffering=...) for the time being (which should probably delegate to the buffer_size parameter or return a r

[issue19610] setup.py does not allow a tuple for classifiers

2015-03-06 Thread Berker Peksag
Berker Peksag added the comment: > Does current code work with None or empty tuple? Yes, it works with both None and (). -- ___ Python tracker ___ __

[issue9679] unicode DNS names in urllib, urlopen

2015-03-06 Thread John Nagle
John Nagle added the comment: Three years later, I'm converting to Python 3. Did this get fixed in Python 3? -- ___ Python tracker ___

[issue12319] [http.client] HTTPConnection.putrequest not support "chunked" Transfer-Encodings to send data

2015-03-06 Thread Demian Brecht
Demian Brecht added the comment: FWIW, so far I've tested this change against: cherrypy 3.6.0 uwsgi 2.0.9 (--http-raw-body) nginx 1.6.2 (chunked_transfer_encoding on, proxy_buffering off;) + uwsgi 2.0.9 (--http-raw-body) The chunked body works as expected. Unfortunately, all implementations se

<    1   2