Django

Code

root/django/trunk/tests/regressiontests/datastructures/tests.py


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @8531 [8531] 08/24/08 23:00:15 mtredinnick Fixed #7496 -- It's now possible to pickle SortedDicts? with pickle …
(edit) @8399 [8399] 08/15/08 21:17:55 gwilson Fixed #7331 -- Made QueryDict.iteritems behave like QueryDict.items, …
(edit) @7814 [7814] 07/01/08 10:10:51 jacob Fixed #2070: refactored Django's file upload capabilities. A description …
(edit) @7744 [7744] 06/25/08 22:16:55 mtredinnick A forgotten file from [7743] (test the new DictWrapper? class).
(edit) @7140 [7140] 02/21/08 15:27:44 mtredinnick Fixed #6627 -- Made dict.clear() work for SortedDicts?.
(edit) @7129 [7129] 02/18/08 17:08:51 mtredinnick Fixed #6611 -- When copying a SortedDict, make a new copy of the keys …
(edit) @7062 [7062] 02/02/08 20:02:41 mtredinnick Fixed #6465 -- Tweaked MergeDict?.getlist() to work with Django's …
(edit) @6715 [6715] 11/25/07 12:16:40 gwilson Added a few more tests for MultiValueDict.
(edit) @6593 [6593] 10/21/07 19:52:54 mtredinnick Fixed #5183 -- Added deepcopy, pop() and popitem() to SortedDict. …
(edit) @6506 [6506] 10/13/07 23:17:02 gwilson Fixed #5744 -- Allowed SortedDict contructor to be passed a list of tuples …
(edit) @5876 [5876] 08/12/07 07:49:01 mtredinnick Fixed #5111 -- Set svn:eol-style to 'native' on files that didn't have …
(edit) @5874 [5874] 08/12/07 07:02:08 mtredinnick Fixed #4947 -- Avoid displaying uploaded file contents in the debug web …
(edit) @5069 [5069] 04/25/07 02:30:54 mtredinnick Fixed #3964 -- Added a custom SortedDict.repr so that the keys are …
(edit) @4688 [4688] 03/08/07 23:34:42 mtredinnick Fixed #3678 -- Implemented SortedDict.copy().
(edit) @4684 [4684] 03/08/07 03:28:45 mtredinnick Fixed #3616 -- Added some more data structure tests from Chris McAvoy?.
(add) @4640 [4640] 02/27/07 18:35:50 jacob Fixed #2779: added a copy() method to MergeDict?, along with some new tests …
Note: See TracRevisionLog for help on using the revision log.