Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/utils/datastructures.py
Commit message (Expand)AuthorAgeFilesLines
...
* As long as we're micro-optomizing, do it right -- using m...Jacob Kaplan-Moss2009-09-111-2/+1
* Micro-optomization to SortedDict.values(). Yes, it looks ...Jacob Kaplan-Moss2009-09-111-1/+2
* Fixed #8847, #10370: added some missing methods to MultiV...Jacob Kaplan-Moss2009-03-311-1/+10
* Fixed #10184: QueryDicts with multiple values can now be ...Jacob Kaplan-Moss2009-03-311-1/+12
* Fixed #7496 -- It's now possible to pickle SortedDicts wi...Malcolm Tredinnick2008-08-251-0/+5
* Fixed #7331 -- Made `QueryDict.iteritems` behave like `Qu...Gary Wilson Jr2008-08-161-0/+8
* Fixed #2070: refactored Django's file upload capabilities.Jacob Kaplan-Moss2008-07-011-9/+41
* Fixed #7109 -- Quote certain values before passing them f...Malcolm Tredinnick2008-06-261-0/+31
* Fixed #6627 -- Made dict.clear() work for SortedDicts.Malcolm Tredinnick2008-02-211-0/+4
* Fixed #6611 -- When copying a SortedDict, make a new copy...Malcolm Tredinnick2008-02-191-1/+1
* Made a bunch of small doc rewordings from changes over th...Adrian Holovaty2008-02-161-1/+1
* Fixed #6465 -- Tweaked MergeDict.getlist() to work with D...Malcolm Tredinnick2008-02-031-4/+5
* Edited docstring changes from [6714]Adrian Holovaty2007-12-011-3/+3
* Fixed #6050 -- Handled edge-case of duplicate keys being ...Malcolm Tredinnick2007-11-291-1/+4
* Made `MultiValueDict`'s `get` and `getlist` method docstr...Gary Wilson Jr2007-11-251-2/+8
* Minor styling fix in `DotExpandedDict.__init__`.Gary Wilson Jr2007-11-251-1/+1
* Changed several hardcoding of `dict` method calls in `dja...Gary Wilson Jr2007-11-251-19/+20
* In `MergeDict` class, changed variable names to not clash...Gary Wilson Jr2007-11-251-10/+10
* Simplified `SortedDict.__deepcopy__` now that the its con...Gary Wilson Jr2007-11-121-5/+3
* Fixed #5183 -- Added __deepcopy__, pop() and popitem() to...Malcolm Tredinnick2007-10-221-0/+21
* Django coding style fixes.Gary Wilson Jr2007-10-191-20/+29
* Fixed #5744 -- Allowed SortedDict contructor to be passed...Gary Wilson Jr2007-10-141-1/+4
* Fixed #5540 -- Made __repr__() for MultiValueDict more ge...Adrian Holovaty2007-09-201-1/+1
* Fixed #3993 -- Added some useful dictionary methods to So...Malcolm Tredinnick2007-09-161-0/+20
* Fixed #3036 -- Fixed some doctest strings that were faili...Russell Keith-Magee2007-09-151-9/+7
* Refs #5138 -- Refactored implementation of __contains__ i...Russell Keith-Magee2007-09-111-3/+2
* Fixed #4947 -- Avoid displaying uploaded file contents in...Malcolm Tredinnick2007-08-121-0/+13
* Fixed #4040 -- Changed uses of has_key() to "in". Slight ...Malcolm Tredinnick2007-04-261-1/+1
* Fixed #3964 -- Added a custom SortedDict.__repr__ so that...Malcolm Tredinnick2007-04-251-0/+7
* Removed a bunch of annoying trailing whitespace.Malcolm Tredinnick2007-04-251-6/+6
* Fixed #4106 -- Fixed typo in datastructures.py. Thanks, A...Adrian Holovaty2007-04-231-1/+1
* Fixed spelling of initializing in datastructures.py commentAdrian Holovaty2007-03-161-1/+1
* Fixed #3678 -- Implemented SortedDict.copy().Malcolm Tredinnick2007-03-091-0/+7
* Fixed #2779: added a copy() method to MergeDict, along wi...Jacob Kaplan-Moss2007-02-281-0/+7
* Fixed #2620: made MergeDict.get() correctly work with the...Jacob Kaplan-Moss2007-02-251-1/+1
* Added SortedDict.value_for_index() method in django.utils...Adrian Holovaty2007-01-211-1/+5
* Fixed #2791 -- Added __contains__ method (for "a in dict"...Malcolm Tredinnick2006-09-231-0/+3
* Fixed #2441 -- Improved MultiValueDict.update() to take k...Adrian Holovaty2006-08-311-11/+17
* Fixed #2109 -- Convert old-style classes to new-style cla...Adrian Holovaty2006-06-081-1/+1
* Fixed #2079 -- Fixed bug introduced in [3070] in django.u...Adrian Holovaty2006-06-051-1/+2
* Eliminated lots of mutable default arguments (since they ...Luke Plant2006-06-031-2/+3
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is high...Adrian Holovaty2006-05-021-1/+38
* Fixed #1539 in trunkAdrian Holovaty2006-03-281-8/+13
* Changed repr for MultiValueDictAdrian Holovaty2006-01-041-1/+1
* Fixed #1131 -- Added repr() to MultiValueDict. Thanks, SimonAdrian Holovaty2005-12-291-0/+3
* Fixed #736 -- Changed behavior of QueryDict items() to be...Adrian Holovaty2005-11-301-49/+63
* Fixed #709 -- Added a __contains__ method to MultiValueDi...Adrian Holovaty2005-11-301-0/+3
* Imported Django from private SVN repository (created from...Adrian Holovaty2005-07-131-0/+171