summaryrefslogtreecommitdiff
path: root/django/utils
AgeCommit message (Expand)Author
2012-08-30Replaced some smart_xxx by force_xxx equivalentClaude Paroz
2012-08-29Replaced many smart_bytes by force_bytesClaude Paroz
2012-08-28[py3] Updated bundled version of sixAymeric Augustin
2012-08-23Reordered importsAymeric Augustin
2012-08-23[py3] Removed duplicate imports.Aymeric Augustin
2012-08-21Removed obsolete __members__ definitionsClaude Paroz
2012-08-21Reverted type check added in 62954ba04c.Aymeric Augustin
2012-08-20[py3] Fixed #17040 -- ported django.utils.crypto.constant_time_compare.Aymeric Augustin
2012-08-19Fixed #18728 -- Made colon optional in tzinfoAymeric Augustin
2012-08-19Removed an inaccurate statementAymeric Augustin
2012-08-18[py3] Made 212b9826bd Python 3-friendlyAymeric Augustin
2012-08-18Introduced force_bytes and force_str.Aymeric Augustin
2012-08-18Fixed #14516 -- Extract methods from removetags and slugify template filtersMarc Tamlyn
2012-08-18[py3] Ported django.utils.safestring.Aymeric Augustin
2012-08-18[py3] Stopped attempting to translate bytes.Aymeric Augustin
2012-08-18[py3] Added compatibility import of thread/_threadAymeric Augustin
2012-08-16Fixed #18239 -- Subclassed HTMLParser only for selected Python versionsClaude Paroz
2012-08-15Fix changes introduced in fd04e7 so they don't break on Python 3.Ramiro Morales
2012-08-15Added import of force_unicode to utils/text.pyAdrian Holovaty
2012-08-15Ensured that the archive module consistantly explicitly closed all files.Alex Gaynor
2012-08-14[py3] Fixed conditional_processing testsClaude Paroz
2012-08-14[py3] Fixed staticfiles testsClaude Paroz
2012-08-14[py3] Fixed admin_views testsClaude Paroz
2012-08-14[py3] Replace filter/lambda by list comprehensionsAymeric Augustin
2012-08-13[py3] Fixed encoding issues in cache key generationClaude Paroz
2012-08-12[py3] Encoded value before feeding it to hashlib.md5Claude Paroz
2012-08-12[py3] Deprecated StrAndUnicode.Aymeric Augustin
2012-08-12[py3] Added fixer for python_2_unicode_compatible.Aymeric Augustin
2012-08-12[py3] Added python_2_unicode_compatible decorator.Aymeric Augustin
2012-08-11[py3] Re-decoded string after idna encodingClaude Paroz
2012-08-08[py3] Replaced raw_input by inputClaude Paroz
2012-08-08remove a bunch of unnescesarry iterkeys() callsAlex Gaynor
2012-08-08[py3] Replaced __nonzero__ by __bool__Claude Paroz
2012-08-08[py3] abspathu doesn't exist under Python 3.Aymeric Augustin
2012-08-07[py3] Ported django.utils.tzinfo.Aymeric Augustin
2012-08-07[py3] Ported django.utils.translation.Aymeric Augustin
2012-08-07[py3] Ported django.utils.regex_helper.Aymeric Augustin
2012-08-07[py3] Ported django.utils.functional.Aymeric Augustin
2012-08-07[py3] Ported django.utils.feedgenerator.Aymeric Augustin
2012-08-07[py3] Ported django.utils.crypto.Aymeric Augustin
2012-08-07[py3] Minor cleanup in django.utils.archive.Aymeric Augustin
2012-08-07[py3] Ported django.utils.encoding.Aymeric Augustin
2012-08-07[py3] Fixed access to dict keys/values/items.Aymeric Augustin
2012-08-04Fixed a mistake in function documentation 'django.utils.functional.partition'Tim Graham
2012-08-03[py3] Removed uses of sys.maxint under Python 3.Aymeric Augustin
2012-08-03Remove a temporary variable deletion, it's not a big deal and it doesn't exis...Alex Gaynor
2012-07-29Merge pull request #225 from dekkers/remove-double-isinstance-checkAlex Gaynor
2012-07-25[py3] Updated dict-like data structures for Python 3.Aymeric Augustin
2012-07-25Merge pull request #216 from ljosa/ticket_18644Florian Apolloner
2012-07-25Fixed QueryDict.setlistdefault.Aymeric Augustin