[pypy-commit] pypy default: flesh out missing attributes of TinyObjSpace for -A tests

2012-12-10 Thread mattip
Author: mattip Branch: Changeset: r59382:fb71ab1cba90 Date: 2012-12-10 20:36 +0200 http://bitbucket.org/pypy/pypy/changeset/fb71ab1cba90/ Log:flesh out missing attributes of TinyObjSpace for -A tests diff --git a/pypy/tool/pytest/objspace.py b/pypy/tool/pytest/objspace.py --- a/pypy/tool/py

[pypy-commit] pypy default: cleanup (@Alex_Gaynor, amaury)

2012-12-10 Thread mattip
Author: mattip Branch: Changeset: r59383:68d481ef4ccb Date: 2012-12-10 21:35 +0200 http://bitbucket.org/pypy/pypy/changeset/68d481ef4ccb/ Log:cleanup (@Alex_Gaynor, amaury) diff --git a/pypy/tool/pytest/objspace.py b/pypy/tool/pytest/objspace.py --- a/pypy/tool/pytest/objspace.py +++ b/pypy

[pypy-commit] pypy py3k: merge default

2012-12-10 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r59384:f76e849ed47e Date: 2012-12-10 12:38 -0800 http://bitbucket.org/pypy/pypy/changeset/f76e849ed47e/ Log:merge default diff --git a/pypy/tool/pytest/objspace.py b/pypy/tool/pytest/objspace.py --- a/pypy/tool/pytest/objspace.py +++ b/pypy/tool/

[pypy-commit] pypy py3k: stricter type checks for eval

2012-12-10 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r59388:1fa955dea1aa Date: 2012-12-10 13:47 -0800 http://bitbucket.org/pypy/pypy/changeset/1fa955dea1aa/ Log:stricter type checks for eval diff --git a/pypy/interpreter/test/test_exec.py b/pypy/interpreter/test/test_exec.py --- a/pypy/interpreter

[pypy-commit] pypy py3k: math.{ceil,floor} now return ints

2012-12-10 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r59386:e762ccefabae Date: 2012-12-10 13:41 -0800 http://bitbucket.org/pypy/pypy/changeset/e762ccefabae/ Log:math.{ceil,floor} now return ints diff --git a/pypy/module/math/interp_math.py b/pypy/module/math/interp_math.py --- a/pypy/module/math/in

[pypy-commit] pypy py3k: add a newlong_from_float that handles app level exceptions

2012-12-10 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r59385:2de9445698d1 Date: 2012-12-10 13:40 -0800 http://bitbucket.org/pypy/pypy/changeset/2de9445698d1/ Log:add a newlong_from_float that handles app level exceptions diff --git a/pypy/objspace/std/floatobject.py b/pypy/objspace/std/floatobject.p

[pypy-commit] pypy py3k: o fix tests under -A

2012-12-10 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r59387:a7400b035df2 Date: 2012-12-10 13:44 -0800 http://bitbucket.org/pypy/pypy/changeset/a7400b035df2/ Log:o fix tests under -A o zlib adler/crc32 are now backed to unsigned results diff --git a/pypy/module/zlib/interp_zlib.py b/pypy/mod

[pypy-commit] pypy py3k: fix test_select's bytes usage

2012-12-10 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r59389:903c12dd4abe Date: 2012-12-10 14:04 -0800 http://bitbucket.org/pypy/pypy/changeset/903c12dd4abe/ Log:fix test_select's bytes usage diff --git a/pypy/module/select/test/test_select.py b/pypy/module/select/test/test_select.py --- a/pypy/mod

[pypy-commit] pypy py3k: Fix test... and plug a memory leak it discovered.

2012-12-10 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r59390:774e6175005f Date: 2012-12-10 20:58 +0100 http://bitbucket.org/pypy/pypy/changeset/774e6175005f/ Log:Fix test... and plug a memory leak it discovered. diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/interp_ssl.py ---

[pypy-commit] pypy py3k: We put _importlib.pypy.so in a weird place, help test_imporlib find it.

2012-12-10 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r59392:7a16ec72229e Date: 2012-12-10 23:14 +0100 http://bitbucket.org/pypy/pypy/changeset/7a16ec72229e/ Log:We put _importlib.pypy.so in a weird place, help test_imporlib find it. diff --git a/lib-python/3.2/importlib/test/extensio

[pypy-commit] pypy py3k: Delicate update for marshal bad data, to better match CPython.

2012-12-10 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r59393:562b0f79511a Date: 2012-12-11 01:03 +0100 http://bitbucket.org/pypy/pypy/changeset/562b0f79511a/ Log:Delicate update for marshal bad data, to better match CPython. diff --git a/pypy/module/marshal/test/test_marshal.py b/pypy/module

[pypy-commit] pypy py3k: Implement bytes + .

2012-12-10 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r59391:00e6e596d5ee Date: 2012-12-10 22:00 +0100 http://bitbucket.org/pypy/pypy/changeset/00e6e596d5ee/ Log:Implement bytes + . diff --git a/pypy/objspace/std/stringobject.py b/pypy/objspace/std/stringobject.py --- a/pypy/objspace/std/str

[pypy-commit] pypy py3k: fix translation

2012-12-10 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r59394:7d56f9cc6baf Date: 2012-12-10 23:31 -0800 http://bitbucket.org/pypy/pypy/changeset/7d56f9cc6baf/ Log:fix translation diff --git a/pypy/objspace/std/stringobject.py b/pypy/objspace/std/stringobject.py --- a/pypy/objspace/std/stringobject.p