.. |
2to3_fixes
|
[py3] Added fixer for python_2_unicode_compatible.
|
2012-08-12 14:44:40 +02:00 |
translation
|
Fixed #22773 -- Forced templatize() to return unicode
|
2014-06-06 08:42:52 +02:00 |
__init__.py
|
Imported Django from private SVN repository (created from r. 8825)
|
2005-07-13 01:25:57 +00:00 |
_os.py
|
Fixed #21482 -- Uplifted restriction of collectstatic using symlink option in Windows NT 6.
|
2014-02-09 12:39:20 +00:00 |
archive.py
|
Fixed #22681 -- Made TarArchive recognize leading directories properly.
|
2014-06-03 12:00:33 -04:00 |
autoreload.py
|
Added an explanatory comment. Refs #22017
|
2014-04-02 09:47:18 -07:00 |
baseconv.py
|
More attacking E302 violators
|
2013-11-02 13:12:09 -07:00 |
cache.py
|
Fixed #20346 -- Made cache middleware vary on the full URL.
|
2013-12-28 11:20:18 -05:00 |
checksums.py
|
More attacking E302 violators
|
2013-11-02 13:12:09 -07:00 |
crypto.py
|
Note that the stdlib's version of pbkdf2_hmac will also be used in the upcoming Python 2.7.8 release
|
2014-05-31 13:50:07 -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
|
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
|
2014-03-08 09:57:40 +01:00 |
dateformat.py
|
Fixed all E226 violations
|
2013-11-03 10:08:55 -08:00 |
dateparse.py
|
Correct flake8 E302 violations
|
2013-11-02 19:53:29 -04:00 |
dates.py
|
Correct flake8 violation E261
|
2013-11-02 15:27:47 -04:00 |
datetime_safe.py
|
Fixed all E226 violations
|
2013-11-03 10:08:55 -08:00 |
deconstruct.py
|
Fixed #21275 -- Fixed a serializer error when generating migrations for contrib.auth.
|
2013-10-21 14:54:52 -04:00 |
decorators.py
|
Fixed #21247 -- Made method_decorator play nicely with descriptors
|
2014-02-09 11:23:09 +00:00 |
deprecation.py
|
Corrected deprecation warnings.
|
2014-03-27 17:48:12 -04:00 |
dictconfig.py
|
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
|
2014-03-08 09:57:40 +01:00 |
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
|
Fixed E125 pep8 warnings
|
2013-11-28 08:50:11 -05:00 |
formats.py
|
Fixed #20477: Allowed list of modules for FORMAT_MODULE_PATH
|
2014-05-21 07:35:47 -04:00 |
functional.py
|
Simplified implementation of collectstatic command.
|
2014-03-13 10:03:01 +01:00 |
html.py
|
Refactored and commented strip_tags utility
|
2014-04-03 21:24:29 +02:00 |
html_parser.py
|
Fixed Python 3.4 test failure.
|
2014-03-26 09:57:00 -04:00 |
http.py
|
typo: urlaprse -> urlparse
|
2014-05-14 15:00:57 -04:00 |
importlib.py
|
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
|
2014-03-08 09:57:40 +01:00 |
ipv6.py
|
Fixed several typos in Django
|
2014-05-28 17:39:14 -07:00 |
itercompat.py
|
Fixed #20746 -- Removed Python 2.6 specific code/docs
|
2013-07-14 13:02:55 -04:00 |
jslex.py
|
Fixed many typos in comments and docstrings.
|
2014-03-03 07:38:09 -05:00 |
log.py
|
Corrected many style guide violations that the newest version of flake8 catches
|
2014-03-30 12:11:05 -07:00 |
lru_cache.py
|
Fixed typo in lru_cache.py; refs #21351.
|
2013-11-12 18:45:35 +01:00 |
module_loading.py
|
Simplified module_has_submodule on Python >= 3.3.
|
2014-06-07 22:02:05 +02:00 |
numberformat.py
|
Fixed #18800 -- Support numbers bigger than max float in `numberformat`.
|
2012-09-18 19:43:50 +02:00 |
regex_helper.py
|
Fix many many typos in comments throughout the codebase
|
2014-04-26 10:18:45 -07:00 |
safestring.py
|
Revert "Fixed #20296 -- Allowed SafeData and EscapeData to be lazy"
|
2014-02-05 21:22:40 +01:00 |
six.py
|
Made a test compatible with Python 2 and 3.
|
2014-06-07 15:04:06 +02:00 |
synch.py
|
Fixed E221 pep8 warnings.
|
2013-10-22 09:51:39 -04:00 |
termcolors.py
|
Fixed #16905 -- Added extensible checks (nee validation) framework
|
2014-01-20 10:45:21 +08:00 |
text.py
|
Fixed #6668 -- Optimized utils.text wrap function
|
2014-05-17 20:42:58 +02:00 |
timesince.py
|
Correct flake8 E302 violations
|
2013-11-02 19:53:29 -04:00 |
timezone.py
|
Fixed several flake8 errors, including one where a test wouldn't be run
|
2014-05-17 09:54:34 -07:00 |
tree.py
|
Fixed #22531 -- Added tree.Node.__repr__ and tests for the class.
|
2014-05-16 09:30:25 -04:00 |
tzinfo.py
|
Add a useful stacklevel to some RemovedInDjango19Warnings
|
2014-03-27 15:44:52 +13:00 |
unittest.py
|
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
|
2014-03-08 09:57:40 +01:00 |
version.py
|
More attacking E302 violators
|
2013-11-02 13:12:09 -07:00 |
xmlutils.py
|
More attacking E302 violators
|
2013-11-02 13:12:09 -07:00 |