[issue17477] update the bsddb module do build with db 5.x versions

2013-03-18 Thread Matthias Klose
Changes by Matthias Klose : -- nosy: +barry, benjamin.peterson, dmalcolm, gregory.p.smith ___ Python tracker ___ ___ Python-bugs-list

[issue17470] random.choice should accept a set as input

2013-03-18 Thread Raymond Hettinger
Raymond Hettinger added the comment: Sorry Mohammad, I concur with David Murray's reasoning. -- resolution: -> rejected status: open -> closed ___ Python tracker ___ ___

[issue17466] I can't make assignments to a list.

2013-03-18 Thread Ezio Melotti
Changes by Ezio Melotti : -- stage: -> committed/rejected ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue17477] update the bsddb module do build with db 5.x versions

2013-03-18 Thread Gregory P. Smith
Changes by Gregory P. Smith : -- nosy: +jcea -gregory.p.smith ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue17443] imaplib.IMAP4_stream subprocess is opened unbuffered but ignores short reads

2013-03-18 Thread Gregory P. Smith
Gregory P. Smith added the comment: that patch looks good for imaplib. i'll follow up on the subprocess side of things to see if the default behavior should be changed to better match what happened in 2.7 (or if not: to make sure the change in behavior is sufficiently documented and not relied o

[issue17465] Gut devinabox

2013-03-18 Thread Ezio Melotti
Ezio Melotti added the comment: > What devinabox should become instead is a README listing what people > should checkout/download and build. Isn't this already covered in the devguide? If it's not I think it should be added there rather than on a README. I'm also not sure what the current de

[issue17462] argparse FAQ: how it is different from optparse

2013-03-18 Thread Ezio Melotti
Ezio Melotti added the comment: Indeed a paragraph about it could be added at the beginning. -- nosy: +bethard stage: -> needs patch type: -> enhancement versions: +Python 3.2, Python 3.4 ___ Python tracker _

[issue17476] Pydoc allmethods does not return all methods

2013-03-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0a9b42de49d5 by R David Murray in branch '3.2': #17476: make allmethods actually return all methods. http://hg.python.org/cpython/rev/0a9b42de49d5 New changeset 7127fbc363bb by R David Murray in branch '3.3': #17476: make allmethods actually return

[issue17476] Pydoc allmethods does not return all methods

2013-03-18 Thread R. David Murray
R. David Murray added the comment: Thanks, Matt. I figured out a way to make the test *somewhat* less fragile. Oh, and that helper method really is operating on an object, not a class, so I changed the paramter name back (and added inspect.builtin...which Python2 didn't have, but I figure as

[issue17465] Gut devinabox

2013-03-18 Thread R. David Murray
R. David Murray added the comment: A script to do all the steps is what devinabox currently is, but it is rather fagile. As far as I know (Brett would know for sure) it has never worked without tweaking from one Core Sprint to the next. -- ___ Pyth

[issue2771] Test issue

2013-03-18 Thread Ezio Melotti
Ezio Melotti added the comment: Test new irker. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

<    1   2   3