about summary refs log tree commit diff stats
path: root/ranger/ext
Commit message (Expand)AuthorAgeFilesLines
* accumulator: Make get_list an abstract methodtoonn2022-05-261-2/+4
* vcs: Switch from deprecated isSet to is_settoonn2022-02-051-3/+3
* img_display: Use `in` Pythonismtoonn2022-02-051-1/+1
* Revert "vcs: Drop disappeared Pylint options"toonn2022-02-051-0/+2
* Revert "rifle: Drop disappeared Pylint options"toonn2022-02-051-1/+3
* Revert "popen_forked: Drop disappeared Pylint options"toonn2022-02-051-1/+1
* Revert "macrodict: Drop disappeared Pylint options"toonn2022-02-051-1/+1
* Revert "img_display: Drop disappeared Pylint options"toonn2022-02-051-0/+2
* vcs: Drop disappeared Pylint optionstoonn2022-02-051-2/+0
* rifle: Drop disappeared Pylint optionstoonn2022-02-051-3/+1
* popen_forked: Drop disappeared Pylint optionstoonn2022-02-051-1/+1
* macrodict: Drop disappeared Pylint optionstoonn2022-02-051-1/+1
* img_display: Drop disappeared Pylint optionstoonn2022-02-051-2/+0
* vcs: Force UTF-8 encodingtoonn2021-09-011-1/+1
* spawn: Force UTF-8 encodingtoonn2021-09-011-1/+1
* popen_forked: Force UTF-8 encodingtoonn2021-09-011-2/+3
* open23: Drop in favor of io.opentoonn2021-09-011-50/+0
* vcs: Switch to io.opentoonn2021-09-011-2/+2
* spawn: Switch to io.opentoonn2021-09-011-2/+2
* popen_forked: Switch to io.opentoonn2021-09-011-2/+2
* img_display: Fix comment formattingtoonn2021-08-291-2/+1
* Merge remote-tracking branch 'pirate486743186/fix-w3m-32bit'toonn2021-08-291-3/+5
|\
| * fix w3m method in 32bitpirate4867431862021-08-271-3/+5
* | popen_forked: PEP8 fixtoonn2021-08-271-0/+1
* | open23: Workaround Pylint bugtoonn2021-08-271-3/+3
* | keybinding_parser: Switch to literalstoonn2021-08-271-4/+4
* | open23: Disable lint for py2 opentoonn2021-08-271-0/+2
* | popen_forked: Switch to open23toonn2021-08-271-1/+2
* | rifle: Disable encoding lintstoonn2021-08-271-0/+2
* | signals: Use literalstoonn2021-08-271-2/+2
* | spawn: Switch to open23toonn2021-08-271-1/+2
* | vcs: Switch to open23toonn2021-08-271-1/+2
* | tests: Pylint complains about open and literalstoonn2021-08-271-1/+1
|/
* popen23: Drop keyboard interrupt handlingtoonn2021-08-081-19/+1
* popen_forked: Satisfy PEP8toonn2021-08-081-0/+1
* spawn: Use Popen23 for compatibilitytoonn2021-08-081-3/+6
* img_display: Use Popen23 for compatibilitytoonn2021-08-081-1/+2
* rifle: Drop with-statement when forkingtoonn2021-08-081-2/+1
* rifle: Switch to using Popen23toonn2021-08-081-5/+66
* popen_forked: Drop with-statementtoonn2021-08-081-5/+2
* popen23: Popen context manager wrappertoonn2021-08-081-0/+60
* Correct spellingEdward Betts2021-07-243-3/+3
* config.commands: Refactor to use withtoonn2021-07-201-3/+26
* ext.vcs.vcs: Disable frivolous lintstoonn2021-07-201-0/+2
* ext.spawn: Refactor to use withtoonn2021-07-201-4/+4
* ext.popen_forked: Refactor to use withtoonn2021-07-201-3/+6
* ext.macrodict: Disable lint because of py2 compattoonn2021-07-201-1/+1
* ext.img_display: Disable lint for peculiar use of opentoonn2021-07-201-0/+4
* ext.accumulator: Use max rather than branchtoonn2021-07-201-2/+1
* tags: Refactor version conditional opentoonn2021-07-201-0/+25