Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/test/html.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-4/+3
* Fixed all the E203 violationsAlex Gaynor2013-10-271-1/+1
* Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol2013-10-181-1/+1
* Fixed spelling errorsGavin Wahl2013-03-281-1/+1
* Fixed #19634 -- Added proper __hash__ methods.Aymeric Augustin2013-02-251-1/+2
* Fixed HTML comparisons of class="foo bar" and class="bar ...Luke Plant2012-12-241-0/+8
* [py3] Refactored __unicode__ to __str__.Aymeric Augustin2012-08-121-2/+5
* [py3] Made Element instances hashableClaude Paroz2012-08-081-0/+2
* [py3] Ported django.utils.encoding.Aymeric Augustin2012-08-071-2/+2
* [py3] Switched to Python 3-compatible imports.Aymeric Augustin2012-07-221-2/+1
* [py3] Replaced unicode/str by six.text_type/bytes.Aymeric Augustin2012-07-221-3/+3
* [py3] Replaced basestring by six.string_types.Aymeric Augustin2012-07-221-9/+10
* Fixed #18269 -- Applied unicode_literals for Python 3 com...Claude Paroz2012-06-071-8/+11
* Fixed #17730 - Renamed django.utils.htmlparser to django....Carl Meyer2012-03-011-1/+1
* Fixed #16921 -- Added assertHTMLEqual and assertHTMLNotEq...Carl Meyer2012-01-311-0/+221