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
/
tests
/
regressiontests
/
utils
Age
Commit message (
Expand
)
Author
2013-07-28
[1.5.x] Simplified smart_urlquote and added some basic tests.
Florian Apolloner
2013-05-21
[1.5.x] Fixed #20212 - __reduce__ should only be defined for Py3+.
Daniel Lindsley
2013-03-22
[1.5.x] Fixed #20108 -- Fixed filepath_to_uri decoding error
Claude Paroz
2013-03-22
[1.5.x] Fixed #20094 - Be more careful when checking for Iterator
Marc Tamlyn
2013-02-06
Partially revert 9efe1a721, strip_tags improvements
Claude Paroz
2013-01-31
[1.5.x] Fixed #19708 -- Exception in timezone.override(None).
Aymeric Augustin
2012-12-08
[1.5.x] Fixed #19357 -- Allow non-ASCII chars in filesystem paths
Claude Paroz
2012-11-24
[1.5.x] Fixed #19237 -- Improved strip_tags utility
Chris Khoo
2012-10-26
[1.5.x] Fixed feedgenerator tests under hash randomization
Aymeric Augustin
2012-10-26
[1.5.x] Fixed test failure under Python 2.x introduced in 3e10d22df5
Luke Plant
2012-10-26
[1.5.x] Fixed test failures on Python 3.3 due to dict ordering assumptions.
Luke Plant
2012-10-15
Added tests for reversed iteration over SortedDict.
Mitar
2012-09-26
Fixed parse_http_date docstring and moved related tests
Claude Paroz
2012-09-24
Replaced a deprecated assertEquals
Claude Paroz
2012-09-22
Fixed #18951 -- Formatting of microseconds.
Aymeric Augustin
2012-09-18
Fixed #18800 -- Support numbers bigger than max float in `numberformat`.
Florian Apolloner
2012-09-09
Fixed a couple of test failures on Windows.
Karen Tracey
2012-09-07
Fixed #12397 -- allow safe_join to work with the root file system path, which...
Alex Gaynor
2012-09-05
Fixed #18687: Removed test_performance_scalability
Aymeric Augustin
2012-09-04
Fixed #18902 -- Made force_bytes properly handle exception input
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
Reordered import statements for clarity.
Aymeric Augustin
2012-08-19
Fixed #18728 -- Made colon optional in tzinfo
Aymeric Augustin
2012-08-18
[py3] Made 212b9826bd Python 3-friendly
Aymeric Augustin
2012-08-18
Fixed #14516 -- Extract methods from removetags and slugify template filters
Marc Tamlyn
2012-08-15
Ensured that the archive module consistantly explicitly closed all files.
Alex Gaynor
2012-08-15
Close files in the module_loading tests always.
Alex Gaynor
2012-08-07
[py3] Ported django.utils.functional.
Aymeric Augustin
2012-08-07
[py3] Ported django.utils.decorators.
Aymeric Augustin
2012-08-07
[py3] Ported django.utils.crypto.
Aymeric Augustin
2012-08-07
[py3] Ported django.utils.baseconv.
Aymeric Augustin
2012-08-03
[py3] Removed uses of sys.maxint under Python 3.
Aymeric Augustin
2012-07-25
[py3] Updated dict-like data structures for Python 3.
Aymeric Augustin
2012-07-24
Added tests for deprecation warnings and fixed the argument order for the war...
Alex Gaynor
2012-07-22
[py3] Added Python 3 compatibility for xrange.
Aymeric Augustin
2012-07-22
[py3] Replaced unicode/str by six.text_type/bytes.
Aymeric Augustin
2012-07-20
Removed u prefixes on unicode strings.
Aymeric Augustin
2012-07-14
Remove DotExpandedDict, which was undocumented and unused.
Alex Gaynor
2012-07-03
Added 'format_html' utility for formatting HTML fragments safely
Luke Plant
2012-06-14
Fixed #12140 -- Fixed http.urlencode result for empty lists
Claude Paroz
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-05-03
Inserted more simplefilter calls to be sure warnings are emitted.
Claude Paroz
2012-05-03
Made warning assertions work with or without -Wall python switch
Claude Paroz
2012-05-03
Used catch_warnings instead of save/restore methods. Refs #17049.
Claude Paroz
2012-05-03
Replaced deprecated TestCase methods. Refs #17049.
Claude Paroz
2012-05-03
Fixed #18042 -- Advanced deprecation warnings.
Aymeric Augustin
2012-04-30
Fixed SortedDict.__copy__()
Anssi Kääriäinen
2012-04-29
Fixed #17992 -- Added a public API for localtime.
Aymeric Augustin
2012-03-22
Fixed #17937 -- Avoided an error in the timeuntil filter when it receives a d...
Aymeric Augustin
[next]