R. David Murray wrote:
> On Sat, 16 Oct 2010 13:14:20 -0700, Bill Janssen wrote:
> > There was a test added to the sqlite suite between 3.1 and the current
> > 3.x trunk, TestInTransaction. It's failing pretty consistently on the
> > PPC Leopard buildbot (2.7 and 3.1 are testing OK).
> > Callin
Hi,
Le samedi 16 octobre 2010 18:26:31, Antoine Pitrou a écrit :
> On Sat, 16 Oct 2010 15:14:10 +0200 (CEST)
>
> victor.stinner wrote:
> > Author: victor.stinner
> > Date: Sat Oct 16 15:14:10 2010
> > New Revision: 85569
> >
> > Log:
> > Issue #9713, #10114: Parser functions (eg. PyParser_ASTFr
On Sat, 16 Oct 2010 13:14:20 -0700, Bill Janssen wrote:
> There was a test added to the sqlite suite between 3.1 and the current
> 3.x trunk, TestInTransaction. It's failing pretty consistently on the
> PPC Leopard buildbot (2.7 and 3.1 are testing OK).
> Calling sqlite3.sqlite_version returns 3.
There was a test added to the sqlite suite between 3.1 and the current
3.x trunk, TestInTransaction. It's failing pretty consistently on the
PPC Leopard buildbot (2.7 and 3.1 are testing OK).
Calling sqlite3.sqlite_version returns 3.4.0.
A couple of things come to mind:
* Does this require a dif
On Sat, 16 Oct 2010 15:14:10 +0200 (CEST)
victor.stinner wrote:
> Author: victor.stinner
> Date: Sat Oct 16 15:14:10 2010
> New Revision: 85569
>
> Log:
> Issue #9713, #10114: Parser functions (eg. PyParser_ASTFromFile) expects
> filenames encoded to the filesystem encoding with surrogateescape e
On Oct 16, 2010, at 01:50 PM, Georg Brandl wrote:
>> --- python/branches/py3k/Doc/library/sys.rst (original)
>> +++ python/branches/py3k/Doc/library/sys.rst Sat Oct 16 03:04:07 2010
>> @@ -955,6 +955,11 @@
>> module for informational purposes; modifying this value has no effect on
>> the
>>
Am 16.10.2010 03:04, schrieb barry.warsaw:
> Author: barry.warsaw
> Date: Sat Oct 16 03:04:07 2010
> New Revision: 85559
>
> Log:
> First (uncontroversial) part of issue 9807.
>
> * Expose the build flags to Python as sys.abiflags
> * Shared library libpythonX.Y.so
> * python-config --abiflags
>