Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/dispatch
Commit message (Expand)AuthorAgeFilesLines
* Moved and updated Python license.Tim Graham2015-09-282-256/+1
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-311-1/+0
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-2/+2
* Removed support for Python 3.3.Tim Graham2015-06-181-2/+3
* Fixed #24979 -- Removed usage of inspect.getargspec().Tim Graham2015-06-151-15/+3
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+0
* Fixed #24205 -- Deprecated Signal.disconnect weak parameter.Florian Apolloner2015-01-231-4/+6
* Clarified docstring in dispatch/dispatcher.pyTim Graham2015-01-231-3/+3
* Added return value to Signal.disconnect().Andriy Sokolovskiy2015-01-021-0/+3
* Fixed #23812 -- Changed django.utils.six.moves.xrange imp...Michael Hall2014-12-131-2/+2
* Fixed typo in django/dispatch/dispatcher.py docstring.jerry dumblauskas2014-12-021-1/+1
* Fixed #16245 -- Included traceback in send_robust()'s res...Unai Zalakain2014-05-171-1/+4
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-1/+1
* Simplified signal code.Florian Apolloner2014-02-051-12/+9
* Fixed #21952 -- signals deadlock due to locking + weakref...Anssi Kääriäinen2014-02-051-14/+23
* Fixed flake8 issues.Simon Charette2014-01-121-1/+1
* Added license info for the weakref backportsFlorian Apolloner2014-01-122-1/+262
* Fixed removal of signal receivers in Python 3.4Florian Apolloner2014-01-093-288/+98
* Fixed E127 pep8 warnings.Loic Bistuer2013-12-141-1/+1
* Fixed #21486 -- Prevented settings config in signal conne...Claude Paroz2013-11-231-1/+1
* Use `classmethod` as a decorator.xuxiang2013-11-201-1/+1
* Fixed flake8 E251 violationsMilton Mazzarri2013-11-031-1/+1
* More attacking E302 violatorsAlex Gaynor2013-11-021-0/+4
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-1/+1
* Fixed up some more flake8 violations (this particular vio...Alex Gaynor2013-10-261-2/+2
* Start attacking E231 violationsAlex Gaynor2013-10-241-1/+1
* Fixed E225 pep8 warnings.Tim Graham2013-10-231-1/+1
* Fixed #21266 -- Fixed E201,E202 pep8 warnings.Larry O'Neill2013-10-151-12/+12
* Fixed assorted flake8 errors.Tim Graham2013-10-111-2/+2
* Whitespace cleanup.Tim Graham2013-10-101-1/+1
* Fixed #20943 -- Weakly reference senders when caching the...Simon Charette2013-08-201-4/+8
* 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