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
/
dispatch
/
dispatcher.py
Age
Commit message (
Expand
)
Author
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2014-02-05
Simplified signal code.
Florian Apolloner
2014-02-05
Fixed #21952 -- signals deadlock due to locking + weakref interaction
Anssi Kääriäinen
2014-01-12
Fixed flake8 issues.
Simon Charette
2014-01-09
Fixed removal of signal receivers in Python 3.4
Florian Apolloner
2013-11-23
Fixed #21486 -- Prevented settings config in signal connection
Claude Paroz
2013-08-20
Fixed #20943 -- Weakly reference senders when caching their associated receivers
Simon Charette
2012-12-16
Fixed #16679 -- Use caching to speed up signal sending
Anssi Kääriäinen
2012-09-28
Added a way to check if a signal has listeners
Anssi Kääriäinen
2012-07-22
[py3] Added Python 3 compatibility for xrange.
Aymeric Augustin
2012-06-23
Switch to using context managers for acquiring and releasing locks.
Alex Gaynor
2012-06-23
Don't use a list comprehension when we don't need the resulting list.
Alex Gaynor
2012-06-23
Fixed #18454 -- Added ability to pass a list of signals to `receiver`.
Dmitry Medvinsky
2012-05-12
Replaced im_func and im_self by __func__ and __self__.
Claude Paroz
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2010-11-21
Preventing problems possibly introduced by r14662
Honza Král
2010-11-21
Fixed #14533 -- Make django signals more thread-safe. Thanks milosu for the p...
Honza Král
2010-11-02
Fixed #14559 -- corrected some typos and misleading docstrings. Thanks to Ga...
Alex Gaynor
2010-09-12
Fixed #9015 -- added a signal decorator for simplifying signal connections
Brian Rosner
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-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