[issue13703] Hash collision security issue

2012-03-09 Thread Kurt Seifried
Kurt Seifried added the comment: I have assigned CVE-2012-1150 for this issue as per http://www.openwall.com/lists/oss-security/2012/03/10/3 -- nosy: +kseifr...@redhat.com ___ Python tracker _

[issue13703] Hash collision security issue

2012-03-09 Thread Kurt Seifried
Changes by Kurt Seifried : -- nosy: -kseifr...@redhat.com ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue14237] Special sequences \A and \Z don't work in character set []

2012-03-09 Thread Georg Brandl
Georg Brandl added the comment: Duplicate of #13899. -- nosy: +georg.brandl superseder: -> re pattern r"[\A]" should work like "A" but matches nothing. Ditto B and Z. ___ Python tracker _

[issue13532] In IDLE, sys.stdout.write and sys.stderr can write any pickleable object

2012-03-09 Thread Martin v . Löwis
Martin v. Löwis added the comment: Ramchandra: Most likely, the status is that nobody is working on this, and nobody is planning to work on this. So if you want to see it fixed, it may be that you have to submit a patch yourself. -- ___ Python trac

[issue14237] Special sequences \A and \Z don't work in character set []

2012-03-09 Thread Georg Brandl
Changes by Georg Brandl : -- resolution: -> duplicate status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list

<    1   2