[issue25001] Make --nowindows argument to regrtest propagate when running with -j

2015-09-29 Thread STINNER Victor
STINNER Victor added the comment: > Yes. Modify PCbuild/rt.bat and/or Tools/buildbot/test.bat to enable > the option on Windows buildbots. Wait, I'm not sure that I understood. You want to hide warnings by default, and add an options to show them? If it's the case, no, PCbuild/rt.bat and Tools/b

[issue25001] Make --nowindows argument to regrtest propagate when running with -j

2015-09-29 Thread Steve Dower
Steve Dower added the comment: I was only going to disable them by default for regrtest. The only way users will see them is when using the debug binaries or in their own extensions built in debug mode. We just don't want them scaring users who have just built from source and don't know about

[issue25001] Make --nowindows argument to regrtest propagate when running with -j

2015-09-29 Thread Zachary Ware
Zachary Ware added the comment: Just to add my 0.02USD: I think my preferred course of action would be to enable '-n' by default and deprecate/ignore the option. For the assert output on stderr, I think it would be fine to hide it by default, but show it if verbose > i for some value of i (0

[issue25224] Replace Idle's README.txt with annotated file list

2015-09-29 Thread Terry J. Reedy
Terry J. Reedy added the comment: I believe the previous patch finishes making the current README.txt obsolete and ready to be replaced. Attached for review and comment is a mostly complete annotated listing of idlelib files and Idle menu items. I intend to apply this or a revised version by

[issue25270] codecs.escape_encode systemerror on empty byte string

2015-09-29 Thread Benjamin Peterson
Benjamin Peterson added the comment: IMO, the "if (size == 0)" logic should be moved down several lines to avoid introducing a redundant "PyBytes_FromStringAndSize" call. -- nosy: +benjamin.peterson ___ Python tracker

[issue25275] Documentation v/s behaviour mismatch wrt integer literals containing non-ASCII characters

2015-09-29 Thread Shreevatsa R
New submission from Shreevatsa R: Summary: This is about int(u'१२३४') == 1234. At https://docs.python.org/2/library/functions.html and also https://docs.python.org/3/library/functions.html the documentation for class int(x=0) class int(x, base=10) says (respectively): > If x is no

[issue25194] Opt-in motivations & affiliations page for core contributors

2015-09-29 Thread Nick Coghlan
Changes by Nick Coghlan : -- title: Register of Financial Interests for core contributors -> Opt-in motivations & affiliations page for core contributors ___ Python tracker ___

[issue25194] Opt-in motivations & affiliations page for core contributors

2015-09-29 Thread Nick Coghlan
Nick Coghlan added the comment: I updated the patch descriptions to indicate motives.diff is the current draft while still keeping the initial iteration available. I'll ping python-committers again to give folks another chance to comment on the second draft, and then look to merge it into the

<    1   2