Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/utils/jslex.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-311-1/+0
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-0/+1
* Added unicode_literals to the jslexer.Florian Apolloner2014-10-151-0/+1
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-1/+1
* Fixed all E226 violationsAlex Gaynor2013-11-031-1/+1
* Fixed flake8 E241Boryslav Larin2013-11-021-40/+42
* Fixed E227 pep8 warningsTim Graham2013-10-211-1/+1
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-211-9/+9
* Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol2013-10-181-2/+2
* Fixed #21285 -- Fixed E121,E122 pep8 warningsAlasdair Nicol2013-10-181-2/+2
* Removed unnecessary semicolons.Tim Graham2013-10-101-2/+2
* Fixed #16971 - Made the parsing of javascript files by 'm...Aymeric Augustin2011-10-041-12/+18
* Fixed #7704, #14045 and #15495 -- Introduce a lexer for J...Jannis Leidel2011-06-071-0/+213