summaryrefslogtreecommitdiff
path: root/django/dispatch
Commit message (Expand)AuthorAgeFilesLines
* Fixed #32172 -- Adapted signals to allow async handlers.Jon Janzen2023-03-071-24/+209
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-10/+22
* Refs #32508 -- Raised ImproperlyConfigured/TypeError instead of using "assert...Mateo Radman2021-06-251-2/+2
* Refs #31327 -- Removed providing_args argument for Signal per deprecation tim...Mariusz Felisiak2021-01-141-11/+1
* Fixed #32261 -- Added error logging to Signal.send_robust().Ayush Bansal2020-12-151-0/+9
* Fixed #31327 -- Deprecated providing_args argument for Signal.Jon Dufresne2020-03-051-9/+11
* Capitalized "Python" in docs and comments.Jon Dufresne2018-10-091-1/+1
* Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.Brett Cannon2018-04-171-1/+1
* Fixed #28984 -- Made assorted code simplifications.Tim Graham2018-01-031-6/+4
* Fixed #28930 -- Simplified code with any() and all().Дилян Палаузов2017-12-261-4/+1
* Refs #27656 -- Updated django.forms/http docstring verbs according to PEP 257.Anton Samarchyan2017-02-201-6/+4
* Refs #23919 -- Removed __traceback__ setting needed for Python 2.Tim Graham2017-01-241-5/+1
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-1/+1
* Refs #23919 -- Removed most of remaining six usageClaude Paroz2017-01-181-1/+0
* Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz2017-01-182-79/+3
* Refs #24205 -- Removed Signal.disconnect()'s weak argument.Tim Graham2017-01-171-5/+1
* Fixed #27513 -- Made Signal.send()/send_robust() a tiny bit faster.Adam Chainz2016-11-221-8/+7
* Fixed E305 flake8 warnings.Ramin Farajpour Cami2016-11-141-0/+2
* Fixed #13080 -- Corrected accepted values of sender parameter in Signal.conne...Berker Peksag2016-05-301-1/+1
* Fixed E128 flake8 warnings in django/.Tim Graham2016-04-081-2/+1
* Corrected a few typos in Signal.send() docstring.Jarek Glowacki2016-01-121-3/+3
* 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 imports to rangeMichael 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 responseUnai Zalakain2014-05-161-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 interactionAnssi 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 connectionClaude Paroz2013-11-231-1/+1
* Use `classmethod` as a decorator.xuxiang2013-11-191-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 violation still has man...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-141-12/+12
* Fixed assorted flake8 errors.Tim Graham2013-10-111-2/+2