aboutsummaryrefslogtreecommitdiff
path: root/pager.py
AgeCommit message (Expand)Author
2020-02-13pyflakes: Fix remaining "E501 line too long" warningsDavid Pursehouse
2020-02-12Fix blank line issues reported by flake8David Pursehouse
2020-02-12pager: Remove unnecessary semicolonsDavid Pursehouse
2020-02-09remove spurious +x bitsMike Frysinger
2019-06-13set default file encoding to utf-8Mike Frysinger
2017-08-31Support pager on WindowsRenaud Paquay
2012-11-13Change print statements to work in python3Sarah Owens
2012-10-09Coding style cleanupDavid Pursehouse
2012-10-04Correct call to `sys.exit()`David Pursehouse
2009-04-01Don't start the pager if stdout is a pipev1.6.4Shawn O. Pearce
2008-10-21Initial Contributionv1.0The Android Open Source Project