[issue10908] Improvements to trace._Ignore

2016-05-30 Thread SilentGhost
SilentGhost added the comment: I closed the issue because it's outdated: i) patch no longer applies cleanly; ii) changes to cmd line parsing where done in issue 22642; iii) remaining changes are largely cosmetic. As for issue 10896, a much more trivial patch would have to be produced against

[issue10908] Improvements to trace._Ignore

2016-05-29 Thread R. David Murray
R. David Murray added the comment: SilentGhost: I don't see any discussion leading to closure here. Did you just give up on getting a review, or was the rejection discussed somewhere else? Since you have 10896 marked as being superceded by this, I'd like to know what you think we should do

[issue10908] Improvements to trace._Ignore

2016-03-23 Thread SilentGhost
Changes by SilentGhost : -- dependencies: -trace module compares directories as strings (--ignore-dir) resolution: -> rejected stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue10908] Improvements to trace._Ignore

2012-07-14 Thread Eli Bendersky
Changes by Eli Bendersky eli...@gmail.com: -- nosy: -eli.bendersky ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10908 ___ ___ Python-bugs-list

[issue10908] Improvements to trace._Ignore

2011-01-15 Thread SilentGhost
SilentGhost ghost@gmail.com added the comment: The patch aside from fixing directory names on case-insensitive file systems, also: * implements more efficient handling of directory and module comparison (put into _Ignoore.__init__ instead of _Ignore.names). * changes integer return codes

[issue10908] Improvements to trace._Ignore

2011-01-15 Thread Alexander Belopolsky
Changes by Alexander Belopolsky belopol...@users.sourceforge.net: -- nosy: +eli.bendersky ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10908 ___

[issue10908] Improvements to trace._Ignore

2011-01-15 Thread SilentGhost
Changes by SilentGhost ghost@gmail.com: -- dependencies: +trace module compares directories as strings (--ignore-dir) type: - performance ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10908

[issue10908] Improvements to trace._Ignore

2011-01-14 Thread SilentGhost
New submission from SilentGhost ghost@gmail.com: In the course of fixing #10896 I've noticed a few things: 1. --ignore-dir='$prefix' doesn't work on windows. I don't know if it has to, there is no information in docs regarding it at all. It does work on Unix. 2. The way module check is