aboutsummaryrefslogtreecommitdiffstats
path: root/test/automated/python-tests.el (unfollow)
Commit message (Expand)AuthorFilesLines
2014-06-21Fix completion retrieval parsing.Fabián Ezequiel Gallina1-0/+9
2014-04-08Fix python-triple-quote-pairing testGlenn Morris1-24/+30
2014-04-07Fix triple-quoting electricity in python-modeJoão Távora1-0/+39
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert1-1/+1
2013-12-25* lisp/progmodes/python.el:Fabián Ezequiel Gallina1-22/+23
2013-12-12* lisp/progmodes/python.el (python-indent-calculate-indentation): FixFabián Ezequiel Gallina1-0/+22
2013-12-12* lisp/progmodes/python.el (python-indent-context)Fabián Ezequiel Gallina1-0/+77
2013-12-12* lisp/progmodes/python.el (python-indent-calculate-indentation): WhenNathan Trapuzzano1-1/+22
2013-11-23Stop some python tests leaving temp-files behindGlenn Morris1-3/+9
2013-11-23Use skip-unless in some python testsGlenn Morris1-15/+5
2013-08-13* lisp/progmodes/python.el (python-imenu--build-tree)Fabián Ezequiel Gallina1-0/+52
2013-07-12* lisp/progmodes/python.el (python-imenu--build-tree): Fix corner caseFabián Ezequiel Gallina1-0/+47
2013-07-09* test/automated/python-tests.el (python-indent-block-enders):Glenn Morris1-2/+2
2013-07-09Explictly require ert in some test/automated/*.el filesGlenn Morris1-0/+1
2013-06-26* python-tests.el (python-tests-with-temp-file): Clean up after ourselfGlenn Morris1-2/+4
2013-04-18New faster Imenu implementation.Fabián Ezequiel Gallina1-38/+105
2013-04-17* lisp/progmodes/python.el (python-nav--syntactically): Fix cornercasesFabián Ezequiel Gallina1-0/+108
2013-04-17New defun movement commands.Fabián Ezequiel Gallina1-0/+87
2013-04-01Spelling fixes.Paul Eggert1-1/+1
2013-03-25Un-indent after "pass" and "return" statementsFabián Ezequiel Gallina1-4/+26
2013-02-25* automated/python-tests.elFabián Ezequiel Gallina1-1/+270
2013-02-24Spelling fixes.Paul Eggert1-2/+2
2013-02-20Added intial test suite for python.el.Fabián Ezequiel Gallina1-0/+1947