Re: [Python-Dev] Are PyCFunctions supposed to invisibly consume self when used as a method?

2010-06-16 Thread Stefan Behnel
Christian Heimes, 13.06.2010 01:22: Am 13.06.2010 01:15, schrieb Guido van Rossum: Hey! No borrowing the time machine! :-) Too late Get the irony? Stefan ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/py

Re: [Python-Dev] debug and release python

2010-06-16 Thread Kristján Valur Jónsson
> -Original Message- > From: Amaury Forgeot d'Arc [mailto:amaur...@gmail.com] > Sent: 15. júní 2010 21:24 > To: Kristján Valur Jónsson > Cc: python-dev@python.org > Subject: Re: [Python-Dev] debug and release python > > I remember having the same issue years ago: > http://mail.python.org

Re: [Python-Dev] debug and release python

2010-06-16 Thread Kristján Valur Jónsson
> -Original Message- > From: "Martin v. Löwis" [mailto:mar...@v.loewis.de] > Sent: 15. júní 2010 21:20 > To: Kristján Valur Jónsson > Cc: python-dev@python.org > Subject: Re: [Python-Dev] debug and release python > > Am 15.06.2010 14:48, schrieb Kristján Valur Jónsson: > > What I mean is

[Python-Dev] Release manager/developer (10 years + experience) would like to help and volunteer time if needed

2010-06-16 Thread Mart
Hi, I have worked 10 years at Adobe Systems as a Release Developer for the LiveCycle ES team and am now employed as a Release Manager (for a team of one, me ;) ) at Nuance Communications since last March. I have put lots of effort to keep Python alive and well at Adobe by providing complete bu

Re: [Python-Dev] Release manager/developer (10 years + experience) would like to help and volunteer time if needed

2010-06-16 Thread Senthil Kumaran
Welcome! You might just want to hook on to the process mentioned at http://www.python.org/dev That's it. -- Senthil On 16 Jun 2010 16:44, "Mart" wrote: Hi, I have worked 10 years at Adobe Systems as a Release Developer for the LiveCycle ES team and am now employed as a Release Manager (for a

Re: [Python-Dev] Release manager/developer (10 years + experience) would like to help and volunteer time if needed

2010-06-16 Thread Nick Coghlan
On Wed, Jun 16, 2010 at 3:45 PM, Mart wrote: > > I have put lots of effort to keep Python alive and well at Adobe by providing > complete build/release solutions & processes, automation and tooling  in my > favourite language, Python. > I have been promoting, planning and implementing a complete

Re: [Python-Dev] Release manager/developer (10 years + experience) would like to help and volunteer time if needed

2010-06-16 Thread Mart
Hi Nick, That sounds great! I assume since python-dev has been cc'ed that both Martin von Loewis ans Dirkjan Ochtman are listening on this thread. If so, then let me know if there is anything specific that either of you would need a hand with. I would be more than happy to take on some of your

Re: [Python-Dev] Sharing functions between C extension modules in stdlib

2010-06-16 Thread Alexander Belopolsky
On Mon, Jun 14, 2010 at 7:09 PM, "Martin v. Löwis" wrote: .. > So it's clearly intentional. I doubt its desirable, though. If only > __PyTime_DoubleToTimet needs to be duplicated, I'd rather put that > function into a separate C file that gets included twice, instead of > including the full timemo

Re: [Python-Dev] email package status in 3.X

2010-06-16 Thread lutz
[copied to pydev from email-sig because of the broader scope] Well, it looks like I've stumbled onto the "other shoe" on this issue--that the email package's problems are also apparently behind the fact that CGI binary file uploads don't work in 3.1 (http://bugs.python.org/issue4953). Yikes. I

Re: [Python-Dev] email package status in 3.X

2010-06-16 Thread Nick Coghlan
On Thu, Jun 17, 2010 at 6:48 AM, wrote: > I trust that people realize this is a show-stopper for broader > Python 3.X adoption.  Why 3.0 was rolled out anyhow is beyond > me; it seems that it would have been better if Python developers > had gotten their own code to work with 3.X, before expectin