Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/dispatch
Commit message (Expand)AuthorAgeFilesLines
* Fixed #19634 -- Added proper __hash__ methods.Aymeric Augustin2013-02-251-1/+2
* Fixed #16679 -- Use caching to speed up signal sendingAnssi Kääriäinen2012-12-161-22/+51
* Fixed #18963 -- Used a subclass-friendly patternAymeric Augustin2012-11-031-7/+9
* Added a way to check if a signal has listenersAnssi Kääriäinen2012-09-281-0/+3
* [py3] Fixed dispatch testsClaude Paroz2012-08-151-2/+4
* [py3] Replaced __nonzero__ by __bool__Claude Paroz2012-08-081-1/+2
* [py3] Added Python 3 compatibility for xrange.Aymeric Augustin2012-07-221-19/+20
* Switch to using context managers for acquiring and releas...Alex Gaynor2012-06-231-13/+4
* Don't use a list comprehension when we don't need the res...Alex Gaynor2012-06-231-1/+2
* Fixed #18454 -- Added ability to pass a list of signals t...Dmitry Medvinsky2012-06-231-2/+9
* Got rid of old __cmp__methods replaced by rich comparison.Claude Paroz2012-05-181-5/+5
* Replaced im_func and im_self by __func__ and __self__.Claude Paroz2012-05-122-16/+16
* Replaced print statement by print function (forward compa...Claude Paroz2012-04-301-3/+3
* Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz2012-04-292-3/+3
* Fixed #16225 -- Removed unused imports. Many thanks to Ay...Jannis Leidel2011-07-131-1/+2
* Removed a bunch more Python 2.4 workarounds now that we d...Adrian Holovaty2011-03-281-1/+1
* Preventing problems possibly introduced by r14662Honza Král2010-11-211-3/+3
* Fixed #14533 -- Make django signals more thread-safe. Tha...Honza Král2010-11-211-18/+35
* Fixed #14559 -- corrected some typos and misleading docst...Alex Gaynor2010-11-021-5/+5
* 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