summaryrefslogtreecommitdiff
path: root/django/utils/jslex.py
AgeCommit message (Expand)Author
2020-05-11Refs #30116 -- Simplified regex match group access with Match.__getitem__().Jon Dufresne
2017-02-11Refs #27656 -- Updated django.utils docstring verbs according to PEP 257.Anton Samarchyan
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2015-08-31Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-10-15Added unicode_literals to the jslexer.Florian Apolloner
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
2013-11-03Fixed all E226 violationsAlex Gaynor
2013-11-02Fixed flake8 E241Boryslav Larin
2013-10-21Fixed E227 pep8 warningsTim Graham
2013-10-21Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol
2013-10-18Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol
2013-10-17Fixed #21285 -- Fixed E121,E122 pep8 warningsAlasdair Nicol
2013-10-10Removed unnecessary semicolons.Tim Graham
2011-10-04Fixed #16971 - Made the parsing of javascript files by 'makemessages' much fa...Aymeric Augustin
2011-06-07Fixed #7704, #14045 and #15495 -- Introduce a lexer for Javascript to fix mul...Jannis Leidel