codequality

Automatic code quality review tool for Python

Hi, I am python newbie. Can ppl point towards good OSS for automated decent python code review tools. I am churning quite some python code these days. Want to pass it thru some quality tool. Thanks Related question: Are there any static analysis tools for Python? ...

How can I see comparisons for all checkins to CVS in the last 24 hours?

I want to go through all of the checkins to our CVS repository once a day and do a code QA. At the moment we're running a report that tells us wich file was changed, the committer and the check in comment, but that leaves me opening each file in turn to check what the differences are. What I really want to do is ask for all files chang...