[issue23899] HTTP regression in distutils uploads to chishop

2015-07-29 Thread Jason R. Coombs
Jason R. Coombs added the comment: Ultimately, we've decided not to patch chishop nor to address the issue in the stdlib, but instead we've replaced chishop with devpi. -- resolution: - wont fix status: open - closed ___ Python tracker

[issue23899] HTTP regression in distutils uploads to chishop

2015-04-17 Thread Jason R. Coombs
Jason R. Coombs added the comment: There's nothing logged in the chishop logs except the POST request. I suspect dstufft is right. I'll try backing out that change and see what effect that has. -- ___ Python tracker rep...@bugs.python.org

[issue23899] HTTP regression in distutils uploads to chishop

2015-04-17 Thread Jason R. Coombs
Jason R. Coombs added the comment: Confirmed. Backing out that change restores the behavior. If I trust the commit description (and it looks reasonable), the issue really does lie with chishop, though for compatibility, I may look to patch it. Thanks dstufft for the reference. --

[issue23899] HTTP regression in distutils uploads to chishop

2015-04-10 Thread Donald Stufft
Donald Stufft added the comment: I wonder if it's this? https://github.com/python/cpython/commit/453f86c6977bab18fe4a9c58a4155253375adc8e#diff-ff7dba04c5ad252aa440598d6c88067a -- ___ Python tracker rep...@bugs.python.org

[issue23899] HTTP regression in distutils uploads to chishop

2015-04-09 Thread Jason R. Coombs
New submission from Jason R. Coombs: Beginning with Python 2.7.9 and 3.4.3, distutils uploads to chishop (https://pypi.python.org/pypi/chishop) now fail with a 501 NOT IMPLEMENTED. This error looks very similar to the error that Twine triggered in https://github.com/pypa/twine/issues/27. I