summaryrefslogtreecommitdiff
path: root/src/plugins/pythonconsole/console.py
Commit message (Expand)AuthorAgeFilesLines
* pythonconsole: Fix some pylint warningsBastien Nocera2022-06-271-5/+3
* pythonconsole: Disable pylint E1101 again for newer pylintBastien Nocera2020-11-101-2/+1
* pythonconsole: Disable "too many" coding style pylint warningsBastien Nocera2018-11-141-1/+1
* pythonconsole: Fix "class inherits from object" pylint warningBastien Nocera2018-11-141-1/+1
* pythonconsole: Fix missing returnBastien Nocera2018-11-141-0/+2
* pythonconsole: Fix pylint warningsBastien Nocera2018-06-141-19/+19
* pythonconsole: Update gi.require_version for python modulesvrishab2017-09-111-0/+5
* general: Update FSF licence addressPhilip Withnall2014-01-101-2/+1
* pythonconsole: pylintify the codePhilip Withnall2013-10-011-104/+123
* pythonconsole: Convert from tabs to spacesPhilip Withnall2013-10-011-272/+272
* Port python console to python 3Ignacio Casal Quinteiro2013-04-301-24/+24
* plugins: Port all the Python plugins to use GObject from GIRPhilip Withnall2011-04-051-9/+6
* pythonconsole: Fix key event handlingPhilip Withnall2011-03-271-10/+11
* fix insertion with tagsIgnacio Casal Quinteiro2011-02-171-5/+6
* Fix the Python Console plugin to use the latest PyGObject GTK+ overridesPhilip Withnall2010-11-141-10/+12
* Port pythonconsole plugin to libpeasPhilip Withnall2010-06-271-29/+30
* Patch from Andrés de Barbará <adebarbara@gmail.com> to add a PythonBastien Nocera2008-07-301-0/+311