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-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-04
Fixed 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-03
Remove a temporary variable deletion, it's not a big deal and it doesn't exis...
Alex Gaynor
2012-07-29
Merge pull request #225 from dekkers/remove-double-isinstance-check
Alex Gaynor
2012-07-25
[py3] Updated dict-like data structures for Python 3.
Aymeric Augustin
2012-07-25
Merge pull request #216 from ljosa/ticket_18644
Florian Apolloner
2012-07-25
Fixed QueryDict.setlistdefault.
Aymeric Augustin
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
[prev]
[next]