[pypy-commit] pypy.org extradoc: update html

2012-09-14 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r364:88da56955f71 Date: 2012-09-14 23:40 +0200 http://bitbucket.org/pypy/pypy.org/changeset/88da56955f71/ Log:update html diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -48,8 +48,8 @@ There are htt

[pypy-commit] pypy length-hint: modifications from PEP 424

2012-09-14 Thread pjenvey
Author: Philip Jenvey Branch: length-hint Changeset: r57353:2aef3dc2e53a Date: 2012-09-14 12:23 -0700 http://bitbucket.org/pypy/pypy/changeset/2aef3dc2e53a/ Log:modifications from PEP 424 diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpreter/

[pypy-commit] pypy length-hint: move length_hint to space now that it's PEP'd

2012-09-14 Thread pjenvey
Author: Philip Jenvey Branch: length-hint Changeset: r57352:737ed2bca4fc Date: 2012-09-13 21:38 -0700 http://bitbucket.org/pypy/pypy/changeset/737ed2bca4fc/ Log:move length_hint to space now that it's PEP'd diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py ---

[pypy-commit] pypy py3k: don't clear the exception state between yields inside generators

2012-09-14 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r57349:50440c0c0292 Date: 2012-09-14 16:35 +0200 http://bitbucket.org/pypy/pypy/changeset/50440c0c0292/ Log:don't clear the exception state between yields inside generators diff --git a/pypy/interpreter/pyframe.py b/pypy/interpreter/pyframe.py ---

[pypy-commit] pypy default: hg backout eeca37b5c607: there is no point in trying to have a prebuilt RuntimeError on pypy: we should be able to allocate objects anyway (and if not, nothing works)

2012-09-14 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r57350:7b4611fd9310 Date: 2012-09-14 17:17 +0200 http://bitbucket.org/pypy/pypy/changeset/7b4611fd9310/ Log:hg backout eeca37b5c607: there is no point in trying to have a prebuilt RuntimeError on pypy: we should be able to allocate objects

[pypy-commit] pypy py3k: one more gc_collect()

2012-09-14 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r57348:79aa62b6d981 Date: 2012-09-14 15:18 +0200 http://bitbucket.org/pypy/pypy/changeset/79aa62b6d981/ Log:one more gc_collect() diff --git a/lib-python/3.2/test/test_exceptions.py b/lib-python/3.2/test/test_exceptions.py --- a/lib-python/3.2/te

[pypy-commit] pypy numpypy-complex2: test and fix power(), try and fail to pass on cpython numpy

2012-09-14 Thread mattip
Author: mattip Branch: numpypy-complex2 Changeset: r57346:461cdf93d12a Date: 2012-09-14 10:31 +0300 http://bitbucket.org/pypy/pypy/changeset/461cdf93d12a/ Log:test and fix power(), try and fail to pass on cpython numpy diff --git a/pypy/module/micronumpy/interp_ufuncs.py b/pypy/module/micro

[pypy-commit] pypy numpypy-complex2: start to test, implement exp2; need to fix rcomplex for corner cases

2012-09-14 Thread mattip
Author: mattip Branch: numpypy-complex2 Changeset: r57347:cce47db56c99 Date: 2012-09-14 14:09 +0300 http://bitbucket.org/pypy/pypy/changeset/cce47db56c99/ Log:start to test, implement exp2; need to fix rcomplex for corner cases diff --git a/pypy/module/micronumpy/test/test_ufuncs.py b/pypy/

[pypy-commit] pypy stm-thread-2: This global var needs a __thread.

2012-09-14 Thread arigo
Author: Armin Rigo Branch: stm-thread-2 Changeset: r57345:4f8d9d122f13 Date: 2012-09-14 15:06 +0200 http://bitbucket.org/pypy/pypy/changeset/4f8d9d122f13/ Log:This global var needs a __thread. diff --git a/pypy/translator/c/src/rtyper.h b/pypy/translator/c/src/rtyper.h --- a/pypy/translator/

[pypy-commit] extradoc extradoc: dont rely on local .vimrc

2012-09-14 Thread hakanardo
Author: Hakan Ardo Branch: extradoc Changeset: r4818:736d908790c6 Date: 2012-09-14 14:48 +0200 http://bitbucket.org/pypy/extradoc/changeset/736d908790c6/ Log:dont rely on local .vimrc diff --git a/talk/dls2012/demo/demo.py b/talk/dls2012/demo/demo.py --- a/talk/dls2012/demo/demo.py +++ b/tal

[pypy-commit] extradoc extradoc: finetuning

2012-09-14 Thread hakanardo
Author: Hakan Ardo Branch: extradoc Changeset: r4816:2054db02fd85 Date: 2012-09-14 13:29 +0200 http://bitbucket.org/pypy/extradoc/changeset/2054db02fd85/ Log:finetuning diff --git a/talk/dls2012/demo/demo.py b/talk/dls2012/demo/demo.py --- a/talk/dls2012/demo/demo.py +++ b/talk/dls2012/demo/

[pypy-commit] extradoc extradoc: add boundingboxes to demo

2012-09-14 Thread hakanardo
Author: Hakan Ardo Branch: extradoc Changeset: r4817:b88aa29dac34 Date: 2012-09-14 14:20 +0200 http://bitbucket.org/pypy/extradoc/changeset/b88aa29dac34/ Log:add boundingboxes to demo diff --git a/talk/dls2012/demo/analytics.py b/talk/dls2012/demo/analytics.py --- a/talk/dls2012/demo/analyti

[pypy-commit] pypy stm-thread-2: Add a debug_print to get the nursery position

2012-09-14 Thread arigo
Author: Armin Rigo Branch: stm-thread-2 Changeset: r57344:8bc7a39fb955 Date: 2012-09-14 12:39 +0200 http://bitbucket.org/pypy/pypy/changeset/8bc7a39fb955/ Log:Add a debug_print to get the nursery position diff --git a/pypy/rpython/memory/gc/stmtls.py b/pypy/rpython/memory/gc/stmtls.py --- a/

[pypy-commit] pypy stm-thread-2: Nice colors to sort out which thread prints what.

2012-09-14 Thread arigo
Author: Armin Rigo Branch: stm-thread-2 Changeset: r57343:a073eac72438 Date: 2012-09-14 11:32 +0200 http://bitbucket.org/pypy/pypy/changeset/a073eac72438/ Log:Nice colors to sort out which thread prints what. diff --git a/pypy/translator/c/src/debug_print.c b/pypy/translator/c/src/debug_pri

[pypy-commit] extradoc extradoc: add labeling to demo

2012-09-14 Thread hakanardo
Author: Hakan Ardo Branch: extradoc Changeset: r4815:fda7e221bdf9 Date: 2012-09-14 12:20 +0200 http://bitbucket.org/pypy/extradoc/changeset/fda7e221bdf9/ Log:add labeling to demo diff --git a/talk/dls2012/demo/demo.py b/talk/dls2012/demo/demo.py --- a/talk/dls2012/demo/demo.py +++ b/talk/dls

[pypy-commit] pypy py3k: insert a gc_collect

2012-09-14 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r57341:68aec659c8c0 Date: 2012-09-14 11:18 +0200 http://bitbucket.org/pypy/pypy/changeset/68aec659c8c0/ Log:insert a gc_collect diff --git a/lib-python/3.2/test/test_exceptions.py b/lib-python/3.2/test/test_exceptions.py --- a/lib-python/3.2/test

[pypy-commit] pypy py3k: hg merge

2012-09-14 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r57342:1234024e8a94 Date: 2012-09-14 11:19 +0200 http://bitbucket.org/pypy/pypy/changeset/1234024e8a94/ Log:hg merge diff --git a/pypy/module/_ffi/app_struct.py b/pypy/module/_ffi/app_struct.py --- a/pypy/module/_ffi/app_struct.py +++ b/pypy/modul

[pypy-commit] pypy py3k: marshal.loads should not accept unicode. This is part of CPython's checkin

2012-09-14 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r57340:2ee0b5458c89 Date: 2012-09-14 11:09 +0200 http://bitbucket.org/pypy/pypy/changeset/2ee0b5458c89/ Log:marshal.loads should not accept unicode. This is part of CPython's checkin 4966907d3661, which has not be included in stdlib-vendor

[pypy-commit] pypy py3k: UnicodeDecodeError accepts also bytearray

2012-09-14 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r57339:5bf1634cab2c Date: 2012-09-12 17:38 +0200 http://bitbucket.org/pypy/pypy/changeset/5bf1634cab2c/ Log:UnicodeDecodeError accepts also bytearray diff --git a/pypy/module/exceptions/interp_exceptions.py b/pypy/module/exceptions/interp_excepti

[pypy-commit] pypy py3k: we don't care about the exact exception type, as cpython is inconsistent

2012-09-14 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r57338:314d3ca27ff6 Date: 2012-09-12 16:57 +0200 http://bitbucket.org/pypy/pypy/changeset/314d3ca27ff6/ Log:we don't care about the exact exception type, as cpython is inconsistent diff --git a/lib-python/3.2/test/test_exceptions.py b/lib

[pypy-commit] pypy stm-thread-2: Fix test_stmgcintf.c.

2012-09-14 Thread arigo
Author: Armin Rigo Branch: stm-thread-2 Changeset: r57337:77e328742847 Date: 2012-09-14 11:09 +0200 http://bitbucket.org/pypy/pypy/changeset/77e328742847/ Log:Fix test_stmgcintf.c. diff --git a/pypy/translator/stm/src_stm/et.c b/pypy/translator/stm/src_stm/et.c --- a/pypy/translator/stm/src_

[pypy-commit] pypy stm-thread-2: Minor type fixes.

2012-09-14 Thread arigo
Author: Armin Rigo Branch: stm-thread-2 Changeset: r57336:80594b3d0263 Date: 2012-09-14 11:02 +0200 http://bitbucket.org/pypy/pypy/changeset/80594b3d0263/ Log:Minor type fixes. diff --git a/pypy/rpython/memory/gc/stmgc.py b/pypy/rpython/memory/gc/stmgc.py --- a/pypy/rpython/memory/gc/stmgc.p

[pypy-commit] buildbot default: download nightly build to a file called pypy_build.(tar.gz|zip)

2012-09-14 Thread bivab
Author: David Schneider Branch: Changeset: r701:afda91ee2deb Date: 2012-09-14 11:03 +0200 http://bitbucket.org/pypy/buildbot/changeset/afda91ee2deb/ Log:download nightly build to a file called pypy_build.(tar.gz|zip) diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py ---

[pypy-commit] extradoc extradoc: use PixelIterator in demo as well

2012-09-14 Thread hakanardo
Author: Hakan Ardo Branch: extradoc Changeset: r4814:fdc87c986018 Date: 2012-09-14 11:00 +0200 http://bitbucket.org/pypy/extradoc/changeset/fdc87c986018/ Log:use PixelIterator in demo as well diff --git a/talk/dls2012/demo/analytics.py b/talk/dls2012/demo/analytics.py --- a/talk/dls2012/demo

[pypy-commit] extradoc extradoc: split into two parts

2012-09-14 Thread hakanardo
Author: Hakan Ardo Branch: extradoc Changeset: r4813:00106ddbb4d3 Date: 2012-09-14 10:35 +0200 http://bitbucket.org/pypy/extradoc/changeset/00106ddbb4d3/ Log:split into two parts diff --git a/talk/dls2012/demo/demo.py b/talk/dls2012/demo/demo.py --- a/talk/dls2012/demo/demo.py +++ b/talk/dls