Django

Code

root/django/trunk/django/utils/datastructures.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) @7743 [7743] 06/25/08 22:11:32 mtredinnick Fixed #7109 -- Quote certain values before passing them for substitution …
(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) @7122 [7122] 02/15/08 23:15:09 adrian Made a bunch of small doc rewordings from changes over the past couple of …
(edit) @7062 [7062] 02/02/08 20:02:41 mtredinnick Fixed #6465 -- Tweaked MergeDict?.getlist() to work with Django's …
(edit) @6800 [6800] 12/01/07 13:22:05 adrian Edited docstring changes from [6714]
(edit) @6751 [6751] 11/29/07 14:09:54 mtredinnick Fixed #6050 -- Handled edge-case of duplicate keys being passed …
(edit) @6714 [6714] 11/25/07 12:14:18 gwilson Made MultiValueDict's get and getlist method docstrings more …
(edit) @6713 [6713] 11/25/07 12:11:44 gwilson Minor styling fix in DotExpandedDict.__init__.
(edit) @6712 [6712] 11/25/07 12:10:45 gwilson Changed several hardcoding of dict method calls in …
(edit) @6711 [6711] 11/25/07 12:07:57 gwilson In MergeDict class, changed variable names to not clash with dict
(edit) @6669 [6669] 11/11/07 21:12:47 gwilson Simplified SortedDict.__deepcopy__ now that the its constructor can take …
(edit) @6593 [6593] 10/21/07 19:52:54 mtredinnick Fixed #5183 -- Added deepcopy, pop() and popitem() to SortedDict. …
(edit) @6528 [6528] 10/18/07 20:26:09 gwilson Django coding style fixes.
(edit) @6506 [6506] 10/13/07 23:17:02 gwilson Fixed #5744 -- Allowed SortedDict contructor to be passed a list of tuples …
(edit) @6383 [6383] 09/19/07 20:56:02 adrian Fixed #5540 -- Made repr() for MultiValueDict? more generic. Thanks, …
(edit) @6350 [6350] 09/15/07 22:27:38 mtredinnick Fixed #3993 -- Added some useful dictionary methods to SortedDict, plus an …
(edit) @6268 [6268] 09/15/07 03:29:56 russellm Fixed #3036 -- Fixed some doctest strings that were failing. Thanks to …
(edit) @6098 [6098] 09/11/07 09:04:40 russellm Refs #5138 -- Refactored implementation of contains in HttpRequest
(edit) @5874 [5874] 08/12/07 07:02:08 mtredinnick Fixed #4947 -- Avoid displaying uploaded file contents in the debug web …
(edit) @5091 [5091] 04/26/07 08:30:48 mtredinnick Fixed #4040 -- Changed uses of has_key() to "in". Slight …
(edit) @5069 [5069] 04/25/07 02:30:54 mtredinnick Fixed #3964 -- Added a custom SortedDict.repr so that the keys are …
(edit) @5068 [5068] 04/25/07 02:25:22 mtredinnick Removed a bunch of annoying trailing whitespace.
(edit) @5060 [5060] 04/22/07 20:55:45 adrian Fixed #4106 -- Fixed typo in datastructures.py. Thanks, Amr Mostafa
(edit) @4744 [4744] 03/16/07 10:10:48 adrian Fixed spelling of initializing in datastructures.py comment
(edit) @4688 [4688] 03/08/07 23:34:42 mtredinnick Fixed #3678 -- Implemented SortedDict.copy().
(edit) @4640 [4640] 02/27/07 18:35:50 jacob Fixed #2779: added a copy() method to MergeDict?, along with some new tests …
(edit) @4576 [4576] 02/25/07 10:37:31 jacob Fixed #2620: made MergeDict?.get() correctly work with the two-argument …
(edit) @4373 [4373] 01/20/07 18:06:55 adrian Added SortedDict.value_for_index() method in django.utils.datastructures
(edit) @3808 [3808] 09/23/06 08:55:04 mtredinnick Fixed #2791 -- Added contains method (for "a in dict" checks) to …
(edit) @3692 [3692] 08/31/06 16:51:19 adrian Fixed #2441 -- Improved MultiValueDict?.update() to take keyword args, like …
(edit) @3113 [3113] 06/08/06 00:00:13 adrian Fixed #2109 -- Convert old-style classes to new-style classes throughout …
(edit) @3081 [3081] 06/04/06 19:46:18 adrian Fixed #2079 -- Fixed bug introduced in [3070] in …
(edit) @3070 [3070] 06/03/06 08:37:34 lukeplant Eliminated lots of mutable default arguments (since they are bugs waiting …
(edit) @2809 [2809] 05/01/06 20:31:56 adrian MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly …
(edit) @2578 [2578] 03/28/06 11:31:04 adrian Fixed #1539 in trunk
(edit) @1819 [1819] 01/04/06 11:09:26 adrian Changed repr for MultiValueDict?
(edit) @1789 [1789] 12/28/05 17:11:07 adrian Fixed #1131 -- Added repr() to MultiValueDict?. Thanks, Simon
(edit) @1504 [1504] 11/29/05 22:08:46 adrian Fixed #736 -- Changed behavior of QueryDict? items() to be more consistent, …
(edit) @1498 [1498] 11/29/05 18:19:15 adrian Fixed #709 -- Added a contains method to MultiValueDict?. Thanks, …
(add) @3 [3] 07/12/05 20:25:57 adrian Imported Django from private SVN repository (created from r. 8825)
Note: See TracRevisionLog for help on using the revision log.