django/tests/regressiontests/utils
Aymeric Augustin ab6cd1c839 [py3] Updated dict-like data structures for Python 3.
The keys/items/values methods return iterators in Python 3, and the
iterkeys/items/values methods don't exist in Python 3. The behavior
under Python 2 is unchanged.
2012-07-25 22:58:48 +02:00
..
archives
eggs
test_module Fixed #13464 -- Reworked module_has_submodule to break the requirement for loader and finder to be the same class. Thanks to Alex Gaynor for the report and patch, and Brett Cannon for suggesting the approach. 2010-05-04 06:14:47 +00:00
__init__.py
archive.py
baseconv.py
checksums.py
crypto.py
datastructures.py [py3] Updated dict-like data structures for Python 3. 2012-07-25 22:58:48 +02:00
dateformat.py Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
datetime_safe.py
decorators.py
feedgenerator.py
functional.py
html.py
http.py Fixed #12140 -- Fixed http.urlencode result for empty lists 2012-06-14 11:32:40 +02:00
ipv6.py
jslex.py
models.py
module_loading.py
regex_helper.py Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
simplelazyobject.py
termcolors.py
test_no_submodule.py
tests.py
text.py Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
timesince.py
timezone.py
tzinfo.py