[pypy-commit] pypy align_float_cast: test non-aligned float read, add arm specific raw_load_f

2013-12-13 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: align_float_cast Changeset: r68418:6196be9fb0b7 Date: 2013-12-13 14:47 +0200 http://bitbucket.org/pypy/pypy/changeset/6196be9fb0b7/ Log:test non-aligned float read, add arm specific raw_load_f diff --git a/TODO b/TODO new file mode 100644 ---

[pypy-commit] pypy default: test, fix for matrix subtype which modfies shape in __getitem__

2013-12-14 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: Changeset: r68441:bacd9679adbf Date: 2013-12-15 07:43 +0200 http://bitbucket.org/pypy/pypy/changeset/bacd9679adbf/ Log:test, fix for matrix subtype which modfies shape in __getitem__ causing an infinite loop in find_shape_and_elems

[pypy-commit] pypy default: test, fix for subtype pickle numpy compatability, including quirks

2013-12-16 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: Changeset: r68443:d5e489e07679 Date: 2013-12-16 19:14 +0200 http://bitbucket.org/pypy/pypy/changeset/d5e489e07679/ Log:test, fix for subtype pickle numpy compatability, including quirks diff --git a/pypy/module/micronumpy/interp_numarray.py

[pypy-commit] pypy default: adapt import library for changeset a1989cb701a7

2013-12-18 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: Changeset: r68470:69886daae534 Date: 2013-12-18 23:13 +0200 http://bitbucket.org/pypy/pypy/changeset/69886daae534/ Log:adapt import library for changeset a1989cb701a7 diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py

[pypy-commit] pypy default: cleanup, make the prod test pass for numpypy and numpy ( -A )

2013-12-19 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: Changeset: r68486:862f40eff396 Date: 2013-12-19 21:03 +0200 http://bitbucket.org/pypy/pypy/changeset/862f40eff396/ Log:cleanup, make the prod test pass for numpypy and numpy ( -A ) diff --git a/pypy/module/micronumpy/interp_dtype.py

[pypy-commit] pypy precompiled-headers: implement test, so far without actually using precompiled headers

2014-01-28 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: precompiled-headers Changeset: r68984:c5404203c0c7 Date: 2014-01-28 23:16 +0200 http://bitbucket.org/pypy/pypy/changeset/c5404203c0c7/ Log:implement test, so far without actually using precompiled headers diff --git

[pypy-commit] pypy precompiled-headers: add a 'clean' target and test non-precompiled header make

2014-01-29 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: precompiled-headers Changeset: r68989:d3af251178e9 Date: 2014-01-29 13:24 +0200 http://bitbucket.org/pypy/pypy/changeset/d3af251178e9/ Log:add a 'clean' target and test non-precompiled header make diff --git

[pypy-commit] pypy precompiled-headers: add NMake specific Definition class that does not fix backslashes

2014-01-29 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: precompiled-headers Changeset: r68990:48a44cf98eff Date: 2014-01-29 13:35 +0200 http://bitbucket.org/pypy/pypy/changeset/48a44cf98eff/ Log:add NMake specific Definition class that does not fix backslashes diff --git

[pypy-commit] pypy default: windows - prevent dreaded dialog box on failure tests

2014-02-01 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: Changeset: r69044:565d143e0975 Date: 2014-02-01 19:55 +0200 http://bitbucket.org/pypy/pypy/changeset/565d143e0975/ Log:windows - prevent dreaded dialog box on failure tests diff --git a/rpython/translator/c/test/test_standalone.py

[pypy-commit] pypy precompiled-headers: implement precompiled header use for windows

2014-02-01 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: precompiled-headers Changeset: r69043:d74d5f697984 Date: 2014-01-31 14:56 +0200 http://bitbucket.org/pypy/pypy/changeset/d74d5f697984/ Log:implement precompiled header use for windows diff --git

[pypy-commit] pypy precompiled-headers: move Makefile tests

2014-02-01 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: precompiled-headers Changeset: r69042:0b9dc910cbd5 Date: 2014-01-29 23:39 +0200 http://bitbucket.org/pypy/pypy/changeset/0b9dc910cbd5/ Log:move Makefile tests diff --git a/rpython/translator/platform/test/test_makefile.py

[pypy-commit] pypy precompiled-headers: add separate_module_files to cfiles by hand

2014-02-03 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: precompiled-headers Changeset: r69077:3388da518026 Date: 2014-02-03 23:24 +0200 http://bitbucket.org/pypy/pypy/changeset/3388da518026/ Log:add separate_module_files to cfiles by hand diff --git a/rpython/translator/c/genc.py

[pypy-commit] pypy precompiled-headers: add more include guards, permeate headers_to_precompile to everywhere needed, create windows make targets without precompiled headers

2014-02-03 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: precompiled-headers Changeset: r69072:9598a8f45a76 Date: 2014-02-02 22:59 +0200 http://bitbucket.org/pypy/pypy/changeset/9598a8f45a76/ Log:add more include guards, permeate headers_to_precompile to everywhere needed, create windows

[pypy-commit] pypy precompiled-headers: explicitly list files not able to use precompiled headers (module files)

2014-02-03 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: precompiled-headers Changeset: r69078:291b3f0d5243 Date: 2014-02-03 23:56 +0200 http://bitbucket.org/pypy/pypy/changeset/291b3f0d5243/ Log:explicitly list files not able to use precompiled headers (module files) diff --git

[pypy-commit] pypy precompiled-headers: create rules for files that do not use precompiled headers

2014-02-03 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: precompiled-headers Changeset: r69076:227c4011452f Date: 2014-02-03 01:54 +0200 http://bitbucket.org/pypy/pypy/changeset/227c4011452f/ Log:create rules for files that do not use precompiled headers diff --git

[pypy-commit] pypy precompiled-headers: simplify expression

2014-02-03 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: precompiled-headers Changeset: r69073:dba9e64cc34c Date: 2014-02-03 00:01 +0200 http://bitbucket.org/pypy/pypy/changeset/dba9e64cc34c/ Log:simplify expression diff --git a/rpython/translator/c/genc.py b/rpython/translator/c/genc.py ---

[pypy-commit] pypy precompiled-headers: do not use precompiled headers for separate_module_files

2014-02-03 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: precompiled-headers Changeset: r69075:a34b7d819333 Date: 2014-02-03 01:54 +0200 http://bitbucket.org/pypy/pypy/changeset/a34b7d819333/ Log:do not use precompiled headers for separate_module_files diff --git a/rpython/translator/c/genc.py

[pypy-commit] pypy precompiled-headers: fix renamed kwarg

2014-02-03 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: precompiled-headers Changeset: r69074:fe4a03461072 Date: 2014-02-03 00:02 +0200 http://bitbucket.org/pypy/pypy/changeset/fe4a03461072/ Log:fix renamed kwarg diff --git a/rpython/translator/platform/test/test_makefile.py

[pypy-commit] pypy precompiled-headers: percolate keword changes to darwin

2014-02-05 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: precompiled-headers Changeset: r69083:8ceff85c1482 Date: 2014-02-05 22:26 +0200 http://bitbucket.org/pypy/pypy/changeset/8ceff85c1482/ Log:percolate keword changes to darwin diff --git a/rpython/translator/platform/darwin.py

[pypy-commit] pypy precompiled-headers: copy seperate_module_files even when no makefile is used

2014-02-05 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: precompiled-headers Changeset: r69082:8c1b2356d7bd Date: 2014-02-05 22:01 +0200 http://bitbucket.org/pypy/pypy/changeset/8c1b2356d7bd/ Log:copy seperate_module_files even when no makefile is used diff --git a/rpython/translator/c/dlltool.py

[pypy-commit] pypy precompiled-headers: implement for posix, fix test for posix and pep8 cleanup

2014-02-05 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: precompiled-headers Changeset: r69084:7fb7c9228605 Date: 2014-02-05 23:38 +0200 http://bitbucket.org/pypy/pypy/changeset/7fb7c9228605/ Log:implement for posix, fix test for posix and pep8 cleanup diff --git

[pypy-commit] pypy precompiled-headers: precompiled headers define _GNU_SOURCE

2014-02-05 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: precompiled-headers Changeset: r69086:4853ab8f1bf9 Date: 2014-02-06 06:03 +0200 http://bitbucket.org/pypy/pypy/changeset/4853ab8f1bf9/ Log:precompiled headers define _GNU_SOURCE diff --git a/rpython/translator/c/src/profiling.c

[pypy-commit] pypy precompiled-headers: backed out changeset: 4853ab8f1bf9

2014-02-06 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: precompiled-headers Changeset: r69088:f9034e83c282 Date: 2014-02-06 06:34 +0200 http://bitbucket.org/pypy/pypy/changeset/f9034e83c282/ Log:backed out changeset: 4853ab8f1bf9 diff --git a/rpython/translator/c/src/profiling.c

[pypy-commit] pypy precompiled-headers: backed out changeset: 7fb7c9228605

2014-02-06 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: precompiled-headers Changeset: r69089:bceb0005f00f Date: 2014-02-06 19:49 +0200 http://bitbucket.org/pypy/pypy/changeset/bceb0005f00f/ Log:backed out changeset: 7fb7c9228605 diff --git a/rpython/translator/platform/posix.py

[pypy-commit] pypy precompiled-headers: merge default into branch

2014-02-07 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: precompiled-headers Changeset: r69092:b238bc9d56d5 Date: 2014-02-07 09:08 +0200 http://bitbucket.org/pypy/pypy/changeset/b238bc9d56d5/ Log:merge default into branch diff --git a/pypy/module/__pypy__/__init__.py

[pypy-commit] pypy default: merge precompiled-headers which uses Makefile with precompiled headers on MSVC

2014-02-07 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: Changeset: r69094:506a567ec761 Date: 2014-02-07 09:14 +0200 http://bitbucket.org/pypy/pypy/changeset/506a567ec761/ Log:merge precompiled-headers which uses Makefile with precompiled headers on MSVC diff --git

[pypy-commit] pypy precompiled-headers: skip test on gcc

2014-02-07 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: precompiled-headers Changeset: r69091:b6aba01a6fc2 Date: 2014-02-07 09:07 +0200 http://bitbucket.org/pypy/pypy/changeset/b6aba01a6fc2/ Log:skip test on gcc diff --git a/rpython/translator/platform/test/test_makefile.py

[pypy-commit] pypy precompiled-headers: close branch to be merged

2014-02-07 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: precompiled-headers Changeset: r69093:c82a167147b1 Date: 2014-02-07 09:11 +0200 http://bitbucket.org/pypy/pypy/changeset/c82a167147b1/ Log:close branch to be merged ___ pypy-commit mailing list

[pypy-commit] pypy default: document merged branch

2014-02-07 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: Changeset: r69095:62009b849a14 Date: 2014-02-07 12:06 +0200 http://bitbucket.org/pypy/pypy/changeset/62009b849a14/ Log:document merged branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst ---

[pypy-commit] pypy default: msvc makefile fixes for debug builds

2014-02-09 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: Changeset: r69107:1f3ad486ca96 Date: 2014-02-09 17:13 +0200 http://bitbucket.org/pypy/pypy/changeset/1f3ad486ca96/ Log:msvc makefile fixes for debug builds diff --git a/rpython/translator/c/genc.py b/rpython/translator/c/genc.py ---

[pypy-commit] pypy default: more fixes for debug build on windows

2014-02-09 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: Changeset: r69109:682b833547c5 Date: 2014-02-09 22:11 +0200 http://bitbucket.org/pypy/pypy/changeset/682b833547c5/ Log:more fixes for debug build on windows diff --git a/rpython/translator/platform/windows.py

[pypy-commit] pypy default: skip select(file) tests on windows

2014-02-09 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: Changeset: r69108:a6787c81b80b Date: 2014-02-09 21:59 +0200 http://bitbucket.org/pypy/pypy/changeset/a6787c81b80b/ Log:skip select(file) tests on windows diff --git a/rpython/rlib/test/test_rpoll.py b/rpython/rlib/test/test_rpoll.py ---

[pypy-commit] pypy default: random test fixes for windows

2014-02-10 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: Changeset: r69119:5a5b32cdebb3 Date: 2014-02-10 22:28 +0200 http://bitbucket.org/pypy/pypy/changeset/5a5b32cdebb3/ Log:random test fixes for windows diff --git a/rpython/translator/c/test/test_extfunc.py

[pypy-commit] pypy align_float_cast: do not mark x86 for fixing

2014-02-13 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: align_float_cast Changeset: r69131:b6e353d16f97 Date: 2013-12-28 22:00 +0200 http://bitbucket.org/pypy/pypy/changeset/b6e353d16f97/ Log:do not mark x86 for fixing diff --git a/rpython/jit/backend/x86/assembler.py

[pypy-commit] pypy align_float_cast: first pass - mark raw_load as xxx and remove non-aligned fast path

2014-02-13 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: align_float_cast Changeset: r69130:43345880f21c Date: 2013-12-27 12:30 +0200 http://bitbucket.org/pypy/pypy/changeset/43345880f21c/ Log:first pass - mark raw_load as xxx and remove non-aligned fast path diff --git a/TODO b/TODO --- a/TODO +++

[pypy-commit] pypy align_float_cast: mark places that need to check float alignment with xxx

2014-02-13 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: align_float_cast Changeset: r69132:cedf7339c28d Date: 2014-02-13 18:59 +0200 http://bitbucket.org/pypy/pypy/changeset/cedf7339c28d/ Log:mark places that need to check float alignment with xxx diff --git

[pypy-commit] pypy align_float_cast: add passing test for unaligned GcStruct (gcc pads the struct)

2014-02-15 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: align_float_cast Changeset: r69167:ea72b35e2a10 Date: 2014-02-16 02:02 +0200 http://bitbucket.org/pypy/pypy/changeset/ea72b35e2a10/ Log:add passing test for unaligned GcStruct (gcc pads the struct) diff --git

[pypy-commit] pypy python-numpy: add enough hacks so that 'import numpy' fails for non-trivial reasons

2012-08-10 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: python-numpy Changeset: r56691:91a022decde3 Date: 2012-08-10 14:29 +0300 http://bitbucket.org/pypy/pypy/changeset/91a022decde3/ Log:add enough hacks so that 'import numpy' fails for non-trivial reasons diff --git a/lib_pypy/numpy/__init__

[pypy-commit] pypy python-numpy: add forgotten file

2012-08-10 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: python-numpy Changeset: r56692:73e5116d3070 Date: 2012-08-10 14:33 +0300 http://bitbucket.org/pypy/pypy/changeset/73e5116d3070/ Log:add forgotten file diff --git a/lib_pypy/numpypy/multiarray/__init__.py b/lib_pypy/numpypy/multiarray/__init__.py

[pypy-commit] pypy python-numpy: add some funtionality

2012-08-10 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: python-numpy Changeset: r56694:2d1f5121f580 Date: 2012-08-10 15:47 +0300 http://bitbucket.org/pypy/pypy/changeset/2d1f5121f580/ Log:add some funtionality diff --git a/lib_pypy/numpypy/multiarray/__init__.py b/lib_pypy/numpypy/multiarray/__init__

[pypy-commit] pypy python-numpy: add test, implementation for empty_like

2012-08-10 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: python-numpy Changeset: r56697:35ce3419261f Date: 2012-08-10 18:36 +0300 http://bitbucket.org/pypy/pypy/changeset/35ce3419261f/ Log:add test,implementation for empty_like diff --git a/lib_pypy/numpypy/multiarray/__init__.py b/lib_pypy/numpypy

[pypy-commit] pypy python-numpy: add test, implementation of fromiter, needs more tests

2012-08-11 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: python-numpy Changeset: r56706:3b1313ffa0b4 Date: 2012-08-11 23:45 +0300 http://bitbucket.org/pypy/pypy/changeset/3b1313ffa0b4/ Log:add test, implementation of fromiter, needs more tests diff --git a/lib_pypy/numpypy/multiarray/__init__.py b

[pypy-commit] pypy python-numpy: add document

2012-08-11 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: python-numpy Changeset: r56707:8f807206aeb7 Date: 2012-08-11 23:46 +0300 http://bitbucket.org/pypy/pypy/changeset/8f807206aeb7/ Log:add document diff --git a/HOW_TO_CONTRIBUTE.txt b/HOW_TO_CONTRIBUTE.txt new file mode 100644 --- /dev/null +++ b

[pypy-commit] pypy python-numpy: more tests

2012-08-11 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: python-numpy Changeset: r56708:401cb595cff6 Date: 2012-08-11 23:57 +0300 http://bitbucket.org/pypy/pypy/changeset/401cb595cff6/ Log:more tests diff --git a/lib_pypy/numpypy/multiarray/__init__.py b/lib_pypy/numpypy/multiarray/__init__.py

[pypy-commit] pypy python-numpy: add empty function definitions

2012-08-12 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: python-numpy Changeset: r56711:e86621c24b45 Date: 2012-08-12 20:16 +0300 http://bitbucket.org/pypy/pypy/changeset/e86621c24b45/ Log:add empty function definitions diff --git a/lib_pypy/numpypy/__init__.py b/lib_pypy/numpypy/__init__.py

[pypy-commit] pypy python-numpy: add global constants

2012-08-12 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: python-numpy Changeset: r56712:6cf873d8c571 Date: 2012-08-12 23:45 +0300 http://bitbucket.org/pypy/pypy/changeset/6cf873d8c571/ Log:add global constants diff --git a/lib_pypy/numpypy/__init__.py b/lib_pypy/numpypy/__init__.py --- a/lib_pypy

[pypy-commit] pypy default: fix function export for visual studio

2012-08-15 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r56729:dcf93174e81d Date: 2012-08-15 18:17 +0300 http://bitbucket.org/pypy/pypy/changeset/dcf93174e81d/ Log:fix function export for visual studio diff --git a/pypy/module/_cffi_backend/test/_test_lib.c b/pypy/module/_cffi_backend/test

[pypy-commit] pypy python-numpy: fake missing dtypes

2012-08-17 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: python-numpy Changeset: r56735:d30cbc4026fd Date: 2012-08-17 07:43 +0300 http://bitbucket.org/pypy/pypy/changeset/d30cbc4026fd/ Log:fake missing dtypes diff --git a/lib_pypy/numpypy/numerictypes.py b/lib_pypy/numpypy/numerictypes.py ---

[pypy-commit] pypy python-numpy: add more stubbed functions, copy and modify numerictypes

2012-08-17 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: python-numpy Changeset: r56734:db399f9feded Date: 2012-08-17 07:30 +0300 http://bitbucket.org/pypy/pypy/changeset/db399f9feded/ Log:add more stubbed functions, copy and modify numerictypes diff --git a/lib_pypy/numpypy/__init__.py

[pypy-commit] pypy ndarray-attributes: add stubbed out attributes to ndarray for numpy compatability

2012-08-17 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: ndarray-attributes Changeset: r56736:f7bd95dd2424 Date: 2012-08-17 12:17 +0300 http://bitbucket.org/pypy/pypy/changeset/f7bd95dd2424/ Log:add stubbed out attributes to ndarray for numpy compatability

[pypy-commit] pypy ndarray-attributes: add stubbed out methods and attributes to ndarray

2012-08-17 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: ndarray-attributes Changeset: r56737:024fd8cdf81d Date: 2012-08-17 15:02 +0300 http://bitbucket.org/pypy/pypy/changeset/024fd8cdf81d/ Log:add stubbed out methods and attributes to ndarray diff --git a/pypy/module/micronumpy/interp_numarray.py b

[pypy-commit] pypy python-numpy: stub out a function

2012-08-18 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: python-numpy Changeset: r56746:c19009ef23c4 Date: 2012-08-18 22:19 +0300 http://bitbucket.org/pypy/pypy/changeset/c19009ef23c4/ Log:stub out a function diff --git a/lib_pypy/numpypy/multiarray/__init__.py b/lib_pypy/numpypy/multiarray/__init__.py

[pypy-commit] pypy numpypy-problems: add failing tests

2012-08-18 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: numpypy-problems Changeset: r56747:8c85bcf60cb0 Date: 2012-08-19 00:45 +0300 http://bitbucket.org/pypy/pypy/changeset/8c85bcf60cb0/ Log:add failing tests diff --git a/pypy/module/micronumpy/test/test_dtypes.py b/pypy/module/micronumpy/test

[pypy-commit] pypy default: mention environment variables for mingw

2012-08-19 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r56756:54f773d6fe28 Date: 2012-08-19 15:44 +0300 http://bitbucket.org/pypy/pypy/changeset/54f773d6fe28/ Log:mention environment variables for mingw diff --git a/pypy/doc/windows.rst b/pypy/doc/windows.rst --- a/pypy/doc/windows.rst

[pypy-commit] pypy numpypy-problems: allow subclassing _numpypy.void

2012-08-19 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: numpypy-problems Changeset: r56758:9c6dce90692a Date: 2012-08-19 18:59 +0300 http://bitbucket.org/pypy/pypy/changeset/9c6dce90692a/ Log:allow subclassing _numpypy.void diff --git a/pypy/module/micronumpy/interp_boxes.py b/pypy/module/micronumpy

[pypy-commit] pypy numpypy-problems: add intp, uintp dtypes

2012-08-19 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: numpypy-problems Changeset: r56759:6171c097bef0 Date: 2012-08-19 22:58 +0300 http://bitbucket.org/pypy/pypy/changeset/6171c097bef0/ Log:add intp, uintp dtypes diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micronumpy

[pypy-commit] pypy numpypy-problems: start to implement StringType.coerce

2012-08-19 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: numpypy-problems Changeset: r56760:5448fac77bb6 Date: 2012-08-19 23:56 +0300 http://bitbucket.org/pypy/pypy/changeset/5448fac77bb6/ Log:start to implement StringType.coerce diff --git a/pypy/module/micronumpy/types.py b/pypy/module/micronumpy

[pypy-commit] pypy numpypy-problems: adding coerce to StringType has implications for W_FlexibleBox.__init__

2012-08-21 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: numpypy-problems Changeset: r56781:42eb715f33bf Date: 2012-08-21 23:42 +0300 http://bitbucket.org/pypy/pypy/changeset/42eb715f33bf/ Log:adding coerce to StringType has implications for W_FlexibleBox.__init__ diff --git a/pypy/module

[pypy-commit] pypy default: first draft of howto write test for _cffi_backend

2012-08-21 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r56782:3f7550b9d9f0 Date: 2012-08-22 00:04 +0300 http://bitbucket.org/pypy/pypy/changeset/3f7550b9d9f0/ Log:first draft of howto write test for _cffi_backend diff --git a/pypy/module/_cffi_backend/test/test_c.py b/pypy/module

[pypy-commit] pypy ndarray-attributes: merge with numpypy-problems

2012-08-21 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: ndarray-attributes Changeset: r56785:09c48270379e Date: 2012-08-22 00:46 +0300 http://bitbucket.org/pypy/pypy/changeset/09c48270379e/ Log:merge with numpypy-problems diff --git a/pypy/module/micronumpy/interp_boxes.py b/pypy/module/micronumpy

[pypy-commit] pypy numpypy-problems: remove redundant code

2012-08-21 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: numpypy-problems Changeset: r56784:af96d10bceb0 Date: 2012-08-22 00:44 +0300 http://bitbucket.org/pypy/pypy/changeset/af96d10bceb0/ Log:remove redundant code diff --git a/pypy/module/micronumpy/interp_boxes.py b/pypy/module/micronumpy

[pypy-commit] cffi win32: cffi on windows, python 32 bit

2012-08-22 Thread mattip
Author: mattip Branch: win32 Changeset: r864:ce3bab425dd3 Date: 2012-08-22 10:47 +0300 http://bitbucket.org/cffi/cffi/changeset/ce3bab425dd3/ Log:cffi on windows, python 32 bit ___ pypy-commit mailing list pypy-commit@python.org http

[pypy-commit] cffi win32: nitpick with installation dependencies

2012-08-22 Thread mattip
Author: mattip Branch: win32 Changeset: r865:1bf05283bb67 Date: 2012-08-22 11:54 +0300 http://bitbucket.org/cffi/cffi/changeset/1bf05283bb67/ Log:nitpick with installation dependencies diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source

[pypy-commit] cffi win32: visual studio long double is equivalent to double

2012-08-22 Thread mattip
Author: mattip Branch: win32 Changeset: r866:6c0bd2e916c5 Date: 2012-08-22 12:53 +0300 http://bitbucket.org/cffi/cffi/changeset/6c0bd2e916c5/ Log:visual studio long double is equivalent to double diff --git a/testing/test_verify.py b/testing/test_verify.py --- a/testing/test_verify.py +++ b

[pypy-commit] cffi win32: whoops

2012-08-22 Thread mattip
Author: mattip Branch: win32 Changeset: r867:a4a4cfa9d9ce Date: 2012-08-22 12:55 +0300 http://bitbucket.org/cffi/cffi/changeset/a4a4cfa9d9ce/ Log:whoops diff --git a/testing/test_verify.py b/testing/test_verify.py --- a/testing/test_verify.py +++ b/testing/test_verify.py @@ -104,9 +104,9

[pypy-commit] cffi win32: clarify skip messages

2012-08-22 Thread mattip
Author: mattip Branch: win32 Changeset: r868:3522aa063595 Date: 2012-08-22 17:43 +0300 http://bitbucket.org/cffi/cffi/changeset/3522aa063595/ Log:clarify skip messages diff --git a/testing/test_verify.py b/testing/test_verify.py --- a/testing/test_verify.py +++ b/testing/test_verify.py

[pypy-commit] cffi win32: add __stdcall test

2012-08-22 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: win32 Changeset: r873:f3e4f01be0b4 Date: 2012-08-22 22:20 +0300 http://bitbucket.org/cffi/cffi/changeset/f3e4f01be0b4/ Log:add __stdcall test diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c

[pypy-commit] pypy python-numpy: export demi-module names in numpy.core by modifying numpy.core.__all__

2012-08-23 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: python-numpy Changeset: r56818:9a5c26ab3b2b Date: 2012-08-23 12:42 +0300 http://bitbucket.org/pypy/pypy/changeset/9a5c26ab3b2b/ Log:export demi-module names in numpy.core by modifying numpy.core.__all__ diff --git

[pypy-commit] pypy python-numpy: stub out fftpack_lite

2012-08-23 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: python-numpy Changeset: r56820:1fee8b35617c Date: 2012-08-23 14:34 +0300 http://bitbucket.org/pypy/pypy/changeset/1fee8b35617c/ Log:stub out fftpack_lite diff --git a/lib_pypy/numpypy/__init__.py b/lib_pypy/numpypy/__init__.py ---

[pypy-commit] pypy python-numpy: add mtrand for random module, patch ctypeslib for missing dtype.str

2012-08-23 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: python-numpy Changeset: r56821:b113d4778e19 Date: 2012-08-23 14:59 +0300 http://bitbucket.org/pypy/pypy/changeset/b113d4778e19/ Log:add mtrand for random module, patch ctypeslib for missing dtype.str diff --git a/lib_pypy/numpy/ctypeslib.py

[pypy-commit] pypy python-numpy: skip 'import ma' for now, which allows 'import numpy' to complete

2012-08-23 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: python-numpy Changeset: r56822:b4051ca970be Date: 2012-08-23 15:22 +0300 http://bitbucket.org/pypy/pypy/changeset/b4051ca970be/ Log:skip 'import ma' for now, which allows 'import numpy' to complete diff --git a/lib_pypy/numpy/__init__.py

[pypy-commit] pypy default: fix, accept ndarrays as well

2012-08-23 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r56832:16edd048590b Date: 2012-08-24 00:52 +0300 http://bitbucket.org/pypy/pypy/changeset/16edd048590b/ Log:fix, accept ndarrays as well diff --git a/pypy/module/micronumpy/strides.py b/pypy/module/micronumpy/strides.py --- a/pypy

[pypy-commit] pypy default: whoops, was not rpython

2012-08-23 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r56834:da39fb7a0ab6 Date: 2012-08-24 08:20 +0300 http://bitbucket.org/pypy/pypy/changeset/da39fb7a0ab6/ Log:whoops, was not rpython diff --git a/pypy/module/micronumpy/strides.py b/pypy/module/micronumpy/strides.py --- a/pypy/module

[pypy-commit] pypy numpypy-complex2: do not demote complex to float

2012-08-24 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: numpypy-complex2 Changeset: r56837:30d1879c3c04 Date: 2012-08-24 13:45 +0300 http://bitbucket.org/pypy/pypy/changeset/30d1879c3c04/ Log:do not demote complex to float diff --git a/pypy/module/micronumpy/interp_ufuncs.py b/pypy/module/micronumpy

[pypy-commit] pypy numpypy-complex2: fix for ufunc tests

2012-08-24 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: numpypy-complex2 Changeset: r56838:7658692d114a Date: 2012-08-24 17:40 +0300 http://bitbucket.org/pypy/pypy/changeset/7658692d114a/ Log:fix for ufunc tests diff --git a/pypy/module/micronumpy/interp_boxes.py b/pypy/module/micronumpy

[pypy-commit] pypy numpypy-complex2: try to fix translation, seems to need wrap__r_single_float

2012-08-25 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: numpypy-complex2 Changeset: r56856:657c42eb09a4 Date: 2012-08-26 00:25 +0300 http://bitbucket.org/pypy/pypy/changeset/657c42eb09a4/ Log:try to fix translation, seems to need wrap__r_single_float diff --git a/pypy/module/micronumpy/interp_boxes.py

[pypy-commit] pypy numpypy-complex2: silly fixes, returning a wrap(box) instead of wrap(box.value) seems to work

2012-08-25 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: numpypy-complex2 Changeset: r56857:36f68c51a23d Date: 2012-08-26 01:39 +0300 http://bitbucket.org/pypy/pypy/changeset/36f68c51a23d/ Log:silly fixes, returning a wrap(box) instead of wrap(box.value) seems to work diff --git a/pypy/module

[pypy-commit] pypy numpypy-complex2: add test that should fail, but not like it does

2012-08-26 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: numpypy-complex2 Changeset: r56874:f6814d1a8a90 Date: 2012-08-26 23:40 +0300 http://bitbucket.org/pypy/pypy/changeset/f6814d1a8a90/ Log:add test that should fail, but not like it does diff --git a/pypy/module/micronumpy/test/test_ufuncs.py b/pypy

[pypy-commit] pypy numpypy-complex2: dissallow mod, fmod for complex (@Alex_Gaynor)

2012-08-26 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: numpypy-complex2 Changeset: r56880:4ff04cf3b532 Date: 2012-08-27 00:29 +0300 http://bitbucket.org/pypy/pypy/changeset/4ff04cf3b532/ Log:dissallow mod, fmod for complex (@Alex_Gaynor) diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy

[pypy-commit] pypy numpypy-complex2: use space complex not rlib.rcomplex for math functions

2012-08-27 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: numpypy-complex2 Changeset: r56895:91fd1795c5bd Date: 2012-08-27 23:55 +0300 http://bitbucket.org/pypy/pypy/changeset/91fd1795c5bd/ Log:use space complex not rlib.rcomplex for math functions diff --git a/pypy/module/micronumpy/types.py b/pypy

[pypy-commit] pypy numpypy-complex2: flesh out rcomplex

2012-08-27 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: numpypy-complex2 Changeset: r56894:407a51b72c9d Date: 2012-08-27 20:23 +0300 http://bitbucket.org/pypy/pypy/changeset/407a51b72c9d/ Log:flesh out rcomplex diff --git a/pypy/module/micronumpy/test/test_ufuncs.py b/pypy/module/micronumpy/test

[pypy-commit] pypy numpypy-complex2: Backed out changeset: 91fd1795c5bd

2012-08-27 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: numpypy-complex2 Changeset: r56896:d0c1ca50197c Date: 2012-08-28 00:55 +0300 http://bitbucket.org/pypy/pypy/changeset/d0c1ca50197c/ Log:Backed out changeset: 91fd1795c5bd rcomplex is indeed the correct way to proceed, tests can

[pypy-commit] pypy numpypy-complex2: remove duplicate code

2012-08-28 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: numpypy-complex2 Changeset: r56922:0ed79855240e Date: 2012-08-29 01:13 +0300 http://bitbucket.org/pypy/pypy/changeset/0ed79855240e/ Log:remove duplicate code diff --git a/pypy/module/cmath/interp_cmath.py b/pypy/module/cmath/interp_cmath.py

[pypy-commit] pypy numpypy-complex2: copy complex_testcases to test_ufuncs

2012-08-31 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: numpypy-complex2 Changeset: r57063:9ab2857e5445 Date: 2012-08-31 15:34 +0300 http://bitbucket.org/pypy/pypy/changeset/9ab2857e5445/ Log:copy complex_testcases to test_ufuncs diff --git a/pypy/rlib/test/rcomplex_testcases.txt b/pypy/module

[pypy-commit] pypy numpypy-complex2: fix complex math test cases for numpy compatibility (never raises)

2012-08-31 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: numpypy-complex2 Changeset: r57064:2280c2365844 Date: 2012-08-31 18:44 +0300 http://bitbucket.org/pypy/pypy/changeset/2280c2365844/ Log:fix complex math test cases for numpy compatibility (never raises) diff --git a/pypy/module/micronumpy/test

[pypy-commit] pypy numpypy-complex2: finish complex128 basic ufuncs, complex64 ufuncs need space support

2012-09-06 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: numpypy-complex2 Changeset: r57194:d4fe1f554cae Date: 2012-09-06 22:55 +0300 http://bitbucket.org/pypy/pypy/changeset/d4fe1f554cae/ Log:finish complex128 basic ufuncs, complex64 ufuncs need space support diff --git a/pypy/module/micronumpy

[pypy-commit] pypy numpypy-complex2: dtype.real, dtype.imag return float values

2012-09-06 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: numpypy-complex2 Changeset: r57197:4b6f2eae6d4e Date: 2012-09-07 00:21 +0300 http://bitbucket.org/pypy/pypy/changeset/4b6f2eae6d4e/ Log:dtype.real, dtype.imag return float values diff --git a/pypy/module/micronumpy/interp_boxes.py b/pypy/module

[pypy-commit] pypy numpypy-complex2: test, implement complex copysign, reciprocal

2012-09-07 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: numpypy-complex2 Changeset: r57204:b9f403e27592 Date: 2012-09-07 11:09 +0300 http://bitbucket.org/pypy/pypy/changeset/b9f403e27592/ Log:test, implement complex copysign, reciprocal diff --git a/pypy/module/micronumpy/test/test_ufuncs.py b/pypy

[pypy-commit] pypy numpypy-complex2: simplify testing framework, skip c99 for windows

2012-09-07 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: numpypy-complex2 Changeset: r57213:f37e92552d8e Date: 2012-09-07 12:23 +0300 http://bitbucket.org/pypy/pypy/changeset/f37e92552d8e/ Log:simplify testing framework, skip c99 for windows diff --git a/pypy/module/micronumpy/test/test_ufuncs.py b

[pypy-commit] pypy numpypy-complex2: test, implement complex floor_divide

2012-09-07 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: numpypy-complex2 Changeset: r57214:8f9a0b7388a6 Date: 2012-09-07 13:21 +0300 http://bitbucket.org/pypy/pypy/changeset/8f9a0b7388a6/ Log:test, implement complex floor_divide diff --git a/pypy/module/micronumpy/test/test_ufuncs.py b/pypy/module

[pypy-commit] pypy default: after arm merge, start to fix for windows

2012-09-07 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r57215:f879abaad747 Date: 2012-09-07 16:57 +0300 http://bitbucket.org/pypy/pypy/changeset/f879abaad747/ Log:after arm merge, start to fix for windows diff --git a/pypy/rpython/module/ll_os.py b/pypy/rpython/module/ll_os.py --- a/pypy

[pypy-commit] pypy default: add stdlib.h for MAX_ENV (visual compiler)

2012-09-08 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r57249:2014e43cce2f Date: 2012-09-08 23:21 +0300 http://bitbucket.org/pypy/pypy/changeset/2014e43cce2f/ Log:add stdlib.h for MAX_ENV (visual compiler) diff --git a/pypy/rlib/rwin32.py b/pypy/rlib/rwin32.py --- a/pypy/rlib/rwin32.py

[pypy-commit] pypy default: TerminateProcess succeeds with non-zero return value, how did the test ever pass?

2012-09-08 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r57250:eb6dd7d99612 Date: 2012-09-08 23:41 +0300 http://bitbucket.org/pypy/pypy/changeset/eb6dd7d99612/ Log:TerminateProcess succeeds with non-zero return value, how did the test ever pass? diff --git a/pypy/rlib/test

[pypy-commit] pypy default: fix rurandom for windows blindly, could not find tests for it

2012-09-08 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r57251:0f17f1697183 Date: 2012-09-08 23:59 +0300 http://bitbucket.org/pypy/pypy/changeset/0f17f1697183/ Log:fix rurandom for windows blindly, could not find tests for it diff --git a/pypy/rlib/rurandom.py b/pypy/rlib/rurandom.py

[pypy-commit] pypy numpypy-complex2: complex trancendentals pass, normal trig still fails

2012-09-09 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: numpypy-complex2 Changeset: r57255:e80cbd5f25f7 Date: 2012-09-02 01:40 +0300 http://bitbucket.org/pypy/pypy/changeset/e80cbd5f25f7/ Log:complex trancendentals pass, normal trig still fails diff --git a/pypy/module/micronumpy/test

[pypy-commit] pypy numpypy-complex2: merge within branch

2012-09-09 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: numpypy-complex2 Changeset: r57258:32ccbb214dae Date: 2012-09-09 23:28 +0300 http://bitbucket.org/pypy/pypy/changeset/32ccbb214dae/ Log:merge within branch diff --git a/pypy/module/micronumpy/test/complex_testcases.txt b/pypy/module/micronumpy

[pypy-commit] pypy numpypy-complex2: add tests for fmax, discover problem with converting complex to float and raise TypeError

2012-09-09 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: numpypy-complex2 Changeset: r57256:0639de218850 Date: 2012-09-09 23:13 +0300 http://bitbucket.org/pypy/pypy/changeset/0639de218850/ Log:add tests for fmax, discover problem with converting complex to float and raise TypeError diff --git

[pypy-commit] pypy numpypy-complex2: fix for -A, add test for failing to convert complex to float

2012-09-09 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: numpypy-complex2 Changeset: r57257:17c968169e3b Date: 2012-09-09 23:22 +0300 http://bitbucket.org/pypy/pypy/changeset/17c968169e3b/ Log:fix for -A, add test for failing to convert complex to float diff --git a/pypy/module/micronumpy/test

[pypy-commit] pypy numpypy-complex2: add tests for fmin

2012-09-10 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: numpypy-complex2 Changeset: r57264:b6a7bf2cf1e1 Date: 2012-09-10 22:31 +0300 http://bitbucket.org/pypy/pypy/changeset/b6a7bf2cf1e1/ Log:add tests for fmin diff --git a/pypy/module/micronumpy/test/test_ufuncs.py b/pypy/module/micronumpy/test

[pypy-commit] pypy numpypy-complex2: fix failing test, probably is still incorrect for all platforms

2012-09-12 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: numpypy-complex2 Changeset: r57304:c3d0013616de Date: 2012-09-11 19:41 +0300 http://bitbucket.org/pypy/pypy/changeset/c3d0013616de/ Log:fix failing test, probably is still incorrect for all platforms diff --git a/pypy/module/micronumpy/test

<    3   4   5   6   7   8   9   10   11   12   >