| Age | Commit message (Collapse) | Author |
|
As Python 3.12 is now the floor, we can drop the shims and
use the `inspect` module.
|
|
|
|
Rewrapped long docstrings and block comments to 79 characters + newline
using script from https://github.com/medmunds/autofix-w505.
|
|
are asynchronous.
Regression in e83a88566a71a2353cebc35992c110be0f8628af.
|
|
https://github.com/psf/black/releases/tag/24.1.0
|
|
Bug in e83a88566a71a2353cebc35992c110be0f8628af.
|
|
co-authored-by: kozzztik <kozzztik@mail.ru>
co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
|
|
assertQuerySetEqual().
Co-Authored-By: Michael Howitz <mh@gocept.com>
|
|
|
|
|
|
|
|
references returns None.
|
|
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
timeline.
|
|
Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com>
Co-Authored-By: Hasan Ramezani <hasan.r67@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Tim Graham and Simon Charette for the reviews.
|
|
|
|
|
|
|
|
This was fixed when dynamic classes for deferred instance loading
was removed in 7f51876f99851fdc3fef63aecdfbcffa199c26b9.
|
|
|
|
senders.
|
|
|
|
|
|
|
|
Thanks to Tim for the review.
|
|
|
|
related set.
|
|
|
|
|
|
This would go unnoticed by the test suite because receivers are removed
automatically when they are garbage collected.
Changed all Signal.connect calls to hold strong references to ensure we
clean up after ourselves.
|
|
This patch also made the tests less likely to pollute the global state
in case of failure.
|
|
Signed-off-by: Jason Myers <jason@jasonamyers.com>
|
|
|
|
Should be unneeded with Python 2.7 and up.
Added some unicode_literals along the way.
|
|
|