index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
dispatch
Age
Commit message (
Expand
)
Author
2010-05-04
Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....
Russell Keith-Magee
2009-05-20
Fixed #11134: signals recievers that disconnect during their processing no lo...
Jacob Kaplan-Moss
2009-04-10
Fixed #10753 -- Fixed regression in dispatcher after [10398]. Thanks for the ...
Adrian Holovaty
2009-04-05
Fixed #9989: fixed a subtle edge case where removing signals could break. Tha...
Jacob Kaplan-Moss
2008-08-25
Fixed #8285: signal handlers that aren't functions work under DEBUG. This sli...
Jacob Kaplan-Moss
2008-08-10
Fixed #7830 -- Removed all of the remaining, deprecated, non-oldforms features:
Gary Wilson Jr
2008-08-06
Major refactoring of django.dispatch with an eye towards speed. The net resul...
Jacob Kaplan-Moss
2008-07-22
Fixed #7847 -- Removed a whole bunch of unused imports from throughout the co...
Adrian Holovaty
2007-10-21
Fixed #5664 -- Added a Jython workaround for some assumptions in the signal
Malcolm Tredinnick
2007-02-26
Fixed #3439: vastly improved the performance of django.dispatch (and added te...
Jacob Kaplan-Moss
2006-07-21
Part 3 of pedant day: replaced all tabs in Django with spaces. Python the wa...
Jacob Kaplan-Moss
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty