Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | container.fsobject: Fix natural sort | nfnty | 2017-01-24 | 1 | -4/+23 |
| | | | | Fixes #749 | ||||
* | Python 3 division: Import `division` from `__future__` | nfnty | 2017-01-21 | 3 | -3/+3 |
| | |||||
* | linting: Python 2 compat: Import from `__future__` | nfnty | 2017-01-17 | 3 | -0/+6 |
| | |||||
* | linting: pylint and flake8 | nfnty | 2017-01-17 | 3 | -54/+54 |
| | |||||
* | Fix misspellings | stepshal | 2016-06-26 | 2 | -2/+2 |
| | |||||
* | Remove whitespace in blank lines | stepshal | 2016-06-19 | 1 | -2/+2 |
| | |||||
* | Merge branch 'E301' of https://github.com/stepshal/ranger | hut | 2016-06-18 | 1 | -0/+2 |
|\ | |||||
| * | Add one blank line where is expected | stepshal | 2016-06-16 | 1 | -0/+2 |
| | | |||||
* | | Add two blank lines where is expected | stepshal | 2016-06-16 | 2 | -0/+2 |
|/ | |||||
* | Make exactly one space after comma | stepshal | 2016-06-06 | 1 | -1/+1 |
| | | | | Update commands.py | ||||
* | test_fsobject: fix syntax error | hut | 2016-03-25 | 1 | -2/+2 |
| | |||||
* | Remove accidental prints for debugging | lverweijen | 2016-03-22 | 1 | -4/+0 |
| | |||||
* | Make natural_sort's behaviour better defined | lverweijen | 2016-03-08 | 1 | -0/+38 |
| | | | | | | | The old version relied on comparing integers to strings which is not supported in Python 3 anymore and not a good practice in general anyway. It was also the case that 'hello2' was ordered before 'hello' instead of after, which I found to be non-intuitive. | ||||
* | container.history: fixed rebase() unit test | hut | 2016-02-28 | 1 | -3/+4 |
| | |||||
* | bookmarks: add test | Laurent Charignon | 2016-01-31 | 1 | -0/+52 |
| | |||||
* | history: fix logic error and add test for all the methods | Laurent Charignon | 2016-01-31 | 1 | -2/+96 |
| | |||||
* | tests: add a dummy pytest test and add it to the make test step | Laurent Charignon | 2016-01-31 | 4 | -0/+5 |