Barry Warsaw

Results 28 issues of Barry Warsaw

The idea is to add a `# fmt: skip` comment hanging at the end of a line and that would skip reformatting that statement. It avoids the need to wrap...

I have a [PR](https://gitlab.com/warsaw/public/-/merge_requests/14) that uses [@typing.overload](https://docs.python.org/3/library/typing.html#typing.overload). You'll notice that in the stdlib documentation, there are no blank lines after the ellipsis in the overload definitions. @gvanrossum even [says](https://gitlab.com/warsaw/public/-/merge_requests/14#note_551050683) that...

formatting-idea

I use layers extensively in Mailman 3 and they generally work great, except for [this caveat](http://nose2.readthedocs.io/en/latest/plugins/layers.html#test-case-order-and-module-isolation). Since I haven't seen an issue on this, I want to at least capture...

decision needed

When building the Debian package version of twine, I'd love to have an end-to-end test that I can automate which actually hits PyPI, but I don't want to do an...

enhancement

I have a Python 3 project which uses type annotations. I wanted to be able to run mypy over my code as a standard code quality check. @ethankhall and @zvezdan...

There seems to be some inconsistencies in the versions of Python tested against in the various CI integrations. From the looks of it: * Appveyor is testing Python 2.7, 3.3,...

I think it's time for me to admit that I don't have much time to work on aiosmtpd. I really hope it doesn't languish though, given how useful of a...

help wanted
tech-debt
administrivia

It seems reasonable to add type annotations since aiosmtpd is a Python 3 application/library and type annotations can provide better documentation to users. With the use of a tool like...

tech-debt
in progress

This is a meta issue tracking all the things that need to be cleaned up in the import system. From removing long deprecated APIs to migrating internal access to `__spec__`,...

expert-importlib