[issue10685] trace does not ignore --ignore-module

2018-04-13 Thread Tom Hines
Tom Hines added the comment: bump -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/

[issue10685] trace does not ignore --ignore-module

2015-05-26 Thread Tom Hines
Tom Hines added the comment: Test attached. Paste into test/test_trace.py. I tested in 2.7 and 3.4. Feel free to modify it. -- Added file: http://bugs.python.org/file39503/test_ignoredir.py ___ Python tracker _

[issue10685] trace does not ignore --ignore-module

2015-05-18 Thread Terry J. Reedy
Terry J. Reedy added the comment: (When replying by email to an email, please remove any quotation, except possibly for a specific line or two. The message already appears about yours on the tracker.) Good. It will take about a week for the * to appear after your name. As the diff is post

[issue10685] trace does not ignore --ignore-module

2015-05-18 Thread Tom Hines
Tom Hines added the comment: Done. On Sun, May 17, 2015 at 8:42 PM, Terry J. Reedy wrote: > > Terry J. Reedy added the comment: > > Tom, please sign the PSF Contributor Agreement > https://www.python.org/psf/contrib/ > https://www.python.org/psf/contrib/contrib-form/ > > -- > > ___

[issue10685] trace does not ignore --ignore-module

2015-05-17 Thread Terry J. Reedy
Terry J. Reedy added the comment: Tom, please sign the PSF Contributor Agreement https://www.python.org/psf/contrib/ https://www.python.org/psf/contrib/contrib-form/ -- ___ Python tracker __

[issue10685] trace does not ignore --ignore-module

2013-11-04 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- nosy: +belopolsky ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue10685] trace does not ignore --ignore-module

2013-10-31 Thread Tom Hines
Tom Hines added the comment: The trace module ignores the --ignore-dir option for both the --listfuncs and --trackcalls modes. I have attached a patch. -- keywords: +patch nosy: +tomhines Added file: http://bugs.python.org/file32437/trace.diff ___ P

[issue10685] trace does not ignore --ignore-module

2012-07-14 Thread Eli Bendersky
Changes by Eli Bendersky : -- nosy: -eli.bendersky ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue10685] trace does not ignore --ignore-module

2010-12-17 Thread Terry J. Reedy
Terry J. Reedy added the comment: Please try the recent 2.7.1 release. This needs to be tested with current 3.1.3 or 3.1.b+ also. -- nosy: +eli.bendersky, terry.reedy title: trace does nto ignore --ignore-module -> trace does not ignore --ignore-module ___