summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-11-06Fix rifle rule alignmenttoonn
2020-10-04Merge branch 'cache-hash'toonn
2020-10-04Fix encoding of cached filenamestoonn
2020-09-11drop custom MimeTypes object in core.fmSamuli Thomasson
2020-09-08Fix mimetypes initialization #1744Samuli Thomasson
2020-08-12If files is None we can't set the _pointed_objtoonn
2020-08-06unbind from tab.changeMyk
2020-08-02Merge branch 'fix/1880-multipane-status' of https://github.com/politas/ranger...Myk
2020-08-02Add handler for tab.layoutchangeMyk
2020-08-02Merge branch 'master' into fix/1880-multipane-statusMyk
2020-08-01Handle all column changesMyk
2020-08-01Merge branch 'multipane-selection'toonn
2020-08-01Add initialization and fix indentationtoonn
2020-08-01Test for and follow tab changes in multipane modeMyk
2020-07-27Selection in multipane viewmode was misleadingtoonn
2020-07-24Merge branch 'cache-hash'toonn
2020-07-24Fix unicode decode issues in py2toonn
2020-07-08Merge branch 'cache-hash'toonn
2020-07-08Fix check for Nonetoonn
2020-07-08Add path to cache hashtoonn
2020-07-07Drop st_dev from sha512_encodetoonn
2020-07-07Merge pull request #2034 from toonn/py-version-checksWojciech Siewierski
2020-07-07Switch to packing fields for sha512_encodetoonn
2020-07-07Fix indendation of sha512_encodetoonn
2020-07-07Refactor _add_character as static methodtoonn
2020-07-07Refactor _add_character as functiontoonn
2020-07-07Hashlib requires objects implementing the buffer APItoonn
2020-07-07Missed a couple py3 version checkstoonn
2020-07-05Merge branch 'windowserror'toonn
2020-07-05Remove WindowsErrortoonn
2020-07-05Merge branch 'pylint3k'toonn
2020-07-05Apply some PEP8 love to the pylint module and teststoonn
2020-07-05Fix two issues caught by pylint3ktoonn
2020-07-05Implement python 2 compatibility checkstoonn
2020-07-05Document expected failure of GH Actiontoonn
2020-07-05Clarify excluded tests for github workflowtoonn
2020-07-05Possible bug caught in reviewtoonn
2020-07-05Drop explicit return Nonetoonn
2020-07-05Use chained comparison instead of multiple clausestoonn
2020-07-05Adjust comment indentationtoonn
2020-07-05Drop unnecessary if-expressionstoonn
2020-07-05Use in instead of multiple equality clausestoonn
2020-07-05Drop unnecessary comprehensionstoonn
2020-07-05Drop redundant try-excepttoonn
2020-07-05Switch to testing after lower casing for consistencytoonn
2020-07-05Drop redundant pass statementstoonn
2020-07-05Add local pylint disablestoonn
2020-07-05Disable dict-comprehension suggestiontoonn
2020-07-05Disable spurious warning, name is obviously passedtoonn
2020-07-05Replace if statement with dict.get with defaulttoonn