[pypy-commit] extradoc extradoc: a clarification

2013-10-15 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r5080:94b857d4e394 Date: 2013-10-15 10:31 +0200 http://bitbucket.org/pypy/extradoc/changeset/94b857d4e394/ Log:a clarification diff --git a/blog/draft/incremental-gc.rst b/blog/draft/incremental-gc.rst --- a/blog/draft/incremental-gc.rst

[pypy-commit] pypy default: enable HALF typeinfo

2013-10-15 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r67386:18fc7ef8ae01 Date: 2013-10-15 04:55 -0400 http://bitbucket.org/pypy/pypy/changeset/18fc7ef8ae01/ Log:enable HALF typeinfo diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micronumpy/interp_dtype.py --- a/pypy/module/micronumpy

[pypy-commit] pypy default: test/fix CFLOAT/CDOUBLE typeinfo

2013-10-15 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r67385:0b3416c0ca57 Date: 2013-10-15 04:33 -0400 http://bitbucket.org/pypy/pypy/changeset/0b3416c0ca57/ Log:test/fix CFLOAT/CDOUBLE typeinfo diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micronumpy/interp_dtype.py --- a/pypy/modul

[pypy-commit] pypy default: unused exports

2013-10-15 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r67389:bc2983f3a787 Date: 2013-10-15 05:02 -0400 http://bitbucket.org/pypy/pypy/changeset/bc2983f3a787/ Log:unused exports diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/micronumpy/__init__.py --- a/pypy/module/micronumpy/__init__.py +

[pypy-commit] pypy default: use numerictypes from numpy

2013-10-15 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r67387:cb57a653677d Date: 2013-10-15 04:59 -0400 http://bitbucket.org/pypy/pypy/changeset/cb57a653677d/ Log:use numerictypes from numpy diff --git a/lib_pypy/numpypy/core/numerictypes.py b/lib_pypy/numpypy/core/numerictypes.py --- a/lib_pypy/numpypy/

[pypy-commit] pypy default: fix test for complex aliases

2013-10-15 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r67388:c7965a33a50a Date: 2013-10-15 05:00 -0400 http://bitbucket.org/pypy/pypy/changeset/c7965a33a50a/ Log:fix test for complex aliases diff --git a/pypy/module/micronumpy/test/test_dtypes.py b/pypy/module/micronumpy/test/test_dtypes.py --- a/pypy/m

[pypy-commit] extradoc extradoc: try to explain that PyPy's approach to GC is better than reference counting. A lot of people are surprised to read that generational GC is faster than refcount

2013-10-15 Thread antocuni
Author: Antonio Cuni Branch: extradoc Changeset: r5081:6b5bf67ab352 Date: 2013-10-15 11:22 +0200 http://bitbucket.org/pypy/extradoc/changeset/6b5bf67ab352/ Log:try to explain that PyPy's approach to GC is better than reference counting. A lot of people are surprised to read that gener

[pypy-commit] extradoc extradoc: memusage.png

2013-10-15 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r5082:d838dd566786 Date: 2013-10-15 11:24 +0200 http://bitbucket.org/pypy/extradoc/changeset/d838dd566786/ Log:memusage.png diff --git a/blog/draft/memusage.png b/blog/draft/memusage.png new file mode 100644 index 00

[pypy-commit] stmgc default: remove copy-paste left-over

2013-10-15 Thread Raemi
Author: Remi Meier Branch: Changeset: r536:f53edba476a6 Date: 2013-10-15 11:28 +0200 http://bitbucket.org/pypy/stmgc/changeset/f53edba476a6/ Log:remove copy-paste left-over diff --git a/c4/et.c b/c4/et.c --- a/c4/et.c +++ b/c4/et.c @@ -23,7 +23,7 @@ i++; } cur += sprintf(

[pypy-commit] extradoc extradoc: Complete the last section

2013-10-15 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5083:51a7f13ee794 Date: 2013-10-15 11:31 +0200 http://bitbucket.org/pypy/extradoc/changeset/51a7f13ee794/ Log:Complete the last section diff --git a/blog/draft/incremental-gc.rst b/blog/draft/incremental-gc.rst --- a/blog/draft/incremental-gc.r

[pypy-commit] pypy stmgc-c4: update TODO

2013-10-15 Thread Raemi
Author: Remi Meier Branch: stmgc-c4 Changeset: r67390:bafcb0cdff48 Date: 2013-10-15 10:35 +0200 http://bitbucket.org/pypy/pypy/changeset/bafcb0cdff48/ Log:update TODO diff --git a/TODO b/TODO --- a/TODO +++ b/TODO @@ -1,7 +1,3 @@ -

[pypy-commit] extradoc extradoc: merge

2013-10-15 Thread Raemi
Author: Remi Meier Branch: extradoc Changeset: r5085:33bd3a8dd88d Date: 2013-10-15 11:53 +0200 http://bitbucket.org/pypy/extradoc/changeset/33bd3a8dd88d/ Log:merge diff --git a/blog/draft/incremental-gc.rst b/blog/draft/incremental-gc.rst --- a/blog/draft/incremental-gc.rst +++ b/blog/draft/

[pypy-commit] extradoc extradoc: stm blog post update

2013-10-15 Thread Raemi
Author: Remi Meier Branch: extradoc Changeset: r5084:ff9a573f8094 Date: 2013-10-15 11:53 +0200 http://bitbucket.org/pypy/extradoc/changeset/ff9a573f8094/ Log:stm blog post update diff --git a/blog/draft/stm-oct2013.rst b/blog/draft/stm-oct2013.rst --- a/blog/draft/stm-oct2013.rst +++ b/blog/

[pypy-commit] extradoc extradoc: Very long chains or trees of objects cause unbounded pauses in CPython too.

2013-10-15 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5086:d1b58d4ec41e Date: 2013-10-15 12:00 +0200 http://bitbucket.org/pypy/extradoc/changeset/d1b58d4ec41e/ Log:Very long chains or trees of objects cause unbounded pauses in CPython too. diff --git a/blog/draft/incremental-gc.rst b/blog/

[pypy-commit] extradoc extradoc: Typos

2013-10-15 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5087:4efcbf5b53e0 Date: 2013-10-15 12:09 +0200 http://bitbucket.org/pypy/extradoc/changeset/4efcbf5b53e0/ Log:Typos diff --git a/blog/draft/incremental-gc.rst b/blog/draft/incremental-gc.rst --- a/blog/draft/incremental-gc.rst +++ b/blog/draft/

[pypy-commit] pypy default: Tweak collect(0), collect(1), collect(2).

2013-10-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r67391:24146d14cfb0 Date: 2013-10-15 12:10 +0200 http://bitbucket.org/pypy/pypy/changeset/24146d14cfb0/ Log:Tweak collect(0), collect(1), collect(2). diff --git a/rpython/memory/gc/incminimark.py b/rpython/memory/gc/incminimark.py --- a/rpython/memory/g

[pypy-commit] extradoc extradoc: Capitalization

2013-10-15 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5088:20e8cde2f2fa Date: 2013-10-15 12:11 +0200 http://bitbucket.org/pypy/extradoc/changeset/20e8cde2f2fa/ Log:Capitalization diff --git a/blog/draft/stm-oct2013.rst b/blog/draft/stm-oct2013.rst --- a/blog/draft/stm-oct2013.rst +++ b/blog/draft/

[pypy-commit] extradoc extradoc: two typos

2013-10-15 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r5089:517c4014f158 Date: 2013-10-15 12:16 +0200 http://bitbucket.org/pypy/extradoc/changeset/517c4014f158/ Log:two typos diff --git a/blog/draft/incremental-gc.rst b/blog/draft/incremental-gc.rst --- a/blog/draft/incremental-gc.rst +++

[pypy-commit] pypy default: add argwhere, flatnonzero

2013-10-15 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r67394:2add12c32263 Date: 2013-10-15 06:24 -0400 http://bitbucket.org/pypy/pypy/changeset/2add12c32263/ Log:add argwhere, flatnonzero diff --git a/lib_pypy/numpypy/core/numeric.py b/lib_pypy/numpypy/core/numeric.py --- a/lib_pypy/numpypy/core/numeric.

[pypy-commit] pypy default: move numpypy get_include to match numpy

2013-10-15 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r67393:a8cd97cc4eb3 Date: 2013-10-15 05:22 -0400 http://bitbucket.org/pypy/pypy/changeset/a8cd97cc4eb3/ Log:move numpypy get_include to match numpy diff --git a/lib_pypy/numpypy/__init__.py b/lib_pypy/numpypy/__init__.py --- a/lib_pypy/numpypy/__init_

[pypy-commit] pypy default: cleanup more imports

2013-10-15 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r67392:8430f7d32663 Date: 2013-10-15 05:11 -0400 http://bitbucket.org/pypy/pypy/changeset/8430f7d32663/ Log:cleanup more imports diff --git a/lib_pypy/numpypy/__init__.py b/lib_pypy/numpypy/__init__.py --- a/lib_pypy/numpypy/__init__.py +++ b/lib_pypy

[pypy-commit] extradoc extradoc: stm blog post updates

2013-10-15 Thread Raemi
Author: Remi Meier Branch: extradoc Changeset: r5090:989fbc6168ad Date: 2013-10-15 12:48 +0200 http://bitbucket.org/pypy/extradoc/changeset/989fbc6168ad/ Log:stm blog post updates diff --git a/blog/draft/stm-oct2013.rst b/blog/draft/stm-oct2013.rst --- a/blog/draft/stm-oct2013.rst +++ b/blog

[pypy-commit] pypy default: test for ravel

2013-10-15 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r67395:d535d39ec0d7 Date: 2013-10-15 06:54 -0400 http://bitbucket.org/pypy/pypy/changeset/d535d39ec0d7/ Log:test for ravel diff --git a/pypy/module/test_lib_pypy/numpypy/core/test_fromnumeric.py b/pypy/module/test_lib_pypy/numpypy/core/test_fromnumer

[pypy-commit] extradoc extradoc: stm blog post fixes

2013-10-15 Thread Raemi
Author: Remi Meier Branch: extradoc Changeset: r5091:a6a790947de2 Date: 2013-10-15 13:21 +0200 http://bitbucket.org/pypy/extradoc/changeset/a6a790947de2/ Log:stm blog post fixes diff --git a/blog/draft/stm-oct2013.rst b/blog/draft/stm-oct2013.rst --- a/blog/draft/stm-oct2013.rst +++ b/blog/d

[pypy-commit] extradoc extradoc: draft a numpy update / explanation of what happened to numpy.py

2013-10-15 Thread mattip
Author: Matti Picus Branch: extradoc Changeset: r5092:80e82984bef1 Date: 2013-10-15 17:55 +0300 http://bitbucket.org/pypy/extradoc/changeset/80e82984bef1/ Log:draft a numpy update / explanation of what happened to numpy.py diff --git a/blog/draft/numpy_oct_2013.rst b/blog/draft/numpy_oct_201

[pypy-commit] pypy default: A fix for what turns out to be a non-issue, a bit by chance

2013-10-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r67396:af629245abef Date: 2013-10-15 17:22 +0200 http://bitbucket.org/pypy/pypy/changeset/af629245abef/ Log:A fix for what turns out to be a non-issue, a bit by chance diff --git a/rpython/jit/metainterp/blackhole.py b/rpython/jit/metainterp/blackhole.

[pypy-commit] pypy default: test, implement ndarray.flat = val

2013-10-15 Thread mattip
Author: Matti Picus Branch: Changeset: r67397:eff24d19da2b Date: 2013-10-15 19:18 +0300 http://bitbucket.org/pypy/pypy/changeset/eff24d19da2b/ Log:test, implement ndarray.flat = val diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pyp

[pypy-commit] pypy cpyext-int: fix test by returning a PyIntObject where needed

2013-10-15 Thread mattip
Author: Matti Picus Branch: cpyext-int Changeset: r67399:2027437ec5a6 Date: 2013-10-15 20:41 +0300 http://bitbucket.org/pypy/pypy/changeset/2027437ec5a6/ Log:fix test by returning a PyIntObject where needed diff --git a/pypy/module/cpyext/intobject.py b/pypy/module/cpyext/intobject.py --- a/

[pypy-commit] pypy cpyext-int: a failing test

2013-10-15 Thread mattip
Author: Matti Picus Branch: cpyext-int Changeset: r67398:601ae6115bb6 Date: 2013-10-15 20:38 +0300 http://bitbucket.org/pypy/pypy/changeset/601ae6115bb6/ Log:a failing test diff --git a/pypy/module/cpyext/test/test_ndarrayobject.py b/pypy/module/cpyext/test/test_ndarrayobject.py --- a/pypy/

[pypy-commit] pypy default: implement and test ndarray.trace()

2013-10-15 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r67400:3fd593fe30bf Date: 2013-10-15 19:09 -0400 http://bitbucket.org/pypy/pypy/changeset/3fd593fe30bf/ Log:implement and test ndarray.trace() diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/py

[pypy-commit] pypy default: test/fix position of dtype/out args for ndarray reduce ufuncs

2013-10-15 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r67401:cca686ae3c69 Date: 2013-10-15 19:21 -0400 http://bitbucket.org/pypy/pypy/changeset/cca686ae3c69/ Log:test/fix position of dtype/out args for ndarray reduce ufuncs diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/

[pypy-commit] pypy default: Document this branch

2013-10-15 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r67402:b451615b3ded Date: 2013-10-15 16:23 -0700 http://bitbucket.org/pypy/pypy/changeset/b451615b3ded/ Log:Document this branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsn

[pypy-commit] pypy default: merged upstream

2013-10-15 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r67403:49a8eaba23b0 Date: 2013-10-15 16:24 -0700 http://bitbucket.org/pypy/pypy/changeset/49a8eaba23b0/ Log:merged upstream diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy/module/micronumpy

[pypy-commit] pypy default: skipped broken test for subarrays

2013-10-15 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r67405:97836986a03b Date: 2013-10-15 23:33 -0400 http://bitbucket.org/pypy/pypy/changeset/97836986a03b/ Log:skipped broken test for subarrays diff --git a/pypy/module/micronumpy/test/test_numarray.py b/pypy/module/micronumpy/test/test_numarray.py ---

[pypy-commit] pypy default: provide long double based on double until rpython support is done

2013-10-15 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r67406:82f81f0ed787 Date: 2013-10-16 00:12 -0400 http://bitbucket.org/pypy/pypy/changeset/82f81f0ed787/ Log:provide long double based on double until rpython support is done diff --git a/lib_pypy/numpypy/core/arrayprint.py b/lib_pypy/numpypy/core/arr

[pypy-commit] buildbot default: The "py.test -A" part of a pypy-c-jit build suddenly eats 20GB of memory

2013-10-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r868:df145500744c Date: 2013-10-16 08:12 +0200 http://bitbucket.org/pypy/buildbot/changeset/df145500744c/ Log:The "py.test -A" part of a pypy-c-jit build suddenly eats 20GB of memory on OS/X, apparently. Disabling the builder for now --- it's

[pypy-commit] buildbot default: The "py.test -A" part of a pypy-c-jit build suddenly eats 20GB of memory

2013-10-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r867:ea1d86a3a8f5 Date: 2013-10-16 08:11 +0200 http://bitbucket.org/pypy/buildbot/changeset/ea1d86a3a8f5/ Log:The "py.test -A" part of a pypy-c-jit build suddenly eats 20GB of memory on OS/X, apparently. Disabling the builder for now --- it's

[pypy-commit] pypy default: clean up some more numpy imports/work towards compat with upstream numpy code

2013-10-15 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r67380:c65912c9d433 Date: 2013-10-15 01:16 -0400 http://bitbucket.org/pypy/pypy/changeset/c65912c9d433/ Log:clean up some more numpy imports/work towards compat with upstream numpy code diff --git a/lib_pypy/numpypy/core/__init__.py b/lib_pyp

[pypy-commit] pypy default: fix behavior of numpypy reduce wrt zero-sized dims

2013-10-15 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r67381:fee031ae7721 Date: 2013-10-15 02:40 -0400 http://bitbucket.org/pypy/pypy/changeset/fee031ae7721/ Log:fix behavior of numpypy reduce wrt zero-sized dims diff --git a/pypy/module/micronumpy/interp_ufuncs.py b/pypy/module/micronumpy/interp_ufuncs

[pypy-commit] pypy default: import a new fromnumeric/shape_base from numpy

2013-10-15 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r67382:413dbfc0f55b Date: 2013-10-15 02:42 -0400 http://bitbucket.org/pypy/pypy/changeset/413dbfc0f55b/ Log:import a new fromnumeric/shape_base from numpy diff --git a/lib_pypy/numpypy/core/__init__.py b/lib_pypy/numpypy/core/__init__.py --- a/lib_py

[pypy-commit] pypy default: add array_equiv

2013-10-15 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r67383:075052ce29b7 Date: 2013-10-15 03:11 -0400 http://bitbucket.org/pypy/pypy/changeset/075052ce29b7/ Log:add array_equiv diff --git a/lib_pypy/numpypy/core/numeric.py b/lib_pypy/numpypy/core/numeric.py --- a/lib_pypy/numpypy/core/numeric.py +++ b/l

[pypy-commit] pypy default: add pretty formatting

2013-10-15 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r67384:6eea90d83440 Date: 2013-10-15 10:19 +0200 http://bitbucket.org/pypy/pypy/changeset/6eea90d83440/ Log:add pretty formatting diff --git a/rpython/tool/gcanalyze.py b/rpython/tool/gcanalyze.py --- a/rpython/tool/gcanalyze.py +++ b/rpython/to

[pypy-commit] extradoc extradoc: work on the benchmark part, add an XXX and a hilarious typo

2013-10-15 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r5079:b20a0efba9e5 Date: 2013-10-15 10:21 +0200 http://bitbucket.org/pypy/extradoc/changeset/b20a0efba9e5/ Log:work on the benchmark part, add an XXX and a hilarious typo diff --git a/blog/draft/incremental-gc.rst b/blog/draft/incrementa