[issue11281] smtplib: add ability to bind to specific source IP address/port

2011-07-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset 26839edf3cc1 by Senthil Kumaran in branch 'default': Fix closes Issue11281 - smtplib.STMP gets source_address parameter, which adds the ability to bind to specific source address on a machine with multiple interfaces. Patch by Paulo Scardine. http

[issue10639] reindent.py should not convert newlines

2011-07-29 Thread Eli Bendersky
Eli Bendersky added the comment: "make patchcheck" is working again. Thanks -- Added file: http://bugs.python.org/file22798/unnamed ___ Python tracker ___ Jason R. Coombs

[issue12531] documentation index entries for * and **

2011-07-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset a8aa918041c2 by Eli Bendersky in branch '3.2': Issue #12531: add index entries to documentation of * and ** in function calls http://hg.python.org/cpython/rev/a8aa918041c2 New changeset 221ca00121ef by Eli Bendersky in branch 'default': Merge from

[issue12531] documentation index entries for * and **

2011-07-29 Thread Eli Bendersky
Changes by Eli Bendersky : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue12380] bytearray methods center, ljust, rjust don't accept a bytearray as the fill character

2011-07-29 Thread Eli Bendersky
Changes by Eli Bendersky : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue12540] "Restart Shell" command leaves pythonw.exe processes running

2011-07-29 Thread Eli Bendersky
Eli Bendersky added the comment: Attaching an initial patch for Lib/idlelib/PyShell.py It uses subprocess.Popen instead of spawn&kill, in the way discussed in earlier messages. As far as I can tell, IDLE opens and restarts shells successfully, without leaving zombies behind. I only tested i

[issue12611] 2to3 crashes when converting doctest using reduce()

2011-07-29 Thread Petri Lehtinen
Petri Lehtinen added the comment: Still cannot reproduce with the linked file. Setting as pending until we hear the details from Vladimir. -- status: open -> pending ___ Python tracker ___

[issue12540] "Restart Shell" command leaves pythonw.exe processes running

2011-07-29 Thread Eli Bendersky
Eli Bendersky added the comment: I've now tested this on Ubuntu Linux as well. IDLE works, no zombies left behind. -- keywords: -patch ___ Python tracker ___ _

[issue11699] Doc for optparse.OptionParser.get_option_group is wrong

2011-07-29 Thread Petri Lehtinen
Petri Lehtinen added the comment: Updated the patch: - Removed the extra "to" - Changed *None* to ``None`` for conformance with the rest of the file The same patch applies unmodified to 2.7 and 3.2 branches. -- Added file: http://bugs.python.org/file22800/issue11699.patch __

[issue11699] Doc for optparse.OptionParser.get_option_group is wrong

2011-07-29 Thread Petri Lehtinen
Changes by Petri Lehtinen : Removed file: http://bugs.python.org/file22785/issue11699.patch ___ Python tracker ___ ___ Python-bugs-list mailin

[issue11699] Doc for optparse.OptionParser.get_option_group is wrong

2011-07-29 Thread Eli Bendersky
Eli Bendersky added the comment: Armin, adding you as the optparse expert - could you see the doc change makes sense? [I will then do the commit work] -- nosy: +aronacher ___ Python tracker _

[issue12428] functools test coverage

2011-07-29 Thread Brian Thorne
Brian Thorne added the comment: Cheers for the comments Eric. I've modified the patch accordingly. -- Added file: http://bugs.python.org/file22801/functools2.diff ___ Python tracker ___

<    1   2