[pypy-commit] extradoc extradoc: Sprint announcement

2013-11-30 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5110:3f091dcef9c8 Date: 2013-11-30 09:49 +0100 http://bitbucket.org/pypy/extradoc/changeset/3f091dcef9c8/ Log:Sprint announcement diff --git a/sprintinfo/leysin-winter-2014/announcement.txt b/sprintinfo/leysin-winter-2014/announcement.txt new

[pypy-commit] extradoc extradoc: Fill to 72 columns

2013-11-30 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5111:63b56fcf1203 Date: 2013-11-30 09:52 +0100 http://bitbucket.org/pypy/extradoc/changeset/63b56fcf1203/ Log:Fill to 72 columns diff --git a/sprintinfo/leysin-winter-2014/announcement.txt b/sprintinfo/leysin-winter-2014/announcement.txt --- a

[pypy-commit] pypy default: Move evil conftest import from module- to function-level

2013-11-30 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r68342:6bce07544ff7 Date: 2013-11-30 13:52 + http://bitbucket.org/pypy/pypy/changeset/6bce07544ff7/ Log:Move evil conftest import from module- to function-level diff --git a/rpython/tool/gcc_cache.py b/rpython/tool/gcc_cache.py --- a/rpython/tool/gc

[pypy-commit] extradoc extradoc: Add myself

2013-11-30 Thread rguillebert
Author: Romain Guillebert Branch: extradoc Changeset: r5112:154de39968e1 Date: 2013-11-30 15:40 +0100 http://bitbucket.org/pypy/extradoc/changeset/154de39968e1/ Log:Add myself diff --git a/sprintinfo/leysin-winter-2014/people.txt b/sprintinfo/leysin-winter-2014/people.txt --- a/sprintinfo/l

[pypy-commit] pypy default: stick cache_dir definition in rpython.config.translationoption (as a global)

2013-11-30 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r68343:622d676a349e Date: 2013-11-30 15:06 + http://bitbucket.org/pypy/pypy/changeset/622d676a349e/ Log:stick cache_dir definition in rpython.config.translationoption (as a global) diff --git a/rpython/config/translationoption.py b/rpython/

[pypy-commit] pypy default: document merged branch

2013-11-30 Thread mattip
Author: mattip Branch: Changeset: r68345:68e498c271ef Date: 2013-11-29 16:22 +0200 http://bitbucket.org/pypy/pypy/changeset/68e498c271ef/ Log:document merged branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-

[pypy-commit] pypy default: whoops

2013-11-30 Thread mattip
Author: mattip Branch: Changeset: r68344:c1428cb45c9f Date: 2013-11-29 16:21 +0200 http://bitbucket.org/pypy/pypy/changeset/c1428cb45c9f/ Log:whoops diff --git a/rpython/translator/test/test_driver.py b/rpython/translator/test/test_driver.py --- a/rpython/translator/test/test_driver.py +++

[pypy-commit] cffi default: An extra test

2013-11-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r1435:de7e8aec4001 Date: 2013-11-30 21:53 +0100 http://bitbucket.org/cffi/cffi/changeset/de7e8aec4001/ Log:An extra test diff --git a/c/test_c.py b/c/test_c.py --- a/c/test_c.py +++ b/c/test_c.py @@ -3136,6 +3136,12 @@ py.test.raises(TypeError, "p

[pypy-commit] pypy default: Update to cffi/de7e8aec4001 and fix

2013-11-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r68346:cee23d5e33f9 Date: 2013-11-30 21:54 +0100 http://bitbucket.org/pypy/pypy/changeset/cee23d5e33f9/ Log:Update to cffi/de7e8aec4001 and fix diff --git a/pypy/module/_cffi_backend/cdataobj.py b/pypy/module/_cffi_backend/cdataobj.py --- a/pypy/module

[pypy-commit] pypy default: merged upstream

2013-11-30 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r68349:e797f7673b02 Date: 2013-11-30 15:57 -0600 http://bitbucket.org/pypy/pypy/changeset/e797f7673b02/ Log:merged upstream diff --git a/lib_pypy/_pypy_testcapi.py b/lib_pypy/_pypy_testcapi.py --- a/lib_pypy/_pypy_testcapi.py +++ b/lib_pypy/_pypy_testc

[pypy-commit] pypy default: Use a set here -- not a dict with bogus fields

2013-11-30 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r68347:c4debf511df5 Date: 2013-11-30 15:55 -0600 http://bitbucket.org/pypy/pypy/changeset/c4debf511df5/ Log:Use a set here -- not a dict with bogus fields diff --git a/rpython/rtyper/annlowlevel.py b/rpython/rtyper/annlowlevel.py --- a/rpython/rtyper/a

[pypy-commit] pypy default: Replaced another use of a dict with bogus values with a set

2013-11-30 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r68348:781d223211cb Date: 2013-11-30 15:57 -0600 http://bitbucket.org/pypy/pypy/changeset/781d223211cb/ Log:Replaced another use of a dict with bogus values with a set diff --git a/rpython/rtyper/annlowlevel.py b/rpython/rtyper/annlowlevel.py --- a/rpy