Re: [Python-Dev] Set program name through exec -a or environment variable

2017-03-18 Thread tritium-list
https://pypi.python.org/pypi/setproctitle From: Python-Dev [mailto:python-dev-bounces+tritium-list=sdamon@python.org] On Behalf Of Freddy Rietdijk Sent: Saturday, March 18, 2017 9:15 AM To: Python-Dev Subject: [Python-Dev] Set program name through exec -a or environment variable

Re: [Python-Dev] Translated Python documentation

2017-02-24 Thread tritium-list
need another one to check what was written. These are practical problems. There are extant services to support this, they are expensive in either money or time, and the docs produced usually lag behind English quite a bit. From: Python-Dev [mailto:python-dev-bounces+tritium-list=sdamon

Re: [Python-Dev] Python FTP Injections Allow for Firewall Bypass (oss-security advisory)

2017-02-24 Thread tritium-list
ack of one in a thread about an FTP issue is likely to get much done.) > -Original Message- > From: Python-Dev [mailto:python-dev-bounces+tritium- > list=sdamon@python.org] On Behalf Of Antoine Pitrou > Sent: Friday, February 24, 2017 5:02 AM > To: python-dev@python.org &

Re: [Python-Dev] [Distutils] pythonhosted.org upload no longer works

2016-10-10 Thread tritium-list
> -Original Message- > From: Distutils-SIG [mailto:distutils-sig-bounces+tritium- > list=sdamon@python.org] On Behalf Of Guido van Rossum > Sent: Monday, October 10, 2016 12:27 PM > To: Donald Stufft > Cc: Distutils ; Giampaolo Rodola' > ; python-dev

Re: [Python-Dev] File system path encoding on Windows

2016-08-28 Thread tritium-list
> -Original Message- > From: Python-Dev [mailto:python-dev-bounces+tritium- > list=sdamon@python.org] On Behalf Of Steve Dower > Sent: Wednesday, August 24, 2016 11:44 AM > To: Stephen J. Turnbull > Cc: Nick Coghlan ; Python Dev d...@python.org> > Subjec

Re: [Python-Dev] PEP 467: Minor API improvements to bytes, bytearray, and memoryview

2016-06-07 Thread tritium-list
c: python-dev@python.org > Subject: RE: [Python-Dev] PEP 467: Minor API improvements to bytes, > bytearray, and memoryview > > > > > -Original Message----- > > From: Python-Dev [mailto:python-dev-bounces+tritium- > > list=sdamon@python.org] On Behalf Of Ni

Re: [Python-Dev] PEP 467: Minor API improvements to bytes, bytearray, and memoryview

2016-06-07 Thread tritium-list
> -Original Message- > From: Python-Dev [mailto:python-dev-bounces+tritium- > list=sdamon@python.org] On Behalf Of Nick Coghlan > Sent: Tuesday, June 7, 2016 5:40 PM > To: Barry Warsaw > Cc: python-dev@python.org > Subject: Re: [Python-Dev] PEP 467: Minor API

Re: [Python-Dev] C99

2016-06-07 Thread tritium-list
e windows builds now. It would be too much of a downgrade in experience and performance. > -Original Message- > From: Python-Dev [mailto:python-dev-bounces+tritium- > list=sdamon@python.org] On Behalf Of Sturla Molden > Sent: Tuesday, June 7, 2016 3:37 PM > To: python-dev@py

Re: [Python-Dev] C99

2016-06-05 Thread tritium-list
> -Original Message- > From: Python-Dev [mailto:python-dev-bounces+tritium- > list=sdamon@python.org] On Behalf Of Sturla Molden > Sent: Sunday, June 5, 2016 10:29 PM > To: python-dev@python.org > Subject: Re: [Python-Dev] C99 > > Guido van Rossum wrote: >

Re: [Python-Dev] Yearly PyPI breakage

2016-05-03 Thread tritium-list
on-dev-bounces+tritium- > list=sdamon@python.org] On Behalf Of Stefan Krah > Sent: Wednesday, May 04, 2016 00:15 > To: python-dev@python.org > Subject: Re: [Python-Dev] Yearly PyPI breakage > > > > [cut overlong post] > > Glyph, > > nice sneaky way to try to

Re: [Python-Dev] Yearly PyPI breakage

2016-05-03 Thread tritium-list
> > (Is cdecimal substantially different from the _decimal added in 3.5?) > AFAICT, they are unrelated codebases that do about the same thing with the same amount of performance, with the main exception that _decimal in 3.5 does not require one to change their import (or to compile the package