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-30
Replaced some smart_xxx by force_xxx equivalent
Claude Paroz
2012-08-29
Replaced many smart_bytes by force_bytes
Claude Paroz
2012-08-28
[py3] Updated bundled version of six
Aymeric Augustin
2012-08-23
Reordered imports
Aymeric Augustin
2012-08-23
[py3] Removed duplicate imports.
Aymeric Augustin
2012-08-21
Removed obsolete __members__ definitions
Claude Paroz
2012-08-21
Reverted type check added in 62954ba04c.
Aymeric Augustin
2012-08-20
[py3] Fixed #17040 -- ported django.utils.crypto.constant_time_compare.
Aymeric Augustin
2012-08-19
Fixed #18728 -- Made colon optional in tzinfo
Aymeric Augustin
2012-08-19
Removed an inaccurate statement
Aymeric Augustin
2012-08-18
[py3] Made 212b9826bd Python 3-friendly
Aymeric Augustin
2012-08-18
Introduced force_bytes and force_str.
Aymeric Augustin
2012-08-18
Fixed #14516 -- Extract methods from removetags and slugify template filters
Marc Tamlyn
2012-08-18
[py3] Ported django.utils.safestring.
Aymeric Augustin
2012-08-18
[py3] Stopped attempting to translate bytes.
Aymeric Augustin
2012-08-18
[py3] Added compatibility import of thread/_thread
Aymeric Augustin
2012-08-16
Fixed #18239 -- Subclassed HTMLParser only for selected Python versions
Claude Paroz
2012-08-15
Fix changes introduced in fd04e7 so they don't break on Python 3.
Ramiro Morales
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
[prev]
[next]