summaryrefslogtreecommitdiff
path: root/django/utils/six.py
AgeCommit message (Expand)Author
2015-11-10Updated six to 1.10.0.Tim Graham
2015-01-02Updated six to 1.9.0.Tim Graham
2014-11-13Removed thread customizations of six which are now built-in.Tim Graham
2014-11-04Updated six to 1.8.0.Tim Graham
2014-06-13Added django.utils.six.buffer_typesShai Berger
2014-06-07Made a test compatible with Python 2 and 3.Aymeric Augustin
2014-04-29Use the new implementation of `six.with_metaclass`.Simon Charette
2014-03-24Updated six to 1.6.1.Tim Graham
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
2014-01-26Fixed #21823 -- Upgraded six to 1.5.2Tim Graham
2013-11-02Correct flake8 E302 violationsRay Ashman Jr
2013-10-23Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol
2013-10-18Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol
2013-09-04Updated six to version 1.4.1.Aymeric Augustin
2013-09-02Updated the bundled version of six to 1.4.0.Aymeric Augustin
2013-03-27Fixed #20016: worked around Jython not having a buffer.Andreas
2013-03-17Updated bundled version of six.Aymeric Augustin
2013-03-02Add a BinaryField model fieldClaude Paroz
2013-01-26Fixed #19589 -- assertRegexpMatches is deprecated in Python 3.3.Aymeric Augustin
2013-01-01Updated our six module to follow upstream changes.Florian Apolloner
2012-09-07[py3k] Silence many warnings while running the tests.Alex Gaynor
2012-08-28[py3] Updated bundled version of sixAymeric Augustin
2012-08-18[py3] Added compatibility import of thread/_threadAymeric Augustin
2012-08-08[py3] Replaced raw_input by inputClaude Paroz
2012-07-25[py3] Updated dict-like data structures for Python 3.Aymeric Augustin
2012-07-22[py3] Switched to Python 3-compatible imports.Aymeric Augustin
2012-07-22[py3] Fixed django.utils.six.moves.Aymeric Augustin
2012-07-22[py3] Bundled six for Python 3 compatibility.Aymeric Augustin