[pypy-commit] pypy reflex-support: skip tests individually instead of wholesale if genreflex is missing

2013-08-13 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r66141:21041133c1e2 Date: 2013-08-06 05:28 -0700 http://bitbucket.org/pypy/pypy/changeset/21041133c1e2/ Log:skip tests individually instead of wholesale if genreflex is missing diff --git a/pypy/module/cppyy/test/conftest.py b/pypy/mod

[pypy-commit] pypy default: updates for the most recent version of genreflex (doc and methptr patch)

2013-08-13 Thread wlav
Author: Wim Lavrijsen Branch: Changeset: r66143:b45d526fe75d Date: 2013-08-13 23:44 -0700 http://bitbucket.org/pypy/pypy/changeset/b45d526fe75d/ Log:updates for the most recent version of genreflex (doc and methptr patch) diff --git a/pypy/doc/cppyy.rst b/pypy/doc/cppyy.rst --- a/py

[pypy-commit] pypy reflex-support: more support for test using the dummy backend

2013-08-13 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r66142:c6d9d629e328 Date: 2013-08-13 23:42 -0700 http://bitbucket.org/pypy/pypy/changeset/c6d9d629e328/ Log:more support for test using the dummy backend diff --git a/pypy/module/cppyy/test/Makefile b/pypy/module/cppyy/test/Makefile ---

[pypy-commit] pypy stdlib-2.7.4: In string formatting, if conversion to a number with __int__() fails, we should retry with __long__(). Makes a new testcase introduced in Python 2.7.4 pass.

2013-08-13 Thread chrish42
Author: Christian Hudon Branch: stdlib-2.7.4 Changeset: r66138:028723fd3b86 Date: 2013-08-12 15:20 -0400 http://bitbucket.org/pypy/pypy/changeset/028723fd3b86/ Log:In string formatting, if conversion to a number with __int__() fails, we should retry with __long__(). Makes a new testca

[pypy-commit] pypy release-2.1.x: issue1573: cursor description names should be plain strs

2013-08-13 Thread pjenvey
Author: Philip Jenvey Branch: release-2.1.x Changeset: r66137:e4405b750715 Date: 2013-08-02 11:51 -0700 http://bitbucket.org/pypy/pypy/changeset/e4405b750715/ Log:issue1573: cursor description names should be plain strs (transplanted from 56e44474776161b34b0838d09fdf3e3fa220ce03) dif

[pypy-commit] pypy stdlib-2.7.4: Remove unnecessary long method on W_root.

2013-08-13 Thread chrish42
Author: Christian Hudon Branch: stdlib-2.7.4 Changeset: r66139:e9f522eea11f Date: 2013-08-13 17:19 -0400 http://bitbucket.org/pypy/pypy/changeset/e9f522eea11f/ Log:Remove unnecessary long method on W_root. diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a

[pypy-commit] pypy default: prefer print as a statement and one more debug print

2013-08-13 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r66135:ee703e7a6a8a Date: 2013-08-13 17:18 -0700 http://bitbucket.org/pypy/pypy/changeset/ee703e7a6a8a/ Log:prefer print as a statement and one more debug print diff --git a/pypy/module/__pypy__/test/test_signal.py b/pypy/module/__pypy__/test/test_s

[pypy-commit] pypy py3k: merge default

2013-08-13 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r66136:2822f8aa1a49 Date: 2013-08-13 17:20 -0700 http://bitbucket.org/pypy/pypy/changeset/2822f8aa1a49/ Log:merge default diff --git a/dotviewer/graphparse.py b/dotviewer/graphparse.py --- a/dotviewer/graphparse.py +++ b/dotviewer/graphparse.py @

[pypy-commit] pypy stdlib-2.7.4: Merged in chrish42/pypy/stdlib-2.7.4 (pull request #181)

2013-08-13 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.4 Changeset: r66140:97fee6f50a83 Date: 2013-08-13 17:23 -0700 http://bitbucket.org/pypy/pypy/changeset/97fee6f50a83/ Log:Merged in chrish42/pypy/stdlib-2.7.4 (pull request #181) In string formatting, if conversion to a number with __int__()

[pypy-commit] pypy default: Adds a few more tests of types for zeros_like and ones_like.

2013-08-13 Thread taavi_burns
Author: Taavi Burns Branch: Changeset: r66134:64bcad26b09c Date: 2013-08-13 16:43 -0400 http://bitbucket.org/pypy/pypy/changeset/64bcad26b09c/ Log:Adds a few more tests of types for zeros_like and ones_like. diff --git a/pypy/module/micronumpy/test/test_ufuncs.py b/pypy/module/micronumpy/t

[pypy-commit] pypy default: Adds ones_like and zeros_like ufuncs.

2013-08-13 Thread taavi_burns
Author: Taavi Burns Branch: Changeset: r66133:78d2ef3b1442 Date: 2013-08-13 15:51 -0400 http://bitbucket.org/pypy/pypy/changeset/78d2ef3b1442/ Log:Adds ones_like and zeros_like ufuncs. diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/micronumpy/__init__.py --- a/pypy/module/mi

[pypy-commit] pypy release-2.1.x: Hack at forkpty() to give it 2-level hooks, like a regular fork().

2013-08-13 Thread arigo
Author: Armin Rigo Branch: release-2.1.x Changeset: r66131:4b0d83fde581 Date: 2013-08-13 19:54 +0200 http://bitbucket.org/pypy/pypy/changeset/4b0d83fde581/ Log:Hack at forkpty() to give it 2-level hooks, like a regular fork(). No tests for the translation of forkpty()... (transplanted

[pypy-commit] pypy release-2.1.x: Initialize master_fd to -1 (like CPython) which is the value that will

2013-08-13 Thread arigo
Author: Armin Rigo Branch: release-2.1.x Changeset: r66132:1074bd79c42c Date: 2013-08-13 20:03 +0200 http://bitbucket.org/pypy/pypy/changeset/1074bd79c42c/ Log:Initialize master_fd to -1 (like CPython) which is the value that will eventually be seen by the child. (transplanted from

[pypy-commit] pypy default: Initialize master_fd to -1 (like CPython) which is the value that will

2013-08-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r66130:9445018c9ec4 Date: 2013-08-13 20:03 +0200 http://bitbucket.org/pypy/pypy/changeset/9445018c9ec4/ Log:Initialize master_fd to -1 (like CPython) which is the value that will eventually be seen by the child. diff --git a/rpython/rtyper/modul

[pypy-commit] pypy default: Hack at forkpty() to give it 2-level hooks, like a regular fork().

2013-08-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r66129:39bf27304f43 Date: 2013-08-13 19:54 +0200 http://bitbucket.org/pypy/pypy/changeset/39bf27304f43/ Log:Hack at forkpty() to give it 2-level hooks, like a regular fork(). No tests for the translation of forkpty()... diff --git a/pypy/module/

[pypy-commit] pypy refactor-str-types: Move some app-level methods of unicode and bytearray from top-level to under the scope of the app-level classes.

2013-08-13 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-str-types Changeset: r66128:7b0bb92b8531 Date: 2013-08-13 20:29 +0200 http://bitbucket.org/pypy/pypy/changeset/7b0bb92b8531/ Log:Move some app-level methods of unicode and bytearray from top-level to under the scope of the app-level classes. diff

[pypy-commit] pypy default: Simplification: we don't actually need the -M option (backend)

2013-08-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r66127:619e39826584 Date: 2013-08-13 19:18 +0200 http://bitbucket.org/pypy/pypy/changeset/619e39826584/ Log:Simplification: we don't actually need the -M option (backend) if we specify the correct -m option (machine). diff --git a/rpython/jit/ba

[pypy-commit] pypy stmgc-static-barrier: Yay, finally found out the objdump option "-m i386:x86-64".

2013-08-13 Thread arigo
Author: Armin Rigo Branch: stmgc-static-barrier Changeset: r66126:c37feae39276 Date: 2013-08-13 19:02 +0200 http://bitbucket.org/pypy/pypy/changeset/c37feae39276/ Log:Yay, finally found out the objdump option "-m i386:x86-64". Solves the truncated addresses. (transplanted from

[pypy-commit] pypy default: Yay, finally found out the objdump option "-m i386:x86-64".

2013-08-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r66125:37b092c3f176 Date: 2013-08-13 19:02 +0200 http://bitbucket.org/pypy/pypy/changeset/37b092c3f176/ Log:Yay, finally found out the objdump option "-m i386:x86-64". Solves the truncated addresses. diff --git a/rpython/jit/backend/tool/viewcod

[pypy-commit] pypy stmgc-static-barrier: Clean up imports

2013-08-13 Thread arigo
Author: Armin Rigo Branch: stmgc-static-barrier Changeset: r66123:dc733a049cd3 Date: 2013-08-13 16:38 +0200 http://bitbucket.org/pypy/pypy/changeset/dc733a049cd3/ Log:Clean up imports diff --git a/rpython/translator/stm/test/test_ztranslated.py b/rpython/translator/stm/test/test_ztranslated

[pypy-commit] pypy stmgc-static-barrier: import stmgc/9dc18268f0da

2013-08-13 Thread arigo
Author: Armin Rigo Branch: stmgc-static-barrier Changeset: r66122:82d9f20cc182 Date: 2013-08-13 16:29 +0200 http://bitbucket.org/pypy/pypy/changeset/82d9f20cc182/ Log:import stmgc/9dc18268f0da diff --git a/rpython/translator/stm/src_stm/et.c b/rpython/translator/stm/src_stm/et.c --- a/rpyth

[pypy-commit] pypy stmgc-static-barrier: Use stm_pointer_equal_prebuilt; test.

2013-08-13 Thread arigo
Author: Armin Rigo Branch: stmgc-static-barrier Changeset: r66124:9dad0a4b286c Date: 2013-08-13 16:46 +0200 http://bitbucket.org/pypy/pypy/changeset/9dad0a4b286c/ Log:Use stm_pointer_equal_prebuilt; test. diff --git a/rpython/translator/stm/funcgen.py b/rpython/translator/stm/funcgen.py ---

[pypy-commit] pypy stmgc-static-barrier: A branch to improve the static placement of barriers

2013-08-13 Thread arigo
Author: Armin Rigo Branch: stmgc-static-barrier Changeset: r66121:dfc54ae67a9e Date: 2013-08-13 16:25 +0200 http://bitbucket.org/pypy/pypy/changeset/dfc54ae67a9e/ Log:A branch to improve the static placement of barriers ___ pypy-commit mailing list

[pypy-commit] pypy stmgc-c4: implement fastpath in read and write barriers of gc.py, but fail at testing them

2013-08-13 Thread Raemi
Author: Remi Meier Branch: stmgc-c4 Changeset: r66120:547adb48566a Date: 2013-08-13 18:00 +0200 http://bitbucket.org/pypy/pypy/changeset/547adb48566a/ Log:implement fastpath in read and write barriers of gc.py, but fail at testing them diff --git a/rpython/jit/backend/llsupport/gc.py

[pypy-commit] pypy default: Merge default

2013-08-13 Thread taavi_burns
Author: Taavi Burns Branch: Changeset: r66119:4e153d9db4c5 Date: 2013-08-13 11:41 -0400 http://bitbucket.org/pypy/pypy/changeset/4e153d9db4c5/ Log:Merge default diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/micronumpy/__init__.py --- a/pypy/module/micronumpy/__init__.py +++

[pypy-commit] pypy default: Adds rint ufunc.

2013-08-13 Thread taavi_burns
Author: Taavi Burns Branch: Changeset: r66117:8354267ccd65 Date: 2013-08-13 10:30 -0400 http://bitbucket.org/pypy/pypy/changeset/8354267ccd65/ Log:Adds rint ufunc. diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/micronumpy/__init__.py --- a/pypy/module/micronumpy/__init__.py

[pypy-commit] pypy default: Removes duplicate code (rint is effectively round, for complex types).

2013-08-13 Thread taavi_burns
Author: Taavi Burns Branch: Changeset: r66118:99a209086e0a Date: 2013-08-13 11:05 -0400 http://bitbucket.org/pypy/pypy/changeset/99a209086e0a/ Log:Removes duplicate code (rint is effectively round, for complex types). diff --git a/pypy/module/micronumpy/types.py b/pypy/module/micron

[pypy-commit] pypy stmgc-c4: fix forgotten jitframe allocation before call_assembler

2013-08-13 Thread Raemi
Author: Remi Meier Branch: stmgc-c4 Changeset: r66116:49e406509329 Date: 2013-08-13 15:31 +0200 http://bitbucket.org/pypy/pypy/changeset/49e406509329/ Log:fix forgotten jitframe allocation before call_assembler diff --git a/pypy/tool/jitlogparser/parser.py b/pypy/tool/jitlogparser/parser.py

[pypy-commit] pypy default: Accept truncated log files

2013-08-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r66114:9ce3b5947b41 Date: 2013-08-13 10:51 +0200 http://bitbucket.org/pypy/pypy/changeset/9ce3b5947b41/ Log:Accept truncated log files diff --git a/rpython/tool/logparser.py b/rpython/tool/logparser.py --- a/rpython/tool/logparser.py +++ b/rpython/tool/

[pypy-commit] pypy incremental-gc: starting to add tests for incremental gc operation

2013-08-13 Thread andrewchambers
Author: Andrew Chambers Branch: incremental-gc Changeset: r66113:34a0002de3cd Date: 2013-08-13 20:26 +1200 http://bitbucket.org/pypy/pypy/changeset/34a0002de3cd/ Log:starting to add tests for incremental gc operation diff --git a/rpython/memory/gc/incminimark.py b/rpython/memory/gc/incminima

[pypy-commit] pypy incremental-gc: refactoring tests and initial write barrier code

2013-08-13 Thread andrewchambers
Author: Andrew Chambers Branch: incremental-gc Changeset: r66112:fdbbced1820f Date: 2013-08-13 16:54 +1200 http://bitbucket.org/pypy/pypy/changeset/fdbbced1820f/ Log:refactoring tests and initial write barrier code diff --git a/rpython/memory/gc/incminimark.py b/rpython/memory/gc/incminimark