[pypy-commit] pypy default: Translation fix for 3777204fff8e

2014-05-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r71581:7c24973aa476 Date: 2014-05-19 10:27 +0200 http://bitbucket.org/pypy/pypy/changeset/7c24973aa476/ Log:Translation fix for 3777204fff8e diff --git a/pypy/module/_file/interp_file.py b/pypy/module/_file/interp_file.py --- a/pypy/module/_file/interp_

[pypy-commit] pypy default: doc: update make.bat to look for Sphinx through Python

2014-05-19 Thread techtonik
Author: anatoly techtonik Branch: Changeset: r71582:d83990714816 Date: 2014-04-01 09:50 +0300 http://bitbucket.org/pypy/pypy/changeset/d83990714816/ Log:doc: update make.bat to look for Sphinx through Python diff --git a/pypy/doc/make.bat b/pypy/doc/make.bat --- a/pypy/doc/make.bat +++ b/py

[pypy-commit] pypy default: doc: update Makefile to look for Sphinx through Python

2014-05-19 Thread techtonik
Author: anatoly techtonik Branch: Changeset: r71583:eb3a520a832f Date: 2014-04-01 12:21 +0300 http://bitbucket.org/pypy/pypy/changeset/eb3a520a832f/ Log:doc: update Makefile to look for Sphinx through Python diff --git a/pypy/doc/Makefile b/pypy/doc/Makefile --- a/pypy/doc/Makefile +++ b/py

[pypy-commit] pypy default: doc: Makefile - config/generate.py call migrated to pypyconfig extension

2014-05-19 Thread techtonik
Author: anatoly techtonik Branch: Changeset: r71584:41dfdac4d6b2 Date: 2014-04-01 17:36 +0300 http://bitbucket.org/pypy/pypy/changeset/41dfdac4d6b2/ Log:doc: Makefile - config/generate.py call migrated to pypyconfig extension diff --git a/pypy/doc/Makefile b/pypy/doc/Makefile --- a/

[pypy-commit] pypy default: pull request #220

2014-05-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r71585:d3f93da35ed4 Date: 2014-05-19 10:37 +0200 http://bitbucket.org/pypy/pypy/changeset/d3f93da35ed4/ Log:pull request #220 diff --git a/pypy/doc/Makefile b/pypy/doc/Makefile --- a/pypy/doc/Makefile +++ b/pypy/doc/Makefile @@ -7,63 +7,80 @@ PAPER

[pypy-commit] pypy default: Merged in techtonik/pypy (pull request #230)

2014-05-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r71587:250638982fbe Date: 2014-05-19 10:39 +0200 http://bitbucket.org/pypy/pypy/changeset/250638982fbe/ Log:Merged in techtonik/pypy (pull request #230) docs: Use read the docs theme if available diff --git a/pypy/doc/conf.py b/pypy/doc/conf.py

[pypy-commit] pypy default: docs: Use read the docs theme if available

2014-05-19 Thread techtonik
Author: anatoly techtonik Branch: Changeset: r71586:07e82d634df6 Date: 2014-04-17 17:08 +0300 http://bitbucket.org/pypy/pypy/changeset/07e82d634df6/ Log:docs: Use read the docs theme if available diff --git a/pypy/doc/conf.py b/pypy/doc/conf.py --- a/pypy/doc/conf.py +++ b/pypy/doc/conf.py

[pypy-commit] pypy default: this XXX is no longer needed, __debug__ works correctly nowadays, as the

2014-05-19 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r71588:91bee71be820 Date: 2014-04-25 11:14 +0200 http://bitbucket.org/pypy/pypy/changeset/91bee71be820/ Log:this XXX is no longer needed, __debug__ works correctly nowadays, as the __pypy__ module sets diff --git a/pypy/module/__builtin

[pypy-commit] pypy default: add another signature to a string method to fix a random translation error

2014-05-19 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r71589:fbe93314fa42 Date: 2014-05-19 11:50 +0100 http://bitbucket.org/pypy/pypy/changeset/fbe93314fa42/ Log:add another signature to a string method to fix a random translation error diff --git a/rpython/rtyper/lltypesystem/rstr.py b/r

[pypy-commit] pypy default: merge

2014-05-19 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r71590:dca4d7417953 Date: 2014-05-19 13:39 +0100 http://bitbucket.org/pypy/pypy/changeset/dca4d7417953/ Log:merge diff --git a/pypy/module/__builtin__/__init__.py b/pypy/module/__builtin__/__init__.py --- a/pypy/module/__builtin__/__init__.py

[pypy-commit] stmgc card-marking: initial sketch of API

2014-05-19 Thread Raemi
Author: Remi Meier Branch: card-marking Changeset: r1211:38e68ec4f6b5 Date: 2014-05-19 15:32 +0200 http://bitbucket.org/pypy/stmgc/changeset/38e68ec4f6b5/ Log:initial sketch of API diff --git a/c7/stm/core.c b/c7/stm/core.c --- a/c7/stm/core.c +++ b/c7/stm/core.c @@ -40,8 +40,13 @@ #endif

[pypy-commit] stmgc card-marking: wip

2014-05-19 Thread Raemi
Author: Remi Meier Branch: card-marking Changeset: r1215:cde500a7d39e Date: 2014-05-19 17:20 +0200 http://bitbucket.org/pypy/stmgc/changeset/cde500a7d39e/ Log:wip diff --git a/c7/stm/core.c b/c7/stm/core.c --- a/c7/stm/core.c +++ b/c7/stm/core.c @@ -79,9 +79,7 @@ void _stm_write_slowpath(

[pypy-commit] stmgc card-marking: wip

2014-05-19 Thread Raemi
Author: Remi Meier Branch: card-marking Changeset: r1213:aeafbbe2bb03 Date: 2014-05-19 16:45 +0200 http://bitbucket.org/pypy/stmgc/changeset/aeafbbe2bb03/ Log:wip diff --git a/c7/stm/core.c b/c7/stm/core.c --- a/c7/stm/core.c +++ b/c7/stm/core.c @@ -40,6 +40,39 @@ #endif } +static bool _

[pypy-commit] stmgc card-marking: expand the tests (still failing)

2014-05-19 Thread Raemi
Author: Remi Meier Branch: card-marking Changeset: r1212:9759aad4236b Date: 2014-05-19 15:58 +0200 http://bitbucket.org/pypy/stmgc/changeset/9759aad4236b/ Log:expand the tests (still failing) diff --git a/c7/stm/core.c b/c7/stm/core.c --- a/c7/stm/core.c +++ b/c7/stm/core.c @@ -44,8 +44,6 @@

[pypy-commit] stmgc card-marking: make the 3 simple tests pass

2014-05-19 Thread Raemi
Author: Remi Meier Branch: card-marking Changeset: r1216:1ce81b961157 Date: 2014-05-19 17:38 +0200 http://bitbucket.org/pypy/stmgc/changeset/1ce81b961157/ Log:make the 3 simple tests pass diff --git a/c7/stm/nursery.c b/c7/stm/nursery.c --- a/c7/stm/nursery.c +++ b/c7/stm/nursery.c @@ -183,1

[pypy-commit] stmgc card-marking: introduce old_objects_with_cards; 2 tests pass

2014-05-19 Thread Raemi
Author: Remi Meier Branch: card-marking Changeset: r1214:e6dc7f070560 Date: 2014-05-19 16:59 +0200 http://bitbucket.org/pypy/stmgc/changeset/e6dc7f070560/ Log:introduce old_objects_with_cards; 2 tests pass diff --git a/c7/stm/core.c b/c7/stm/core.c --- a/c7/stm/core.c +++ b/c7/stm/core.c @@

[pypy-commit] pypy var-in-Some: register annotators for the base case of comparison operators

2014-05-19 Thread rlamy
Author: Ronan Lamy Branch: var-in-Some Changeset: r71591:8fe91928ab37 Date: 2014-05-19 17:45 +0100 http://bitbucket.org/pypy/pypy/changeset/8fe91928ab37/ Log:register annotators for the base case of comparison operators diff --git a/rpython/annotator/binaryop.py b/rpython/annotator/binaryop.

[pypy-commit] pypy var-in-Some: register annotators for comparisons on integers

2014-05-19 Thread rlamy
Author: Ronan Lamy Branch: var-in-Some Changeset: r71592:51c01e84ed87 Date: 2014-05-19 19:26 +0100 http://bitbucket.org/pypy/pypy/changeset/51c01e84ed87/ Log:register annotators for comparisons on integers diff --git a/rpython/annotator/binaryop.py b/rpython/annotator/binaryop.py --- a/rpyth

[pypy-commit] pypy default: kill unused SomeBuiltinMethod

2014-05-19 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r71593:583fddd89a2e Date: 2014-05-19 20:43 +0100 http://bitbucket.org/pypy/pypy/changeset/583fddd89a2e/ Log:kill unused SomeBuiltinMethod diff --git a/rpython/annotator/model.py b/rpython/annotator/model.py --- a/rpython/annotator/model.py +++ b/rpython

[pypy-commit] pypy py3k: attempt to get more debug output

2014-05-19 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r71595:8ca6146f84f2 Date: 2014-05-19 17:40 -0700 http://bitbucket.org/pypy/pypy/changeset/8ca6146f84f2/ Log:attempt to get more debug output diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_main.py --- a/pypy/interpreter/app_main.

[pypy-commit] pypy py3k-memoryview: Fix.

2014-05-19 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k-memoryview Changeset: r71596:7a33e5f4c334 Date: 2014-05-20 02:59 +0200 http://bitbucket.org/pypy/pypy/changeset/7a33e5f4c334/ Log:Fix. diff --git a/pypy/objspace/std/memoryobject.py b/pypy/objspace/std/memoryobject.py --- a/pypy/objspace/std/memoryobject.py

[pypy-commit] pypy py3k-memoryview: Make lib-python tests work when pypy is translated without cpyext.

2014-05-19 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k-memoryview Changeset: r71597:627832fff626 Date: 2014-05-20 03:29 +0200 http://bitbucket.org/pypy/pypy/changeset/627832fff626/ Log:Make lib-python tests work when pypy is translated without cpyext. diff --git a/lib-python/3/test/support.py b/lib-python/3/test/

[pypy-commit] pypy default: Split SomeBuiltinMethod from SomeBuiltin

2014-05-19 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r71598:d11d5d0dc890 Date: 2014-05-20 02:28 +0100 http://bitbucket.org/pypy/pypy/changeset/d11d5d0dc890/ Log:Split SomeBuiltinMethod from SomeBuiltin diff --git a/rpython/annotator/binaryop.py b/rpython/annotator/binaryop.py --- a/rpython/annotator/binar