| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-11-10 | Updated six to 1.10.0. | Tim Graham | |
| 2015-01-02 | Updated six to 1.9.0. | Tim Graham | |
| 2014-11-13 | Removed thread customizations of six which are now built-in. | Tim Graham | |
| 2014-11-04 | Updated six to 1.8.0. | Tim Graham | |
| 2014-06-13 | Added django.utils.six.buffer_types | Shai Berger | |
| and used it in the Oracle SchemaEditor. Refs #22715. | |||
| 2014-06-07 | Made a test compatible with Python 2 and 3. | Aymeric Augustin | |
| 2014-04-29 | Use the new implementation of `six.with_metaclass`. | Simon Charette | |
| No more `NewBase` horrors. Thanks to bendavis78 for his work on merging this into six. | |||
| 2014-03-24 | Updated six to 1.6.1. | Tim Graham | |
| 2014-03-03 | Fixed many typos in comments and docstrings. | Rodolfo Carvalho | |
| Thanks Piotr Kasprzyk for help with the patch. | |||
| 2014-01-26 | Fixed #21823 -- Upgraded six to 1.5.2 | Tim Graham | |
| 2013-11-02 | Correct flake8 E302 violations | Ray Ashman Jr | |
| 2013-10-23 | Fixed #21298 -- Fixed E301 pep8 warnings | Alasdair Nicol | |
| 2013-10-18 | Fixed #21268 -- Fixed E303 pep8 warnings | Alasdair Nicol | |
| 2013-09-04 | Updated six to version 1.4.1. | Aymeric Augustin | |
| 2013-09-02 | Updated the bundled version of six to 1.4.0. | Aymeric Augustin | |
| 2013-03-27 | Fixed #20016: worked around Jython not having a buffer. | Andreas | |
| 2013-03-17 | Updated bundled version of six. | Aymeric Augustin | |
| 2013-03-02 | Add a BinaryField model field | Claude Paroz | |
| Thanks Michael Jung, Charl Botha and Florian Apolloner for review and help on the patch. | |||
| 2013-01-26 | Fixed #19589 -- assertRegexpMatches is deprecated in Python 3.3. | Aymeric Augustin | |
| 2013-01-01 | Updated our six module to follow upstream changes. | Florian Apolloner | |
| This includes fixes for the java/jython detection and a new license header. Thanks to Thomas Bartelmess for the report. | |||
| 2012-09-07 | [py3k] Silence many warnings while running the tests. | Alex Gaynor | |
| 2012-08-28 | [py3] Updated bundled version of six | Aymeric Augustin | |
| 2012-08-18 | [py3] Added compatibility import of thread/_thread | Aymeric Augustin | |
| This commit fixes the auto-reload of the development server. I should have done that change in ca07fda2. | |||
| 2012-08-08 | [py3] Replaced raw_input by input | Claude Paroz | |
| The six addition has been borrowed from: https://bitbucket.org/gutworth/six/changeset/733ef740 | |||
| 2012-07-25 | [py3] Updated dict-like data structures for Python 3. | Aymeric Augustin | |
| The keys/items/values methods return iterators in Python 3, and the iterkeys/items/values methods don't exist in Python 3. The behavior under Python 2 is unchanged. | |||
| 2012-07-22 | [py3] Switched to Python 3-compatible imports. | Aymeric Augustin | |
| xrange/range will be dealt with in a separate commit due to the huge number of changes. | |||
| 2012-07-22 | [py3] Fixed django.utils.six.moves. | Aymeric Augustin | |
| It didn't work because six was inside django.utils. | |||
| 2012-07-22 | [py3] Bundled six for Python 3 compatibility. | Aymeric Augustin | |
| Refs #18363. | |||
