Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/utils/jslex.py
Commit message (Collapse)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
| | | | This ensure that ''.join(c) in jslex.py always returns text.
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-1/+1
| | | | Thanks Piotr Kasprzyk for help with the patch.
* 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 ↵Aymeric Augustin2011-10-041-12/+18
| | | | | | 'makemessages' much faster. Thanks Antti Haapala for the implementation and Ned Batchelder for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16924 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #7704, #14045 and #15495 -- Introduce a lexer for ↵Jannis Leidel2011-06-071-0/+213
Javascript to fix multiple problems of the translation of Javascript files with xgettext. Many thanks to Ned Batchelder for his contribution of the JsLex library. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16333 bcc190cf-cafb-0310-a4f2-bffc1f526a37