Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/dispatch
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #9015 -- added a signal decorator for simplifying s...Brian Rosner2010-09-122-1/+17
* Fixed #12164 -- Removed the Python 2.3 compatibility impo...Russell Keith-Magee2010-05-041-4/+0
* Fixed #11134: signals recievers that disconnect during th...Jacob Kaplan-Moss2009-05-201-73/+98
* Fixed #10753 -- Fixed regression in dispatcher after [103...Adrian Holovaty2009-04-101-0/+1
* Fixed #9989: fixed a subtle edge case where removing sign...Jacob Kaplan-Moss2009-04-051-3/+4
* Fixed #8285: signal handlers that aren't functions work u...Jacob Kaplan-Moss2008-08-251-2/+18
* Fixed #7830 -- Removed all of the remaining, deprecated, ...Gary Wilson Jr2008-08-101-45/+0
* Major refactoring of django.dispatch with an eye towards ...Jacob Kaplan-Moss2008-08-067-578/+230
* Fixed #7847 -- Removed a whole bunch of unused imports fr...Adrian Holovaty2008-07-222-17/+16
* Fixed #5664 -- Added a Jython workaround for some assumpt...Malcolm Tredinnick2007-10-211-1/+74
* Fixed #3439: vastly improved the performance of django.di...Jacob Kaplan-Moss2007-02-261-60/+58
* Part 3 of pedant day: replaced all tabs in Django with sp...Jacob Kaplan-Moss2006-07-216-701/+699
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is high...Adrian Holovaty2006-05-027-0/+818