index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
utils
Age
Commit message (
Expand
)
Author
2012-07-25
Rolled back a unnecessary change in 8f002867b2.
Aymeric Augustin
2012-07-24
Added tests for deprecation warnings and fixed the argument order for the war...
Alex Gaynor
2012-07-24
Remove double isinstance check in force_unicode
Jeroen Dekkers
2012-07-22
Used a Python 3-compatible syntax for building a translation table
Claude 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-20
Switched to octal notation (bis).
Aymeric Augustin
2012-07-20
Switched to Python 3-compatible octal notation.
Aymeric Augustin
2012-07-17
Fixed #18644 -- Made urlize trim trailing period followed by parenthesis
Vebjorn Ljosa
2012-07-14
Remove DotExpandedDict, which was undocumented and unused.
Alex Gaynor
2012-07-14
Fix an incredibly emberassing typo.
Alex Gaynor
2012-07-14
Deprecate two methods (which I seriously doubt anyone ever used, but they wer...
Alex Gaynor
2012-07-14
Cleaned up the QueryDict implementation.
Alex Gaynor
2012-07-14
Update links to diveintomark.org.
Aymeric Augustin
2012-07-06
Fix copyright holder
Guilherme Gondim
2012-07-03
Added 'format_html' utility for formatting HTML fragments safely
Luke Plant
2012-07-03
Documented utils.html.escape and conditional_escape
Luke Plant
2012-06-22
Fixed our HTMLParser patches for python 2.7.4
Florian Apolloner
2012-06-14
Fixed #12140 -- Fixed http.urlencode result for empty lists
Claude Paroz
2012-06-08
Used git log instead of git show for last commit's timestamp
Anssi Kääriäinen
2012-06-07
Fixed #18363 -- Added Python 3 compatibility layer.
Claude Paroz
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-06-06
Delayed encoding of password and salt in password checking.
Claude Paroz
2012-05-28
Removed unneeded smart_str in cache utils.
Claude Paroz
2012-05-23
Replaced types.NoneType occurrences
Claude Paroz
2012-05-20
Imported reduce from functools for forward compatibility.
Claude Paroz
2012-05-19
Marked bytestrings with b prefix. Refs #18269
Claude Paroz
2012-05-18
Got rid of old __cmp__methods replaced by rich comparison.
Claude Paroz
2012-05-11
Fixed typo in utils/archive.py docstring
Adrian Holovaty
2012-05-10
Replaced foo.next() by next(foo).
Claude Paroz
2012-05-07
Fixed total_ordering for Python < 2.7.2
Anssi Kääriäinen
2012-05-07
Made model fields comparable to other objects
Simon Charette
2012-05-05
Replaced cStringIO.StringIO by io.BytesIO.
Claude Paroz
2012-05-05
Fixed the syntax used for the Python repl examples in docs and docstrings.
Alex Gaynor
2012-05-05
Made more extensive usage of context managers with open.
Claude Paroz
2012-05-03
Fixed #18042 -- Advanced deprecation warnings.
Aymeric Augustin
2012-04-30
Replaced print statement by print function (forward compatibility syntax).
Claude Paroz
2012-04-30
Fixed SortedDict.__copy__()
Anssi Kääriäinen
2012-04-30
Fix a typo in a comment.
Alex Gaynor
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-04-29
Moved version code out of __init__.py.
Adrian Holovaty
2012-04-29
Fixed #18023 -- Removed bundled simplejson.
Aymeric Augustin
2012-04-29
Simplified timezones tests with settings_changed.
Aymeric Augustin
2012-04-29
Fixed #17992 -- Added a public API for localtime.
Aymeric Augustin
[prev]
[next]