summary refs log tree commit diff stats
path: root/ranger/ext/spawn.py
Commit message (Collapse)AuthorAgeFilesLines
* Python 3 division: Import `division` from `__future__`nfnty2017-01-211-1/+1
|
* linting: pylint 2.0.0nfnty2017-01-171-2/+1
|
* linting: Python 2 compat: Import from `__future__`nfnty2017-01-171-0/+2
|
* ext.spawn: Refactor: Add compatibility layernfnty2016-12-221-2/+28
|
* ext.spawn: Refactornfnty2016-12-181-38/+25
| | | | | Rename `spawn` to `check_output` Mimic `subprocess.check_output`
* ext.vcs.vcs: code deduplicationhut2016-11-041-4/+37
|
* code deduplicationhut2016-11-041-1/+7
|
* Add two blank lines where is expectedstepshal2016-06-161-0/+1
|
* Neater copyright headerhut2015-03-191-2/+2
|
* update email addresshut2014-12-111-1/+1
|
* Changed email address in source codehut2013-08-081-1/+1
| | | | | Since lavabit.com ceased providing email services, I had to change my address from hut lavabit com to hut lepus uberspace de.
* updated copyright noticeshut2013-02-221-1/+1
|
* update email address (romanz@lavabit.com -> hut@lavabit.com)hut2013-02-221-1/+1
|
* replaced tabs with 4 spaces in all python fileshut2013-02-101-10/+10
| | | | | | | | | PEP 8 (Style Guide for Python Code) suggests the use of 4 spaces: http://www.python.org/dev/peps/pep-0008/#indentation If you need to use tools like "git blame", you can use the -w option to ignore this commit entirely. Patches will continue to work if you substitute tabs with 4 spaces everywhere except in the Makefile.
* shorten all copyright messages for better readabilityhut2012-03-141-13/+1
|
* ext.spawn: Use shell=True when argument is a stringhut2011-10-171-1/+3
|
* Updated copyright headershut2011-10-101-1/+1
| | | | As much as I hate this, it has to be done
* Added ranger.ext.spawn which runs programs and returns their stdouthut2010-05-131-0/+27