summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-15[py3] Fixed paginator tests.Florian Apolloner
2012-08-15[py3] Properly encode hashlib.md5 and zip.compress args in the tests.Florian Apolloner
2012-08-15[py3] fixed session file backend.Florian Apolloner
2012-08-15[py3] Fixed HTTP header serializationClaude Paroz
2012-08-15[py3] Fixed F-expression right-hand divisionClaude Paroz
2012-08-15Ensured that about half of the files opened in the formtools tests were expli...Alex Gaynor
2012-08-15[py3] Pass bytes to md5 in truncate_nameClaude Paroz
2012-08-15[py3] Fixed slugify filterClaude Paroz
2012-08-15[py3] Removed map() calls used for side-effects onlyAnssi Kääriäinen
2012-08-15[py3] Removed excessive usage of smart_bytesClaude Paroz
2012-08-15Made the validation tests python3 friendly.Alex Gaynor
2012-08-15Ensured that the archive module consistantly explicitly closed all files.Alex Gaynor
2012-08-15Close files in the module_loading tests always.Alex Gaynor
2012-08-15[py3] Always pass bytes to hashlib.md5.Florian Apolloner
2012-08-15Fixed the erorr handling code for missing management commands.Alex Gaynor
2012-08-15Explicitly close a file during the email tests.Alex Gaynor
2012-08-15Allow tests using a LiveServer to get closer to working.Alex Gaynor
2012-08-15Always close files in the file_storage tests.Alex Gaynor
2012-08-15[py3] Fixed test_client_regress testsClaude Paroz
2012-08-15Sent got_request_exception signal before handle_uncaught_exceptionClaude Paroz
2012-08-15Fixed syndication under python3.Alex Gaynor
2012-08-15Converted the modeladmin tests to run on python 2 and 3.Alex Gaynor
2012-08-15Fixed usage of several deprecated aliases in unittest.Alex Gaynor
2012-08-15Final explicit closing for staticfiles, they now pass on python3 with -Wall a...Alex Gaynor
2012-08-15Explicitly close files in the staticfiles tests.Alex Gaynor
2012-08-15Make sure to explicitly close opened files.Alex Gaynor
2012-08-15Use a name that exists in both python2 and 3,Alex Gaynor
2012-08-15[py3] Fixed jsi18n test.Aymeric Augustin
2012-08-15[py3] Fixed uses of __metaclass__ in tests.Aymeric Augustin
2012-08-14[py3] Fixed modeltests.model_forms tests.Chris Lawlor
2012-08-14[py3] Removed a remaining use of __metaclass__.Aymeric Augustin
2012-08-14[py3] Avoided the deprecated base64 interface.Aymeric Augustin
2012-08-14[py3] Fixed conditional_processing testsClaude Paroz
2012-08-14[py3] Fixed file_uploads testsClaude Paroz
2012-08-14[py3] Fixed contrib.auth testsClaude Paroz
2012-08-14Don't swallow AttributeError in core.urlresolvers.get_callable.Florian Apolloner
2012-08-14[py3] Fixed sitemaps tests.Aymeric Augustin
2012-08-14[py3] Fixed serializers testsClaude Paroz
2012-08-14[py3] Fixed staticfiles testsClaude Paroz
2012-08-14[py3] Fed strftime with unicode on Python 3Claude Paroz
2012-08-14[py3] Fixed HttpResponse when initialized with bytesClaude Paroz
2012-08-14There's no need to do `list(dict.keys())` list(dict)` is enough.Alex Gaynor
2012-08-14[py3] Fixed file.read().decode(), used codecs.open() insteadAnssi Kääriäinen
2012-08-14[py3] Fixed F-expression division operatorsAnssi Kääriäinen
2012-08-14[py3] Fixed admin_views testsClaude Paroz
2012-08-14[py3] Fixed admin_custom_urls tests.Aymeric Augustin
2012-08-14[py3] Replace filter/lambda by list comprehensionsAymeric Augustin
2012-08-14[py3] Fixed comparison of list and range()Anssi Kääriäinen
2012-08-14[py3] Fixed invalid use of dict.items()Anssi Kääriäinen
2012-08-14[py3] Removed unnecessary calls to .keys()Aymeric Augustin