Paul Ganssle

Results 204 comments of Paul Ganssle
trafficstars

@spulec I know you did, that's the problem. Specifically, dropping support for Python 3.3 is not a problem, but you have uploaded a package on PyPI that advertises to pip...

I think if you cut a 0.3.12 release immediately and then unpublish 0.3.11, you'll do almost no damage. The only people who would be damaged by that are people who...

I think it would probably be a good idea to add a CI job that runs the tests in some non-UTC locale (or possibly in a few locales). Presumably it's...

> Rather than trying to do this with the player, why not make it a function of download processing and normalize the files instead. I know this really won't fix...

I realize that this may be a very hard-to-reproduce bug. I don't think it's a fundamental problem with Android because it doesn't happen with BeyondPod. When I have time I'll...

> Those methods are a remnant of blist's implementation which include all the MutableSequence methods. It's been helpful, as a drop-in replacement, to have those methods implemented and raising NotImplementedError...

Feel free to merge this anyway if you change your mind.

> What’s wrong with setup.py install? This is, by the way, absolutely the wrong way to install Python packages. It is a decent way to mess up your environment, and...

I'm sorry, I have extremely limited time for this sort of thing, particularly since I don't directly use your project and really was only making this PR because it was...

The failures here seem unrelated to my changes, seems like on Appveyor the Python 3.4 job is picking up an incorrect version of `pytest`, and on Travis the lint problems...