[Python-Dev] [buildbot] Increase number of stored builds

2013-12-11 Thread Stefan Krah
Hello, is it possible to increase the number of stored builds? Sometimes I want to see a build that might be a week or even 6 months old. Examples: 1) Recently I was wondering if the HPUX CFLAGS changed at some point. 2) The HPUX build has the following error: "*** WARNING: renamin

Re: [Python-Dev] cpython (3.3): Issue #17576: Deprecation warning emitted now when __int__() or __index__()

2013-12-11 Thread Antoine Pitrou
On Wed, 11 Dec 2013 20:28:19 +0100 (CET) serhiy.storchaka wrote: > http://hg.python.org/cpython/rev/618cca51a27e > changeset: 87899:618cca51a27e > branch: 3.3 > parent: 87896:46186736e91c > user:Serhiy Storchaka > date:Wed Dec 11 21:07:54 2013 +0200 > summary: > Issu

Re: [Python-Dev] cpython (3.3): Issue #17576: Deprecation warning emitted now when __int__() or __index__()

2013-12-11 Thread Nick Coghlan
On 12 Dec 2013 08:26, "Antoine Pitrou" wrote: > > On Wed, 11 Dec 2013 20:28:19 +0100 (CET) > serhiy.storchaka wrote: > > http://hg.python.org/cpython/rev/618cca51a27e > > changeset: 87899:618cca51a27e > > branch: 3.3 > > parent: 87896:46186736e91c > > user:Serhiy Storchaka >