.. |
archives
|
|
|
eggs
|
|
|
test_module
|
|
|
__init__.py
|
|
|
archive.py
|
Ensured that the archive module consistantly explicitly closed all files.
|
2012-08-15 02:53:40 -07:00 |
baseconv.py
|
[py3] Ported django.utils.baseconv.
|
2012-08-07 12:00:23 +02:00 |
checksums.py
|
|
|
crypto.py
|
[py3] Ported django.utils.crypto.
|
2012-08-07 12:00:23 +02:00 |
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
|
[py3] Ported django.utils.decorators.
|
2012-08-07 12:00:23 +02:00 |
feedgenerator.py
|
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
|
2012-06-07 18:08:47 +02:00 |
functional.py
|
|
|
html.py
|
Removed u prefixes on unicode strings.
|
2012-07-20 12:29:22 +02:00 |
http.py
|
[py3] Removed uses of sys.maxint under Python 3.
|
2012-08-03 18:51:28 +02:00 |
ipv6.py
|
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
|
2012-06-07 18:08:47 +02:00 |
jslex.py
|
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
|
2012-06-07 18:08:47 +02:00 |
models.py
|
|
|
module_loading.py
|
Close files in the module_loading tests always.
|
2012-08-15 02:47:02 -07:00 |
regex_helper.py
|
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
|
2012-06-07 18:08:47 +02:00 |
simplelazyobject.py
|
[py3] Ported django.utils.functional.
|
2012-08-07 12:00:23 +02:00 |
termcolors.py
|
|
|
test_no_submodule.py
|
|
|
tests.py
|
Remove DotExpandedDict, which was undocumented and unused.
|
2012-07-14 19:04:37 -07:00 |
text.py
|
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
|
2012-06-07 18:08:47 +02:00 |
timesince.py
|
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
|
2012-06-07 18:08:47 +02:00 |
timezone.py
|
Fixed #17992 -- Added a public API for localtime.
|
2012-04-29 15:37:23 +02:00 |
tzinfo.py
|
|
|