index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
utils
/
datastructures.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
queryset-refactor: Merged from trunk up to [7151].
Malcolm Tredinnick
2008-02-23
1
-0
/
+4
*
queryset-refactor: Merged from turnk up to [7135] because I need some stuff.
Malcolm Tredinnick
2008-02-20
1
-1
/
+1
*
queryset-refactor: Merged from trunk up to [7122].
Malcolm Tredinnick
2008-02-16
1
-1
/
+1
*
queryset-refactor: Merged changes from trunk up to [7085].
Malcolm Tredinnick
2008-02-04
1
-4
/
+5
*
queryset-refactor: Merged from trunk up to [6856].
Malcolm Tredinnick
2007-12-03
1
-3
/
+3
*
queryset-refactor: Merged from trunk up to [6752].
Malcolm Tredinnick
2007-11-29
1
-1
/
+4
*
queryset-refactor: Merged from trunk up to [6724].
Malcolm Tredinnick
2007-11-28
1
-32
/
+39
*
queryset-refactor: Merged from trunk up to [6689].
Malcolm Tredinnick
2007-11-18
1
-5
/
+3
*
queryset-refactor: Merged from trunk up to [6595].
Malcolm Tredinnick
2007-10-23
1
-20
/
+53
*
queryset-refactor: Merged changed from trunk up to [6463].
Malcolm Tredinnick
2007-10-08
1
-1
/
+1
*
queryset-refactor: Merged to [6381]
Adrian Holovaty
2007-09-20
1
-0
/
+20
*
queryset-refactor: Merged to [6300]
Adrian Holovaty
2007-09-15
1
-9
/
+7
*
Refs #5138 -- Refactored implementation of __contains__ in HttpRequest introd...
Russell Keith-Magee
2007-09-11
1
-3
/
+2
*
Fixed #4947 -- Avoid displaying uploaded file contents in the debug web page....
Malcolm Tredinnick
2007-08-12
1
-0
/
+13
*
Fixed #4040 -- Changed uses of has_key() to "in". Slight performance
Malcolm Tredinnick
2007-04-26
1
-1
/
+1
*
Fixed #3964 -- Added a custom SortedDict.__repr__ so that the keys are printed
Malcolm Tredinnick
2007-04-25
1
-0
/
+7
*
Removed a bunch of annoying trailing whitespace.
Malcolm Tredinnick
2007-04-25
1
-6
/
+6
*
Fixed #4106 -- Fixed typo in datastructures.py. Thanks, Amr Mostafa
Adrian Holovaty
2007-04-23
1
-1
/
+1
*
Fixed spelling of initializing in datastructures.py comment
Adrian Holovaty
2007-03-16
1
-1
/
+1
*
Fixed #3678 -- Implemented SortedDict.copy().
Malcolm Tredinnick
2007-03-09
1
-0
/
+7
*
Fixed #2779: added a copy() method to MergeDict, along with some new tests fo...
Jacob Kaplan-Moss
2007-02-28
1
-0
/
+7
*
Fixed #2620: made MergeDict.get() correctly work with the two-argument form o...
Jacob Kaplan-Moss
2007-02-25
1
-1
/
+1
*
Added SortedDict.value_for_index() method in django.utils.datastructures
Adrian Holovaty
2007-01-21
1
-1
/
+5
*
Fixed #2791 -- Added __contains__ method (for "a in dict" checks) to MergeDict.
Malcolm Tredinnick
2006-09-23
1
-0
/
+3
*
Fixed #2441 -- Improved MultiValueDict.update() to take keyword args, like Py...
Adrian Holovaty
2006-08-31
1
-11
/
+17
*
Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan...
Adrian Holovaty
2006-06-08
1
-1
/
+1
*
Fixed #2079 -- Fixed bug introduced in [3070] in django.utils.datastructures
Adrian Holovaty
2006-06-05
1
-1
/
+2
*
Eliminated lots of mutable default arguments (since they are bugs
Luke Plant
2006-06-03
1
-2
/
+3
*
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty
2006-05-02
1
-1
/
+38
*
Fixed #1539 in trunk
Adrian Holovaty
2006-03-28
1
-8
/
+13
*
Changed repr for MultiValueDict
Adrian Holovaty
2006-01-04
1
-1
/
+1
*
Fixed #1131 -- Added repr() to MultiValueDict. Thanks, Simon
Adrian Holovaty
2005-12-28
1
-0
/
+3
*
Fixed #736 -- Changed behavior of QueryDict items() to be more consistent, fi...
Adrian Holovaty
2005-11-30
1
-49
/
+63
*
Fixed #709 -- Added a __contains__ method to MultiValueDict. Thanks, Brantley
Adrian Holovaty
2005-11-30
1
-0
/
+3
*
Imported Django from private SVN repository (created from r. 8825)
Adrian Holovaty
2005-07-13
1
-0
/
+171