Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove strip because whitespace could be a valid name | toonn | 2018-08-19 | 1 | -1/+1 |
| | |||||
* | Check PYTHON is properly defined | toonn | 2018-08-19 | 1 | -4/+10 |
| | | | | | | | | | | We don't need to check for all the various versions, that's just a maintenance burden because `python33` shouldn't ever be available if `python3` isn't. Added a check for whether `PYTHON` is empty or just whitespace because that's useless and could actually lead to problems, if `setup.py` happens to be on the `PATH`. | ||||
* | Update PYTHON variable | hektr | 2018-07-18 | 1 | -2/+3 |
| | | | | `which python3` will likely show the latest version of python installed on system, so, it should go the first. I think, it's not necessary to write all of possible versions of python. You can just use `which python3 || which python`... | ||||
* | Makefile: run tests/manpage_completion_test.py on `make test` | hut | 2018-06-12 | 1 | -2/+7 |
| | |||||
* | Replace -not operator with POSIX compliant ! | Klemens Nanni | 2018-02-05 | 1 | -3/+3 |
| | | | | | | | This ensures compatibility with non-GNU implementations like OpenBSD's find(1). -and is already implied by juxtaposition, thus remove it. | ||||
* | Fix missing `@` character | Zabielski, Kamil | 2017-12-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Zabielski, Kamil <kamil.zabielski@outlook.com> | ||||
* | Makefile: Add help for different tests | nfnty | 2017-02-10 | 1 | -13/+19 |
| | |||||
* | Beta release 1.9.0b1 v1.9.0b1 | nfnty | 2017-02-10 | 1 | -1/+1 |
| | |||||
* | linting: Rename config files | nfnty | 2017-02-09 | 1 | -1/+1 |
| | |||||
* | linting: pylint: Remove most `disabled=protected-access` | nfnty | 2017-01-30 | 1 | -1/+1 |
| | |||||
* | Makefile: `TEST_PATH_*`: Be explicit | nfnty | 2017-01-29 | 1 | -5/+11 |
| | |||||
* | Makefile: Split tests | nfnty | 2017-01-24 | 1 | -7/+11 |
| | |||||
* | linting: Fix `make test` | nfnty | 2017-01-17 | 1 | -2/+6 |
| | |||||
* | linting: pylint and flake8 | nfnty | 2017-01-17 | 1 | -0/+8 |
| | |||||
* | Enable Travis-CI | Wojciech Siewierski | 2016-06-22 | 1 | -1/+1 |
| | |||||
* | Makefile: Don't fail build when py.test is not installed | hut | 2016-02-28 | 1 | -1/+8 |
| | |||||
* | tests: add a dummy pytest test and add it to the make test step | Laurent Charignon | 2016-01-31 | 1 | -0/+1 |
| | |||||
* | Neater copyright header | hut | 2015-03-19 | 1 | -2/+2 |
| | |||||
* | Makefile: quote a variable | hut | 2015-02-07 | 1 | -1/+1 |
| | | | | This avoids an error if the path to rangers repository contains a space. | ||||
* | update email address | hut | 2014-12-11 | 1 | -1/+1 |
| | |||||
* | fix references to README.md | hut | 2014-08-22 | 1 | -1/+1 |
| | |||||
* | Makefile: allow selecting files for "make test" by setting $FILTER | hut | 2014-02-03 | 1 | -1/+2 |
| | | | | | | | | | For example: FILTER=signals make test will test only files that match "signals", i.e. only ranger/ext/signals.py. FILTER is passed as a pattern directly to grep. | ||||
* | Changed email address in source code | hut | 2013-08-08 | 1 | -1/+1 |
| | | | | | Since lavabit.com ceased providing email services, I had to change my address from hut lavabit com to hut lepus uberspace de. | ||||
* | Revert "Added bumblebee-like "make uninstall"" | hut | 2013-04-02 | 1 | -7/+0 |
| | | | | This reverts commit f19c589432c68ae1979adb723deb3665d38c0b4a. | ||||
* | Added bumblebee-like "make uninstall" | hut | 2013-04-01 | 1 | -0/+7 |
| | | | | | | | | | | | This innovative uninstalling method unlocks the power and immense efficiency that resulted from years of dedicated R&D by the greatest minds to ever walk the face of the earth. By now, this method is state-of-the-art after being tested by prestigious software such as bumblebee [1], marking a milestone and becoming a true legend in the history of open source development. [1] https://github.com/MrMEEE/bumblebee-Old-and-abbandoned/commit/a047be85247755cdbe0acce6f1dafc8beb84f2ac | ||||
* | Makefile: Fix regex of 'make clean' | hut | 2013-03-01 | 1 | -1/+1 |
| | |||||
* | updated rest of the copyright notices | hut | 2013-02-22 | 1 | -1/+1 |
| | |||||
* | update email address (romanz@lavabit.com -> hut@lavabit.com) | hut | 2013-02-22 | 1 | -1/+1 |
| | |||||
* | doc/rifle.1: Added man page for rifle | hut | 2013-02-18 | 1 | -0/+4 |
| | |||||
* | Makefile: Add python3.3 to the list of python versions | hut | 2013-01-28 | 1 | -2/+2 |
| | |||||
* | Makefile: "make dist" instead of "make snapshot" | hut | 2013-01-28 | 1 | -1/+3 |
| | |||||
* | Makefile: use python2.7 too | hut | 2012-10-18 | 1 | -1/+1 |
| | |||||
* | test rifle when running "make test" | hut | 2012-04-13 | 1 | -1/+1 |
| | |||||
* | shorten all copyright messages for better readability | hut | 2012-03-14 | 1 | -13/+1 |
| | |||||
* | Makefile: Added info about DESTDIR in "make options" | hut | 2011-10-29 | 1 | -0/+1 |
| | |||||
* | Makefile: Fixed "PHONY" stuff | hut | 2011-10-29 | 1 | -1/+1 |
| | |||||
* | Updated copyright headers | hut | 2011-10-10 | 1 | -1/+1 |
| | | | | As much as I hate this, it has to be done | ||||
* | Makefile: Fixed doctests for python3.2 | hut | 2011-10-08 | 1 | -1/+1 |
| | |||||
* | Makefile: added `make test' back in. | hut | 2011-10-07 | 1 | -1/+9 |
| | |||||
* | Makefile: update | hut | 2011-10-05 | 1 | -4/+8 |
| | |||||
* | Makefile: added "make todo" and added some notes in code | hut | 2011-10-05 | 1 | -1/+4 |
| | |||||
* | updated Makefile | hut | 2011-09-29 | 1 | -1/+2 |
| | |||||
* | removed tests. (half of them are outdated) | hut | 2011-09-28 | 1 | -9/+1 |
| | | | | To get them back, you can always simply revert this commit. | ||||
* | extended manpage and fixed {load,save}_copy_buffer commands | hut | 2011-09-25 | 1 | -0/+3 |
| | |||||
* | Overhauled manpage. It's in POD format now. | hut | 2011-09-24 | 1 | -1/+5 |
| | |||||
* | Makefile, setup.py: Fixed `make doc` | hut | 2010-09-11 | 1 | -1/+0 |
| | |||||
* | Makefile: simplification | hut | 2010-06-24 | 1 | -1/+1 |
| | |||||
* | make doc: minor cleanup and fix | hut | 2010-06-21 | 1 | -2/+2 |
| | |||||
* | commited pydocs are author agnostic | shpelda | 2010-06-21 | 1 | -1/+2 |
| | |||||
* | INSTALL: changed logname from uninstall_info to install_log.txt | hut | 2010-06-18 | 1 | -1/+1 |
| |