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