index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
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-15
Added import of force_unicode to utils/text.py
Adrian Holovaty
2012-08-15
Ensured that the archive module consistantly explicitly closed all files.
Alex Gaynor
2012-08-14
[py3] Fixed conditional_processing tests
Claude Paroz
2012-08-14
[py3] Fixed staticfiles tests
Claude Paroz
2012-08-14
[py3] Fixed admin_views tests
Claude Paroz
2012-08-14
[py3] Replace filter/lambda by list comprehensions
Aymeric Augustin
2012-08-13
[py3] Fixed encoding issues in cache key generation
Claude Paroz
2012-08-12
[py3] Encoded value before feeding it to hashlib.md5
Claude 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 encoding
Claude Paroz
2012-08-08
[py3] Replaced raw_input by input
Claude Paroz
2012-08-08
remove a bunch of unnescesarry iterkeys() calls
Alex 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-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
[prev]
[next]