[pypy-commit] extradoc extradoc: Final version

2012-07-04 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r4272:d32f67aac690 Date: 2012-07-03 11:53 +0200 http://bitbucket.org/pypy/extradoc/changeset/d32f67aac690/ Log:Final version diff --git a/talk/ep2012/stm/stmdemo2.py b/talk/ep2012/stm/stmdemo2.py --- a/talk/ep2012/stm/stmdemo2.py +++ b/talk/ep20

[pypy-commit] extradoc extradoc: a few additions

2012-07-04 Thread ctismer
Author: Christian Tismer Branch: extradoc Changeset: r4274:0edcca9ffa28 Date: 2012-07-04 12:24 +0200 http://bitbucket.org/pypy/extradoc/changeset/0edcca9ffa28/ Log:a few additions diff --git a/talk/ep2012/stackless/slp-talk.pdf b/talk/ep2012/stackless/slp-talk.pdf index 3b3f2466f0dd3b60fb

[pypy-commit] extradoc extradoc: Merge

2012-07-04 Thread ctismer
Author: Christian Tismer Branch: extradoc Changeset: r4275:e1c55eeebbe5 Date: 2012-07-04 12:26 +0200 http://bitbucket.org/pypy/extradoc/changeset/e1c55eeebbe5/ Log:Merge diff --git a/talk/ep2012/stm/stmdemo2.py b/talk/ep2012/stm/stmdemo2.py --- a/talk/ep2012/stm/stmdemo2.py +++ b/talk/ep201

[pypy-commit] extradoc extradoc: more slides

2012-07-04 Thread ctismer
Author: Christian Tismer Branch: extradoc Changeset: r4276:91e364476104 Date: 2012-07-04 12:52 +0200 http://bitbucket.org/pypy/extradoc/changeset/91e364476104/ Log:more slides diff --git a/talk/ep2012/stackless/slp-talk.pdf b/talk/ep2012/stackless/slp-talk.pdf index 9fb9ee187cbe163efeff89

[pypy-commit] extradoc extradoc: start a blog post

2012-07-04 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r4277:01d9853888c4 Date: 2012-07-03 19:22 +0200 http://bitbucket.org/pypy/extradoc/changeset/01d9853888c4/ Log:start a blog post diff --git a/blog/draft/plans-for-2-years.rst b/blog/draft/plans-for-2-years.rst new file mode 100644 --- /d

[pypy-commit] extradoc extradoc: merge

2012-07-04 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r4279:b3b112288b65 Date: 2012-07-04 16:14 +0200 http://bitbucket.org/pypy/extradoc/changeset/b3b112288b65/ Log:merge diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -1,3 +1,11 @@ syntax: glob *.py[co] *~ +talk/ep

[pypy-commit] extradoc extradoc: some progress

2012-07-04 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r4278:440a69a21cda Date: 2012-07-04 16:08 +0200 http://bitbucket.org/pypy/extradoc/changeset/440a69a21cda/ Log:some progress diff --git a/blog/draft/plans-for-2-years.rst b/blog/draft/plans-for-2-years.rst --- a/blog/draft/plans-for-2-ye

[pypy-commit] pypy numpypy-argminmax: fix, add more passing tests

2012-07-04 Thread mattip
Author: mattip Branch: numpypy-argminmax Changeset: r55921:881739f5e4db Date: 2012-07-04 23:09 +0300 http://bitbucket.org/pypy/pypy/changeset/881739f5e4db/ Log:fix, add more passing tests diff --git a/pypy/module/micronumpy/interp_iter.py b/pypy/module/micronumpy/interp_iter.py --- a/pypy/m

[pypy-commit] pypy numpypy-argminmax: merge default into branch

2012-07-04 Thread mattip
Author: mattip Branch: numpypy-argminmax Changeset: r55923:5e348c42ac82 Date: 2012-07-05 00:01 +0300 http://bitbucket.org/pypy/pypy/changeset/5e348c42ac82/ Log:merge default into branch diff --git a/lib_pypy/disassembler.py b/lib_pypy/disassembler.py --- a/lib_pypy/disassembler.py +++ b/lib_

[pypy-commit] pypy numpypy-argminmax: make translation work

2012-07-04 Thread mattip
Author: mattip Branch: numpypy-argminmax Changeset: r55922:5f31264d67ef Date: 2012-07-05 00:00 +0300 http://bitbucket.org/pypy/pypy/changeset/5f31264d67ef/ Log:make translation work diff --git a/pypy/module/micronumpy/interp_iter.py b/pypy/module/micronumpy/interp_iter.py --- a/pypy/module/

[pypy-commit] pypy reflex-support: use py.test.skip feature instead of made up of same

2012-07-04 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r55924:d680216f66a6 Date: 2012-07-02 11:35 -0700 http://bitbucket.org/pypy/pypy/changeset/d680216f66a6/ Log:use py.test.skip feature instead of made up of same diff --git a/pypy/module/cppyy/test/test_zjit.py b/pypy/module/cppyy/test/t

[pypy-commit] pypy reflex-support: o) set of CINT-backend tests

2012-07-04 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r55925:a54c37b4006f Date: 2012-07-04 20:27 -0700 http://bitbucket.org/pypy/pypy/changeset/a54c37b4006f/ Log:o) set of CINT-backend tests o) enable use of interpreted classes (CINT only) o) code cleanup diff --git a/pypy/module/c