[issue2771] test issue

2010-12-14 Thread Ezio Melotti
Changes by Ezio Melotti : -- priority: release blocker -> deferred blocker versions: -Python 3.2 ___ Python tracker ___ ___ Python-bug

[issue2771] test issue

2010-12-14 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +georg.brandl priority: deferred blocker -> release blocker versions: +Python 3.2 ___ Python tracker ___ ___

[issue2771] test issue

2010-12-14 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: -georg.brandl priority: release blocker -> deferred blocker ___ Python tracker ___ ___ Python-bugs-

[issue2771] test issue

2010-12-14 Thread Ezio Melotti
Changes by Ezio Melotti : -- priority: deferred blocker -> release blocker versions: -Python 3.2 ___ Python tracker ___ ___ Python-bug

[issue2212] Cookie.BaseCookie has ambiguous unicode handling

2010-12-14 Thread Terry J. Reedy
Terry J. Reedy added the comment: This is not a security issue, so removal of 2.6 was right the first time. Changing the one line would be easy, but I know nothing about what is correct or if there is even a standard for cookies. -- stage: -> unit test needed versions: -Python 2.6 _

[issue2771] test issue

2010-12-14 Thread Ezio Melotti
Changes by Ezio Melotti : -- versions: +Python 3.3 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue2771] test issue

2010-12-14 Thread Ezio Melotti
Changes by Ezio Melotti : -- priority: release blocker -> ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:

[issue2771] test issue

2010-12-14 Thread Ezio Melotti
Changes by Ezio Melotti : -- versions: -Python 3.3 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue2771] test issue

2010-12-14 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +georg.brandl priority: -> release blocker versions: +Python 3.2 ___ Python tracker ___ ___ Python-

[issue2771] test issue

2010-12-14 Thread Ezio Melotti
Changes by Ezio Melotti : -- priority: release blocker -> versions: -Python 3.2 ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue2771] test issue

2010-12-14 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: -georg.brandl priority: -> release blocker ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue2771] test issue

2010-12-14 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +georg.brandl versions: +Python 3.2 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubsc

[issue2771] test issue

2010-12-14 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: -georg.brandl priority: release blocker -> ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue2771] test issue

2010-12-14 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +georg.brandl priority: -> release blocker ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue2771] test issue

2010-12-14 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: -georg.brandl priority: release blocker -> versions: -Python 3.2 ___ Python tracker ___ ___ Pytho

[issue8040] It would be nice if documentation pages linked to other versions of the same document

2010-12-14 Thread Ezio Melotti
Ezio Melotti added the comment: If you want to work on this you should also consider that the URLs used on docs.python.org don't necessary match the directory structure present when building the doc locally. For example here it would be: .../py3k/library/fractions.html .../release31-maint/libr

[issue10618] regression in subprocess.call() command quoting

2010-12-14 Thread R. David Murray
R. David Murray added the comment: Tim: we just do our best to guess, and try to err on the conservative side. But things will always happen. Given benjamin's reply I'm closing the issue. Mercurial would have to add conditional code now anyway no matter what we do. -- nosy: +r.davi

[issue10116] Sporadic failures in test_urllibnet

2010-12-14 Thread Senthil Kumaran
Senthil Kumaran added the comment: On Sat, Nov 13, 2010 at 01:17:47PM +, Antoine Pitrou wrote: > There are still sporadic failures such as: I have made a small change for this in r87260. -- ___ Python tracker

[issue1975] signals not always delivered to main thread, since other threads have the signal unmasked

2010-12-14 Thread Duncan Findlay
Duncan Findlay added the comment: This is definitely still an issue. With the "pthread_sig" patch attached to this bug, both on FreeBSD and on linux, any processes spawned from a thread seem to have their signals blocked, so they can not be killed. Without it, on FreeBSD, the behavior descri

[issue1975] signals not always delivered to main thread, since other threads have the signal unmasked

2010-12-14 Thread Duncan Findlay
Changes by Duncan Findlay : Removed file: http://bugs.python.org/file20046/thread_test.py ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue1975] signals not always delivered to main thread, since other threads have the signal unmasked

2010-12-14 Thread Duncan Findlay
Changes by Duncan Findlay : Added file: http://bugs.python.org/file20047/thread_test.py ___ Python tracker ___ ___ Python-bugs-list mailing lis

<    1   2