summaryrefslogtreecommitdiff
path: root/django/utils
AgeCommit message (Expand)Author
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
2012-07-25Rolled back a unnecessary change in 8f002867b2.Aymeric Augustin
2012-07-24Added tests for deprecation warnings and fixed the argument order for the war...Alex Gaynor
2012-07-24Remove double isinstance check in force_unicodeJeroen Dekkers
2012-07-22Used a Python 3-compatible syntax for building a translation tableClaude Paroz
2012-07-22[py3] Added Python 3 compatibility for xrange.Aymeric Augustin
2012-07-22[py3] Switched to Python 3-compatible imports.Aymeric Augustin
2012-07-22[py3] Updated urllib/urllib2/urlparse imports.Aymeric Augustin
2012-07-22[py3] Replaced unicode/str by six.text_type/bytes.Aymeric Augustin
2012-07-22[py3] Replaced basestring by six.string_types.Aymeric Augustin
2012-07-22[py3] Removed longs.Aymeric Augustin
2012-07-22[py3] Fixed django.utils.six.moves.Aymeric Augustin
2012-07-22[py3] Bundled six for Python 3 compatibility.Aymeric Augustin
2012-07-20Switched to octal notation (bis).Aymeric Augustin
2012-07-20Switched to Python 3-compatible octal notation.Aymeric Augustin
2012-07-17Fixed #18644 -- Made urlize trim trailing period followed by parenthesisVebjorn Ljosa
2012-07-14Remove DotExpandedDict, which was undocumented and unused.Alex Gaynor
2012-07-14Fix an incredibly emberassing typo.Alex Gaynor
2012-07-14Deprecate two methods (which I seriously doubt anyone ever used, but they wer...Alex Gaynor