[issue678250] test_mmap failling on AIX

2010-09-21 Thread Martin v . Löwis
Changes by Martin v. Löwis : -- Removed message: http://bugs.python.org/msg117106 ___ Python tracker ___ ___ Python-bugs-list mailing

[issue678250] test_mmap failling on AIX

2010-09-21 Thread Martin v . Löwis
Changes by Martin v. Löwis : -- Removed message: http://bugs.python.org/msg117110 ___ Python tracker ___ ___ Python-bugs-list mailing

[issue1962] ctypes feature request: Automatic type conversion of input arguments to C functions

2010-09-21 Thread Amaury Forgeot d'Arc
Changes by Amaury Forgeot d'Arc : -- Removed message: http://bugs.python.org/msg117111 ___ Python tracker ___ ___ Python-bugs-list mail

[issue9915] speeding up sorting with a key

2010-09-21 Thread Eric Smith
Changes by Eric Smith : -- nosy: +eric.smith ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue2193] Cookie Colon Name Bug

2010-09-21 Thread John J Lee
John J Lee added the comment: Looks like a bug. Here's the trac bug that this caused -- trac fixed their bug by working around this bug in a really ugly way: http://trac.edgewall.org/ticket/2256 It would be nice to notify the trac developers if/when this is fixed. This bug is probably not s

[issue4661] email.parser: impossible to read messages encoded in a different encoding

2010-09-21 Thread R. David Murray
R. David Murray added the comment: OK, I'm not entirely sure I want to post this, but Antoine and I were having a conversation about nntplib and email and I noted that unicode as an email transmission channel acts as if it required 7bit clean data. That is, that there's no way to use uni

[issue4661] email.parser: impossible to read messages encoded in a different encoding

2010-09-21 Thread Antoine Pitrou
Antoine Pitrou added the comment: A couple of comments: - what is `str(self.get_param('charset', 'ascii'))` supposed to achieve? does get_param() return a bytes object? - instead of ascii+surrogateescape, you could simply use latin1 -- nosy: +pitrou ___

[issue4661] email.parser: impossible to read messages encoded in a different encoding

2010-09-21 Thread R. David Murray
R. David Murray added the comment: The 'str' around get_param shouldn't be there, that was left over from an earlier version of the patch. I use surrogateescape rather than latin1 because using surrogateescape with ascii encoding gives me a reliable way to know whether or not the original so

[issue4661] email.parser: impossible to read messages encoded in a different encoding

2010-09-21 Thread STINNER Victor
Changes by STINNER Victor : -- nosy: +haypo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue8998] add crypto routines to stdlib

2010-09-21 Thread geremy condra
geremy condra added the comment: >>> The pyOpenSSL port to Python3 is closing in on completion. Jean-Paul >>> is planning for an alpha release next month. >> >> Do you know if he's looking for help with that? There's been some talk of >> a porting sprint here and I'd be happy to put that at the

[issue678264] test_resource fails when file size is limited

2010-09-21 Thread R. David Murray
R. David Murray added the comment: That's what the original report is about, as opposed to the linux repr issue that Martin wants to break out into a new ticket (which I will do). Any ideas how to fix the test? It didn't fail for me on linux, so I don't have a good test platform for trying

[issue9917] resource max value represented as signed when should be unsigned

2010-09-21 Thread R. David Murray
New submission from R. David Murray : Breaking out the library bug discussed in issue 678264 from the test bug the issue is about. See msg14344 and msg116479. -- components: Library (Lib) messages: 117123 nosy: ajaksu2, loewis, mdr0, nnorwitz, r.david.murray, sable priority: normal sev

[issue9864] email.utils.{parsedate, parsedate_tz} should have better return types

2010-09-21 Thread R. David Murray
R. David Murray added the comment: Yes, email6 should make use of datetime objects. For email5 Antoine's proposal is better, but the question is will it happen before 3.2 beta :) -- ___ Python tracker ___

[issue1172011] BaseCookie should call value_decode from __getitem__

2010-09-21 Thread Senthil Kumaran
Senthil Kumaran added the comment: Moreover, BaseCookie should be used only for subclassing. Proper way is to always use SimpleCookie, this was an Invalid bug report. -- stage: unit test needed -> committed/rejected ___ Python tracker

[issue1491] BaseHTTPServer incorrectly implements response code 100

2010-09-21 Thread Senthil Kumaran
Changes by Senthil Kumaran : -- assignee: -> orsenthil ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://m

[issue1595365] Urllib2 user-agent header added by an opener is "frozen"

2010-09-21 Thread Senthil Kumaran
Senthil Kumaran added the comment: This is still a valid bug. -- assignee: -> orsenthil resolution: -> accepted stage: unit test needed -> needs patch ___ Python tracker ___

<    1   2