[pypy-commit] pypy default: test, fix corner case in the fix to #3149 that broke lib-python test

2020-01-19 Thread mattip
Author: Matti Picus Branch: Changeset: r98560:dc4c8f284eee Date: 2020-01-20 13:44 +1100 http://bitbucket.org/pypy/pypy/changeset/dc4c8f284eee/ Log:test, fix corner case in the fix to #3149 that broke lib-python test diff --git a/pypy/module/__builtin__/abstractinst.py

[pypy-commit] pypy default: test, fix for importing with unicode in sys.path (issue 3112)

2019-12-01 Thread mattip
Author: Matti Picus Branch: Changeset: r98203:4454c23fcc36 Date: 2019-12-01 18:41 +0200 http://bitbucket.org/pypy/pypy/changeset/4454c23fcc36/ Log:test, fix for importing with unicode in sys.path (issue 3112) diff --git a/pypy/module/imp/importing.py b/pypy/module/imp/importing.py ---

[pypy-commit] pypy default: test, fix CDLL(None) on win32 should raise TypeError

2019-09-17 Thread mattip
Author: Matti Picus Branch: Changeset: r97505:5605eba9586b Date: 2019-09-17 10:04 +0300 http://bitbucket.org/pypy/pypy/changeset/5605eba9586b/ Log:test, fix CDLL(None) on win32 should raise TypeError diff --git a/pypy/module/_rawffi/interp_rawffi.py b/pypy/module/_rawffi/interp_rawffi.py

[pypy-commit] pypy default: test, fix buffer_attach with a CBuffer. Alos add comment that except segfaults

2019-06-26 Thread mattip
Author: Matti Picus Branch: Changeset: r96866:cc5fc1bad809 Date: 2019-06-26 14:15 +0300 http://bitbucket.org/pypy/pypy/changeset/cc5fc1bad809/ Log:test, fix buffer_attach with a CBuffer. Alos add comment that except segfaults diff --git a/pypy/module/cpyext/bufferobject.py

[pypy-commit] pypy default: test, fix for win32.

2019-02-26 Thread mattip
Author: Matti Picus Branch: Changeset: r96172:25b25fdd6d5c Date: 2019-02-26 11:18 +0200 http://bitbucket.org/pypy/pypy/changeset/25b25fdd6d5c/ Log:test, fix for win32. The asserts should be py3.6 only, and theny point to unfinished utf8 changes diff --git

[pypy-commit] pypy default: test, fix for issue #2792 (resizing non-initialized PyTuple), also add fast-path optimization

2018-04-07 Thread mattip
Author: Matti Picus Branch: Changeset: r94260:5014ee1237e8 Date: 2018-04-07 21:40 +0300 http://bitbucket.org/pypy/pypy/changeset/5014ee1237e8/ Log:test, fix for issue #2792 (resizing non-initialized PyTuple), also add fast-path optimization diff --git

[pypy-commit] pypy default: test, fix for PySequence_ITEM accessing sq_item, not mp_subscr. Both are __getitem__, the second takes precedence

2018-03-27 Thread mattip
Author: Matti Picus Branch: Changeset: r94150:abd1818fcde4 Date: 2018-03-28 00:02 +0300 http://bitbucket.org/pypy/pypy/changeset/abd1818fcde4/ Log:test, fix for PySequence_ITEM accessing sq_item, not mp_subscr. Both are __getitem__, the second takes precedence

[pypy-commit] pypy default: test, fix for cpython2 optimization where "buffer('') + obj is obj"

2018-03-27 Thread mattip
Author: Matti Picus Branch: Changeset: r94151:d044ce2d7d53 Date: 2018-03-28 00:14 +0300 http://bitbucket.org/pypy/pypy/changeset/d044ce2d7d53/ Log:test, fix for cpython2 optimization where "buffer('') + obj is obj" diff --git

[pypy-commit] pypy default: test, fix for os.move, os.replace mixing unicode and ascii file names on win32

2018-03-04 Thread mattip
Author: Matti Picus Branch: Changeset: r93952:8b47f49b6df4 Date: 2018-03-04 13:25 -0800 http://bitbucket.org/pypy/pypy/changeset/8b47f49b6df4/ Log:test, fix for os.move, os.replace mixing unicode and ascii file names on win32 diff --git

[pypy-commit] pypy default: test, fix for tzinfo. datetime inherits from date, but date has no tzinfo, monkeypatch alloc appropriately

2018-02-17 Thread mattip
Author: Matti Picus Branch: Changeset: r93827:c7ea666563e3 Date: 2018-02-17 22:19 +0200 http://bitbucket.org/pypy/pypy/changeset/c7ea666563e3/ Log:test, fix for tzinfo. datetime inherits from date, but date has no tzinfo, monkeypatch alloc appropriately diff

[pypy-commit] pypy default: test, fix issue #2677 copy pure c PyBuffer_{From, To}Contiguous from cpython

2017-10-25 Thread mattip
Author: Matti Picus Branch: Changeset: r92846:94ab09b73962 Date: 2017-10-25 17:50 +0300 http://bitbucket.org/pypy/pypy/changeset/94ab09b73962/ Log:test, fix issue #2677 copy pure c PyBuffer_{From,To}Contiguous from cpython diff --git

[pypy-commit] pypy default: test, fix - any str subtype should never have tp_as_a_number.* functions set

2017-08-27 Thread mattip
Author: Matti Picus Branch: Changeset: r92268:e45fdeb7813a Date: 2017-08-26 20:02 +0300 http://bitbucket.org/pypy/pypy/changeset/e45fdeb7813a/ Log:test, fix - any str subtype should never have tp_as_a_number.* functions set diff --git

[pypy-commit] pypy default: test, fix for missing __ne__ on slices

2017-08-24 Thread mattip
Author: Matti Picus Branch: Changeset: r92259:5a7118bbfee9 Date: 2017-08-24 23:07 +0300 http://bitbucket.org/pypy/pypy/changeset/5a7118bbfee9/ Log:test, fix for missing __ne__ on slices diff --git a/pypy/objspace/std/sliceobject.py b/pypy/objspace/std/sliceobject.py

[pypy-commit] pypy default: test, fix for missing userslot tp_iter, tp_iternext, this time via PyObject_Call

2017-08-23 Thread mattip
Author: Matti Picus Branch: Changeset: r92239:eb3baada82b7 Date: 2017-08-23 21:28 +0300 http://bitbucket.org/pypy/pypy/changeset/eb3baada82b7/ Log:test, fix for missing userslot tp_iter, tp_iternext, this time via PyObject_Call diff --git

[pypy-commit] pypy default: test, fix for Py_RichCompareBool(float('nan'), float('nan'))

2017-08-21 Thread mattip
Author: Matti Picus Branch: Changeset: r92197:3e2341208fe6 Date: 2017-08-21 13:44 +0300 http://bitbucket.org/pypy/pypy/changeset/3e2341208fe6/ Log:test, fix for Py_RichCompareBool(float('nan'), float('nan')) diff --git a/pypy/module/cpyext/object.py

[pypy-commit] pypy default: test, fix for cpython compatibility when PyObject_RichCompareBool(a, a, ...)

2017-08-09 Thread mattip
Author: Matti Picus Branch: Changeset: r92118:d6b37b7c15ee Date: 2017-08-09 18:25 +0300 http://bitbucket.org/pypy/pypy/changeset/d6b37b7c15ee/ Log:test, fix for cpython compatibility when PyObject_RichCompareBool(a, a, ...) diff --git

[pypy-commit] pypy default: test, fix calling unbound object method with no args like np.int32.__array__()

2017-08-09 Thread mattip
Author: Matti Picus Branch: Changeset: r92114:dcea72970920 Date: 2017-08-09 13:26 +0300 http://bitbucket.org/pypy/pypy/changeset/dcea72970920/ Log:test, fix calling unbound object method with no args like np.int32.__array__() diff --git

[pypy-commit] pypy default: test, fix for PyCFunction_Check and builtins (there is no PyCFunction_CheckExact)

2017-07-10 Thread mattip
Author: Matti Picus Branch: Changeset: r91850:ac54af67d3c2 Date: 2017-07-10 22:56 +0300 http://bitbucket.org/pypy/pypy/changeset/ac54af67d3c2/ Log:test, fix for PyCFunction_Check and builtins (there is no PyCFunction_CheckExact) diff --git

[pypy-commit] pypy default: test, fix for PyObject_Print(NULL, ...), which occurred in Numpy f2py --debug-capi

2017-07-09 Thread mattip
Author: Matti Picus Branch: Changeset: r91848:5a93d0b7ba23 Date: 2017-07-10 05:04 +0300 http://bitbucket.org/pypy/pypy/changeset/5a93d0b7ba23/ Log:test, fix for PyObject_Print(NULL, ...), which occurred in Numpy f2py --debug-capi diff --git

[pypy-commit] pypy default: Test, fix (filename too long in the jitcodes directory!)

2017-01-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r89373:606e869ec3f2 Date: 2017-01-05 08:58 +0100 http://bitbucket.org/pypy/pypy/changeset/606e869ec3f2/ Log:Test, fix (filename too long in the jitcodes directory!) diff --git a/rpython/jit/codewriter/codewriter.py

[pypy-commit] pypy default: test, fix for issue #2245 - unecessarily creating new layouts for PyHeapTypeObjjects

2016-12-07 Thread mattip
Author: Matti Picus Branch: Changeset: r88960:c95db94fc6a8 Date: 2016-12-07 23:26 +0200 http://bitbucket.org/pypy/pypy/changeset/c95db94fc6a8/ Log:test, fix for issue #2245 - unecessarily creating new layouts for PyHeapTypeObjjects diff --git

[pypy-commit] pypy default: test fix

2016-11-25 Thread arigo
Author: Armin Rigo Branch: Changeset: r88651:9f86ca85efa9 Date: 2016-11-25 09:17 +0100 http://bitbucket.org/pypy/pypy/changeset/9f86ca85efa9/ Log:test fix diff --git a/rpython/rtyper/llinterp.py b/rpython/rtyper/llinterp.py --- a/rpython/rtyper/llinterp.py +++

[pypy-commit] pypy default: test, fix user-created heaptype, issue #2434

2016-11-23 Thread mattip
Author: Matti Picus Branch: Changeset: r88579:98f8c7e783db Date: 2016-11-23 16:41 +0200 http://bitbucket.org/pypy/pypy/changeset/98f8c7e783db/ Log:test, fix user-created heaptype, issue #2434 diff --git a/pypy/module/cpyext/test/test_typeobject.py

[pypy-commit] pypy default: test, fix for PyObject_Format('hello', u'') returning unicode (go figure)

2016-11-22 Thread mattip
Author: Matti Picus Branch: Changeset: r88552:299c1e591591 Date: 2016-11-22 22:12 +0200 http://bitbucket.org/pypy/pypy/changeset/299c1e591591/ Log:test, fix for PyObject_Format('hello', u'') returning unicode (go figure) diff --git

[pypy-commit] pypy default: test, fix __rmod__ and -A incompatibilities with cpython on str, unicode

2016-10-18 Thread mattip
Author: Matti Picus Branch: Changeset: r87860:20aad7aa5de1 Date: 2016-10-18 18:12 +0300 http://bitbucket.org/pypy/pypy/changeset/20aad7aa5de1/ Log:test, fix __rmod__ and -A incompatibilities with cpython on str, unicode diff --git

[pypy-commit] pypy default: test, fix for returning scalar from reduce function, fixes pypy/numpy #57

2016-10-16 Thread mattip
Author: Matti Picus Branch: Changeset: r87828:d86329133431 Date: 2016-10-16 14:30 +0300 http://bitbucket.org/pypy/pypy/changeset/d86329133431/ Log:test, fix for returning scalar from reduce function, fixes pypy/numpy #57 diff --git

[pypy-commit] pypy default: test, fix for returning a W_LongObject

2016-09-17 Thread mattip
Author: Matti Picus Branch: Changeset: r87197:f133ee180e4f Date: 2016-09-17 23:24 +0300 http://bitbucket.org/pypy/pypy/changeset/f133ee180e4f/ Log:test, fix for returning a W_LongObject diff --git a/pypy/module/cpyext/longobject.py b/pypy/module/cpyext/longobject.py

[pypy-commit] pypy default: test, fix for raising non-TypeError exception when conversion fails

2016-09-11 Thread mattip
Author: Matti Picus Branch: Changeset: r87008:2e99c5b56c4f Date: 2016-09-11 22:46 +0300 http://bitbucket.org/pypy/pypy/changeset/2e99c5b56c4f/ Log:test, fix for raising non-TypeError exception when conversion fails diff --git a/pypy/module/cpyext/sequence.py

[pypy-commit] pypy default: test, fix Py_buffer format, which can be a string (issue #2396 and IRC discussion)

2016-09-09 Thread mattip
Author: Matti Picus Branch: Changeset: r86972:fe0add22fd7e Date: 2016-09-09 12:37 +0300 http://bitbucket.org/pypy/pypy/changeset/fe0add22fd7e/ Log:test, fix Py_buffer format, which can be a string (issue #2396 and IRC discussion) diff --git

[pypy-commit] pypy default: test, fix issue #2395 - do not force pyobj

2016-09-06 Thread mattip
Author: Matti Picus Branch: Changeset: r86901:9eb6ddd96e0e Date: 2016-09-06 13:46 +0300 http://bitbucket.org/pypy/pypy/changeset/9eb6ddd96e0e/ Log:test, fix issue #2395 - do not force pyobj diff --git a/pypy/module/cpyext/bytesobject.py

[pypy-commit] pypy default: test, fix PySequence_Fast getslice; remove outdated document

2016-08-09 Thread mattip
Author: Matti Picus Branch: Changeset: r86125:72d14a4de609 Date: 2016-08-10 07:01 +0300 http://bitbucket.org/pypy/pypy/changeset/72d14a4de609/ Log:test, fix PySequence_Fast getslice; remove outdated document diff --git a/pypy/module/cpyext/c-api.txt

[pypy-commit] pypy default: test, fix for missing nb_* slot, what else is missing?

2016-07-29 Thread mattip
Author: mattip Branch: Changeset: r85908:d67646a1ac41 Date: 2016-07-29 10:10 -0500 http://bitbucket.org/pypy/pypy/changeset/d67646a1ac41/ Log:test, fix for missing nb_* slot, what else is missing? diff --git a/pypy/module/cpyext/slotdefs.py

[pypy-commit] pypy default: Test fix for 7087aa60a936

2016-07-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r85881:82337b9d2b0a Date: 2016-07-27 19:27 +0200 http://bitbucket.org/pypy/pypy/changeset/82337b9d2b0a/ Log:Test fix for 7087aa60a936 diff --git a/rpython/jit/metainterp/test/test_memmgr.py b/rpython/jit/metainterp/test/test_memmgr.py

[pypy-commit] pypy default: test fix for np.array()[...] returning a view (njs)

2016-07-12 Thread mattip
Author: Matti Picus Branch: Changeset: r85666:6b0ba4b3816d Date: 2016-07-12 09:32 -0500 http://bitbucket.org/pypy/pypy/changeset/6b0ba4b3816d/ Log:test fix for np.array()[...] returning a view (njs) diff --git a/pypy/module/micronumpy/ndarray.py

[pypy-commit] pypy default: test, fix to not print mandlebrot to log files

2016-04-19 Thread mattip
Author: mattip Branch: Changeset: r83783:fa743228fbdb Date: 2016-04-20 07:15 +0300 http://bitbucket.org/pypy/pypy/changeset/fa743228fbdb/ Log:test, fix to not print mandlebrot to log files diff --git a/rpython/tool/ansi_print.py b/rpython/tool/ansi_print.py ---

[pypy-commit] pypy default: test, fix boolean array indexing, extending d77888929462

2016-02-21 Thread mattip
Author: mattip Branch: Changeset: r82368:85f5eef31a2a Date: 2016-02-21 15:53 +0100 http://bitbucket.org/pypy/pypy/changeset/85f5eef31a2a/ Log:test, fix boolean array indexing, extending d77888929462 diff --git a/pypy/module/micronumpy/compile.py

[pypy-commit] pypy default: test, fix indexing ndarray with scalar, single boolean array

2016-02-19 Thread mattip
Author: mattip Branch: Changeset: r82336:d77888929462 Date: 2016-02-19 16:29 +0200 http://bitbucket.org/pypy/pypy/changeset/d77888929462/ Log:test, fix indexing ndarray with scalar, single boolean array diff --git a/pypy/module/micronumpy/concrete.py

[pypy-commit] pypy default: test, fix for disallowing record array with mixed object, non-object values

2015-11-21 Thread mattip
Author: mattip Branch: Changeset: r80822:fce4c7d4a8b9 Date: 2015-11-22 00:02 +0200 http://bitbucket.org/pypy/pypy/changeset/fce4c7d4a8b9/ Log:test, fix for disallowing record array with mixed object, non-object values until we figure out a way to mark

[pypy-commit] pypy default: test, fix failures due to dtype=(('O', spec)) union, demarcate probable bug in upstream frompyfunc

2015-11-21 Thread mattip
Author: mattip Branch: Changeset: r80821:dcf9a1751e29 Date: 2015-11-21 22:23 +0200 http://bitbucket.org/pypy/pypy/changeset/dcf9a1751e29/ Log:test, fix failures due to dtype=(('O', spec)) union, demarcate probable bug in upstream frompyfunc diff --git

[pypy-commit] pypy default: test, fix deprecated use of arr([True])

2015-11-15 Thread mattip
Author: mattip Branch: Changeset: r80685:4b5c840d0da2 Date: 2015-11-15 18:06 +0200 http://bitbucket.org/pypy/pypy/changeset/4b5c840d0da2/ Log:test, fix deprecated use of arr([True]) diff --git a/pypy/module/micronumpy/loop.py b/pypy/module/micronumpy/loop.py ---

[pypy-commit] pypy default: test, fix __array_interface__ for non-compliant keys and values

2015-11-02 Thread mattip
Author: mattip Branch: Changeset: r80502:62330b3e9b7f Date: 2015-11-02 16:39 +0200 http://bitbucket.org/pypy/pypy/changeset/62330b3e9b7f/ Log:test, fix __array_interface__ for non-compliant keys and values diff --git a/pypy/module/micronumpy/ctors.py b/pypy/module/micronumpy/ctors.py ---

[pypy-commit] pypy default: test, fix failure in ndarray creation from list of unicodes

2015-11-02 Thread mattip
Author: mattip Branch: Changeset: r80500:058bbfa7fe93 Date: 2015-11-02 14:39 +0200 http://bitbucket.org/pypy/pypy/changeset/058bbfa7fe93/ Log:test, fix failure in ndarray creation from list of unicodes diff --git a/pypy/module/micronumpy/ndarray.py b/pypy/module/micronumpy/ndarray.py ---

[pypy-commit] pypy default: test, fix extra quotes in astype() for object to str ndarray conversion

2015-10-29 Thread mattip
Author: mattip Branch: Changeset: r80475:cdb5f895892c Date: 2015-10-29 09:53 +1100 http://bitbucket.org/pypy/pypy/changeset/cdb5f895892c/ Log:test, fix extra quotes in astype() for object to str ndarray conversion diff --git

[pypy-commit] pypy default: test, fix for overrun end of storage when offset, i non-zero

2015-10-03 Thread mattip
Author: mattip Branch: Changeset: r79957:a3564b6798cb Date: 2015-10-04 00:25 +0300 http://bitbucket.org/pypy/pypy/changeset/a3564b6798cb/ Log:test, fix for overrun end of storage when offset, i non-zero diff --git a/pypy/module/micronumpy/test/test_ndarray.py

[pypy-commit] pypy default: Test fix

2015-09-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r79865:644a9163d222 Date: 2015-09-27 17:29 +0200 http://bitbucket.org/pypy/pypy/changeset/644a9163d222/ Log:Test fix diff --git a/rpython/jit/metainterp/optimizeopt/optimizer.py b/rpython/jit/metainterp/optimizeopt/optimizer.py ---

[pypy-commit] pypy default: test, fix for broadcasting when we shouldn't

2015-08-13 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r78978:e84ee03a93ab Date: 2015-08-14 00:12 +0300 http://bitbucket.org/pypy/pypy/changeset/e84ee03a93ab/ Log:test, fix for broadcasting when we shouldn't diff --git a/pypy/module/micronumpy/concrete.py

[pypy-commit] pypy default: test, fix unpickling 'V0' (builtin, empty) subarray in record dtype

2015-08-12 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r78954:7860229d39ac Date: 2015-08-12 23:54 +0300 http://bitbucket.org/pypy/pypy/changeset/7860229d39ac/ Log:test, fix unpickling 'V0' (builtin, empty) subarray in record dtype diff --git a/pypy/module/micronumpy/descriptor.py

[pypy-commit] pypy default: test, fix for issue #2105

2015-08-02 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r78746:f3e27c185636 Date: 2015-08-02 19:22 +0300 http://bitbucket.org/pypy/pypy/changeset/f3e27c185636/ Log:test, fix for issue #2105 diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py ---

[pypy-commit] pypy default: test, fix issue #2090

2015-07-21 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r78634:b0a67e1d9a20 Date: 2015-07-21 17:11 -0400 http://bitbucket.org/pypy/pypy/changeset/b0a67e1d9a20/ Log:test, fix issue #2090 diff --git a/pypy/module/micronumpy/concrete.py b/pypy/module/micronumpy/concrete.py ---

[pypy-commit] pypy default: test, fix for pypy/numpy issue number 34

2015-07-12 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r78540:1f1d7e1c14c2 Date: 2015-07-12 23:48 +0300 http://bitbucket.org/pypy/pypy/changeset/1f1d7e1c14c2/ Log:test, fix for pypy/numpy issue number 34 diff --git a/pypy/module/micronumpy/strides.py b/pypy/module/micronumpy/strides.py

[pypy-commit] pypy default: test, fix ndarray.data for slices; pypy/numpy issue number 37.

2015-07-12 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r78541:0a3ca9a1ac09 Date: 2015-07-13 00:35 +0300 http://bitbucket.org/pypy/pypy/changeset/0a3ca9a1ac09/ Log:test, fix ndarray.data for slices; pypy/numpy issue number 37. This unsafe interface will fail for non-contiguous views

[pypy-commit] pypy default: Test fix

2015-06-23 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r78229:8fca06d46f8c Date: 2015-06-21 14:30 +0200 http://bitbucket.org/pypy/pypy/changeset/8fca06d46f8c/ Log:Test fix diff --git a/pypy/module/_socket/test/test_sock_app.py b/pypy/module/_socket/test/test_sock_app.py ---

[pypy-commit] pypy default: Test fix: this test used to randomly close file descriptor 1!

2015-06-07 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r77943:d7d00adb03ae Date: 2015-06-07 22:00 +0200 http://bitbucket.org/pypy/pypy/changeset/d7d00adb03ae/ Log:Test fix: this test used to randomly close file descriptor 1! diff --git a/pypy/module/_multiprocessing/test/test_connection.py

[pypy-commit] pypy default: test, fix converting object dtype to str

2015-06-07 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r77939:e6db7b9cfa59 Date: 2015-06-07 18:16 +0300 http://bitbucket.org/pypy/pypy/changeset/e6db7b9cfa59/ Log:test, fix converting object dtype to str diff --git a/pypy/module/micronumpy/ndarray.py b/pypy/module/micronumpy/ndarray.py

[pypy-commit] pypy default: test, fix flags.owndata

2015-06-03 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r77841:ad5bd147db7f Date: 2015-06-03 20:37 +0300 http://bitbucket.org/pypy/pypy/changeset/ad5bd147db7f/ Log:test, fix flags.owndata diff --git a/pypy/module/micronumpy/concrete.py b/pypy/module/micronumpy/concrete.py ---

[pypy-commit] pypy default: test, fix to support creating a record array from a different record array

2015-06-02 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r77788:0c9994fe9a36 Date: 2015-06-02 21:05 +0300 http://bitbucket.org/pypy/pypy/changeset/0c9994fe9a36/ Log:test, fix to support creating a record array from a different record array diff --git

[pypy-commit] pypy default: test, fix record array creation with int value broadcast to internal array

2015-06-02 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r77793:d7275799e550 Date: 2015-06-03 00:43 +0300 http://bitbucket.org/pypy/pypy/changeset/d7275799e550/ Log:test, fix record array creation with int value broadcast to internal array diff --git

[pypy-commit] pypy default: test, fix for str(box('abc')) = 'abc' rather than 'abc'

2015-05-19 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r77416:6f94cd71078c Date: 2015-05-20 00:08 +0300 http://bitbucket.org/pypy/pypy/changeset/6f94cd71078c/ Log:test, fix for str(box('abc')) = 'abc' rather than 'abc' diff --git a/pypy/module/micronumpy/boxes.py

[pypy-commit] pypy default: test, fix? nditer for negative strides

2015-05-14 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r77320:0fdc72f5d9ac Date: 2015-05-14 16:46 +0300 http://bitbucket.org/pypy/pypy/changeset/0fdc72f5d9ac/ Log:test, fix? nditer for negative strides diff --git a/pypy/module/micronumpy/nditer.py b/pypy/module/micronumpy/nditer.py ---

[pypy-commit] pypy default: test, fix for issue #2046

2015-05-12 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r77302:30fa3802a882 Date: 2015-05-13 07:41 +0300 http://bitbucket.org/pypy/pypy/changeset/30fa3802a882/ Log:test, fix for issue #2046 diff --git a/pypy/module/micronumpy/concrete.py b/pypy/module/micronumpy/concrete.py ---

[pypy-commit] pypy default: test, fix random.getstate() to return longs so that repr(state) is identical w/cpython

2015-03-07 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r76275:a2a352a3b535 Date: 2015-03-07 22:51 +0200 http://bitbucket.org/pypy/pypy/changeset/a2a352a3b535/ Log:test, fix random.getstate() to return longs so that repr(state) is identical w/cpython diff --git

[pypy-commit] pypy default: test, fix for mmap subtype not writeable; asarray not respecting implementation.start

2015-03-02 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r76225:c5c4df0df240 Date: 2015-03-02 21:05 +0200 http://bitbucket.org/pypy/pypy/changeset/c5c4df0df240/ Log:test, fix for mmap subtype not writeable; asarray not respecting implementation.start diff --git

[pypy-commit] pypy default: test, fix load_dh_params get_saved_errno for win32

2015-02-16 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r75929:1bf192278b3f Date: 2015-02-17 00:11 +0200 http://bitbucket.org/pypy/pypy/changeset/1bf192278b3f/ Log:test, fix load_dh_params get_saved_errno for win32 diff --git a/pypy/module/_ssl/test/test_ssl.py

[pypy-commit] pypy default: test, fix for array(..., dtype=xxx, subok=True)

2015-02-14 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r75871:c745a42c6abe Date: 2015-02-14 20:28 +0200 http://bitbucket.org/pypy/pypy/changeset/c745a42c6abe/ Log:test, fix for array(..., dtype=xxx, subok=True) diff --git a/pypy/module/micronumpy/ctors.py b/pypy/module/micronumpy/ctors.py

[pypy-commit] pypy default: test, fix creating an array from a flatiter

2015-02-12 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r75843:5bd4d9346f9a Date: 2015-02-12 23:01 +0200 http://bitbucket.org/pypy/pypy/changeset/5bd4d9346f9a/ Log:test, fix creating an array from a flatiter diff --git a/pypy/module/micronumpy/flatiter.py

[pypy-commit] pypy default: test, fix and start to optimize a=np.array(b) where b is a ndarray subtype

2015-02-01 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r75638:a0d3e64efd8b Date: 2015-02-02 09:23 +0200 http://bitbucket.org/pypy/pypy/changeset/a0d3e64efd8b/ Log:test, fix and start to optimize a=np.array(b) where b is a ndarray subtype diff --git a/pypy/module/micronumpy/ctors.py

[pypy-commit] pypy default: test, fix bogus shape, stride, backstride creation in SliceIterator

2015-01-28 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r75575:7e9970164f05 Date: 2015-01-29 07:07 +0200 http://bitbucket.org/pypy/pypy/changeset/7e9970164f05/ Log:test, fix bogus shape,stride,backstride creation in SliceIterator diff --git a/pypy/module/micronumpy/nditer.py

[pypy-commit] pypy default: test, fix overflow on abs(complex), we have no np.seterr - RuntimeWarning yet

2014-12-28 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r75132:035393735c13 Date: 2014-12-28 17:36 +0200 http://bitbucket.org/pypy/pypy/changeset/035393735c13/ Log:test, fix overflow on abs(complex), we have no np.seterr - RuntimeWarning yet diff --git

[pypy-commit] pypy default: test, fix view of a slice

2014-12-11 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r74891:b75a06bcc48d Date: 2014-12-11 18:36 +0200 http://bitbucket.org/pypy/pypy/changeset/b75a06bcc48d/ Log:test, fix view of a slice diff --git a/pypy/module/micronumpy/flagsobj.py b/pypy/module/micronumpy/flagsobj.py ---

[pypy-commit] pypy default: test/fix ufunc reduce with comparison func when dtype specified

2014-12-04 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r74824:4213885db36d Date: 2014-12-05 00:23 -0500 http://bitbucket.org/pypy/pypy/changeset/4213885db36d/ Log:test/fix ufunc reduce with comparison func when dtype specified diff --git a/pypy/module/micronumpy/test/test_ufuncs.py

[pypy-commit] pypy default: Test fix

2014-09-30 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r73746:90df6dfc9c89 Date: 2014-09-30 14:32 +0200 http://bitbucket.org/pypy/pypy/changeset/90df6dfc9c89/ Log:Test fix diff --git a/rpython/memory/gc/incminimark.py b/rpython/memory/gc/incminimark.py --- a/rpython/memory/gc/incminimark.py

[pypy-commit] pypy default: test/fix stdin/stdout/stderr file name

2014-09-10 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r73427:f9915af38176 Date: 2014-09-10 19:08 -0400 http://bitbucket.org/pypy/pypy/changeset/f9915af38176/ Log:test/fix stdin/stdout/stderr file name diff --git a/pypy/module/sys/state.py b/pypy/module/sys/state.py ---

[pypy-commit] pypy default: test/fix fdopen buffering

2014-09-10 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r73436:d00e4c12507a Date: 2014-09-10 21:11 -0400 http://bitbucket.org/pypy/pypy/changeset/d00e4c12507a/ Log:test/fix fdopen buffering diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py --- a/rpython/rlib/rfile.py +++

[pypy-commit] pypy default: test/fix rfile seek case with univ newline

2014-09-09 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r73393:c4e64d36778a Date: 2014-09-09 11:34 -0400 http://bitbucket.org/pypy/pypy/changeset/c4e64d36778a/ Log:test/fix rfile seek case with univ newline diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py ---

[pypy-commit] pypy default: test/fix rfile tell with universal newlines

2014-09-08 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r73387:dc540ed089f2 Date: 2014-09-08 19:35 -0400 http://bitbucket.org/pypy/pypy/changeset/dc540ed089f2/ Log:test/fix rfile tell with universal newlines diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py ---

[pypy-commit] pypy default: Test fix for test_xpickle

2014-08-30 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r73199:aba3692914d3 Date: 2014-08-30 06:44 + http://bitbucket.org/pypy/pypy/changeset/aba3692914d3/ Log:Test fix for test_xpickle diff --git a/lib-python/2.7/test/pickletester.py b/lib-python/2.7/test/pickletester.py ---

[pypy-commit] pypy default: test/fix rfile.truncate

2014-08-28 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r73132:c337d9417d2e Date: 2014-08-28 21:20 -0400 http://bitbucket.org/pypy/pypy/changeset/c337d9417d2e/ Log:test/fix rfile.truncate diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py --- a/rpython/rlib/rfile.py +++

[pypy-commit] pypy default: test/fix rfile buffering

2014-08-28 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r73135:7445b0d7890d Date: 2014-08-28 18:05 -0400 http://bitbucket.org/pypy/pypy/changeset/7445b0d7890d/ Log:test/fix rfile buffering diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py --- a/rpython/rlib/rfile.py +++

[pypy-commit] pypy default: test/fix check for directory in rfile open

2014-08-28 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r73151:8986be62c395 Date: 2014-08-29 01:17 -0400 http://bitbucket.org/pypy/pypy/changeset/8986be62c395/ Log:test/fix check for directory in rfile open diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py ---

[pypy-commit] pypy default: test/fix rfile.read(0)

2014-08-28 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r73150:26d170cd6c24 Date: 2014-08-29 01:01 -0400 http://bitbucket.org/pypy/pypy/changeset/26d170cd6c24/ Log:test/fix rfile.read(0) diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py --- a/rpython/rlib/rfile.py +++

[pypy-commit] pypy default: test, fix for #1850

2014-08-20 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r72940:8ad8dd8f0ae3 Date: 2014-08-21 00:27 +0300 http://bitbucket.org/pypy/pypy/changeset/8ad8dd8f0ae3/ Log:test, fix for #1850 diff --git a/pypy/module/micronumpy/ctors.py b/pypy/module/micronumpy/ctors.py ---

[pypy-commit] pypy default: test, fix to only output IRC topic if nonrelease or if PYPY_IRC_TOPIC set

2014-05-10 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r71440:adbfbb5d604d Date: 2014-05-10 23:16 +0300 http://bitbucket.org/pypy/pypy/changeset/adbfbb5d604d/ Log:test, fix to only output IRC topic if nonrelease or if PYPY_IRC_TOPIC set diff --git a/pypy/interpreter/app_main.py

[pypy-commit] pypy default: test/fix quotes in bytearray repr

2014-05-08 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r71419:eefd0674de1d Date: 2014-05-08 17:05 -0400 http://bitbucket.org/pypy/pypy/changeset/eefd0674de1d/ Log:test/fix quotes in bytearray repr diff --git a/pypy/objspace/std/bytearrayobject.py b/pypy/objspace/std/bytearrayobject.py

[pypy-commit] pypy default: test/fix parsing of spaces between nums in complex constructor

2014-05-08 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r71421:84388c3ff677 Date: 2014-05-08 17:14 -0400 http://bitbucket.org/pypy/pypy/changeset/84388c3ff677/ Log:test/fix parsing of spaces between nums in complex constructor diff --git a/pypy/objspace/std/complextype.py

[pypy-commit] pypy default: test/fix searchsorted return type for scalars

2014-05-05 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r71279:3581f7a906c9 Date: 2014-05-05 15:02 -0400 http://bitbucket.org/pypy/pypy/changeset/3581f7a906c9/ Log:test/fix searchsorted return type for scalars diff --git a/pypy/module/micronumpy/ndarray.py

[pypy-commit] pypy default: test/fix cpyext version number

2014-05-02 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r71220:12b3395cfa84 Date: 2014-05-02 21:59 -0400 http://bitbucket.org/pypy/pypy/changeset/12b3395cfa84/ Log:test/fix cpyext version number diff --git a/pypy/module/cpyext/include/patchlevel.h

[pypy-commit] pypy default: test/fix xrange rejecting floats

2014-04-26 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r70999:171d134c9340 Date: 2014-04-26 02:14 -0400 http://bitbucket.org/pypy/pypy/changeset/171d134c9340/ Log:test/fix xrange rejecting floats diff --git a/pypy/module/__builtin__/functional.py b/pypy/module/__builtin__/functional.py

[pypy-commit] pypy default: test/fix file.writelines(buffer) behavior to match CPython

2014-04-25 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r70975:f8870a4ed20a Date: 2014-04-25 12:54 -0400 http://bitbucket.org/pypy/pypy/changeset/f8870a4ed20a/ Log:test/fix file.writelines(buffer) behavior to match CPython diff --git a/pypy/module/_file/interp_file.py

[pypy-commit] pypy default: test/fix some compile() behaviors

2014-04-25 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r70978:0b124540057c Date: 2014-04-25 13:33 -0400 http://bitbucket.org/pypy/pypy/changeset/0b124540057c/ Log:test/fix some compile() behaviors diff --git a/lib-python/2.7/test/test_builtin.py b/lib-python/2.7/test/test_builtin.py

[pypy-commit] pypy default: test/fix tcsetattr validation of attributes

2014-04-25 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r70993:e87d8dddb7f3 Date: 2014-04-25 19:38 -0400 http://bitbucket.org/pypy/pypy/changeset/e87d8dddb7f3/ Log:test/fix tcsetattr validation of attributes diff --git a/pypy/module/termios/interp_termios.py

[pypy-commit] pypy default: Test fix (OS/X, Win)

2014-03-23 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r70200:99ea05cf50b8 Date: 2014-03-23 15:15 +0100 http://bitbucket.org/pypy/pypy/changeset/99ea05cf50b8/ Log:Test fix (OS/X, Win) diff --git a/rpython/jit/backend/llsupport/test/test_rewrite.py

[pypy-commit] pypy default: test/fix buffer init

2014-03-18 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r70062:3c1786c06a69 Date: 2014-03-18 15:24 -0400 http://bitbucket.org/pypy/pypy/changeset/3c1786c06a69/ Log:test/fix buffer init diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py ---

[pypy-commit] pypy default: test/fix marshal behavior wrt buffers

2014-03-18 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r70071:07f40b57d13c Date: 2014-03-18 20:35 -0400 http://bitbucket.org/pypy/pypy/changeset/07f40b57d13c/ Log:test/fix marshal behavior wrt buffers diff --git a/pypy/module/marshal/interp_marshal.py

[pypy-commit] pypy default: test/fix promote_to_largest wrt 32bit, though demonstrates another problem

2013-12-18 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r68481:84c4bc069470 Date: 2013-12-18 21:27 -0500 http://bitbucket.org/pypy/pypy/changeset/84c4bc069470/ Log:test/fix promote_to_largest wrt 32bit, though demonstrates another problem diff --git

[pypy-commit] pypy default: test/fix conversion of str arrays

2013-12-17 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r68452:ccbbf6d54188 Date: 2013-12-17 19:36 -0500 http://bitbucket.org/pypy/pypy/changeset/ccbbf6d54188/ Log:test/fix conversion of str arrays diff --git a/pypy/module/micronumpy/interp_numarray.py

[pypy-commit] pypy default: test/fix conversion of np.str to numeric types

2013-12-17 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r68451:6b8b4188b7ee Date: 2013-12-17 19:28 -0500 http://bitbucket.org/pypy/pypy/changeset/6b8b4188b7ee/ Log:test/fix conversion of np.str to numeric types diff --git a/pypy/module/micronumpy/arrayimpl/concrete.py

[pypy-commit] pypy default: test/fix buffer(numpy.scalar)

2013-12-17 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r68456:2ec4090a85d4 Date: 2013-12-17 21:17 -0500 http://bitbucket.org/pypy/pypy/changeset/2ec4090a85d4/ Log:test/fix buffer(numpy.scalar) diff --git a/pypy/module/micronumpy/interp_boxes.py b/pypy/module/micronumpy/interp_boxes.py

[pypy-commit] pypy default: test/fix ndarray init from list of array scalars

2013-12-17 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r68461:c8e4f9503987 Date: 2013-12-18 01:31 -0500 http://bitbucket.org/pypy/pypy/changeset/c8e4f9503987/ Log:test/fix ndarray init from list of array scalars diff --git a/pypy/module/micronumpy/interp_numarray.py

[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: 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

  1   2   >