1
0
mirror of https://github.com/django/django.git synced 2024-12-25 18:46:22 +00:00
django/django/utils
2012-10-26 01:40:33 +01:00
..
2to3_fixes [py3] Added fixer for python_2_unicode_compatible. 2012-08-12 14:44:40 +02:00
translation Fixed #19142 -- Language codes can include numbers (RFC 3066). 2012-10-21 01:25:35 +02:00
unittest
__init__.py
_os.py Fixed #12397 -- allow safe_join to work with the root file system path, which means you can have your root template or file upload path at this location. You almost certainly don't want to do this, except in *very* limited sandboxed situations. 2012-09-07 16:49:22 -04:00
archive.py Ensured that the archive module consistantly explicitly closed all files. 2012-08-15 02:53:40 -07:00
autoreload.py [py3] Added compatibility import of thread/_thread 2012-08-18 10:56:56 +02:00
baseconv.py Fix copyright holder 2012-07-06 15:24:07 -03:00
cache.py Fixed #7581 -- Added streaming responses. 2012-10-20 20:05:11 +02:00
checksums.py [py3] Replaced basestring by six.string_types. 2012-07-22 09:29:54 +02:00
copycompat.py
crypto.py Replaced many smart_bytes by force_bytes 2012-08-29 11:20:32 +02:00
daemonize.py Switched to octal notation (bis). 2012-07-20 13:42:44 +02:00
datastructures.py Allow reversed iteration over SortedDict. 2012-10-15 04:16:46 -07:00
dateformat.py Fixed #18951 -- Formatting of microseconds. 2012-09-22 12:02:21 +02:00
dateparse.py Fixed #18728 -- Made colon optional in tzinfo 2012-08-19 21:47:41 +02:00
dates.py
datetime_safe.py
decorators.py
dictconfig.py remove a bunch of unnescesarry iterkeys() calls 2012-08-08 07:33:15 -07:00
encoding.py Remove a case that is no longer reachable in encodings.py. 2012-10-24 15:53:00 -07:00
feedgenerator.py [py3] Ported django.utils.feedgenerator. 2012-08-07 12:00:23 +02:00
formats.py Replaced some smart_xxx by force_xxx equivalent 2012-08-30 15:46:16 +02:00
functional.py Properly support pickling of LazyObjects in Python 3.3 2012-10-26 01:40:33 +01:00
hashcompat.py
html_parser.py Fix an HTML-parser test that's failed in Python 2.6.8 since 5c79dd58. 2012-09-09 12:13:42 -06:00
html.py Use unicode.translate to speed up js escaping. 2012-09-18 21:15:15 +02:00
http.py Fixed parse_http_date docstring and moved related tests 2012-09-26 21:10:17 +02:00
importlib.py [py3] Added Python 3 compatibility for xrange. 2012-07-22 09:29:56 +02:00
ipv6.py [py3] Replace filter/lambda by list comprehensions 2012-08-14 14:31:06 +02:00
itercompat.py [py3] Switched to Python 3-compatible imports. 2012-07-22 09:29:56 +02:00
jslex.py
log.py Moved filter at handler level 2012-09-29 23:50:34 +02:00
module_loading.py
numberformat.py Fixed #18800 -- Support numbers bigger than max float in numberformat. 2012-09-18 19:43:50 +02:00
regex_helper.py [py3] Ported django.utils.regex_helper. 2012-08-07 12:00:24 +02:00
safestring.py [py3] Ported django.utils.safestring. 2012-08-18 16:04:06 +02:00
simplejson.py
six.py [py3k] Silence many warnings while running the tests. 2012-09-07 13:17:34 -04:00
synch.py
termcolors.py [py3] Fixed access to dict keys/values/items. 2012-08-07 12:00:22 +02:00
text.py Fixed #7581 -- Added streaming responses. 2012-10-20 20:05:11 +02:00
timesince.py Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
timezone.py [py3] Replaced basestring by six.string_types. 2012-07-22 09:29:54 +02:00
tree.py Revert "Fixed #16211 -- Added comparison and negation ops to F() expressions" 2012-10-10 01:15:29 +03:00
tzinfo.py Replaced some smart_xxx by force_xxx equivalent 2012-08-30 15:46:16 +02:00
version.py Ensured get_version returns a native string. 2012-10-25 21:49:18 +02:00
xmlutils.py