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
/
dispatch
Age
Commit message (
Expand
)
Author
2012-01-01
Fix the dispatch test GC code under PyPy, and make the comment for Jython bet...
Alex Gaynor
2011-10-13
Fix the dispatch tests on python 2.5
Alex Gaynor
2011-10-13
Convert much of the regression tests to use absolute imports. There's still ...
Alex Gaynor
2011-10-13
Remove a handful of `import *` from the tests.
Alex Gaynor
2011-03-28
Removed a bunch more Python 2.4 workarounds now that we don't support that ve...
Adrian Holovaty
2011-03-03
Updated test assertions that have been deprecated by the move to unittest2. I...
Russell Keith-Magee
2010-10-11
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...
Russell Keith-Magee
2009-12-17
Fixed #11753 - Q objects with callables no longer explode on Python 2.4. Than...
Jacob Kaplan-Moss
2009-04-10
Fixed #10753 -- Fixed regression in dispatcher after [10398]. Thanks for the ...
Adrian Holovaty
2008-08-06
Major refactoring of django.dispatch with an eye towards speed. The net resul...
Jacob Kaplan-Moss
2008-07-20
Fixed #7339 -- Added manual calls to the garbage collector. This is required ...
Russell Keith-Magee
2007-04-26
Fixed #4040 -- Changed uses of has_key() to "in". Slight performance
Malcolm Tredinnick
2007-02-26
Updated the dispatch unit tests to be consistant with our coding style.
Jacob Kaplan-Moss
2007-02-26
Fixed #3439: vastly improved the performance of django.dispatch (and added te...
Jacob Kaplan-Moss