aboutsummaryrefslogtreecommitdiffstats
path: root/test/automated/python-tests.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix python-triple-quote-pairing testGlenn Morris2014-04-081-24/+30
* Fix triple-quoting electricity in python-modeJoão Távora2014-04-071-0/+39
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * lisp/progmodes/python.el:Fabián Ezequiel Gallina2013-12-251-22/+23
* * lisp/progmodes/python.el (python-indent-calculate-indentation): FixFabián Ezequiel Gallina2013-12-121-0/+22
* * lisp/progmodes/python.el (python-indent-context)Fabián Ezequiel Gallina2013-12-121-0/+77
* * lisp/progmodes/python.el (python-indent-calculate-indentation): WhenNathan Trapuzzano2013-12-121-1/+22
* Stop some python tests leaving temp-files behindGlenn Morris2013-11-231-3/+9
* Use skip-unless in some python testsGlenn Morris2013-11-231-15/+5
* * lisp/progmodes/python.el (python-imenu--build-tree)Fabián Ezequiel Gallina2013-08-131-0/+52
* * lisp/progmodes/python.el (python-imenu--build-tree): Fix corner caseFabián Ezequiel Gallina2013-07-121-0/+47
* * test/automated/python-tests.el (python-indent-block-enders):Glenn Morris2013-07-091-2/+2
* Explictly require ert in some test/automated/*.el filesGlenn Morris2013-07-091-0/+1
* * python-tests.el (python-tests-with-temp-file): Clean up after ourselfGlenn Morris2013-06-261-2/+4
* New faster Imenu implementation.Fabián Ezequiel Gallina2013-04-181-38/+105
* * lisp/progmodes/python.el (python-nav--syntactically): Fix cornercasesFabián Ezequiel Gallina2013-04-171-0/+108
* New defun movement commands.Fabián Ezequiel Gallina2013-04-171-0/+87
* Spelling fixes.Paul Eggert2013-04-011-1/+1
* Merge from emacs-24; up to 2012-12-26T16:22:18Z!michael.albinus@gmx.deGlenn Morris2013-03-301-4/+26
|\
| * Un-indent after "pass" and "return" statementsFabián Ezequiel Gallina2013-03-251-4/+26
* | Merge from emacs-24; up to 2012-12-23T02:41:17Z!rgm@gnu.orgGlenn Morris2013-02-271-0/+269
|\ \ | |/
| * * automated/python-tests.elFabián Ezequiel Gallina2013-02-251-1/+270
* | Spelling fixes.Paul Eggert2013-02-241-2/+2
|/
* Added intial test suite for python.el.Fabián Ezequiel Gallina2013-02-201-0/+1947