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
2016-11-22
Fixed #27513 -- Made Signal.send()/send_robust() a tiny bit faster.
Adam Chainz
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-05-30
Fixed #13080 -- Corrected accepted values of sender parameter in Signal.conne...
Berker Peksag
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-01-12
Corrected a few typos in Signal.send() docstring.
Jarek Glowacki
2015-09-28
Moved and updated Python license.
Tim Graham
2015-08-31
Fixed #25331 -- Removed trailing blank lines in docstrings.
Maxime Lorant
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-06-18
Removed support for Python 3.3.
Tim Graham
2015-06-15
Fixed #24979 -- Removed usage of inspect.getargspec().
Tim Graham
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-23
Fixed #24205 -- Deprecated Signal.disconnect weak parameter.
Florian Apolloner
2015-01-23
Clarified docstring in dispatch/dispatcher.py
Tim Graham
2015-01-02
Added return value to Signal.disconnect().
Andriy Sokolovskiy
2014-12-13
Fixed #23812 -- Changed django.utils.six.moves.xrange imports to range
Michael Hall
2014-12-02
Fixed typo in django/dispatch/dispatcher.py docstring.
jerry dumblauskas
2014-05-16
Fixed #16245 -- Included traceback in send_robust()'s response
Unai Zalakain
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-12
Added license info for the weakref backports
Florian Apolloner
2014-01-09
Fixed removal of signal receivers in Python 3.4
Florian Apolloner
2013-12-14
Fixed E127 pep8 warnings.
Loic Bistuer
2013-11-23
Fixed #21486 -- Prevented settings config in signal connection
Claude Paroz
2013-11-19
Use `classmethod` as a decorator.
xuxiang
2013-11-03
Fixed flake8 E251 violations
Milton Mazzarri
2013-11-02
More attacking E302 violators
Alex Gaynor
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-10-26
Fixed up some more flake8 violations (this particular violation still has man...
Alex Gaynor
2013-10-24
Start attacking E231 violations
Alex Gaynor
2013-10-23
Fixed E225 pep8 warnings.
Tim Graham
2013-10-14
Fixed #21266 -- Fixed E201,E202 pep8 warnings.
Larry O'Neill
2013-10-11
Fixed assorted flake8 errors.
Tim Graham
2013-10-10
Whitespace cleanup.
Tim Graham
2013-08-20
Fixed #20943 -- Weakly reference senders when caching their associated receivers
Simon Charette
2013-02-25
Fixed #19634 -- Added proper __hash__ methods.
Aymeric Augustin
2012-12-16
Fixed #16679 -- Use caching to speed up signal sending
Anssi Kääriäinen
2012-11-03
Fixed #18963 -- Used a subclass-friendly pattern
Aymeric Augustin
2012-09-28
Added a way to check if a signal has listeners
Anssi Kääriäinen
2012-08-15
[py3] Fixed dispatch tests
Claude Paroz
2012-08-08
[py3] Replaced __nonzero__ by __bool__
Claude Paroz
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-18
Got rid of old __cmp__methods replaced by rich comparison.
Claude Paroz
2012-05-12
Replaced im_func and im_self by __func__ and __self__.
Claude Paroz
2012-04-30
Replaced print statement by print function (forward compatibility syntax).
Claude Paroz
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
[next]