Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/utils/datastructures.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25093 -- Added utils.datastructures.OrderedSet.__l...darkryder2015-07-101-0/+3
* Removed django.utils.datastructures.SortedDict per deprec...Tim Graham2015-01-171-125/+0
* Removed django.utils.datastructures.MergeDict per depreca...Tim Graham2015-01-171-115/+0
* Fixed #23968 -- Replaced list comprehension with generato...Jon Dufresne2014-12-081-2/+2
* Fixed #23664 -- Provided a consistent definition for Orde...Thomas Chaumeny2014-10-161-1/+4
* Revert "Fixed #23384 -- Allowed overriding part of a dict...Claude Paroz2014-09-051-20/+0
* Fixed #23384 -- Allowed overriding part of a dictionary-t...Claude Paroz2014-08-301-0/+20
* Fixed #21188 -- Introduced subclasses for to-be-removed-i...Claude Paroz2014-03-081-2/+4
* Correct flake8 E302 violationsRay Ashman Jr2013-11-031-0/+6
* Fixed E225 pep8 warnings.Tim Graham2013-10-231-1/+1
* Fixed E221 pep8 warnings.Tim Graham2013-10-221-11/+11
* Fixed #18659 -- Deprecated request.REQUEST and MergeDictBouke Haarsma2013-10-171-0/+2
* Fixed #15625 -- Made message in MultiValueDictKeyError le...Tim Graham2013-09-181-1/+1
* Fixed #20989 -- Removed useless explicit list comprehensi...Simon Charette2013-08-301-1/+1
* Fixed #20989 -- Removed explicit list comprehension insid...Tim Graham2013-08-291-1/+1
* Docs tweaks (thanks timgraham)Andrew Godwin2013-08-101-1/+1
* Back SortedSet onto OrderedDict, rename it, and a few typ...Andrew Godwin2013-08-101-2/+3
* Merge remote-tracking branch 'core/master' into schema-al...Andrew Godwin2013-08-091-1/+5
|\
| * Deprecated SortedDict (replaced with collections.OrderedD...Curtis Maloney2013-08-041-1/+5
* | Merge branch 'master' into schema-alterationAndrew Godwin2013-07-021-26/+0
|\|
| * Removed insert(), value_for_insert() SortedDict methods d...Ramiro Morales2013-06-291-26/+0
* | Merge branch 'master' into schema-alterationAndrew Godwin2013-05-101-1/+7
|\|
| * Fixed #20321 -- Added missing key name in MergeDict KeyEr...Claude Paroz2013-04-261-1/+1
| * Fixed #20276 -- Implemented __bool__ for MergeDictAnton Baklanov2013-04-191-0/+6
* | Adding a dependency graph class and testsAndrew Godwin2013-05-101-0/+30
|/
* Advanced pending deprecation warnings.Aymeric Augustin2012-12-291-2/+2
* Some changes to SortedDict to make it faster under py2Anssi Kääriäinen2012-11-131-19/+14
* Allow reversed iteration over SortedDict.Mitar2012-10-151-0/+3
* remove a bunch of unnescesarry iterkeys() callsAlex Gaynor2012-08-081-1/+1
* [py3] Updated dict-like data structures for Python 3.Aymeric Augustin2012-07-251-55/+80
* Fixed QueryDict.setlistdefault.Aymeric Augustin2012-07-251-2/+4
* Rolled back a unnecessary change in 8f002867b2.Aymeric Augustin2012-07-251-0/+1
* Added tests for deprecation warnings and fixed the argume...Alex Gaynor2012-07-241-4/+8
* Remove DotExpandedDict, which was undocumented and unused.Alex Gaynor2012-07-151-32/+0
* Fix an incredibly emberassing typo.Alex Gaynor2012-07-151-3/+3
* Deprecate two methods (which I seriously doubt anyone eve...Alex Gaynor2012-07-151-0/+9
* Cleaned up the QueryDict implementation.Alex Gaynor2012-07-141-1/+0
* Fixed SortedDict.__copy__()Anssi Kääriäinen2012-04-301-3/+7
* Fixed #17634 -- Optimized the performance of MultiValueDi...Aymeric Augustin2012-02-091-9/+12
* Fixed #12375 -- Added a dict() method to convert a MultiV...Jannis Leidel2011-06-161-0/+6
* Fixed #6580 -- Added `default` parameter to `MultiValueDi...Jannis Leidel2011-05-221-2/+8
* Removed a bunch more Python 2.4 workarounds now that we d...Adrian Holovaty2011-03-281-6/+3
* Fixed MultiValueDict's copy implementation to be consista...Alex Gaynor2010-10-271-5/+7
* Fixed #12632 -- Improved performance of `SortedDict`. Th...Justin Bronn2010-09-111-1/+3
* Added more readable __str__ and __repr__ methods to Merge...Malcolm Tredinnick2010-09-101-0/+21
* Fixed #12820. Implemented other dict methods for MergeDic...Joseph Kocherhans2010-02-231-4/+26
* Changed a whole bunch of places to raise exception instan...Adrian Holovaty2010-01-101-4/+4
* Fixed #12476 -- Forced the rollout of generators passed t...Russell Keith-Magee2010-01-031-0/+7
* Fixed #11753 - Q objects with callables no longer explode...Jacob Kaplan-Moss2009-12-171-2/+2
* Fixed #11874 -- Optimizations and cleanups for SortedDict...Russell Keith-Magee2009-12-121-16/+17