[pypy-commit] pypy ast-issue1673: dd tests for issue 1713 and issue 1673

2014-03-31 Thread wenzhuman
Author: wenzhuman Branch: ast-issue1673 Changeset: r70365:04b3993dd3e4 Date: 2014-03-30 03:31 -0400 http://bitbucket.org/pypy/pypy/changeset/04b3993dd3e4/ Log:dd tests for issue 1713 and issue 1673 diff --git a/pypy/module/_ast/test/test_ast.py b/pypy/module/_ast/test/test_ast.py --- a/pypy

[pypy-commit] pypy ast-issue1673: solved issue 1713 and issue 1673

2014-03-31 Thread wenzhuman
Author: wenzhuman Branch: ast-issue1673 Changeset: r70364:7f42f2f479e4 Date: 2014-03-30 03:30 -0400 http://bitbucket.org/pypy/pypy/changeset/7f42f2f479e4/ Log:solved issue 1713 and issue 1673 diff --git a/pypy/interpreter/astcompiler/ast.py b/pypy/interpreter/astcompiler/ast.py --- a/pypy/i

[pypy-commit] pypy ast-issue1673: add the set the save_original_object flag to be true when field type is in asdl.builtin_types

2014-03-31 Thread wenzhuman
Author: wenzhuman Branch: ast-issue1673 Changeset: r70366:41cb7a56b1f5 Date: 2014-03-31 22:01 -0400 http://bitbucket.org/pypy/pypy/changeset/41cb7a56b1f5/ Log:add the set the save_original_object flag to be true when field type is in asdl.builtin_types diff --git a/pypy/interpreter/a

[pypy-commit] pypy ast-issue1673: modify exception to OperationError

2014-03-31 Thread wenzhuman
Author: wenzhuman Branch: ast-issue1673 Changeset: r70367:9e6634cd63f4 Date: 2014-03-31 22:55 -0400 http://bitbucket.org/pypy/pypy/changeset/9e6634cd63f4/ Log:modify exception to OperationError diff --git a/pypy/interpreter/astcompiler/ast.py b/pypy/interpreter/astcompiler/ast.py --- a/pypy

[pypy-commit] pypy stmgc-c7: Debugging tweaks, and the one issue it found, which was

2014-03-31 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r70363:901b34818a18 Date: 2014-03-31 23:24 +0200 http://bitbucket.org/pypy/pypy/changeset/901b34818a18/ Log:Debugging tweaks, and the one issue it found, which was stm_become_globally_unique_transaction() not resetting pypy_stm_nu

[pypy-commit] stmgc default: Extra asserts

2014-03-31 Thread arigo
Author: Armin Rigo Branch: Changeset: r1127:ba29f5ab1dcd Date: 2014-03-31 23:24 +0200 http://bitbucket.org/pypy/stmgc/changeset/ba29f5ab1dcd/ Log:Extra asserts diff --git a/c7/stm/core.c b/c7/stm/core.c --- a/c7/stm/core.c +++ b/c7/stm/core.c @@ -683,6 +683,10 @@ STM_SEGMENT->jmpbu

[pypy-commit] pypy numpypy-nditer: fix test for 32 bit

2014-03-31 Thread mattip
Author: Matti Picus Branch: numpypy-nditer Changeset: r70361:8232f40c534a Date: 2014-03-31 23:02 +0300 http://bitbucket.org/pypy/pypy/changeset/8232f40c534a/ Log:fix test for 32 bit diff --git a/pypy/module/micronumpy/test/test_nditer.py b/pypy/module/micronumpy/test/test_nditer.py --- a/py

[pypy-commit] pypy numpypy-nditer: start fixing op_axes handling

2014-03-31 Thread mattip
Author: Matti Picus Branch: numpypy-nditer Changeset: r70362:9d764d733c7a Date: 2014-03-31 23:42 +0300 http://bitbucket.org/pypy/pypy/changeset/9d764d733c7a/ Log:start fixing op_axes handling diff --git a/pypy/module/micronumpy/nditer.py b/pypy/module/micronumpy/nditer.py --- a/pypy/module/m

[pypy-commit] pypy default: give up earlier on win32

2014-03-31 Thread mattip
Author: Matti Picus Branch: Changeset: r70357:40c8ce233196 Date: 2014-03-31 20:41 +0300 http://bitbucket.org/pypy/pypy/changeset/40c8ce233196/ Log:give up earlier on win32 diff --git a/pypy/tool/release/test/test_package.py b/pypy/tool/release/test/test_package.py --- a/pypy/tool/release/t

[pypy-commit] pypy default: package missing *.c files

2014-03-31 Thread mattip
Author: Matti Picus Branch: Changeset: r70359:a15406e0d0f0 Date: 2014-03-31 21:01 +0300 http://bitbucket.org/pypy/pypy/changeset/a15406e0d0f0/ Log:package missing *.c files diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py --- a/pypy/tool/release/package.py +++ b/pypy

[pypy-commit] pypy default: add hased dir for _ctypes_test, create fewer /tmp/tmp* directories

2014-03-31 Thread mattip
Author: Matti Picus Branch: Changeset: r70358:d5a24ea7028a Date: 2014-03-31 20:53 +0300 http://bitbucket.org/pypy/pypy/changeset/d5a24ea7028a/ Log:add hased dir for _ctypes_test, create fewer /tmp/tmp* directories diff --git a/lib_pypy/_ctypes_test.py b/lib_pypy/_ctypes_test.py --- a/lib_py

[pypy-commit] lang-smalltalk storage: Added flag to disable optimizing storage strategies.

2014-03-31 Thread anton_gulenko
Author: Anton Gulenko Branch: storage Changeset: r726:3e91a15babf5 Date: 2014-03-31 14:13 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/3e91a15babf5/ Log:Added flag to disable optimizing storage strategies. diff --git a/spyvm/model.py b/spyvm/model.py --- a/spyvm/model.py +++ b/sp

[pypy-commit] lang-smalltalk storage: Putting a '%' char on the console after filling in a w_object when loading the image.

2014-03-31 Thread anton_gulenko
Author: Anton Gulenko Branch: storage Changeset: r727:ccc2cb222452 Date: 2014-03-31 14:16 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/ccc2cb222452/ Log:Putting a '%' char on the console after filling in a w_object when loading the image. diff --git a/spyvm/squeakimage.py

[pypy-commit] lang-smalltalk storage: Made become() more consistent (implemented for more types).

2014-03-31 Thread anton_gulenko
Author: Anton Gulenko Branch: storage Changeset: r725:4e34de85beee Date: 2014-03-31 14:08 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/4e34de85beee/ Log:Made become() more consistent (implemented for more types). Removed _immutable_fields from ByteObject and WordsObject (n

[pypy-commit] lang-smalltalk storage: Renaming for consistency.

2014-03-31 Thread anton_gulenko
Author: Anton Gulenko Branch: storage Changeset: r729:f207e0a7310b Date: 2014-03-31 19:14 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/f207e0a7310b/ Log:Renaming for consistency. diff --git a/spyvm/wrapper.py b/spyvm/wrapper.py --- a/spyvm/wrapper.py +++ b/spyvm/wrapper.py @@ -25

[pypy-commit] lang-smalltalk storage: Made methods in ContextPartShadow and subclasses more consistent.

2014-03-31 Thread anton_gulenko
Author: Anton Gulenko Branch: storage Changeset: r730:5497a87c79ff Date: 2014-03-31 19:37 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/5497a87c79ff/ Log:Made methods in ContextPartShadow and subclasses more consistent. Moved abstract methods down into the subclasses, remov

[pypy-commit] lang-smalltalk storage: Fixed RPython compile error regarding constructors. Reduced code duplication.

2014-03-31 Thread anton_gulenko
Author: Anton Gulenko Branch: storage Changeset: r728:6558ff7c5237 Date: 2014-03-31 15:31 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/6558ff7c5237/ Log:Fixed RPython compile error regarding constructors. Reduced code duplication. diff --git a/spyvm/model.py b/spyvm/model

[pypy-commit] lang-smalltalk storage: Added a debug-folder generated by the extract_loops.py script, which keeps the debug_* operations.

2014-03-31 Thread anton_gulenko
Author: Anton Gulenko Branch: storage Changeset: r723:7c6f695323c6 Date: 2014-03-29 19:10 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/7c6f695323c6/ Log:Added a debug-folder generated by the extract_loops.py script, which keeps the debug_* operations. diff --git a/spyvm/t

[pypy-commit] pypy latest-improve-doc: fixed old codespeak.net links to point into extradoc repository

2014-03-31 Thread groggi
Author: Gregor Wegberg Branch: latest-improve-doc Changeset: r70354:11dcb94c33dd Date: 2014-03-31 14:41 +0200 http://bitbucket.org/pypy/pypy/changeset/11dcb94c33dd/ Log:fixed old codespeak.net links to point into extradoc repository forgot to check the ones that point to a HTML page,

[pypy-commit] pypy latest-improve-doc: fixed URLs bytebucket.org -> bitbucket.org

2014-03-31 Thread groggi
Author: Gregor Wegberg Branch: latest-improve-doc Changeset: r70355:0c7bd18f76da Date: 2014-03-31 15:09 +0200 http://bitbucket.org/pypy/pypy/changeset/0c7bd18f76da/ Log:fixed URLs bytebucket.org -> bitbucket.org bytebucket.org redirects to bitbucket.org. Interestingly enough

[pypy-commit] pypy default: Merged in groggi/pypy/latest-improve-doc (pull request #218)

2014-03-31 Thread arigo
Author: Armin Rigo Branch: Changeset: r70356:db053c27ed1b Date: 2014-03-31 16:24 +0200 http://bitbucket.org/pypy/pypy/changeset/db053c27ed1b/ Log:Merged in groggi/pypy/latest-improve-doc (pull request #218) PyPy's docs: fix borken links diff --git a/pypy/doc/extradoc.rst b/pypy/doc

[pypy-commit] pypy latest-improve-doc: fixed old codespeak.net links to point into extradoc repository

2014-03-31 Thread groggi
Author: Gregor Wegberg Branch: latest-improve-doc Changeset: r70353:461d138c2a12 Date: 2014-03-31 14:29 +0200 http://bitbucket.org/pypy/pypy/changeset/461d138c2a12/ Log:fixed old codespeak.net links to point into extradoc repository diff --git a/pypy/doc/extradoc.rst b/pypy/doc/extradoc.rst

[pypy-commit] pypy latest-improve-doc: fixed wrong URL to irc logs

2014-03-31 Thread groggi
Author: Gregor Wegberg Branch: latest-improve-doc Changeset: r70350:ce2c23ba487a Date: 2014-03-30 14:58 +0200 http://bitbucket.org/pypy/pypy/changeset/ce2c23ba487a/ Log:fixed wrong URL to irc logs diff --git a/pypy/doc/index.rst b/pypy/doc/index.rst --- a/pypy/doc/index.rst +++ b/pypy/doc/in

[pypy-commit] pypy latest-improve-doc: changed pylib URL

2014-03-31 Thread groggi
Author: Gregor Wegberg Branch: latest-improve-doc Changeset: r70351:955089a2cc1e Date: 2014-03-31 14:05 +0200 http://bitbucket.org/pypy/pypy/changeset/955089a2cc1e/ Log:changed pylib URL Apperently http://pylib.org has no pylib information since july 2012 (web.archive.org cra

[pypy-commit] pypy latest-improve-doc: fixed EU-report link in extradoc documentation

2014-03-31 Thread groggi
Author: Gregor Wegberg Branch: latest-improve-doc Changeset: r70352:4b59ff9762a5 Date: 2014-03-31 14:23 +0200 http://bitbucket.org/pypy/pypy/changeset/4b59ff9762a5/ Log:fixed EU-report link in extradoc documentation diff --git a/pypy/doc/extradoc.rst b/pypy/doc/extradoc.rst --- a/pypy/doc/ex

[pypy-commit] pypy stmgc-c7: import stmgc/a8d0ff724dea

2014-03-31 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r70349:4c8e01e55d77 Date: 2014-03-31 15:47 +0200 http://bitbucket.org/pypy/pypy/changeset/4c8e01e55d77/ Log:import stmgc/a8d0ff724dea diff --git a/rpython/translator/stm/src_stm/revision b/rpython/translator/stm/src_stm/revision --- a/rpython/t

[pypy-commit] stmgc default: Count the spinlooping time

2014-03-31 Thread arigo
Author: Armin Rigo Branch: Changeset: r1126:a8d0ff724dea Date: 2014-03-31 15:45 +0200 http://bitbucket.org/pypy/stmgc/changeset/a8d0ff724dea/ Log:Count the spinlooping time diff --git a/c7/stm/pages.c b/c7/stm/pages.c --- a/c7/stm/pages.c +++ b/c7/stm/pages.c @@ -30,9 +30,14 @@ static vo

[pypy-commit] pypy default: a failing test, and the simplest possible fix

2014-03-31 Thread mattip
Author: Matti Picus Branch: Changeset: r70348:7ccee921d146 Date: 2014-03-31 15:30 +0300 http://bitbucket.org/pypy/pypy/changeset/7ccee921d146/ Log:a failing test, and the simplest possible fix diff --git a/pypy/module/_file/test/test_file.py b/pypy/module/_file/test/test_file.py --- a/pypy

[pypy-commit] pypy default: close file in tests

2014-03-31 Thread mattip
Author: Matti Picus Branch: Changeset: r70347:408d7645568c Date: 2014-03-31 14:09 +0300 http://bitbucket.org/pypy/pypy/changeset/408d7645568c/ Log:close file in tests diff --git a/lib-python/2.7/test/test_file.py b/lib-python/2.7/test/test_file.py --- a/lib-python/2.7/test/test_file.py +++

[pypy-commit] benchmarks default: As usual, this hack helps for now -- but not enough in this case

2014-03-31 Thread arigo
Author: Armin Rigo Branch: Changeset: r244:b4c9408aaf04 Date: 2014-03-31 08:42 +0200 http://bitbucket.org/pypy/benchmarks/changeset/b4c9408aaf04/ Log:As usual, this hack helps for now -- but not enough in this case diff --git a/multithread/raytrace/raytrace.py b/multithread/raytrace/raytrac

[pypy-commit] pypy stmgc-c7: Fix the handling of pypy_stm_nursery_low_fill_mark for what is hopefully all the cases.

2014-03-31 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r70346:3616feaae9f8 Date: 2014-03-31 14:25 +0200 http://bitbucket.org/pypy/pypy/changeset/3616feaae9f8/ Log:Fix the handling of pypy_stm_nursery_low_fill_mark for what is hopefully all the cases. diff --git a/rpython/jit/backend/x86/asse

[pypy-commit] pypy default: Test and fix: 'guard_not_forced_2' was ignored if followed by a 'finish'

2014-03-31 Thread arigo
Author: Armin Rigo Branch: Changeset: r70345:8f8d27711915 Date: 2014-03-31 14:05 +0200 http://bitbucket.org/pypy/pypy/changeset/8f8d27711915/ Log:Test and fix: 'guard_not_forced_2' was ignored if followed by a 'finish' that doesn't return a reference. Found originally with t

[pypy-commit] stmgc default: Update the text to describe the N+1 segments

2014-03-31 Thread arigo
Author: Armin Rigo Branch: Changeset: r1125:3db91dec36e2 Date: 2014-03-31 09:33 +0200 http://bitbucket.org/pypy/stmgc/changeset/3db91dec36e2/ Log:Update the text to describe the N+1 segments diff --git a/c7/README.txt b/c7/README.txt --- a/c7/README.txt +++ b/c7/README.txt @@ -57,7 +57,7 @@

[pypy-commit] stmgc timelog: intermediate checkin

2014-03-31 Thread arigo
Author: Armin Rigo Branch: timelog Changeset: r1124:bd8dd6760887 Date: 2014-03-31 08:44 +0200 http://bitbucket.org/pypy/stmgc/changeset/bd8dd6760887/ Log:intermediate checkin diff --git a/c7/stm/core.h b/c7/stm/core.h --- a/c7/stm/core.h +++ b/c7/stm/core.h @@ -155,6 +155,9 @@ struct st