[pypy-commit] pypy default: more optimizations for timedelta

2015-11-24 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r80916:3944e79025c8 Date: 2015-11-24 16:36 -0500 http://bitbucket.org/pypy/pypy/changeset/3944e79025c8/ Log:more optimizations for timedelta diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py --- a/lib_pypy/datetime.py +++

[pypy-commit] pypy default: merge heads

2015-11-24 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r80917:37057ce12bc9 Date: 2015-11-24 17:30 -0500 http://bitbucket.org/pypy/pypy/changeset/37057ce12bc9/ Log:merge heads diff --git a/lib_pypy/cffi/api.py b/lib_pypy/cffi/api.py --- a/lib_pypy/cffi/api.py +++ b/lib_pypy/cffi/api.py

[pypy-commit] pypy default: clarify _tmxxx error handling

2015-11-24 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r80923:f31561a340fe Date: 2015-11-24 19:26 -0500 http://bitbucket.org/pypy/pypy/changeset/f31561a340fe/ Log:clarify _tmxxx error handling diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py --- a/lib_pypy/datetime.py +++

[pypy-commit] pypy default: unused

2015-11-24 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r80921:17f53b18797e Date: 2015-11-24 18:43 -0500 http://bitbucket.org/pypy/pypy/changeset/17f53b18797e/ Log:unused diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py --- a/lib_pypy/datetime.py +++ b/lib_pypy/datetime.py @@

[pypy-commit] pypy default: optimize datetime - timedelta

2015-11-24 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r80920:629f1bffad53 Date: 2015-11-24 18:39 -0500 http://bitbucket.org/pypy/pypy/changeset/629f1bffad53/ Log:optimize datetime - timedelta diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py --- a/lib_pypy/datetime.py +++

[pypy-commit] pypy default: timedelta total_seconds use helper fn

2015-11-24 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r80912:e1e1695047f4 Date: 2015-11-24 15:53 -0500 http://bitbucket.org/pypy/pypy/changeset/e1e1695047f4/ Log:timedelta total_seconds use helper fn diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py --- a/lib_pypy/datetime.py

[pypy-commit] pypy default: speed up timedelta creation

2015-11-24 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r80907:d41b9b35d3b5 Date: 2015-11-24 14:16 -0500 http://bitbucket.org/pypy/pypy/changeset/d41b9b35d3b5/ Log:speed up timedelta creation diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py --- a/lib_pypy/datetime.py +++

[pypy-commit] pypy default: speed up datetime fromtimestamp (this check costs time)

2015-11-24 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r80911:6577bbdc8e76 Date: 2015-11-24 15:43 -0500 http://bitbucket.org/pypy/pypy/changeset/6577bbdc8e76/ Log:speed up datetime fromtimestamp (this check costs time) diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py ---

[pypy-commit] pypy default: unify datetime fromstimestamp methods

2015-11-24 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r80910:4585e300d462 Date: 2015-11-24 15:24 -0500 http://bitbucket.org/pypy/pypy/changeset/4585e300d462/ Log:unify datetime fromstimestamp methods diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py --- a/lib_pypy/datetime.py

[pypy-commit] pypy default: replace datetime _tmxxx with normalizing functions

2015-11-24 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r80924:f6b21456bb6a Date: 2015-11-24 21:03 -0500 http://bitbucket.org/pypy/pypy/changeset/f6b21456bb6a/ Log:replace datetime _tmxxx with normalizing functions diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py ---

[pypy-commit] pypy default: simplify date +- timedelta

2015-11-24 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r80925:11243828bb74 Date: 2015-11-24 20:44 -0500 http://bitbucket.org/pypy/pypy/changeset/11243828bb74/ Log:simplify date +- timedelta diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py --- a/lib_pypy/datetime.py +++

[pypy-commit] pypy default: merge heads

2015-11-24 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r80908:367dea44b661 Date: 2015-11-24 14:30 -0500 http://bitbucket.org/pypy/pypy/changeset/367dea44b661/ Log:merge heads diff --git a/pypy/module/micronumpy/compile.py b/pypy/module/micronumpy/compile.py ---

[pypy-commit] pypy default: cleanup

2015-11-24 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r80922:3aa83b0f7f8c Date: 2015-11-24 19:23 -0500 http://bitbucket.org/pypy/pypy/changeset/3aa83b0f7f8c/ Log:cleanup diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py --- a/lib_pypy/datetime.py +++ b/lib_pypy/datetime.py @@

[pypy-commit] pypy default: Merged in posita/pypy/posita/2193-datetime-timedelta-integrals (pull request #361)

2015-11-23 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r80866:3e66caad1c36 Date: 2015-11-23 12:18 -0800 http://bitbucket.org/pypy/pypy/changeset/3e66caad1c36/ Log:Merged in posita/pypy/posita/2193-datetime-timedelta-integrals (pull request #361) Fix #2193. diff --git

[pypy-commit] pypy default: try to correct more differences in datetime

2015-11-23 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r80873:89a6ae0a9ec2 Date: 2015-11-23 16:29 -0500 http://bitbucket.org/pypy/pypy/changeset/89a6ae0a9ec2/ Log:try to correct more differences in datetime diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py ---

[pypy-commit] pypy stdlib-2.7.9: fix _ssl test_npn_protocol when run -A against cpython

2015-01-28 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: stdlib-2.7.9 Changeset: r75573:5b9e66ec2e72 Date: 2015-01-28 17:16 -0500 http://bitbucket.org/pypy/pypy/changeset/5b9e66ec2e72/ Log:fix _ssl test_npn_protocol when run -A against cpython diff --git a/pypy/module/_ssl/test/test_ssl.py

[pypy-commit] pypy stdlib-2.7.9: provide SSLContext get_verify_flags

2015-01-28 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: stdlib-2.7.9 Changeset: r75574:140b8cf78407 Date: 2015-01-28 17:36 -0500 http://bitbucket.org/pypy/pypy/changeset/140b8cf78407/ Log:provide SSLContext get_verify_flags diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/interp_ssl.py

[pypy-commit] pypy default: try to fix freebsd translation

2015-01-07 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r75255:7ee4207de06d Date: 2015-01-07 19:38 -0500 http://bitbucket.org/pypy/pypy/changeset/7ee4207de06d/ Log:try to fix freebsd translation diff --git a/rpython/translator/platform/freebsd.py b/rpython/translator/platform/freebsd.py

[pypy-commit] pypy stdlib-2.7.9: cleanup

2014-12-22 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: stdlib-2.7.9 Changeset: r75065:beca0e690eb8 Date: 2014-12-22 13:49 -0500 http://bitbucket.org/pypy/pypy/changeset/beca0e690eb8/ Log:cleanup diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/interp_ssl.py ---

[pypy-commit] pypy py3k: fix _curses.setupterm when termstr is text

2014-12-22 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: py3k Changeset: r75070:d8475a6257bc Date: 2014-12-22 16:28 -0500 http://bitbucket.org/pypy/pypy/changeset/d8475a6257bc/ Log:fix _curses.setupterm when termstr is text diff --git a/lib_pypy/_curses.py b/lib_pypy/_curses.py ---

[pypy-commit] pypy stdlib-2.7.9: allow setting SSLContext options

2014-12-21 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: stdlib-2.7.9 Changeset: r75049:f9c6ea503c21 Date: 2014-12-21 10:50 -0500 http://bitbucket.org/pypy/pypy/changeset/f9c6ea503c21/ Log:allow setting SSLContext options diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/interp_ssl.py

[pypy-commit] pypy stdlib-2.7.9: provide SSLContext.verify_mode

2014-12-21 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: stdlib-2.7.9 Changeset: r75050:a155733a8665 Date: 2014-12-21 11:05 -0500 http://bitbucket.org/pypy/pypy/changeset/a155733a8665/ Log:provide SSLContext.verify_mode diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/interp_ssl.py ---

[pypy-commit] pypy stdlib-2.7.9: fix construction of ssl exceptions without errno

2014-12-21 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: stdlib-2.7.9 Changeset: r75051:21765b094705 Date: 2014-12-21 11:16 -0500 http://bitbucket.org/pypy/pypy/changeset/21765b094705/ Log:fix construction of ssl exceptions without errno diff --git a/pypy/module/_ssl/interp_ssl.py

[pypy-commit] pypy stdlib-2.7.9: provide SSLContext.check_hostname

2014-12-21 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: stdlib-2.7.9 Changeset: r75052:fcae7464203b Date: 2014-12-21 12:32 -0500 http://bitbucket.org/pypy/pypy/changeset/fcae7464203b/ Log:provide SSLContext.check_hostname diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/interp_ssl.py

[pypy-commit] pypy stdlib-2.7.9: update a few ssl tests

2014-12-20 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: stdlib-2.7.9 Changeset: r75041:f1afe76b15ce Date: 2014-12-20 16:35 -0500 http://bitbucket.org/pypy/pypy/changeset/f1afe76b15ce/ Log:update a few ssl tests diff --git a/pypy/module/_ssl/test/test_ssl.py b/pypy/module/_ssl/test/test_ssl.py ---

[pypy-commit] pypy stdlib-2.7.9: provide SSLContext.options

2014-12-20 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: stdlib-2.7.9 Changeset: r75042:e8524db1d39c Date: 2014-12-20 21:00 -0500 http://bitbucket.org/pypy/pypy/changeset/e8524db1d39c/ Log:provide SSLContext.options diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/interp_ssl.py ---

[pypy-commit] pypy stdlib-2.7.9: fix test_doctest test_lineendings not closing files

2014-12-19 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: stdlib-2.7.9 Changeset: r75038:11ea34526fbb Date: 2014-12-19 12:45 -0500 http://bitbucket.org/pypy/pypy/changeset/11ea34526fbb/ Log:fix test_doctest test_lineendings not closing files diff --git a/lib-python/2.7/test/test_doctest.py

[pypy-commit] pypy stdlib-2.7.9: fix test_sysconfig by skipping cpython-specific test

2014-12-19 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: stdlib-2.7.9 Changeset: r75039:196b3896b1cd Date: 2014-12-19 12:49 -0500 http://bitbucket.org/pypy/pypy/changeset/196b3896b1cd/ Log:fix test_sysconfig by skipping cpython-specific test diff --git a/lib-python/2.7/test/test_sysconfig.py

[pypy-commit] pypy stdlib-2.7.9: start working on _ssl

2014-12-19 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: stdlib-2.7.9 Changeset: r75040:f92139314948 Date: 2014-12-19 17:26 -0500 http://bitbucket.org/pypy/pypy/changeset/f92139314948/ Log:start working on _ssl diff --git a/pypy/module/_ssl/__init__.py b/pypy/module/_ssl/__init__.py ---

[pypy-commit] pypy stdlib-2.7.9: skip some added tests when run against older cpython

2014-12-18 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: stdlib-2.7.9 Changeset: r75028:b85da8ff6c09 Date: 2014-12-18 18:29 -0500 http://bitbucket.org/pypy/pypy/changeset/b85da8ff6c09/ Log:skip some added tests when run against older cpython diff --git a/pypy/interpreter/test/test_compiler.py

[pypy-commit] pypy stdlib-2.7.9: update version to 2.7.9

2014-12-18 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: stdlib-2.7.9 Changeset: r75027:2d54007751f0 Date: 2014-12-18 18:23 -0500 http://bitbucket.org/pypy/pypy/changeset/2d54007751f0/ Log:update version to 2.7.9 diff --git a/pypy/module/cpyext/include/patchlevel.h

[pypy-commit] pypy stdlib-2.7.9: update _ctypes_test.c from cpython

2014-12-18 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: stdlib-2.7.9 Changeset: r75029:3f0415c7d6b1 Date: 2014-12-18 18:39 -0500 http://bitbucket.org/pypy/pypy/changeset/3f0415c7d6b1/ Log:update _ctypes_test.c from cpython diff --git a/lib_pypy/_ctypes_test.c b/lib_pypy/_ctypes_test.c ---

[pypy-commit] pypy stdlib-2.7.9: skip a test_unicode when no ctypes.pythonapi exists

2014-12-18 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: stdlib-2.7.9 Changeset: r75030:773018d6ae59 Date: 2014-12-18 18:50 -0500 http://bitbucket.org/pypy/pypy/changeset/773018d6ae59/ Log:skip a test_unicode when no ctypes.pythonapi exists diff --git a/lib-python/2.7/test/test_unicode.py

[pypy-commit] pypy stdlib-2.7.9: add a failing binascii.a2b_uu case

2014-12-18 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: stdlib-2.7.9 Changeset: r75031:c297e68f8ff0 Date: 2014-12-18 19:19 -0500 http://bitbucket.org/pypy/pypy/changeset/c297e68f8ff0/ Log:add a failing binascii.a2b_uu case diff --git a/pypy/module/binascii/test/test_binascii.py

[pypy-commit] pypy stdlib-2.7.9: fix test_readline version check

2014-12-18 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: stdlib-2.7.9 Changeset: r75032:96a806f14899 Date: 2014-12-18 23:06 -0500 http://bitbucket.org/pypy/pypy/changeset/96a806f14899/ Log:fix test_readline version check diff --git a/lib-python/2.7/test/test_readline.py

[pypy-commit] pypy stdlib-2.7.9: fix test_xdrlib by correcting struct.pack exception types

2014-12-18 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: stdlib-2.7.9 Changeset: r75033:8ed6988ac4dd Date: 2014-12-18 23:27 -0500 http://bitbucket.org/pypy/pypy/changeset/8ed6988ac4dd/ Log:fix test_xdrlib by correcting struct.pack exception types diff --git a/pypy/module/struct/formatiterator.py

[pypy-commit] pypy stdlib-2.7.9: further fix struct.pack conversions

2014-12-18 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: stdlib-2.7.9 Changeset: r75035:09d67d2e9a36 Date: 2014-12-19 02:17 -0500 http://bitbucket.org/pypy/pypy/changeset/09d67d2e9a36/ Log:further fix struct.pack conversions diff --git a/pypy/module/struct/formatiterator.py

[pypy-commit] pypy stdlib-2.7.9: provide complex.__int__ method

2014-12-18 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: stdlib-2.7.9 Changeset: r75034:04003981e306 Date: 2014-12-19 02:15 -0500 http://bitbucket.org/pypy/pypy/changeset/04003981e306/ Log:provide complex.__int__ method diff --git a/pypy/objspace/std/complexobject.py

[pypy-commit] pypy stdlib-2.7.9: correctly handle exec in tuple form (cpython issue21591)

2014-12-17 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: stdlib-2.7.9 Changeset: r74999:2e4e36c84077 Date: 2014-12-17 17:00 -0500 http://bitbucket.org/pypy/pypy/changeset/2e4e36c84077/ Log:correctly handle exec in tuple form (cpython issue21591) diff --git a/pypy/interpreter/astcompiler/astbuilder.py

[pypy-commit] pypy stdlib-2.7.9: try to fix translation

2014-12-17 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: stdlib-2.7.9 Changeset: r75000:8d5bf221300a Date: 2014-12-17 17:15 -0500 http://bitbucket.org/pypy/pypy/changeset/8d5bf221300a/ Log:try to fix translation diff --git a/pypy/interpreter/astcompiler/astbuilder.py

[pypy-commit] pypy stdlib-2.7.9: merge heads

2014-12-17 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: stdlib-2.7.9 Changeset: r75008:b5dea7545f7c Date: 2014-12-17 21:00 -0500 http://bitbucket.org/pypy/pypy/changeset/b5dea7545f7c/ Log:merge heads diff --git a/lib-python/2.7/test/_mock_backport.py b/lib-python/2.7/test/_mock_backport.py ---

[pypy-commit] pypy stdlib-2.7.9: add failing test for coding spec

2014-12-17 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: stdlib-2.7.9 Changeset: r75007:3ad403fdd1ae Date: 2014-12-17 20:46 -0500 http://bitbucket.org/pypy/pypy/changeset/3ad403fdd1ae/ Log:add failing test for coding spec diff --git a/pypy/interpreter/test/test_compiler.py

[pypy-commit] pypy stdlib-2.7.9: raise ValueError on null chars in _sqlite3

2014-12-15 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: stdlib-2.7.9 Changeset: r74948:6855ba726fb0 Date: 2014-12-15 14:41 -0500 http://bitbucket.org/pypy/pypy/changeset/6855ba726fb0/ Log:raise ValueError on null chars in _sqlite3 diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py ---

[pypy-commit] pypy stdlib-2.7.9: test/fix _socket.socket repr

2014-12-15 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: stdlib-2.7.9 Changeset: r74949:ef0308d0f344 Date: 2014-12-15 15:06 -0500 http://bitbucket.org/pypy/pypy/changeset/ef0308d0f344/ Log:test/fix _socket.socket repr diff --git a/pypy/module/_socket/interp_socket.py

[pypy-commit] pypy stdlib-2.7.9: test/fix re.match.group accepting long

2014-12-15 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: stdlib-2.7.9 Changeset: r74950:ab9dcc40fcf4 Date: 2014-12-15 17:49 -0500 http://bitbucket.org/pypy/pypy/changeset/ab9dcc40fcf4/ Log:test/fix re.match.group accepting long diff --git a/pypy/module/_sre/interp_sre.py

[pypy-commit] pypy default: clarify _sqlite3 change

2014-12-12 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r74901:ff868c93a1a5 Date: 2014-12-12 11:23 -0500 http://bitbucket.org/pypy/pypy/changeset/ff868c93a1a5/ Log:clarify _sqlite3 change diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py +++

[pypy-commit] pypy default: run sqlite3 tests against both cpython version and lib_pypy version

2014-12-12 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r74905:853ab473ce93 Date: 2014-12-12 11:59 -0500 http://bitbucket.org/pypy/pypy/changeset/853ab473ce93/ Log:run sqlite3 tests against both cpython version and lib_pypy version diff --git a/pypy/module/test_lib_pypy/test_sqlite3.py

[pypy-commit] pypy default: clarify names

2014-12-12 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r74906:29c3daa5d709 Date: 2014-12-12 12:10 -0500 http://bitbucket.org/pypy/pypy/changeset/29c3daa5d709/ Log:clarify names diff --git a/pypy/module/test_lib_pypy/test_datetime.py b/pypy/module/test_lib_pypy/test_datetime.py ---

[pypy-commit] pypy default: adjust test_zjit func name for clarity

2014-12-06 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r74852:b797c990f775 Date: 2014-12-06 15:03 -0500 http://bitbucket.org/pypy/pypy/changeset/b797c990f775/ Log:adjust test_zjit func name for clarity diff --git a/pypy/module/micronumpy/compile.py b/pypy/module/micronumpy/compile.py

[pypy-commit] pypy default: cleanup references to numpypy

2014-12-05 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r74839:642a5d4965d6 Date: 2014-12-05 15:12 -0500 http://bitbucket.org/pypy/pypy/changeset/642a5d4965d6/ Log:cleanup references to numpypy diff too long, truncating to 2000 out of 3730 lines diff --git

[pypy-commit] pypy default: remove old test_lib_pypy tests of numpypy

2014-12-05 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r74840:0123a8ee6ab6 Date: 2014-12-05 15:16 -0500 http://bitbucket.org/pypy/pypy/changeset/0123a8ee6ab6/ Log:remove old test_lib_pypy tests of numpypy diff --git a/pypy/module/test_lib_pypy/numpypy/__init__.py

[pypy-commit] pypy default: eliminate some ops in logical_xor

2014-12-05 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r74849:794a98c020bf Date: 2014-12-05 16:39 -0500 http://bitbucket.org/pypy/pypy/changeset/794a98c020bf/ Log:eliminate some ops in logical_xor diff --git a/pypy/module/micronumpy/test/test_zjit.py

[pypy-commit] pypy default: avoid tracking an index in reduce_cumulative

2014-12-05 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r74847:f28d82b7078c Date: 2014-12-05 17:03 -0500 http://bitbucket.org/pypy/pypy/changeset/f28d82b7078c/ Log:avoid tracking an index in reduce_cumulative diff --git a/pypy/module/micronumpy/loop.py b/pypy/module/micronumpy/loop.py

[pypy-commit] pypy default: add test_zjit for reduce_cumulative

2014-12-05 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r74846:f907c020762a Date: 2014-12-05 16:48 -0500 http://bitbucket.org/pypy/pypy/changeset/f907c020762a/ Log:add test_zjit for reduce_cumulative diff --git a/pypy/module/micronumpy/compile.py b/pypy/module/micronumpy/compile.py ---

[pypy-commit] pypy default: add test_zjit for logical_xor reduce

2014-12-05 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r74848:dba4524de78e Date: 2014-12-05 16:17 -0500 http://bitbucket.org/pypy/pypy/changeset/dba4524de78e/ Log:add test_zjit for logical_xor reduce diff --git a/pypy/module/micronumpy/compile.py b/pypy/module/micronumpy/compile.py ---

[pypy-commit] pypy default: enable sum/prod test_zjits

2014-12-04 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r74813:624d6b4b60ce Date: 2014-12-04 12:31 -0500 http://bitbucket.org/pypy/pypy/changeset/624d6b4b60ce/ Log:enable sum/prod test_zjits diff --git a/pypy/module/micronumpy/test/test_zjit.py b/pypy/module/micronumpy/test/test_zjit.py

[pypy-commit] pypy default: enable axissum test_zjit

2014-12-04 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r74811:39760476cedc Date: 2014-12-04 12:16 -0500 http://bitbucket.org/pypy/pypy/changeset/39760476cedc/ Log:enable axissum test_zjit diff --git a/pypy/module/micronumpy/test/test_zjit.py b/pypy/module/micronumpy/test/test_zjit.py

[pypy-commit] pypy default: enable min/max in test_zjit

2014-12-04 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r74814:ac1f001ff1c0 Date: 2014-12-04 13:13 -0500 http://bitbucket.org/pypy/pypy/changeset/ac1f001ff1c0/ Log:enable min/max in test_zjit diff --git a/pypy/module/micronumpy/test/test_zjit.py

[pypy-commit] pypy default: avoid tracking an iterator index in axis_reduce

2014-12-04 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r74812:e9c67f6fba33 Date: 2014-12-04 12:23 -0500 http://bitbucket.org/pypy/pypy/changeset/e9c67f6fba33/ Log:avoid tracking an iterator index in axis_reduce diff --git a/pypy/module/micronumpy/loop.py b/pypy/module/micronumpy/loop.py

[pypy-commit] pypy default: add test_pypy_c for flatiter next

2014-12-04 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r74815:d62d6a8c4809 Date: 2014-12-04 15:00 -0500 http://bitbucket.org/pypy/pypy/changeset/d62d6a8c4809/ Log:add test_pypy_c for flatiter next diff --git a/pypy/module/pypyjit/test_pypy_c/test_micronumpy.py

[pypy-commit] pypy default: use mutating iterator state in flatiter

2014-12-04 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r74817:cdcc29b5a5eb Date: 2014-12-04 15:00 -0500 http://bitbucket.org/pypy/pypy/changeset/cdcc29b5a5eb/ Log:use mutating iterator state in flatiter diff --git a/pypy/module/micronumpy/flatiter.py

[pypy-commit] pypy default: support mutate flag to iterator next/reset

2014-12-04 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r74816:e920a686f245 Date: 2014-12-04 14:32 -0500 http://bitbucket.org/pypy/pypy/changeset/e920a686f245/ Log:support mutate flag to iterator next/reset diff --git a/pypy/module/micronumpy/iterators.py

[pypy-commit] pypy default: add a test_pypy_c for array.any()

2014-12-04 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r74818:ff4204895657 Date: 2014-12-04 17:00 -0500 http://bitbucket.org/pypy/pypy/changeset/ff4204895657/ Log:add a test_pypy_c for array.any() diff --git a/pypy/module/pypyjit/test_pypy_c/test_micronumpy.py

[pypy-commit] pypy default: cleanups

2014-12-04 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r74819:a0e9ee8c4971 Date: 2014-12-04 17:57 -0500 http://bitbucket.org/pypy/pypy/changeset/a0e9ee8c4971/ Log:cleanups diff --git a/pypy/module/micronumpy/types.py b/pypy/module/micronumpy/types.py ---

[pypy-commit] pypy default: cleanup some numpy test_pypy_c tests

2014-12-04 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r74820:e99e8fe69789 Date: 2014-12-04 20:35 -0500 http://bitbucket.org/pypy/pypy/changeset/e99e8fe69789/ Log:cleanup some numpy test_pypy_c tests diff --git a/pypy/module/pypyjit/test_pypy_c/test_micronumpy.py

[pypy-commit] pypy default: add test_pypy_c for logical_xor.reduce

2014-12-04 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r74822:81a86598865d Date: 2014-12-04 20:25 -0500 http://bitbucket.org/pypy/pypy/changeset/81a86598865d/ Log:add test_pypy_c for logical_xor.reduce diff --git a/pypy/module/pypyjit/test_pypy_c/test_micronumpy.py

[pypy-commit] pypy default: simplify array.any test_pypy_c to use reduce directly

2014-12-04 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r74821:e301f280ff33 Date: 2014-12-04 20:24 -0500 http://bitbucket.org/pypy/pypy/changeset/e301f280ff33/ Log:simplify array.any test_pypy_c to use reduce directly diff --git a/pypy/module/pypyjit/test_pypy_c/test_micronumpy.py

[pypy-commit] pypy default: fix this test_pypy_c, these numbers can vary

2014-12-04 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r74823:e27f4fbd7134 Date: 2014-12-04 21:57 -0500 http://bitbucket.org/pypy/pypy/changeset/e27f4fbd7134/ Log:fix this test_pypy_c, these numbers can vary diff --git a/pypy/module/pypyjit/test_pypy_c/test_micronumpy.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: simplify setslice with no shape

2014-12-03 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r74797:e2e286fb7245 Date: 2014-12-03 15:03 -0500 http://bitbucket.org/pypy/pypy/changeset/e2e286fb7245/ Log:simplify setslice with no shape diff --git a/pypy/module/micronumpy/loop.py b/pypy/module/micronumpy/loop.py ---

[pypy-commit] pypy default: avoid tracking an index in setslice, update/enable its test_zjit

2014-12-03 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r74798:f1b314da580e Date: 2014-12-03 17:01 -0500 http://bitbucket.org/pypy/pypy/changeset/f1b314da580e/ Log:avoid tracking an index in setslice, update/enable its test_zjit diff --git a/pypy/module/micronumpy/loop.py

[pypy-commit] pypy default: rename iter.update to iter.indices for clarity

2014-12-03 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r74799:1287046cabea Date: 2014-12-03 17:38 -0500 http://bitbucket.org/pypy/pypy/changeset/1287046cabea/ Log:rename iter.update to iter.indices for clarity diff --git a/pypy/module/micronumpy/flatiter.py

[pypy-commit] pypy default: fix test_pypy_c for iterator changes

2014-12-03 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r74801:651d67d1059e Date: 2014-12-03 19:27 -0500 http://bitbucket.org/pypy/pypy/changeset/651d67d1059e/ Log:fix test_pypy_c for iterator changes diff --git a/pypy/module/pypyjit/test_pypy_c/test_micronumpy.py

[pypy-commit] pypy default: optimize iterators for single dim arrays

2014-12-03 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r74800:268850625399 Date: 2014-12-03 18:15 -0500 http://bitbucket.org/pypy/pypy/changeset/268850625399/ Log:optimize iterators for single dim arrays diff --git a/pypy/module/micronumpy/iterators.py

[pypy-commit] pypy default: silence pyflakes

2014-12-03 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r74802:6bd0b3c411b0 Date: 2014-12-03 19:48 -0500 http://bitbucket.org/pypy/pypy/changeset/6bd0b3c411b0/ Log:silence pyflakes diff --git a/pypy/module/micronumpy/boxes.py b/pypy/module/micronumpy/boxes.py ---

[pypy-commit] pypy default: move unnecessary additions to base iterator from nditer branches to subclass

2014-12-03 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r74803:73e3f0512a73 Date: 2014-12-03 21:02 -0500 http://bitbucket.org/pypy/pypy/changeset/73e3f0512a73/ Log:move unnecessary additions to base iterator from nditer branches to subclass diff --git

[pypy-commit] pypy default: cleanup comments

2014-12-03 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r74804:cab353e0b9a5 Date: 2014-12-03 21:08 -0500 http://bitbucket.org/pypy/pypy/changeset/cab353e0b9a5/ Log:cleanup comments diff --git a/pypy/module/micronumpy/nditer.py b/pypy/module/micronumpy/nditer.py ---

[pypy-commit] pypy default: optimize call2 when lhs or rhs is a scalar

2014-12-03 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r74805:378bfef11c09 Date: 2014-12-03 23:30 -0500 http://bitbucket.org/pypy/pypy/changeset/378bfef11c09/ Log:optimize call2 when lhs or rhs is a scalar diff --git a/pypy/module/micronumpy/flatiter.py

[pypy-commit] pypy default: enable test_multidim in test_zjit

2014-12-03 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r74806:5ae2c3c20777 Date: 2014-12-03 23:54 -0500 http://bitbucket.org/pypy/pypy/changeset/5ae2c3c20777/ Log:enable test_multidim in test_zjit diff --git a/pypy/module/micronumpy/test/test_zjit.py

[pypy-commit] pypy default: enable test_multidim_slice in test_zjit

2014-12-03 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r74807:5f2acc45e585 Date: 2014-12-04 00:20 -0500 http://bitbucket.org/pypy/pypy/changeset/5f2acc45e585/ Log:enable test_multidim_slice in test_zjit diff --git a/pypy/module/micronumpy/test/test_zjit.py

[pypy-commit] pypy default: enable test_broadcast too

2014-12-03 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r74808:d1a536a138a3 Date: 2014-12-04 00:36 -0500 http://bitbucket.org/pypy/pypy/changeset/d1a536a138a3/ Log:enable test_broadcast too diff --git a/pypy/module/micronumpy/test/test_zjit.py b/pypy/module/micronumpy/test/test_zjit.py

[pypy-commit] pypy default: test any/all in test_zjit

2014-12-03 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r74809:0961d3cfbdde Date: 2014-12-04 02:09 -0500 http://bitbucket.org/pypy/pypy/changeset/0961d3cfbdde/ Log:test any/all in test_zjit diff --git a/pypy/module/micronumpy/test/test_zjit.py b/pypy/module/micronumpy/test/test_zjit.py

[pypy-commit] pypy default: whitespace

2014-12-03 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r74810:092797de8785 Date: 2014-12-04 02:13 -0500 http://bitbucket.org/pypy/pypy/changeset/092797de8785/ Log:whitespace diff --git a/pypy/module/micronumpy/descriptor.py b/pypy/module/micronumpy/descriptor.py ---

[pypy-commit] pypy default: add failing test for int_signext case

2014-12-02 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r74783:a48527cf9df5 Date: 2014-12-02 11:54 -0500 http://bitbucket.org/pypy/pypy/changeset/a48527cf9df5/ Log:add failing test for int_signext case diff --git a/rpython/jit/metainterp/test/test_ajit.py

[pypy-commit] pypy default: fix some socket tests for python.org changes

2014-11-20 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r74620:4c456cd88383 Date: 2014-11-20 18:46 -0500 http://bitbucket.org/pypy/pypy/changeset/4c456cd88383/ Log:fix some socket tests for python.org changes diff --git a/rpython/rlib/test/test_rsocket.py

[pypy-commit] pypy default: Merged in yuyichao/pypy/numpy-generic-item (pull request #283)

2014-10-21 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r74059:d6c024b8ef63 Date: 2014-10-21 14:10 -0700 http://bitbucket.org/pypy/pypy/changeset/d6c024b8ef63/ Log:Merged in yuyichao/pypy/numpy-generic-item (pull request #283) Implement numpy.generic.item. Do not let

[pypy-commit] pypy default: adjust new numpy tests to pass -A

2014-10-21 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r74060:777a53af2535 Date: 2014-10-21 21:03 -0700 http://bitbucket.org/pypy/pypy/changeset/777a53af2535/ Log:adjust new numpy tests to pass -A diff --git a/pypy/module/micronumpy/test/test_scalar.py

[pypy-commit] pypy default: fix test_fill

2014-10-21 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r74062:9adf3b34a33e Date: 2014-10-21 22:02 -0700 http://bitbucket.org/pypy/pypy/changeset/9adf3b34a33e/ Log:fix test_fill diff --git a/pypy/module/micronumpy/test/test_scalar.py b/pypy/module/micronumpy/test/test_scalar.py ---

[pypy-commit] pypy default: fix scalar swapaxes/transpose

2014-10-21 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r74061:6552f2cd3784 Date: 2014-10-21 21:24 -0700 http://bitbucket.org/pypy/pypy/changeset/6552f2cd3784/ Log:fix scalar swapaxes/transpose diff --git a/pypy/module/micronumpy/boxes.py b/pypy/module/micronumpy/boxes.py ---

[pypy-commit] pypy default: fix this test on 32bit

2014-10-10 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r73900:25e3b114c5ab Date: 2014-10-10 21:29 -0400 http://bitbucket.org/pypy/pypy/changeset/25e3b114c5ab/ Log:fix this test on 32bit diff --git a/pypy/module/micronumpy/test/test_arrayops.py

[pypy-commit] pypy default: implement searchside_converter

2014-10-09 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r73859:cb9125b5bf31 Date: 2014-10-09 01:41 -0400 http://bitbucket.org/pypy/pypy/changeset/cb9125b5bf31/ Log:implement searchside_converter diff --git a/pypy/module/micronumpy/constants.py b/pypy/module/micronumpy/constants.py ---

[pypy-commit] pypy default: shuffle some things for clarity

2014-10-09 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r73860:eb0014921290 Date: 2014-10-09 02:02 -0400 http://bitbucket.org/pypy/pypy/changeset/eb0014921290/ Log:shuffle some things for clarity diff --git a/pypy/module/micronumpy/concrete.py b/pypy/module/micronumpy/concrete.py ---

[pypy-commit] pypy default: (arigo) also fix for 32bit

2014-10-09 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r73863:22a85e994428 Date: 2014-10-09 04:16 -0400 http://bitbucket.org/pypy/pypy/changeset/22a85e994428/ Log:(arigo) also fix for 32bit diff --git a/pypy/module/pypyjit/test_pypy_c/test_micronumpy.py

[pypy-commit] pypy default: provide ndarray.tobytes as an alias to tostring

2014-10-09 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r73864:63793f7aeca2 Date: 2014-10-09 11:29 -0400 http://bitbucket.org/pypy/pypy/changeset/63793f7aeca2/ Log:provide ndarray.tobytes as an alias to tostring diff --git a/pypy/module/micronumpy/ndarray.py

[pypy-commit] pypy default: implement numpy.result_type function

2014-10-09 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r73865:84e2e30e7551 Date: 2014-10-09 12:40 -0400 http://bitbucket.org/pypy/pypy/changeset/84e2e30e7551/ Log:implement numpy.result_type function diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/micronumpy/__init__.py

[pypy-commit] pypy default: check for no args in result_type

2014-10-09 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r73866:83d8f679414d Date: 2014-10-09 13:39 -0400 http://bitbucket.org/pypy/pypy/changeset/83d8f679414d/ Log:check for no args in result_type diff --git a/pypy/module/micronumpy/arrayops.py b/pypy/module/micronumpy/arrayops.py ---

[pypy-commit] pypy default: fix searchsorted on empty input

2014-10-09 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r73870:fad9ee2fdd2c Date: 2014-10-09 15:43 -0400 http://bitbucket.org/pypy/pypy/changeset/fad9ee2fdd2c/ Log:fix searchsorted on empty input diff --git a/pypy/module/micronumpy/selection.py b/pypy/module/micronumpy/selection.py ---

[pypy-commit] pypy default: optimize searchsorted for case of sorted keys

2014-10-09 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r73869:0e32a2a7d77c Date: 2014-10-09 15:38 -0400 http://bitbucket.org/pypy/pypy/changeset/0e32a2a7d77c/ Log:optimize searchsorted for case of sorted keys diff --git a/pypy/module/micronumpy/selection.py

[pypy-commit] pypy default: fix searchsorted with multidim targets

2014-10-09 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r73868:188aa764d2e7 Date: 2014-10-09 15:18 -0400 http://bitbucket.org/pypy/pypy/changeset/188aa764d2e7/ Log:fix searchsorted with multidim targets diff --git a/pypy/module/micronumpy/ndarray.py b/pypy/module/micronumpy/ndarray.py

[pypy-commit] pypy default: reorganize flatiter

2014-10-09 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r73875:7d64e06caadf Date: 2014-10-09 16:43 -0400 http://bitbucket.org/pypy/pypy/changeset/7d64e06caadf/ Log:reorganize flatiter diff --git a/pypy/module/micronumpy/flatiter.py b/pypy/module/micronumpy/flatiter.py ---

  1   2   3   4   5   6   7   8   9   10   >