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
/
saferef.py
Age
Commit message (
Expand
)
Author
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-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-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-02-25
Fixed #19634 -- Added proper __hash__ methods.
Aymeric Augustin
2012-11-03
Fixed #18963 -- Used a subclass-friendly pattern
Aymeric Augustin
2012-08-15
[py3] Fixed dispatch tests
Claude Paroz
2012-08-08
[py3] Replaced __nonzero__ by __bool__
Claude Paroz
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
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-03-28
Removed a bunch more Python 2.4 workarounds now that we don't support that ve...
Adrian Holovaty
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
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