Donald Stufft

Results 289 comments of Donald Stufft

One additional thing: The above assumes that bandersnatch is going to swap out from writing *just* ``index.html`` files, to writing the 3 files mentioned above alongside each other, which makes...

For the record, I'm not opposed to having doc-strings or anything. I just don't want to try and maintain the _old_ doc-strings which were designed to be end user documentation...

I was mocking out stuff in sys.modules previously yes.

We want to ensure that `sodium_init()` has been called, but more importantly we also want to ensure that it's not called at the same time in two different threads. It...

If you can wait until Warehouse is ready (scheduled to be early 2016), we'll have the ability to allow larger file sizes for specific projects so we can whitelist particular...

Yea, you can upload to Warehouse now, but you'll want to be aware of pypa/warehouse#1194.

Yea, but you only have to do it once each time you upload (and once the issue is fixed, never again).

Requests isn't lying. `Content-Length` is the transfer length of the body, not the actual size of the body. In requests `r.content` will be after it's been ungziped. If you use...

Will that allow me to still fetch the content with `Content-Encoding: gzip`? I suppose so since I could just add that header myself.

Of course! I could be totally wrong too and the strategy thing might not be useful at all, but figured I'd mention it in case it was useful.