Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-27 | Stop assuming that /usr/bin/python3 exists | teor | |
For scripts that work with python2, use /usr/bin/python. Otherwise, use /usr/bin/env python3. Fixes bug 29913; bugfix on 0.2.5.3-alpha. | |||
2019-03-26 | Merge branch 'practracker_regen' | Nick Mathewson | |
2019-03-26 | practracker: update usage note in docstring | Nick Mathewson | |
2019-03-25 | practracker: add ability to regenerate exceptions file. | Nick Mathewson | |
Also add a useful argument parser. | |||
2019-03-25 | practracker: pass sys.argv to main() as an argument | Nick Mathewson | |
2019-03-25 | Practracker: add a string explaining the excptions file. | Nick Mathewson | |
2019-03-22 | Set file encoding in practracker.py | Taylor Yu | |
Explicitly set the file encoding to UTF-8 in practracker.py, to avoid problems in some CI environments. Fixes bug 29789; bug not in any released Tor. | |||
2019-03-14 | practracker: Be compatible with python2 which is used by travis/jenkins. | George Kadianakis | |
2019-03-13 | Improve failure message from check-best-practices | Nick Mathewson | |
2019-03-13 | Call practracker as part of check-local. | George Kadianakis | |
- Introduce 'make check-best-practices'. - Fix up Tor topdir etc to work with the way 'make check-local' gets called. - Make practracker less likely to print useless stuff. | |||
2019-02-27 | Exit with 1 if new issues were found. Also work with python3. | George Kadianakis | |
2019-02-27 | Add more intelligent problem tracking. | George Kadianakis | |
2019-02-27 | Improve #include counting func and move it to metrics.py. | George Kadianakis | |
2019-02-27 | Initial commit of practracker.py . | George Kadianakis | |