[pypy-commit] pypy unsigned-dtypes: 'cast_ulonglong_to_float' is really different from 'cast_longlong_to_float'.

2011-09-10 Thread arigo
Author: Armin Rigo Branch: unsigned-dtypes Changeset: r47194:51bb610254c9 Date: 2011-09-10 09:46 +0200 http://bitbucket.org/pypy/pypy/changeset/51bb610254c9/ Log:'cast_ulonglong_to_float' is really different from 'cast_longlong_to_float'. diff --git a/pypy/jit/codewriter/effectinfo.p

[pypy-commit] pypy unsigned-dtypes: Fix the tests.

2011-09-10 Thread arigo
Author: Armin Rigo Branch: unsigned-dtypes Changeset: r47195:4a19645b0df3 Date: 2011-09-10 09:50 +0200 http://bitbucket.org/pypy/pypy/changeset/4a19645b0df3/ Log:Fix the tests. diff --git a/pypy/jit/codewriter/test/test_flatten.py b/pypy/jit/codewriter/test/test_flatten.py --- a/pypy/jit/co

[pypy-commit] pypy unsigned-dtypes: Shorter name. Add cast_float_to_ulonglong.

2011-09-10 Thread arigo
Author: Armin Rigo Branch: unsigned-dtypes Changeset: r47196:a29e7bc98682 Date: 2011-09-10 10:14 +0200 http://bitbucket.org/pypy/pypy/changeset/a29e7bc98682/ Log:Shorter name. Add cast_float_to_ulonglong. diff --git a/pypy/jit/codewriter/effectinfo.py b/pypy/jit/codewriter/effectinfo.py ---

[pypy-commit] lang-scheme default: Added .hgignore

2011-09-10 Thread boemmels
Author: Juergen Boemmels Branch: Changeset: r8:fee3904afcff Date: 2011-09-07 20:35 +0200 http://bitbucket.org/pypy/lang-scheme/changeset/fee3904afcff/ Log:Added .hgignore diff --git a/.hgignore b/.hgignore new file mode 100644 --- /dev/null +++ b/.hgignore @@ -0,0 +1,7 @@ +syntax: glob +*.p

[pypy-commit] lang-scheme default: dot (.) is valid in symbols

2011-09-10 Thread boemmels
Author: Juergen Boemmels Branch: Changeset: r10:61ac600ed18d Date: 2011-09-09 22:00 +0200 http://bitbucket.org/pypy/lang-scheme/changeset/61ac600ed18d/ Log:dot (.) is valid in symbols diff --git a/scheme/ssparser.py b/scheme/ssparser.py --- a/scheme/ssparser.py +++ b/scheme/ssparser.py @@ -

[pypy-commit] lang-scheme default: Stub a character class, parses and implements simple characters

2011-09-10 Thread boemmels
Author: Juergen Boemmels Branch: Changeset: r9:5c3fc0d3dfb0 Date: 2011-09-08 23:33 +0200 http://bitbucket.org/pypy/lang-scheme/changeset/5c3fc0d3dfb0/ Log:Stub a character class, parses and implements simple characters diff --git a/scheme/object.py b/scheme/object.py --- a/scheme/object.py

[pypy-commit] pypy numpy-indexing-by-arrays: Initial (unoptimized) impementation of indexing by boolean vectors.

2011-09-10 Thread snus_mumrik
Author: Ilya Osadchiy Branch: numpy-indexing-by-arrays Changeset: r47197:fc54fc827233 Date: 2011-09-10 19:25 +0300 http://bitbucket.org/pypy/pypy/changeset/fc54fc827233/ Log:Initial (unoptimized) impementation of indexing by boolean vectors. diff --git a/pypy/module/micronumpy/interp_numarra

[pypy-commit] pypy default: Temporarily disable sys._current_frames(). The tests are left failing

2011-09-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r47198:dec57323f88b Date: 2011-09-10 19:51 +0200 http://bitbucket.org/pypy/pypy/changeset/dec57323f88b/ Log:Temporarily disable sys._current_frames(). The tests are left failing to remind us that it needs to be fixed. diff --git a/pypy/module/sy

[pypy-commit] pypy default: Fix translation (and you know.. functionality) on windows.

2011-09-10 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r47199:84ad4c442f43 Date: 2011-09-10 19:04 -0700 http://bitbucket.org/pypy/pypy/changeset/84ad4c442f43/ Log:Fix translation (and you know.. functionality) on windows. diff --git a/pypy/rlib/rwin32.py b/pypy/rlib/rwin32.py --- a/pypy/rlib/rwin32.py +++