[pypy-commit] pypy improve-docs-2: Remove EOL whitespace in getting started dev docs.

2013-03-29 Thread hodgestar
Author: Simon Cross Branch: improve-docs-2 Changeset: r62887:e3b7af11981b Date: 2013-03-30 08:39 +0200 http://bitbucket.org/pypy/pypy/changeset/e3b7af11981b/ Log:Remove EOL whitespace in getting started dev docs. diff --git a/pypy/doc/getting-started-dev.rst b/pypy/doc/getting-started-dev.rs

[pypy-commit] pypy improve-docs-2: Clean up first paragraphs.

2013-03-29 Thread hodgestar
Author: Simon Cross Branch: improve-docs-2 Changeset: r62888:3f9b479df9fa Date: 2013-03-27 10:41 +0200 http://bitbucket.org/pypy/pypy/changeset/3f9b479df9fa/ Log:Clean up first paragraphs. diff --git a/pypy/doc/index.rst b/pypy/doc/index.rst --- a/pypy/doc/index.rst +++ b/pypy/doc/index.rst

[pypy-commit] pypy improve-docs-2: Fix typo and inaccuracy in bpnn example's comments.

2013-03-29 Thread hodgestar
Author: Simon Cross Branch: improve-docs-2 Changeset: r62886:6e161d4684b2 Date: 2013-03-30 08:38 +0200 http://bitbucket.org/pypy/pypy/changeset/6e161d4684b2/ Log:Fix typo and inaccuracy in bpnn example's comments. diff --git a/rpython/translator/goal/bpnn.py b/rpython/translator/goal/bpnn.py

[pypy-commit] pypy improve-docs-2: continue working on improving docs

2013-03-29 Thread fijal
Author: Maciej Fijalkowski Branch: improve-docs-2 Changeset: r62884:75c166d74765 Date: 2013-03-30 04:59 +0200 http://bitbucket.org/pypy/pypy/changeset/75c166d74765/ Log:continue working on improving docs diff --git a/pypy/doc/dir-reference.rst b/pypy/doc/dir-reference.rst new file mode 10064

[pypy-commit] pypy improve-docs-2: starts a doc rework

2013-03-29 Thread fijal
Author: Maciej Fijalkowski Branch: improve-docs-2 Changeset: r62883:b664434c47de Date: 2013-03-27 01:16 -0700 http://bitbucket.org/pypy/pypy/changeset/b664434c47de/ Log:starts a doc rework diff --git a/README.rst b/README.rst --- a/README.rst +++ b/README.rst @@ -13,9 +13,9 @@ http://

[pypy-commit] pypy curses_cffi: Fixes the warnings -- and in one case the warning is important -- for

2013-03-29 Thread arigo
Author: Armin Rigo Branch: curses_cffi Changeset: r62882:7ea81f936741 Date: 2013-03-29 23:52 +0100 http://bitbucket.org/pypy/pypy/changeset/7ea81f936741/ Log:Fixes the warnings -- and in one case the warning is important -- for running on Linux. diff --git a/lib_pypy/_curses.py b/lib

[pypy-commit] cffi default: Fix a warning.

2013-03-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r1206:c6a699d27cab Date: 2013-03-29 23:42 +0100 http://bitbucket.org/cffi/cffi/changeset/c6a699d27cab/ Log:Fix a warning. diff --git a/demo/_curses.py b/demo/_curses.py --- a/demo/_curses.py +++ b/demo/_curses.py @@ -25,7 +25,7 @@ int tigetflag(char *)

[pypy-commit] jitviewer default: Two changes trying a bit randomly to fix stuff:

2013-03-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r227:1fadd37bdea6 Date: 2013-03-29 22:46 +0100 http://bitbucket.org/pypy/jitviewer/changeset/1fadd37bdea6/ Log:Two changes trying a bit randomly to fix stuff: * don't just crash when line numbers are out of range * attempt to fix the

[pypy-commit] pypy py3k: parse time fields as c ints

2013-03-29 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r62881:4ce75abda07e Date: 2013-03-29 11:07 -0700 http://bitbucket.org/pypy/pypy/changeset/4ce75abda07e/ Log:parse time fields as c ints diff --git a/pypy/module/rctime/interp_time.py b/pypy/module/rctime/interp_time.py --- a/pypy/module/rctime/i

[pypy-commit] pypy default: use recommended encoding for pushing only one register

2013-03-29 Thread bivab
Author: David Schneider Branch: Changeset: r62880:f1505a418fe1 Date: 2013-03-29 18:43 +0200 http://bitbucket.org/pypy/pypy/changeset/f1505a418fe1/ Log:use recommended encoding for pushing only one register diff --git a/rpython/jit/backend/arm/codebuilder.py b/rpython/jit/backend/arm/codebu

[pypy-commit] cffi default: Test and fix for pull request #11: anonymous enums.

2013-03-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r1205:5a456356e4ee Date: 2013-03-29 17:46 +0100 http://bitbucket.org/cffi/cffi/changeset/5a456356e4ee/ Log:Test and fix for pull request #11: anonymous enums. diff --git a/cffi/api.py b/cffi/api.py --- a/cffi/api.py +++ b/cffi/api.py @@ -386,8 +386,9 @@

[pypy-commit] cffi default: Fix (also for Python 3).

2013-03-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r1204:c4ddde521b92 Date: 2013-03-29 17:10 +0100 http://bitbucket.org/cffi/cffi/changeset/c4ddde521b92/ Log:Fix (also for Python 3). diff --git a/cffi/api.py b/cffi/api.py --- a/cffi/api.py +++ b/cffi/api.py @@ -386,7 +386,7 @@ return

[pypy-commit] pypy longdouble2: Store the unwrappped BoxType on the dtype.

2013-03-29 Thread rlamy
Author: Ronan Lamy Branch: longdouble2 Changeset: r62879:a23ba7c93c56 Date: 2013-03-29 16:05 + http://bitbucket.org/pypy/pypy/changeset/a23ba7c93c56/ Log:Store the unwrappped BoxType on the dtype. diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micronumpy/interp_dtype.

[pypy-commit] pypy longdouble2: Give ComplexFloating item types a reference to their component type,

2013-03-29 Thread rlamy
Author: Ronan Lamy Branch: longdouble2 Changeset: r62878:b2f10642914a Date: 2013-03-29 14:59 + http://bitbucket.org/pypy/pypy/changeset/b2f10642914a/ Log:Give ComplexFloating item types a reference to their component type, instead of their component's box type. diff --git a/pypy/

[pypy-commit] pypy stm-thread-2: Minor clean-ups

2013-03-29 Thread arigo
Author: Armin Rigo Branch: stm-thread-2 Changeset: r62877:6a33a670a08a Date: 2013-03-29 16:57 +0100 http://bitbucket.org/pypy/pypy/changeset/6a33a670a08a/ Log:Minor clean-ups diff --git a/lib_pypy/transaction.py b/lib_pypy/transaction.py --- a/lib_pypy/transaction.py +++ b/lib_pypy/transacti

[pypy-commit] pypy default: skipt tests that require floats

2013-03-29 Thread bivab
Author: David Schneider Branch: Changeset: r62876:61eafab0ddcb Date: 2013-03-29 17:58 +0200 http://bitbucket.org/pypy/pypy/changeset/61eafab0ddcb/ Log:skipt tests that require floats diff --git a/rpython/jit/backend/llsupport/test/test_regalloc_integration.py b/rpython/jit/backend/llsuppor

[pypy-commit] pypy default: we need one list per instance

2013-03-29 Thread bivab
Author: David Schneider Branch: Changeset: r62875:3bf293c91f96 Date: 2013-03-29 17:57 +0200 http://bitbucket.org/pypy/pypy/changeset/3bf293c91f96/ Log:we need one list per instance diff --git a/rpython/jit/backend/llsupport/regalloc.py b/rpython/jit/backend/llsupport/regalloc.py --- a/rpyt