[pypy-commit] extradoc extradoc: (all) planning for today

2013-08-26 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r5025:1de3bbdda807 Date: 2013-08-26 10:51 +0100 http://bitbucket.org/pypy/extradoc/changeset/1de3bbdda807/ Log:(all) planning for today diff --git a/sprintinfo/london-2013/planning.txt b/sprintinfo/london-2013/planning.txt --- a/sprint

[pypy-commit] pypy improve-docs: Remove dead link.

2013-08-26 Thread Manuel Jacob
Author: Manuel Jacob Branch: improve-docs Changeset: r66315:a40a4e6e24d8 Date: 2013-08-26 12:07 +0100 http://bitbucket.org/pypy/pypy/changeset/a40a4e6e24d8/ Log:Remove dead link. diff --git a/pypy/doc/index.rst b/pypy/doc/index.rst --- a/pypy/doc/index.rst +++ b/pypy/doc/index.rst @@ -31,7 +3

[pypy-commit] pypy improve-docs: Structure the TODO better.

2013-08-26 Thread Manuel Jacob
Author: Manuel Jacob Branch: improve-docs Changeset: r66316:35651f0ce780 Date: 2013-08-26 13:34 +0100 http://bitbucket.org/pypy/pypy/changeset/35651f0ce780/ Log:Structure the TODO better. diff --git a/TODO-docs b/TODO-docs --- a/TODO-docs +++ b/TODO-docs @@ -4,18 +4,28 @@ General ---

[pypy-commit] extradoc extradoc: Remove point 'improve installation instruction' because it's just a small subtask of 'progress on the documentation branch'.

2013-08-26 Thread Manuel Jacob
Author: Manuel Jacob Branch: extradoc Changeset: r5026:dad44e6a0545 Date: 2013-08-26 13:46 +0100 http://bitbucket.org/pypy/extradoc/changeset/dad44e6a0545/ Log:Remove point 'improve installation instruction' because it's just a small subtask of 'progress on the documentation branch'.

[pypy-commit] extradoc extradoc: Add a point about Mac packaging.

2013-08-26 Thread Manuel Jacob
Author: Manuel Jacob Branch: extradoc Changeset: r5027:db60dc6b2400 Date: 2013-08-26 14:01 +0100 http://bitbucket.org/pypy/extradoc/changeset/db60dc6b2400/ Log:Add a point about Mac packaging. diff --git a/sprintinfo/london-2013/planning.txt b/sprintinfo/london-2013/planning.txt --- a/sprint

[pypy-commit] pypy default: Fix ndarray(dtype=str).fill()

2013-08-26 Thread rguillebert
Author: Romain Guillebert Branch: Changeset: r66317:a4a455634894 Date: 2013-08-26 15:00 +0100 http://bitbucket.org/pypy/pypy/changeset/a4a455634894/ Log:Fix ndarray(dtype=str).fill() diff --git a/pypy/module/micronumpy/test/test_numarray.py b/pypy/module/micronumpy/test/test_numarray.py --

[pypy-commit] pypy jit-threshold-hooks: (fijal, ltratt) Add support for getting/setting threshold on descrs of guards

2013-08-26 Thread fijal
Author: Maciej Fijalkowski Branch: jit-threshold-hooks Changeset: r66318:7bf93e121a95 Date: 2013-08-26 15:32 +0100 http://bitbucket.org/pypy/pypy/changeset/7bf93e121a95/ Log:(fijal, ltratt) Add support for getting/setting threshold on descrs of guards diff --git a/pypy/module/pypyjit

[pypy-commit] pypy jit-threshold-hooks: (fijal, ltratt)

2013-08-26 Thread fijal
Author: Maciej Fijalkowski Branch: jit-threshold-hooks Changeset: r66319:c83cf1418bc1 Date: 2013-08-26 16:01 +0100 http://bitbucket.org/pypy/pypy/changeset/c83cf1418bc1/ Log:(fijal, ltratt) * implement simple checksum * a small fix diff --git a/pypy/module/pypyjit/interp_reso

[pypy-commit] pypy jit-threshold-hooks: remove the ckecksum for now - we might not need it

2013-08-26 Thread fijal
Author: Maciej Fijalkowski Branch: jit-threshold-hooks Changeset: r66320:2f2a03b5daee Date: 2013-08-26 17:05 +0100 http://bitbucket.org/pypy/pypy/changeset/2f2a03b5daee/ Log:remove the ckecksum for now - we might not need it diff --git a/pypy/module/pypyjit/interp_resop.py b/pypy/module/pyp

[pypy-commit] extradoc extradoc: Remove again the point about Mac packaging.

2013-08-26 Thread Manuel Jacob
Author: Manuel Jacob Branch: extradoc Changeset: r5028:60e1fc581d24 Date: 2013-08-26 16:08 +0100 http://bitbucket.org/pypy/extradoc/changeset/60e1fc581d24/ Log:Remove again the point about Mac packaging. diff --git a/sprintinfo/london-2013/planning.txt b/sprintinfo/london-2013/planning.txt -

[pypy-commit] pypy stmgc-c4: import stmgc

2013-08-26 Thread Raemi
Author: Remi Meier Branch: stmgc-c4 Changeset: r66321:a9cc9ad24fae Date: 2013-08-26 18:09 +0200 http://bitbucket.org/pypy/pypy/changeset/a9cc9ad24fae/ Log:import stmgc diff --git a/rpython/translator/stm/src_stm/et.c b/rpython/translator/stm/src_stm/et.c --- a/rpython/translator/stm/src_stm

[pypy-commit] pypy jit-threshold-hooks: small fix to allocate new cell

2013-08-26 Thread fijal
Author: Maciej Fijalkowski Branch: jit-threshold-hooks Changeset: r66323:96f84f4695e0 Date: 2013-08-26 17:36 +0100 http://bitbucket.org/pypy/pypy/changeset/96f84f4695e0/ Log:small fix to allocate new cell diff --git a/pypy/module/pypyjit/interp_jit.py b/pypy/module/pypyjit/interp_jit.py ---

[pypy-commit] pypy jit-threshold-hooks: maybe like that?

2013-08-26 Thread fijal
Author: Maciej Fijalkowski Branch: jit-threshold-hooks Changeset: r66324:c0ebbcc09d60 Date: 2013-08-26 17:48 +0100 http://bitbucket.org/pypy/pypy/changeset/c0ebbcc09d60/ Log:maybe like that? diff --git a/pypy/module/pypyjit/interp_jit.py b/pypy/module/pypyjit/interp_jit.py --- a/pypy/module

[pypy-commit] pypy jit-threshold-hooks: oops

2013-08-26 Thread fijal
Author: Maciej Fijalkowski Branch: jit-threshold-hooks Changeset: r66325:3548c4e24114 Date: 2013-08-26 17:52 +0100 http://bitbucket.org/pypy/pypy/changeset/3548c4e24114/ Log:oops diff --git a/pypy/module/pypyjit/interp_jit.py b/pypy/module/pypyjit/interp_jit.py --- a/pypy/module/pypyjit/int

[pypy-commit] pypy refactor-str-types: I think it's ok to ignore mergecallfamilies if there are no others

2013-08-26 Thread fijal
Author: Maciej Fijalkowski Branch: refactor-str-types Changeset: r66326:60bfe1a4f6d5 Date: 2013-08-26 17:57 +0100 http://bitbucket.org/pypy/pypy/changeset/60bfe1a4f6d5/ Log:I think it's ok to ignore mergecallfamilies if there are no others diff --git a/rpython/annotator/description.py b/rpyt

[pypy-commit] pypy jit-threshold-hooks: another go

2013-08-26 Thread fijal
Author: Maciej Fijalkowski Branch: jit-threshold-hooks Changeset: r66327:fe12d4657961 Date: 2013-08-26 17:58 +0100 http://bitbucket.org/pypy/pypy/changeset/fe12d4657961/ Log:another go diff --git a/pypy/module/pypyjit/interp_jit.py b/pypy/module/pypyjit/interp_jit.py --- a/pypy/module/pypyj

[pypy-commit] pypy refactor-str-types: change None to False

2013-08-26 Thread fijal
Author: Maciej Fijalkowski Branch: refactor-str-types Changeset: r66328:95efef15ffbe Date: 2013-08-26 18:09 +0100 http://bitbucket.org/pypy/pypy/changeset/95efef15ffbe/ Log:change None to False diff --git a/rpython/annotator/description.py b/rpython/annotator/description.py --- a/rpython/ann

[pypy-commit] pypy jit-threshold-hooks: (fijal, arigo) we can't call jit hooks from jitcodes

2013-08-26 Thread fijal
Author: Maciej Fijalkowski Branch: jit-threshold-hooks Changeset: r66329:dfba03975b59 Date: 2013-08-26 18:21 +0100 http://bitbucket.org/pypy/pypy/changeset/dfba03975b59/ Log:(fijal, arigo) we can't call jit hooks from jitcodes diff --git a/pypy/module/pypyjit/interp_jit.py b/pypy/module/pyp

[pypy-commit] pypy jit-threshold-hooks: return the correct type

2013-08-26 Thread fijal
Author: Maciej Fijalkowski Branch: jit-threshold-hooks Changeset: r66330:33bbec99fa87 Date: 2013-08-26 20:42 +0100 http://bitbucket.org/pypy/pypy/changeset/33bbec99fa87/ Log:return the correct type diff --git a/rpython/rlib/jit_hooks.py b/rpython/rlib/jit_hooks.py --- a/rpython/rlib/jit_hook

[pypy-commit] pypy jit-threshold-hooks: a test and a fix

2013-08-26 Thread fijal
Author: Maciej Fijalkowski Branch: jit-threshold-hooks Changeset: r66331:46acbfad8195 Date: 2013-08-26 20:44 +0100 http://bitbucket.org/pypy/pypy/changeset/46acbfad8195/ Log:a test and a fix diff --git a/pypy/module/pypyjit/interp_jit.py b/pypy/module/pypyjit/interp_jit.py --- a/pypy/module

[pypy-commit] pypy pypy-pyarray: - cpyext/include: Add a few definitions needed by PyCXX to headers (for

2013-08-26 Thread shmuller
Author: Stefan H. Muller Branch: pypy-pyarray Changeset: r66337:aabf1cc286a7 Date: 2013-07-31 00:42 +0200 http://bitbucket.org/pypy/pypy/changeset/aabf1cc286a7/ Log:- cpyext/include: Add a few definitions needed by PyCXX to headers (for matplotlib build). - NEW: cpyext/include

[pypy-commit] pypy pypy-pyarray: Declare PyArray_Type as extern.

2013-08-26 Thread shmuller
Author: Stefan H. Muller Branch: pypy-pyarray Changeset: r66345:8a17098648b8 Date: 2013-08-08 18:16 +0200 http://bitbucket.org/pypy/pypy/changeset/8a17098648b8/ Log:Declare PyArray_Type as extern. diff --git a/pypy/module/cpyext/include/numpy/arrayobject.h b/pypy/module/cpyext/include/numpy

[pypy-commit] pypy pypy-pyarray: Implement PyNumber_Float() as space.float(w_obj).

2013-08-26 Thread shmuller
Author: Stefan H. Muller Branch: pypy-pyarray Changeset: r66346:56fa5d73e5ec Date: 2013-08-10 00:33 +0200 http://bitbucket.org/pypy/pypy/changeset/56fa5d73e5ec/ Log:Implement PyNumber_Float() as space.float(w_obj). diff --git a/pypy/module/cpyext/floatobject.py b/pypy/module/cpyext/floatobj

[pypy-commit] pypy pypy-pyarray: - cpyext/number.py, cpyext/test/test_number.py: Implement

2013-08-26 Thread shmuller
Author: Stefan H. Muller Branch: pypy-pyarray Changeset: r66336:eba88c40cdfa Date: 2013-07-30 20:24 +0200 http://bitbucket.org/pypy/pypy/changeset/eba88c40cdfa/ Log:- cpyext/number.py, cpyext/test/test_number.py: Implement PyNumber_CoerceEx() and PyNumber_Coerce(). diff --git a/pypy/

[pypy-commit] pypy pypy-pyarray: - cpyext/ndarrayobject.py: Rename PyArray_* routines to _PyArray_* to

2013-08-26 Thread shmuller
Author: Stefan H. Muller Branch: pypy-pyarray Changeset: r66333:ada4abc58e15 Date: 2013-07-28 21:49 +0200 http://bitbucket.org/pypy/pypy/changeset/ada4abc58e15/ Log:- cpyext/ndarrayobject.py: Rename PyArray_* routines to _PyArray_* to avoid name clashes with other implementations of n

[pypy-commit] pypy pypy-pyarray: Add PyArray_New() and many macros for f2py.

2013-08-26 Thread shmuller
Author: Stefan H. Muller Branch: pypy-pyarray Changeset: r66343:bb2aafab5a92 Date: 2013-08-08 00:41 +0200 http://bitbucket.org/pypy/pypy/changeset/bb2aafab5a92/ Log:Add PyArray_New() and many macros for f2py. The modified version of f2py from the numpy pypy-hack branch genera

[pypy-commit] pypy pypy-pyarray: - Add cpyext implementation of Numpy PyArray_* C-API

2013-08-26 Thread shmuller
Author: Stefan H. Muller Branch: pypy-pyarray Changeset: r66332:01fc9f0596f2 Date: 2013-07-28 15:12 +0200 http://bitbucket.org/pypy/pypy/changeset/01fc9f0596f2/ Log:- Add cpyext implementation of Numpy PyArray_* C-API * pypy/module/cpyext/include/numpy/arrayobject.h * py

[pypy-commit] pypy pypy-pyarray: ndarray.nonzero(): Deal with scalars, add test.

2013-08-26 Thread shmuller
Author: Stefan H. Muller Branch: pypy-pyarray Changeset: r66349:01ebe4a52002 Date: 2013-08-11 21:09 +0200 http://bitbucket.org/pypy/pypy/changeset/01ebe4a52002/ Log:ndarray.nonzero(): Deal with scalars, add test. - lib_pypy/numpypy/core/fromnumeric.py: Put original numpy impl

[pypy-commit] pypy pypy-pyarray: - Add missing symbols for importing matplotlib.

2013-08-26 Thread shmuller
Author: Stefan H. Muller Branch: pypy-pyarray Changeset: r66340:ca566c12805d Date: 2013-08-01 08:54 +0200 http://bitbucket.org/pypy/pypy/changeset/ca566c12805d/ Log:- Add missing symbols for importing matplotlib. diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/m

[pypy-commit] pypy pypy-pyarray: Implement PyArray_FLAGS()

2013-08-26 Thread shmuller
Author: Stefan H. Muller Branch: pypy-pyarray Changeset: r66344:232f215b317d Date: 2013-08-08 16:16 +0200 http://bitbucket.org/pypy/pypy/changeset/232f215b317d/ Log:Implement PyArray_FLAGS() - ndarrayobject.py: Implement PyArray_FLAGS() instead of PyArray_ISCONTIGUOUS(). This

[pypy-commit] pypy pypy-pyarray: - cpyext/include/numpy/arrayobject.h: Many more definitions. Succeeded

2013-08-26 Thread shmuller
Author: Stefan H. Muller Branch: pypy-pyarray Changeset: r66339:4a0adafeea01 Date: 2013-07-31 17:55 +0200 http://bitbucket.org/pypy/pypy/changeset/4a0adafeea01/ Log:- cpyext/include/numpy/arrayobject.h: Many more definitions. Succeeded to compile a patched version of matplotlib with t

[pypy-commit] pypy pypy-pyarray: Implement ndarray.nonzero()

2013-08-26 Thread shmuller
Author: Stefan H. Muller Branch: pypy-pyarray Changeset: r66348:f0b2849dfe98 Date: 2013-08-11 18:59 +0200 http://bitbucket.org/pypy/pypy/changeset/f0b2849dfe98/ Log:Implement ndarray.nonzero() diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py

[pypy-commit] pypy pypy-pyarray: - lib_pypy/numpypy/__init__.py: __version__ and get_include() now

2013-08-26 Thread shmuller
Author: Stefan H. Muller Branch: pypy-pyarray Changeset: r66341:3c29d99be539 Date: 2013-08-05 05:03 +0200 http://bitbucket.org/pypy/pypy/changeset/3c29d99be539/ Log:- lib_pypy/numpypy/__init__.py: __version__ and get_include() now defined here, so that site-packages/numpy can get it.

[pypy-commit] pypy pypy-pyarray: - cpyext/include/complexobject.h: Add Py_LOCAL_INLINE() to translate.

2013-08-26 Thread shmuller
Author: Stefan H. Muller Branch: pypy-pyarray Changeset: r66335:92a2115f0785 Date: 2013-07-30 16:29 +0200 http://bitbucket.org/pypy/pypy/changeset/92a2115f0785/ Log:- cpyext/include/complexobject.h: Add Py_LOCAL_INLINE() to translate. - cpyext/stringobject.py: Replace 4x rffi.

[pypy-commit] pypy pypy-pyarray: array() constructor now uses for __array__() method.

2013-08-26 Thread shmuller
Author: Stefan H. Muller Branch: pypy-pyarray Changeset: r66347:82c65a5a6f82 Date: 2013-08-10 23:20 +0200 http://bitbucket.org/pypy/pypy/changeset/82c65a5a6f82/ Log:array() constructor now uses for __array__() method. diff --git a/pypy/module/micronumpy/base.py b/pypy/module/micronumpy/base.

[pypy-commit] pypy pypy-pyarray: - cpyext/include/numpy/arrayobject.h: Many more definitions.

2013-08-26 Thread shmuller
Author: Stefan H. Muller Branch: pypy-pyarray Changeset: r66338:53d9c2233349 Date: 2013-07-31 02:59 +0200 http://bitbucket.org/pypy/pypy/changeset/53d9c2233349/ Log:- cpyext/include/numpy/arrayobject.h: Many more definitions. diff --git a/pypy/module/cpyext/include/numpy/arrayobject.h b/pyp

[pypy-commit] pypy pypy-pyarray: Implement fijal's approach for nonzero()

2013-08-26 Thread shmuller
Author: Stefan H. Muller Branch: pypy-pyarray Changeset: r66351:81c7341f996b Date: 2013-08-13 01:06 +0200 http://bitbucket.org/pypy/pypy/changeset/81c7341f996b/ Log:Implement fijal's approach for nonzero() - Iterators get get_index() method. - create_iter() get additional key

[pypy-commit] pypy pypy-pyarray: Put split nonzero() between scalar.py, concrete.py and loops.py.

2013-08-26 Thread shmuller
Author: Stefan H. Muller Branch: pypy-pyarray Changeset: r66350:b70301c90922 Date: 2013-08-12 23:49 +0200 http://bitbucket.org/pypy/pypy/changeset/b70301c90922/ Log:Put split nonzero() between scalar.py, concrete.py and loops.py. - Separate implementations for 1D and ND case. Try to

[pypy-commit] pypy pypy-pyarray: Add some missing numpypy features

2013-08-26 Thread shmuller
Author: Stefan H. Muller Branch: pypy-pyarray Changeset: r66342:09db6e0e5c1d Date: 2013-08-06 00:12 +0200 http://bitbucket.org/pypy/pypy/changeset/09db6e0e5c1d/ Log:Add some missing numpypy features - ndarrayobject.py: PyArray_Check(), PyArray_CheckExact() - interp_numarray.p

[pypy-commit] pypy pypy-pyarray: - cpyext/ndarrayobject.py: Add support for PyArray_STRIDE() and

2013-08-26 Thread shmuller
Author: Stefan H. Muller Branch: pypy-pyarray Changeset: r66334:3f9be1d43a61 Date: 2013-07-30 11:59 +0200 http://bitbucket.org/pypy/pypy/changeset/3f9be1d43a61/ Log:- cpyext/ndarrayobject.py: Add support for PyArray_STRIDE() and PyArray_FromObject(). - cpyext/include/numpy: Ad

[pypy-commit] pypy pypy-pyarray: add TODO tasks for merging this branch

2013-08-26 Thread mattip
Author: Matti Picus Branch: pypy-pyarray Changeset: r66352:d42d210cabf3 Date: 2013-08-26 23:00 +0300 http://bitbucket.org/pypy/pypy/changeset/d42d210cabf3/ Log:add TODO tasks for merging this branch diff --git a/TODO.txt b/TODO.txt new file mode 100644 --- /dev/null +++ b/TODO.txt @@ -0,0 +1

[pypy-commit] pypy py3k: adapt to py3

2013-08-26 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r66354:a3fe46f5747d Date: 2013-08-26 13:29 -0700 http://bitbucket.org/pypy/pypy/changeset/a3fe46f5747d/ Log:adapt to py3 diff --git a/pypy/module/array/test/test_array.py b/pypy/module/array/test/test_array.py --- a/pypy/module/array/test/test_a

[pypy-commit] pypy default: Issue1591: sqlite should swallow exceptions raised in adapter.

2013-08-26 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r66355:6181c1116a92 Date: 2013-08-26 23:27 +0200 http://bitbucket.org/pypy/pypy/changeset/6181c1116a92/ Log:Issue1591: sqlite should swallow exceptions raised in adapter. diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/