[Python-Dev] Packaging in Python 2 anyone ?

2011-08-14 Thread Tarek Ziadé
Hi all, I am lacking of time right now to finish an important task before 3.2 final is out: we need to release "packaging" as a standalone release under Python 2.x and Python 3.1, to gather as much feedback as we can from more people. Doing an automated conversion turned out to be a nightmare, an

[Python-Dev] Python 3.2.2rc1

2011-08-14 Thread Martin v. Löwis
On behalf of the Python development team, I'm happy to announce the first release candidate of the Python 3.2.2 maintenance release (3.2.2rc1). Python 3.2.2 fixes `a regression `_ in the ``urllib.request`` module that prevented opening many HTTP resources correctly wi

Re: [Python-Dev] Packaging in Python 2 anyone ?

2011-08-14 Thread Nick Coghlan
On Sun, Aug 14, 2011 at 7:41 PM, Tarek Ziadé wrote: > Hi all, > > I am lacking of time right now to finish an important task before 3.2 > final is out: If anyone else got at all confused by Tarek's email, s/3.x/3.x+1/ and it will all make sense (the mentioned release numbers in the 3.x series are

Re: [Python-Dev] Python 3.2.2rc1

2011-08-14 Thread Terry Reedy
On 8/14/2011 12:31 PM, "Martin v. Löwis" wrote: On behalf of the Python development team, I'm happy to announce the first release candidate of the Python 3.2.2 maintenance release (3.2.2rc1). Python 3.2.2 fixes `a regression`_ in the ``urllib.request`` module that p

Re: [Python-Dev] cpython: Add Py_RETURN_NOTIMPLEMENTED macro. Fixes #12724.

2011-08-14 Thread Brett Cannon
On Thu, Aug 11, 2011 at 00:02, Antoine Pitrou wrote: > Le Thu, 11 Aug 2011 03:34:37 +0200, > brian.curtin a écrit : > > http://hg.python.org/cpython/rev/77a65b078852 > > changeset: 71809:77a65b078852 > > parent: 71803:1b4fae183da3 > > user:Brian Curtin > > date:Wed Aug 10

Re: [Python-Dev] cpython: Add Py_RETURN_NOTIMPLEMENTED macro. Fixes #12724.

2011-08-14 Thread Benjamin Peterson
2011/8/14 Brett Cannon : > > > On Thu, Aug 11, 2011 at 00:02, Antoine Pitrou wrote: >> >> Le Thu, 11 Aug 2011 03:34:37 +0200, >> brian.curtin a écrit : >> > http://hg.python.org/cpython/rev/77a65b078852 >> > changeset:   71809:77a65b078852 >> > parent:      71803:1b4fae183da3 >> > user:        Br

Re: [Python-Dev] Backporting howto/pyporting to 2.7

2011-08-14 Thread Brett Cannon
Probably mostly hassle of maintaining changes between the two versions, but the doc will probably get more exposure that way. I say if you want to spearhead the backport, go for it. On Fri, Aug 12, 2011 at 09:51, Éric Araujo wrote: > Hi everyone, > > I think it would be useful to have the “Porti

Re: [Python-Dev] cpython: Add Py_RETURN_NOTIMPLEMENTED macro. Fixes #12724.

2011-08-14 Thread Brett Cannon
On Sun, Aug 14, 2011 at 19:36, Benjamin Peterson wrote: > 2011/8/14 Brett Cannon : > > > > > > On Thu, Aug 11, 2011 at 00:02, Antoine Pitrou > wrote: > >> > >> Le Thu, 11 Aug 2011 03:34:37 +0200, > >> brian.curtin a écrit : > >> > http://hg.python.org/cpython/rev/77a65b078852 > >> > changeset:

Re: [Python-Dev] cpython: Add Py_RETURN_NOTIMPLEMENTED macro. Fixes #12724.

2011-08-14 Thread Benjamin Peterson
2011/8/14 Brett Cannon : > > > On Sun, Aug 14, 2011 at 19:36, Benjamin Peterson > wrote: >> >> 2011/8/14 Brett Cannon : >> > >> > >> > On Thu, Aug 11, 2011 at 00:02, Antoine Pitrou >> > wrote: >> >> >> >> Le Thu, 11 Aug 2011 03:34:37 +0200, >> >> brian.curtin a écrit : >> >> > http://hg.python.o

Re: [Python-Dev] cpython: Add Py_RETURN_NOTIMPLEMENTED macro. Fixes #12724.

2011-08-14 Thread Nick Coghlan
On Mon, Aug 15, 2011 at 12:34 PM, Brett Cannon wrote: > On Thu, Aug 11, 2011 at 00:02, Antoine Pitrou wrote: >> It would sound more useful to have a generic Py_RETURN() macro rather than >> some specific forms for each and every common object. > > Since the macro is rather generic, sure, but the

Re: [Python-Dev] Latest draft of PEP 399 (Pure Python/C Accelerator Module Compatibility Requirements)

2011-08-14 Thread Brett Cannon
Since the latest draft went four weeks w/o comment or complaint to address the last round of issues, I am going to consider this PEP accepted (don't think we need a BDFAP since this is procedural and not a language feature or stdlib addition, but if people disagree then Guido can assign someone).

Re: [Python-Dev] Latest draft of PEP 399 (Pure Python/C Accelerator Module Compatibility Requirements)

2011-08-14 Thread Benjamin Peterson
2011/8/14 Brett Cannon : >> proper `PyList_Check()` is used, but otherwise APIs should work with To be terribly nitty, what is probably wanted to is PyList_CheckExact. -- Regards, Benjamin ___ Python-Dev mailing list Python-Dev@python.org http://mail