[pypy-commit] pypy.org extradoc: Update to the new version of the windows binary.

2012-12-06 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r374:51fa1f04b1e4 Date: 2012-12-06 17:47 +0100 http://bitbucket.org/pypy/pypy.org/changeset/51fa1f04b1e4/ Log:Update to the new version of the windows binary. diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@

[pypy-commit] pypy py3k: use support.gc_collect()

2012-12-06 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r59349:04d69d16844c Date: 2012-12-06 14:42 -0800 http://bitbucket.org/pypy/pypy/changeset/04d69d16844c/ Log:use support.gc_collect() diff --git a/lib-python/3.2/test/test_threading_local.py b/lib-python/3.2/test/test_threading_local.py --- a/lib

[pypy-commit] pypy py3k: fix str() on this resulting UnicodeEncodeError

2012-12-06 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r59350:6f4f79863643 Date: 2012-12-06 14:43 -0800 http://bitbucket.org/pypy/pypy/changeset/6f4f79863643/ Log:fix str() on this resulting UnicodeEncodeError diff --git a/pypy/objspace/std/strutil.py b/pypy/objspace/std/strutil.py --- a/pypy/objspac

[pypy-commit] pypy remove-globals-in-jit: Tentative fix. Seems to not occur on Linux64: an often-prebuilt descr

2012-12-06 Thread arigo
Author: Armin Rigo Branch: remove-globals-in-jit Changeset: r59351:0f15c980ba05 Date: 2012-12-07 01:11 +0100 http://bitbucket.org/pypy/pypy/changeset/0f15c980ba05/ Log:Tentative fix. Seems to not occur on Linux64: an often-prebuilt descr is always at an address that fits 32 bits. dif

[pypy-commit] pypy py3k: fix frombytes on empty strings

2012-12-06 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r59352:b1a4f4d62d78 Date: 2012-12-06 17:52 -0800 http://bitbucket.org/pypy/pypy/changeset/b1a4f4d62d78/ Log:fix frombytes on empty strings diff --git a/pypy/rlib/rbigint.py b/pypy/rlib/rbigint.py --- a/pypy/rlib/rbigint.py +++ b/pypy/rlib/rbigint

[pypy-commit] pypy py3k: fix from_bytes on iterables of ints

2012-12-06 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r59353:dcd5c7c5b9c3 Date: 2012-12-06 18:14 -0800 http://bitbucket.org/pypy/pypy/changeset/dcd5c7c5b9c3/ Log:fix from_bytes on iterables of ints diff --git a/pypy/objspace/std/longtype.py b/pypy/objspace/std/longtype.py --- a/pypy/objspace/std/lon

[pypy-commit] pypy default: fix frombytes on empty strings

2012-12-06 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r59354:2bef84196680 Date: 2012-12-06 17:52 -0800 http://bitbucket.org/pypy/pypy/changeset/2bef84196680/ Log:fix frombytes on empty strings (transplanted from b1a4f4d62d781879b56bf63cd0da4628ee0518ac) diff --git a/pypy/rlib/rbigint.py b/pypy/r

[pypy-commit] pypy py3k: hopefully fix round w/ ndigits=None

2012-12-06 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r59356:1fd792086d89 Date: 2012-12-06 18:47 -0800 http://bitbucket.org/pypy/pypy/changeset/1fd792086d89/ Log:hopefully fix round w/ ndigits=None diff --git a/pypy/module/__builtin__/operation.py b/pypy/module/__builtin__/operation.py --- a/pypy/m

[pypy-commit] pypy default: Fixed _ffi tests with -A

2012-12-06 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r59357:9087fe279e22 Date: 2012-12-06 21:16 -0800 http://bitbucket.org/pypy/pypy/changeset/9087fe279e22/ Log:Fixed _ffi tests with -A diff --git a/pypy/module/_ffi/test/test_struct.py b/pypy/module/_ffi/test/test_struct.py --- a/pypy/module/_ffi/test/t

[pypy-commit] pypy default: Fixed bz2 tests

2012-12-06 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r59358:699f60d012f3 Date: 2012-12-06 21:20 -0800 http://bitbucket.org/pypy/pypy/changeset/699f60d012f3/ Log:Fixed bz2 tests diff --git a/pypy/module/_ffi/test/test_struct.py b/pypy/module/_ffi/test/test_struct.py --- a/pypy/module/_ffi/test/test_struc