summaryrefslogtreecommitdiff
path: root/django/utils
AgeCommit message (Expand)Author
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
2012-07-14Cleaned up the QueryDict implementation.Alex Gaynor
2012-07-14Update links to diveintomark.org.Aymeric Augustin
2012-07-06Fix copyright holderGuilherme Gondim
2012-07-03Added 'format_html' utility for formatting HTML fragments safelyLuke Plant
2012-07-03Documented utils.html.escape and conditional_escapeLuke Plant
2012-06-22Fixed our HTMLParser patches for python 2.7.4Florian Apolloner
2012-06-14Fixed #12140 -- Fixed http.urlencode result for empty listsClaude Paroz
2012-06-08Used git log instead of git show for last commit's timestampAnssi Kääriäinen
2012-06-07Fixed #18363 -- Added Python 3 compatibility layer.Claude Paroz
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-06-06Delayed encoding of password and salt in password checking.Claude Paroz
2012-05-28Removed unneeded smart_str in cache utils.Claude Paroz
2012-05-23Replaced types.NoneType occurrencesClaude Paroz
2012-05-20Imported reduce from functools for forward compatibility.Claude Paroz
2012-05-19Marked bytestrings with b prefix. Refs #18269Claude Paroz
2012-05-18Got rid of old __cmp__methods replaced by rich comparison.Claude Paroz
2012-05-11Fixed typo in utils/archive.py docstringAdrian Holovaty
2012-05-10Replaced foo.next() by next(foo).Claude Paroz
2012-05-07Fixed total_ordering for Python < 2.7.2Anssi Kääriäinen
2012-05-07Made model fields comparable to other objectsSimon Charette
2012-05-05Replaced cStringIO.StringIO by io.BytesIO.Claude Paroz
2012-05-05Fixed the syntax used for the Python repl examples in docs and docstrings.Alex Gaynor
2012-05-05Made more extensive usage of context managers with open.Claude Paroz
2012-05-03Fixed #18042 -- Advanced deprecation warnings.Aymeric Augustin
2012-04-30Replaced print statement by print function (forward compatibility syntax).Claude Paroz
2012-04-30Fixed SortedDict.__copy__()Anssi Kääriäinen
2012-04-30Fix a typo in a comment.Alex Gaynor
2012-04-29Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz
2012-04-29Moved version code out of __init__.py.Adrian Holovaty
2012-04-29Fixed #18023 -- Removed bundled simplejson.Aymeric Augustin
2012-04-29Simplified timezones tests with settings_changed.Aymeric Augustin
2012-04-29Fixed #17992 -- Added a public API for localtime.Aymeric Augustin