summaryrefslogtreecommitdiff
path: root/django/utils/datastructures.py
AgeCommit message (Expand)Author
2007-10-22Fixed #5183 -- Added __deepcopy__, pop() and popitem() to SortedDict. Based onMalcolm Tredinnick
2007-10-19Django coding style fixes.Gary Wilson Jr
2007-10-14Fixed #5744 -- Allowed SortedDict contructor to be passed a list of tuples to...Gary Wilson Jr
2007-09-20Fixed #5540 -- Made __repr__() for MultiValueDict more generic. Thanks, Thoma...Adrian Holovaty
2007-09-16Fixed #3993 -- Added some useful dictionary methods to SortedDict, plus an in...Malcolm Tredinnick
2007-09-15Fixed #3036 -- Fixed some doctest strings that were failing. Thanks to pterk ...Russell Keith-Magee
2007-09-11Refs #5138 -- Refactored implementation of __contains__ in HttpRequest introd...Russell Keith-Magee
2007-08-12Fixed #4947 -- Avoid displaying uploaded file contents in the debug web page....Malcolm Tredinnick
2007-04-26Fixed #4040 -- Changed uses of has_key() to "in". Slight performanceMalcolm Tredinnick
2007-04-25Fixed #3964 -- Added a custom SortedDict.__repr__ so that the keys are printedMalcolm Tredinnick
2007-04-25Removed a bunch of annoying trailing whitespace.Malcolm Tredinnick
2007-04-23Fixed #4106 -- Fixed typo in datastructures.py. Thanks, Amr MostafaAdrian Holovaty
2007-03-16Fixed spelling of initializing in datastructures.py commentAdrian Holovaty
2007-03-09Fixed #3678 -- Implemented SortedDict.copy().Malcolm Tredinnick
2007-02-28Fixed #2779: added a copy() method to MergeDict, along with some new tests fo...Jacob Kaplan-Moss
2007-02-25Fixed #2620: made MergeDict.get() correctly work with the two-argument form o...Jacob Kaplan-Moss
2007-01-21Added SortedDict.value_for_index() method in django.utils.datastructuresAdrian Holovaty
2006-09-23Fixed #2791 -- Added __contains__ method (for "a in dict" checks) to MergeDict.Malcolm Tredinnick
2006-08-31Fixed #2441 -- Improved MultiValueDict.update() to take keyword args, like Py...Adrian Holovaty
2006-06-08Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan...Adrian Holovaty
2006-06-05Fixed #2079 -- Fixed bug introduced in [3070] in django.utils.datastructuresAdrian Holovaty
2006-06-03Eliminated lots of mutable default arguments (since they are bugsLuke Plant
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty
2006-03-28Fixed #1539 in trunkAdrian Holovaty
2006-01-04Changed repr for MultiValueDictAdrian Holovaty
2005-12-28Fixed #1131 -- Added repr() to MultiValueDict. Thanks, SimonAdrian Holovaty
2005-11-30Fixed #736 -- Changed behavior of QueryDict items() to be more consistent, fi...Adrian Holovaty
2005-11-30Fixed #709 -- Added a __contains__ method to MultiValueDict. Thanks, BrantleyAdrian Holovaty
2005-07-13Imported Django from private SVN repository (created from r. 8825)Adrian Holovaty