..
2to3_fixes
translation
Fixed #23196 -- Short-circuited empty string translation
2014-09-21 17:08:17 +02:00
__init__.py
_os.py
Cleaned temp dir in symlinks_supported()
2014-06-23 13:27:52 +02:00
archive.py
Fixed #22681 -- Made TarArchive recognize leading directories properly.
2014-06-03 12:00:33 -04:00
autoreload.py
Fixed #23083 -- Fixed runserver reloading when deleting a file.
2014-07-25 13:23:52 -04:00
baseconv.py
cache.py
checksums.py
crypto.py
Bump the default iterations for PBKDF2.
2014-07-11 22:43:26 -07:00
daemonize.py
Fixed #20815 -- Don't enforce unbuffered I/O on Python 3.
2014-06-07 22:33:56 +02:00
datastructures.py
Revert "Fixed #23384 -- Allowed overriding part of a dictionary-type setting"
2014-09-05 20:06:02 +02:00
dateformat.py
dateparse.py
Fixed #22814 -- Allowed ISO-8601 [+-]hh timezone format in parse_datetime
2014-06-12 10:58:50 -06:00
dates.py
datetime_safe.py
deconstruct.py
Avoided using deprecated version of importlib; refs #23418 .
2014-09-10 13:07:40 -04:00
decorators.py
Factorize some code using ContextDecorator.
2014-08-28 11:58:16 -04:00
deprecation.py
dictconfig.py
encoding.py
Optimize is_protected_type slightly (used by force_text, which is used basically everywhere)
2014-06-07 20:36:59 -07:00
feedgenerator.py
Limited lines to 119 characters in django/
2014-09-05 09:22:16 -04:00
formats.py
Fixed #22171 -- Improved sanitize_separators cleverness
2014-08-18 19:57:50 +02:00
functional.py
Limited lines to 119 characters in django/
2014-09-05 09:22:16 -04:00
html_parser.py
html.py
Fixed flake8 warnings.
2014-09-09 20:57:26 -04:00
http.py
Fixed #23399 -- Optimized django.utils.http.int_to_bas36()
2014-09-08 19:31:21 -04:00
importlib.py
ipv6.py
Fixed two typos in docstrings.
2014-08-02 15:14:13 +02:00
itercompat.py
jslex.py
log.py
lorem_ipsum.py
Limited lines to 119 characters in django/
2014-09-05 09:22:16 -04:00
lru_cache.py
module_loading.py
Simplified module_has_submodule on Python >= 3.3.
2014-06-07 22:02:05 +02:00
numberformat.py
regex_helper.py
safestring.py
six.py
Added django.utils.six.buffer_types
2014-06-13 13:09:51 -04:00
synch.py
termcolors.py
text.py
Fixed #6668 -- Optimized utils.text wrap function
2014-05-17 20:42:58 +02:00
timesince.py
timezone.py
Fixed #23388 -- Made django.utils.timezone.override usable as a decorator
2014-08-31 09:03:53 +02:00
tree.py
tzinfo.py
unittest.py
version.py
Fixed #22867 -- Memoized django.utils.version.get_git_changeset().
2014-08-23 09:27:36 -04:00
xmlutils.py