[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 rep...@bugs.python.org
http://bugs.python.org/issue23899
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
http://bugs.python.org/issue23899
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23899
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
http://bugs.python.org/issue23899
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 acknowledge that chishop is old and probably abandoned, but I also expect 
that a minor update (such as 3.4.2 to 3.4.3) should not break. I understand 
that 2.7.9 may have special consideration in this regard, so I'll focus on 
3.4.3.

I expect these changes in protocol may also affect other HTTP services, though 
it may be isolated to distutils uploads.

Donald, can you speak to changes in Python 3.4.3 that might have behavior in 
common with Twine that would have affected distutils uploads?

--
components: Distutils
keywords: 3.4regression
messages: 240341
nosy: dstufft, eric.araujo, jason.coombs
priority: normal
severity: normal
status: open
title: HTTP regression in distutils uploads to chishop
versions: Python 2.7, Python 3.4

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23899
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com