[pypy-commit] pypy default: refine pypyoption doc testing and fix cppyy error

2012-07-01 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: Changeset: r55876:20258fbf10d0 Date: 2012-07-01 10:02 +0200 http://bitbucket.org/pypy/pypy/changeset/20258fbf10d0/ Log:refine pypyoption doc testing and fix cppyy error * report filenames * add mising objectspace.usemodules.cppyy.txt file

[pypy-commit] extradoc extradoc: work on slides a bit

2012-07-01 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r4242:17e57df57de6 Date: 2012-06-30 23:46 +0200 http://bitbucket.org/pypy/extradoc/changeset/17e57df57de6/ Log:work on slides a bit diff --git a/talk/ep2012/tools/talk.rst b/talk/ep2012/tools/talk.rst new file mode 100644 --- /dev/null +

[pypy-commit] extradoc extradoc: merge

2012-07-01 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r4243:06b9a3afc74a Date: 2012-07-01 10:42 +0200 http://bitbucket.org/pypy/extradoc/changeset/06b9a3afc74a/ Log:merge diff --git a/talk/ep2012/stm/Makefile b/talk/ep2012/stm/Makefile --- a/talk/ep2012/stm/Makefile +++ b/talk/ep2012/stm/Ma

[pypy-commit] extradoc extradoc: add two more figures

2012-07-01 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r4244:a098ec9388c1 Date: 2012-07-01 10:46 +0200 http://bitbucket.org/pypy/extradoc/changeset/a098ec9388c1/ Log:add two more figures diff --git a/talk/ep2012/stm/STM-conflict.fig b/talk/ep2012/stm/STM-conflict.fig new file mode 100644 ---

[pypy-commit] pypy kill-import_from_lib_pypy: remove useless line continuation in ctypes cpumodel cache redirection template

2012-07-01 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: kill-import_from_lib_pypy Changeset: r55877:8b55cea442fa Date: 2012-07-01 12:41 +0200 http://bitbucket.org/pypy/pypy/changeset/8b55cea442fa/ Log:remove useless line continuation in ctypes cpumodel cache redirection template diff --git a/pypy/tool/li

[pypy-commit] extradoc extradoc: add some info about py3k; not really a slide, but I have to go now, I'll finish it later

2012-07-01 Thread antocuni
Author: Antonio Cuni Branch: extradoc Changeset: r4245:d443da8c87b2 Date: 2012-07-01 13:48 +0200 http://bitbucket.org/pypy/extradoc/changeset/d443da8c87b2/ Log:add some info about py3k; not really a slide, but I have to go now, I'll finish it later diff --git a/talk/ep2012/stm/talk.r

[pypy-commit] extradoc extradoc: merge heads

2012-07-01 Thread antocuni
Author: Antonio Cuni Branch: extradoc Changeset: r4246:e83f20f2a75e Date: 2012-07-01 13:50 +0200 http://bitbucket.org/pypy/extradoc/changeset/e83f20f2a75e/ Log:merge heads diff --git a/talk/ep2012/stm/STM-conflict.fig b/talk/ep2012/stm/STM-conflict.fig new file mode 100644 --- /dev/null +++

[pypy-commit] pypy kill-import_from_lib_pypy: fix and refine lib_pypy/pypy_test/test_os_wait.py

2012-07-01 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: kill-import_from_lib_pypy Changeset: r55878:416df6469990 Date: 2012-07-01 13:48 +0200 http://bitbucket.org/pypy/pypy/changeset/416df6469990/ Log:fix and refine lib_pypy/pypy_test/test_os_wait.py diff --git a/lib_pypy/pypy_test/test_os_wait.py b/lib_pypy/py

[pypy-commit] pypy kill-import_from_lib_pypy: fix the rest of the rebuild using tests

2012-07-01 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: kill-import_from_lib_pypy Changeset: r55879:d58c3a5bbe0d Date: 2012-07-01 13:57 +0200 http://bitbucket.org/pypy/pypy/changeset/d58c3a5bbe0d/ Log:fix the rest of the rebuild using tests diff --git a/lib_pypy/pypy_test/test_resource.py b/lib_pypy/pypy_test/t

[pypy-commit] pypy refine-testrunner: create a testrunner util module and move simple functions there

2012-07-01 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: refine-testrunner Changeset: r55880:67b927e13d58 Date: 2012-07-01 15:35 +0200 http://bitbucket.org/pypy/pypy/changeset/67b927e13d58/ Log:create a testrunner util module and move simple functions there diff --git a/pytest.py b/pytest.py --- a/pytest.py +++ b

[pypy-commit] pypy refine-testrunner: fix the busywait test

2012-07-01 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: refine-testrunner Changeset: r55881:043de97aef94 Date: 2012-07-01 15:46 +0200 http://bitbucket.org/pypy/pypy/changeset/043de97aef94/ Log:fix the busywait test diff --git a/testrunner/test/test_util.py b/testrunner/test/test_util.py --- a/testrunner/test/tes

[pypy-commit] pypy refine-testrunner: start to split up the execute_test function

2012-07-01 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: refine-testrunner Changeset: r55882:64db80b9c934 Date: 2012-07-01 16:02 +0200 http://bitbucket.org/pypy/pypy/changeset/64db80b9c934/ Log:start to split up the execute_test function diff --git a/testrunner/runner.py b/testrunner/runner.py --- a/testrunner/ru

[pypy-commit] pypy refine-testrunner: testrunner: move win32 handling from execute_test to execute_args

2012-07-01 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: refine-testrunner Changeset: r55883:6e71295270ef Date: 2012-07-01 16:41 +0200 http://bitbucket.org/pypy/pypy/changeset/6e71295270ef/ Log:testrunner: move win32 handling from execute_test to execute_args diff --git a/testrunner/runner.py b/testrunner/runner.

[pypy-commit] pypy refine-testrunner: move testrunner option parser to util, simplify the main function

2012-07-01 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: refine-testrunner Changeset: r55884:58a1a72916b3 Date: 2012-07-01 17:00 +0200 http://bitbucket.org/pypy/pypy/changeset/58a1a72916b3/ Log:move testrunner option parser to util, simplify the main function diff --git a/testrunner/runner.py b/testrunner/runner.

[pypy-commit] pypy refine-testrunner: kill some unused/dead testrunner runparam methods

2012-07-01 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: refine-testrunner Changeset: r55885:1a01c0306d54 Date: 2012-07-01 17:02 +0200 http://bitbucket.org/pypy/pypy/changeset/1a01c0306d54/ Log:kill some unused/dead testrunner runparam methods diff --git a/testrunner/runner.py b/testrunner/runner.py --- a/testrun

[pypy-commit] pypy refine-testrunner: testrunner: refactor runner parameter usage

2012-07-01 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: refine-testrunner Changeset: r55886:9fe10c51dd55 Date: 2012-07-01 17:50 +0200 http://bitbucket.org/pypy/pypy/changeset/9fe10c51dd55/ Log:testrunner: refactor runner parameter usage diff --git a/testrunner/runner.py b/testrunner/runner.py --- a/testrunner/ru

[pypy-commit] pypy refine-testrunner: testrunner: make scratchbox runner use a RunParam subclass

2012-07-01 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: refine-testrunner Changeset: r55887:8a4b1802f7a7 Date: 2012-07-01 17:55 +0200 http://bitbucket.org/pypy/pypy/changeset/8a4b1802f7a7/ Log:testrunner: make scratchbox runner use a RunParam subclass diff --git a/testrunner/runner.py b/testrunner/runner.py ---

[pypy-commit] pypy reflex-support: o) more informative dir() method for namespaces

2012-07-01 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r55888:3c2792308ebf Date: 2012-06-29 15:51 -0700 http://bitbucket.org/pypy/pypy/changeset/3c2792308ebf/ Log:o) more informative dir() method for namespaces o) allow importing from namespaces (once loaded) diff --git a/pypy/modul

[pypy-commit] pypy reflex-support: support for dir() on CINT namespaces (can't be complete, but is good enough for now)

2012-07-01 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r55889:6dce3c53bb42 Date: 2012-06-29 16:32 -0700 http://bitbucket.org/pypy/pypy/changeset/6dce3c53bb42/ Log:support for dir() on CINT namespaces (can't be complete, but is good enough for now) diff --git a/pypy/module/cppyy/inte

[pypy-commit] pypy reflex-support: rtyper fixes

2012-07-01 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r55890:5e11ea617ab8 Date: 2012-07-01 14:30 -0700 http://bitbucket.org/pypy/pypy/changeset/5e11ea617ab8/ Log:rtyper fixes diff --git a/pypy/module/cppyy/interp_cppyy.py b/pypy/module/cppyy/interp_cppyy.py --- a/pypy/module/cppyy/interp_