[pypy-commit] pypy cpyext-ext: add passing test for multiple inheritance

2016-01-25 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r81935:df9304236c27 Date: 2016-01-25 21:58 +0200 http://bitbucket.org/pypy/pypy/changeset/df9304236c27/ Log:add passing test for multiple inheritance diff --git a/pypy/module/cpyext/test/foo.c b/pypy/module/cpyext/test/foo.c --- a/pypy/module

[pypy-commit] pypy default: fix - link_flags is a tuple not a list

2016-01-25 Thread mattip
Author: mattip Branch: Changeset: r81936:e8e0169d3a13 Date: 2016-01-25 22:00 +0200 http://bitbucket.org/pypy/pypy/changeset/e8e0169d3a13/ Log:fix - link_flags is a tuple not a list diff --git a/rpython/translator/platform/windows.py b/rpython/translator/platform/windows.py --- a/rpython

[pypy-commit] pypy cpyext-ext: remove debug cruft

2016-01-25 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r81938:d4fc8a14bff6 Date: 2016-01-18 20:46 +0200 http://bitbucket.org/pypy/pypy/changeset/d4fc8a14bff6/ Log:remove debug cruft diff --git a/pypy/module/cpyext/unicodeobject.py b/pypy/module/cpyext/unicodeobject.py --- a/pypy/module/cpyext

[pypy-commit] pypy cpyext-ext: test, fix - raise cpython compatible exception

2016-01-25 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r81937:26b7a0e96dc1 Date: 2016-01-17 08:17 +0200 http://bitbucket.org/pypy/pypy/changeset/26b7a0e96dc1/ Log:test, fix - raise cpython compatible exception diff --git a/pypy/module/cpyext/methodobject.py b/pypy/module/cpyext/methodobject.py --- a

[pypy-commit] pypy cpyext-ext: merge default into branch

2016-01-25 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r81939:98e1616b19f0 Date: 2016-01-25 22:07 +0200 http://bitbucket.org/pypy/pypy/changeset/98e1616b19f0/ Log:merge default into branch diff too long, truncating to 2000 out of 9862 lines diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE

[pypy-commit] pypy default: remove all traces of micronumpy from cpyext if --withoutmod-micronumpy option used

2016-01-27 Thread mattip
Author: mattip Branch: Changeset: r81985:3ec0e1e24a2e Date: 2016-01-28 00:04 +0200 http://bitbucket.org/pypy/pypy/changeset/3ec0e1e24a2e/ Log:remove all traces of micronumpy from cpyext if --withoutmod- micronumpy option used also back out ec6457a2d845 diff --git a/pypy

[pypy-commit] pypy cpyext-ext: merge default into branch

2016-01-28 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r82000:da987f28cbfb Date: 2016-01-28 23:56 +0200 http://bitbucket.org/pypy/pypy/changeset/da987f28cbfb/ Log:merge default into branch diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst --- a/pypy/doc/faq.rst +++ b/pypy/doc/faq.rst @@ -54,7 +54,8

[pypy-commit] pypy cffi-embedding-win32: first stab at fixing embedding for win32

2016-01-29 Thread mattip
Author: mattip Branch: cffi-embedding-win32 Changeset: r82003:237a8c5c0202 Date: 2016-01-29 16:06 +0200 http://bitbucket.org/pypy/pypy/changeset/237a8c5c0202/ Log:first stab at fixing embedding for win32 diff --git a/pypy/module/_cffi_backend/embedding.py b/pypy/module/_cffi_backend

[pypy-commit] cffi embedding-pypy-win32: allow embedding tests to run on pypy win32

2016-01-31 Thread mattip
Author: mattip Branch: embedding-pypy-win32 Changeset: r2616:6b5048b944cf Date: 2016-01-30 20:50 +0200 http://bitbucket.org/cffi/cffi/changeset/6b5048b944cf/ Log:allow embedding tests to run on pypy win32 diff --git a/cffi/api.py b/cffi/api.py --- a/cffi/api.py +++ b/cffi/api.py @@ -549,24

[pypy-commit] pypy default: skip for msvc

2016-01-31 Thread mattip
Author: mattip Branch: Changeset: r82014:aa367ba93c8a Date: 2016-01-31 23:03 +0200 http://bitbucket.org/pypy/pypy/changeset/aa367ba93c8a/ Log:skip for msvc diff --git a/rpython/rtyper/tool/test/test_rffi_platform.py b/rpython/rtyper/tool/test/test_rffi_platform.py --- a/rpython/rtyper

[pypy-commit] cffi embedding-pypy-win32: prepend dll path on win32

2016-02-01 Thread mattip
Author: mattip Branch: embedding-pypy-win32 Changeset: r2617:d623a21d479c Date: 2016-02-02 00:20 +0200 http://bitbucket.org/cffi/cffi/changeset/d623a21d479c/ Log:prepend dll path on win32 diff --git a/testing/embedding/test_basic.py b/testing/embedding/test_basic.py --- a/testing/embedding

[pypy-commit] pypy cffi-embedding-win32: force binary mode io for win32, with side effect of making io unbuffered

2016-02-01 Thread mattip
Author: mattip Branch: cffi-embedding-win32 Changeset: r82038:e1b9c0216be7 Date: 2016-02-02 00:24 +0200 http://bitbucket.org/pypy/pypy/changeset/e1b9c0216be7/ Log:force binary mode io for win32, with side effect of making io unbuffered diff --git a/pypy/goal/targetpypystandalone.py

[pypy-commit] pypy default: first stab at fixing embedding for win32

2016-02-03 Thread mattip
Author: mattip Branch: Changeset: r82061:338d32e89981 Date: 2016-01-29 16:06 +0200 http://bitbucket.org/pypy/pypy/changeset/338d32e89981/ Log:first stab at fixing embedding for win32 (grafted from 237a8c5c0202731866a958c900235d68ff739912) diff --git a/pypy/module/_cffi_backend

[pypy-commit] pypy default: importing clibffi has side effects on win32, causing nested external function calls if not imported early

2016-02-03 Thread mattip
Author: mattip Branch: Changeset: r82066:cbfc796b3af3 Date: 2016-02-03 23:58 +0200 http://bitbucket.org/pypy/pypy/changeset/cbfc796b3af3/ Log:importing clibffi has side effects on win32, causing nested external function calls if not imported early a deeper solution would be

[pypy-commit] pypy seperate-strucmember_h: create branch to seperate structmember.h from Python.h

2016-02-09 Thread mattip
Author: mattip Branch: seperate-strucmember_h Changeset: r82131:89ae4fa28821 Date: 2016-02-09 23:26 +0200 http://bitbucket.org/pypy/pypy/changeset/89ae4fa28821/ Log:create branch to seperate structmember.h from Python.h ___ pypy-commit mailing

[pypy-commit] pypy seperate-strucmember_h: fix test

2016-02-10 Thread mattip
Author: mattip Branch: seperate-strucmember_h Changeset: r82150:8b1eeaf21f9e Date: 2016-02-10 21:52 +0200 http://bitbucket.org/pypy/pypy/changeset/8b1eeaf21f9e/ Log:fix test diff --git a/pypy/module/cpyext/test/test_intobject.py b/pypy/module/cpyext/test/test_intobject.py --- a/pypy/module

[pypy-commit] pypy seperate-strucmember_h: minimize differences to cpython's version, remove unneeded #define s

2016-02-10 Thread mattip
Author: mattip Branch: seperate-strucmember_h Changeset: r82151:3556cafcadd9 Date: 2016-02-10 21:58 +0200 http://bitbucket.org/pypy/pypy/changeset/3556cafcadd9/ Log:minimize differences to cpython's version, remove unneeded #define s diff --git a/pypy/module/cpyext/include/structmember

[pypy-commit] pypy seperate-strucmember_h: close branch to be merged

2016-02-10 Thread mattip
Author: mattip Branch: seperate-strucmember_h Changeset: r82152:951beb8c1607 Date: 2016-02-11 00:04 +0200 http://bitbucket.org/pypy/pypy/changeset/951beb8c1607/ Log:close branch to be merged ___ pypy-commit mailing list pypy-commit@python.org

[pypy-commit] pypy default: merge seperate-strucmember_h which moves structmember.h out of Python.h

2016-02-10 Thread mattip
Author: mattip Branch: Changeset: r82153:c9a273a1a16d Date: 2016-02-11 00:05 +0200 http://bitbucket.org/pypy/pypy/changeset/c9a273a1a16d/ Log:merge seperate-strucmember_h which moves structmember.h out of Python.h diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py

[pypy-commit] pypy default: document merged branch

2016-02-10 Thread mattip
Author: mattip Branch: Changeset: r82154:4ff7977d1071 Date: 2016-02-11 00:08 +0200 http://bitbucket.org/pypy/pypy/changeset/4ff7977d1071/ Log:document merged branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew

[pypy-commit] pypy default: Merged in devin.jeanpierre/pypy-headers (pull request #348)

2016-02-11 Thread mattip
Author: mattip Branch: Changeset: r82168:8d87f427ab24 Date: 2016-02-11 22:26 +0200 http://bitbucket.org/pypy/pypy/changeset/8d87f427ab24/ Log:Merged in devin.jeanpierre/pypy-headers (pull request #348) Add float-related C macro definitions to cpyext. diff --git a/pypy/module

[pypy-commit] pypy cpyext-gc-support-2: fixes in tests

2016-02-15 Thread mattip
Author: mattip Branch: cpyext-gc-support-2 Changeset: r82273:068b526e7520 Date: 2016-02-15 21:42 +0200 http://bitbucket.org/pypy/pypy/changeset/068b526e7520/ Log:fixes in tests diff --git a/pypy/module/cpyext/test/test_api.py b/pypy/module/cpyext/test/test_api.py --- a/pypy/module/cpyext

[pypy-commit] pypy default: remove debug cruft

2016-02-19 Thread mattip
Author: mattip Branch: Changeset: r82337:39fb9fc4c967 Date: 2016-02-19 16:31 +0200 http://bitbucket.org/pypy/pypy/changeset/39fb9fc4c967/ Log:remove debug cruft diff --git a/pypy/module/micronumpy/concrete.py b/pypy/module/micronumpy/concrete.py --- a/pypy/module/micronumpy/concrete.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 b/pypy/module/micronumpy/concrete.py

[pypy-commit] pypy cpyext-gc-support-2: merge default into branch

2016-02-21 Thread mattip
Author: mattip Branch: cpyext-gc-support-2 Changeset: r82356:1e38809f93be Date: 2016-02-20 13:38 +0100 http://bitbucket.org/pypy/pypy/changeset/1e38809f93be/ Log:merge default into branch diff too long, truncating to 2000 out of 7656 lines diff --git a/.hgignore b/.hgignore --- a/.hgignore

[pypy-commit] pypy cpyext-ext: unicode tests pass

2016-02-21 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r82360:74587c2585fe Date: 2016-02-20 23:03 +0100 http://bitbucket.org/pypy/pypy/changeset/74587c2585fe/ Log:unicode tests pass diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module/cpyext/api.py +++ b/pypy/module

[pypy-commit] pypy cpyext-ext: merge default into branch

2016-02-21 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r82357:56c22c3dbaea Date: 2016-02-20 13:49 +0100 http://bitbucket.org/pypy/pypy/changeset/56c22c3dbaea/ Log:merge default into branch diff too long, truncating to 2000 out of 7485 lines diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b

[pypy-commit] pypy cpyext-ext: merge cpyext-gc-support-2 into brancj

2016-02-21 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r82359:48408805395d Date: 2016-02-20 14:33 +0100 http://bitbucket.org/pypy/pypy/changeset/48408805395d/ Log:merge cpyext-gc-support-2 into brancj diff too long, truncating to 2000 out of 4643 lines diff --git a/lib_pypy/_pypy_testcapi.py b

[pypy-commit] pypy cpyext-ext: create larger c files by indexing directories together (previously each file was seperate)

2016-02-21 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r82355:30ba30f75823 Date: 2016-02-08 21:53 +0200 http://bitbucket.org/pypy/pypy/changeset/30ba30f75823/ Log:create larger c files by indexing directories together (previously each file was seperate) diff --git a/rpython/translator/c

[pypy-commit] pypy cpyext-ext: fix merge

2016-02-21 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r82358:8b4f91899232 Date: 2016-02-20 14:28 +0100 http://bitbucket.org/pypy/pypy/changeset/8b4f91899232/ Log:fix merge diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module/cpyext/api.py +++ b/pypy/module/cpyext

[pypy-commit] pypy cpyext-ext: fixes

2016-02-21 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r82361:3472ea77ece7 Date: 2016-02-21 10:12 +0100 http://bitbucket.org/pypy/pypy/changeset/3472ea77ece7/ Log:fixes diff --git a/pypy/module/cpyext/sequence.py b/pypy/module/cpyext/sequence.py --- a/pypy/module/cpyext/sequence.py +++ b/pypy/module

[pypy-commit] pypy cpyext-gc-support-2: merge heads

2016-02-21 Thread mattip
Author: mattip Branch: cpyext-gc-support-2 Changeset: r82362:fdbbb1763463 Date: 2016-02-21 12:54 +0100 http://bitbucket.org/pypy/pypy/changeset/fdbbb1763463/ Log:merge heads diff --git a/rpython/rlib/rawrefcount.py b/rpython/rlib/rawrefcount.py --- a/rpython/rlib/rawrefcount.py +++ b

[pypy-commit] pypy cpyext-ext: fix order of operations

2016-02-21 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r82363:46e8c7546570 Date: 2016-02-21 14:21 +0100 http://bitbucket.org/pypy/pypy/changeset/46e8c7546570/ Log:fix order of operations diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module/cpyext/api.py +++ b/pypy

[pypy-commit] pypy cpyext-ext: merge cpyext-gc-support-2 into branch

2016-02-21 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r82364:4ccd599cd77a Date: 2016-02-21 14:21 +0100 http://bitbucket.org/pypy/pypy/changeset/4ccd599cd77a/ Log:merge cpyext-gc-support-2 into branch diff --git a/rpython/rlib/rawrefcount.py b/rpython/rlib/rawrefcount.py --- a/rpython/rlib

[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 b/pypy/module/micronumpy/compile.py --- a

[pypy-commit] pypy.org extradoc: close numpy donation campaign

2016-02-22 Thread mattip
Author: mattip Branch: extradoc Changeset: r705:62fbad1ffe3d Date: 2016-02-22 11:44 +0100 http://bitbucket.org/pypy/pypy.org/changeset/62fbad1ffe3d/ Log:close numpy donation campaign diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -3,7 +3,7 @@ Donate towards STM

[pypy-commit] pypy.org pypy3-update: update pypy3 and kill pypy3 campaign, pending a new pypy3 campaign in the futue

2016-02-22 Thread mattip
Author: mattip Branch: pypy3-update Changeset: r706:e54d381be09f Date: 2016-02-22 12:32 +0100 http://bitbucket.org/pypy/pypy.org/changeset/e54d381be09f/ Log:update pypy3 and kill pypy3 campaign, pending a new pypy3 campaign in the futue diff --git a/don1.html b/don1.html --- a/don1

[pypy-commit] pypy default: add requirements.txt for untranslated tests

2016-02-22 Thread mattip
Author: mattip Branch: Changeset: r82390:b46f8fd85897 Date: 2016-02-22 14:03 +0100 http://bitbucket.org/pypy/pypy/changeset/b46f8fd85897/ Log:add requirements.txt for untranslated tests diff --git a/requirements.txt b/requirements.txt new file mode 100644 --- /dev/null +++ b

[pypy-commit] pypy cpyext-ext: (rlamy) fix for testing - cache the function

2016-02-22 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r82389:a795cb8e3138 Date: 2016-02-21 18:29 +0100 http://bitbucket.org/pypy/pypy/changeset/a795cb8e3138/ Log:(rlamy) fix for testing - cache the function diff --git a/pypy/module/cpyext/dictobject.py b/pypy/module/cpyext/dictobject.py --- a/pypy

[pypy-commit] pypy cpyext-ext: fix, test PyDictProxy object

2016-02-22 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r82388:b1fc26f1766b Date: 2016-02-21 18:00 +0100 http://bitbucket.org/pypy/pypy/changeset/b1fc26f1766b/ Log:fix, test PyDictProxy object diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module/cpyext/api.py +++ b/pypy

[pypy-commit] buildbot default: run own tests in a virtualenv, document the virtualenv requirement

2016-02-22 Thread mattip
Author: mattip Branch: Changeset: r988:d0965d2a7c68 Date: 2016-02-22 17:03 +0100 http://bitbucket.org/pypy/buildbot/changeset/d0965d2a7c68/ Log:run own tests in a virtualenv, document the virtualenv requirement diff --git a/README_BUILDSLAVE b/README_BUILDSLAVE --- a/README_BUILDSLAVE

[pypy-commit] pypy cpyext-ext: merge cpyext-gc-support-2 into branch

2016-02-23 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r82421:0b974f24de3d Date: 2016-02-23 11:14 +0100 http://bitbucket.org/pypy/pypy/changeset/0b974f24de3d/ Log:merge cpyext-gc-support-2 into branch diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -22,6 +22,7 @@ ^pypy/module

[pypy-commit] buildbot default: whoops for windows

2016-02-23 Thread mattip
Author: mattip Branch: Changeset: r989:84b6181d15c1 Date: 2016-02-23 11:46 +0100 http://bitbucket.org/pypy/buildbot/changeset/84b6181d15c1/ Log:whoops for windows diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py --- a/bot2/pypybuildbot/builds.py +++ b/bot2

[pypy-commit] pypy default: merge heads

2016-02-23 Thread mattip
Author: mattip Branch: Changeset: r82447:904c371acd44 Date: 2016-02-23 16:34 +0100 http://bitbucket.org/pypy/pypy/changeset/904c371acd44/ Log:merge heads diff --git a/pypy/module/cpyext/__init__.py b/pypy/module/cpyext/__init__.py --- a/pypy/module/cpyext/__init__.py +++ b/pypy/module

[pypy-commit] pypy default: rename stringobject.py to bytesobject.py

2016-02-23 Thread mattip
Author: mattip Branch: Changeset: r82445:e2a7fc01c7db Date: 2016-02-23 15:00 +0100 http://bitbucket.org/pypy/pypy/changeset/e2a7fc01c7db/ Log:rename stringobject.py to bytesobject.py diff --git a/pypy/module/cpyext/stringobject.py b/pypy/module/cpyext/bytesobject.py rename from pypy

[pypy-commit] pypy default: fix for renames

2016-02-23 Thread mattip
Author: mattip Branch: Changeset: r82446:1df21a900a84 Date: 2016-02-23 15:06 +0100 http://bitbucket.org/pypy/pypy/changeset/1df21a900a84/ Log:fix for renames diff --git a/pypy/module/cpyext/__init__.py b/pypy/module/cpyext/__init__.py --- a/pypy/module/cpyext/__init__.py +++ b/pypy/module

[pypy-commit] pypy ndarray-setitem-filtered: test, move copying to more explicit location

2016-02-23 Thread mattip
Author: mattip Branch: ndarray-setitem-filtered Changeset: r82467:d995a378bdd0 Date: 2016-02-24 08:26 +0100 http://bitbucket.org/pypy/pypy/changeset/d995a378bdd0/ Log:test, move copying to more explicit location diff --git a/pypy/module/micronumpy/concrete.py b/pypy/module/micronumpy

[pypy-commit] pypy ndarray-setitem-filtered: test and fix setitem for ndarrays with a boolean filter

2016-02-23 Thread mattip
Author: mattip Branch: ndarray-setitem-filtered Changeset: r82466:965416239e8f Date: 2016-02-24 08:24 +0100 http://bitbucket.org/pypy/pypy/changeset/965416239e8f/ Log:test and fix setitem for ndarrays with a boolean filter ___ pypy-commit mailing

[pypy-commit] pypy ndarray-setitem-filtered: WIP - add comment where the problem occurs

2016-02-23 Thread mattip
Author: mattip Branch: ndarray-setitem-filtered Changeset: r82468:cae31623079d Date: 2016-02-24 08:29 +0100 http://bitbucket.org/pypy/pypy/changeset/cae31623079d/ Log:WIP - add comment where the problem occurs diff --git a/pypy/module/micronumpy/strides.py b/pypy/module/micronumpy

[pypy-commit] extradoc extradoc: ghost-write a rough draft blog post about cpyexy-gc-support

2016-02-24 Thread mattip
Author: mattip Branch: extradoc Changeset: r5609:827afaef5ee9 Date: 2016-02-24 15:50 +0100 http://bitbucket.org/pypy/extradoc/changeset/827afaef5ee9/ Log:ghost-write a rough draft blog post about cpyexy-gc-support diff --git a/blog/draft/cpyext-gcsupport.rst b/blog/draft/cpyext

[pypy-commit] pypy default: start updating for bug-fix releases

2016-02-25 Thread mattip
Author: mattip Branch: Changeset: r82504:2828af388188 Date: 2016-02-25 12:58 +0100 http://bitbucket.org/pypy/pypy/changeset/2828af388188/ Log:start updating for bug-fix releases diff --git a/pypy/doc/how-to-release.rst b/pypy/doc/how-to-release.rst --- a/pypy/doc/how-to-release.rst +++ b

[pypy-commit] pypy cpyext-ext: add NotImplemented getsiice, setslice

2016-02-27 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r82595:67b8df2d7d8d Date: 2016-02-27 20:58 -0500 http://bitbucket.org/pypy/pypy/changeset/67b8df2d7d8d/ Log:add NotImplemented getsiice, setslice diff --git a/pypy/module/cpyext/sequence.py b/pypy/module/cpyext/sequence.py --- a/pypy/module

[pypy-commit] pypy cpyext-ext: add a failing test

2016-02-27 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r82594:fc01e33f1288 Date: 2016-02-27 20:56 -0500 http://bitbucket.org/pypy/pypy/changeset/fc01e33f1288/ Log:add a failing test diff --git a/pypy/module/cpyext/test/test_pyerrors.py b/pypy/module/cpyext/test/test_pyerrors.py --- a/pypy/module

[pypy-commit] pypy cpyext-ext: remove docstring test, skip non-inheritance test until app-level test implemented

2016-02-27 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r82593:4b4ad3294135 Date: 2016-02-25 18:42 +0100 http://bitbucket.org/pypy/pypy/changeset/4b4ad3294135/ Log:remove docstring test, skip non-inheritance test until app-level test implemented diff --git a/pypy/module/cpyext/api.py b/pypy

[pypy-commit] buildbot default: add test runner, path-to-test to bottom of failure long representation

2016-02-27 Thread mattip
Author: mattip Branch: Changeset: r990:535a6e83f514 Date: 2016-02-26 07:43 +0100 http://bitbucket.org/pypy/buildbot/changeset/535a6e83f514/ Log:add test runner, path-to-test to bottom of failure long representation diff --git a/bot2/pypybuildbot/summary.py b/bot2/pypybuildbot

[pypy-commit] pypy cpyext-ext: add test, passes -A, fails untranslated

2016-02-28 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r82609:22fa8dfd0a2d Date: 2016-02-28 23:43 -0500 http://bitbucket.org/pypy/pypy/changeset/22fa8dfd0a2d/ Log:add test, passes -A, fails untranslated diff --git a/pypy/module/cpyext/test/test_stringobject.py b/pypy/module/cpyext/test

[pypy-commit] pypy cpyext-ext: fix test from 22fa8dfd0a2d by creating yet more alloc() functions

2016-02-29 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r82616:d3f9504cf268 Date: 2016-02-29 16:57 -0500 http://bitbucket.org/pypy/pypy/changeset/d3f9504cf268/ Log:fix test from 22fa8dfd0a2d by creating yet more alloc() functions diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a

[pypy-commit] pypy cpyext-ext: fix fix

2016-03-01 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r82649:d34b903fd57b Date: 2016-03-01 21:45 -0500 http://bitbucket.org/pypy/pypy/changeset/d34b903fd57b/ Log:fix fix diff --git a/pypy/module/cpyext/unicodeobject.py b/pypy/module/cpyext/unicodeobject.py --- a/pypy/module/cpyext/unicodeobject.py

[pypy-commit] pypy issue-2248: fix for issue #2248, can W_Float.int() be removed?

2016-03-01 Thread mattip
Author: mattip Branch: issue-2248 Changeset: r82650:64144f654a33 Date: 2016-03-02 00:27 -0500 http://bitbucket.org/pypy/pypy/changeset/64144f654a33/ Log:fix for issue #2248, can W_Float.int() be removed? diff --git a/pypy/module/__builtin__/test/test_classobj.py b/pypy/module/__builtin__

[pypy-commit] pypy issue-2248: remove unused function

2016-03-02 Thread mattip
Author: mattip Branch: issue-2248 Changeset: r82654:a6507c5a6623 Date: 2016-03-02 08:58 -0500 http://bitbucket.org/pypy/pypy/changeset/a6507c5a6623/ Log:remove unused function diff --git a/pypy/objspace/std/floatobject.py b/pypy/objspace/std/floatobject.py --- a/pypy/objspace/std

[pypy-commit] pypy cpyext-ext: unskip and start to fix test for tp_new (issue #1703)

2016-03-02 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r82662:2279834c7e56 Date: 2016-03-02 14:31 -0500 http://bitbucket.org/pypy/pypy/changeset/2279834c7e56/ Log:unskip and start to fix test for tp_new (issue #1703) diff --git a/pypy/module/cpyext/test/foo3.c b/pypy/module/cpyext/test/foo3.c --- a

[pypy-commit] pypy cpyext-ext: fix for tp_new slot

2016-03-03 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r82675:3e9fab0f7ce6 Date: 2016-03-02 23:25 -0500 http://bitbucket.org/pypy/pypy/changeset/3e9fab0f7ce6/ Log:fix for tp_new slot diff --git a/pypy/module/cpyext/slotdefs.py b/pypy/module/cpyext/slotdefs.py --- a/pypy/module/cpyext/slotdefs.py

[pypy-commit] pypy ndarray-setitem-filtered: fix setitem

2016-03-03 Thread mattip
Author: mattip Branch: ndarray-setitem-filtered Changeset: r82677:abeee2a7ee62 Date: 2016-03-03 15:45 +0200 http://bitbucket.org/pypy/pypy/changeset/abeee2a7ee62/ Log:fix setitem diff --git a/pypy/module/micronumpy/ndarray.py b/pypy/module/micronumpy/ndarray.py --- a/pypy/module/micronumpy

[pypy-commit] pypy cpyext-ext: fix uppercase/lowercase issues till test passes -A, exceeds recursion depth untranslated

2016-03-03 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r82674:c95852e53e64 Date: 2016-03-02 18:28 -0500 http://bitbucket.org/pypy/pypy/changeset/c95852e53e64/ Log:fix uppercase/lowercase issues till test passes -A, exceeds recursion depth untranslated diff --git a/pypy/module/cpyext/test/foo3

[pypy-commit] pypy cpyext-ext: PyNumber_Check accepts int as well as float

2016-03-03 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r82676:4d2743ceeb86 Date: 2016-03-03 02:24 -0500 http://bitbucket.org/pypy/pypy/changeset/4d2743ceeb86/ Log:PyNumber_Check accepts int as well as float diff --git a/pypy/module/cpyext/number.py b/pypy/module/cpyext/number.py --- a/pypy/module

[pypy-commit] pypy ndarray-setitem-filtered: close branch to be merged

2016-03-04 Thread mattip
Author: mattip Branch: ndarray-setitem-filtered Changeset: r82687:3269540e9cfd Date: 2016-03-04 11:54 +0200 http://bitbucket.org/pypy/pypy/changeset/3269540e9cfd/ Log:close branch to be merged ___ pypy-commit mailing list pypy-commit@python.org

[pypy-commit] pypy issue-2248: close branch to be merged

2016-03-04 Thread mattip
Author: mattip Branch: issue-2248 Changeset: r82685:771022ef9e37 Date: 2016-03-04 11:52 +0200 http://bitbucket.org/pypy/pypy/changeset/771022ef9e37/ Log:close branch to be merged ___ pypy-commit mailing list pypy-commit@python.org https

[pypy-commit] pypy release-2.0-beta2: close unsupported release branch

2016-03-04 Thread mattip
Author: mattip Branch: release-2.0-beta2 Changeset: r82691:b030b1d607ea Date: 2016-03-04 12:07 +0200 http://bitbucket.org/pypy/pypy/changeset/b030b1d607ea/ Log:close unsupported release branch ___ pypy-commit mailing list pypy-commit@python.org

[pypy-commit] pypy default: merge ndarray-setitem-filtered, which fixes issue #1674, issue #1717

2016-03-04 Thread mattip
Author: mattip Branch: Changeset: r82688:403a0931e0bc Date: 2016-03-04 11:58 +0200 http://bitbucket.org/pypy/pypy/changeset/403a0931e0bc/ Log:merge ndarray-setitem-filtered, which fixes issue #1674, issue #1717 diff --git a/pypy/module/micronumpy/concrete.py b/pypy/module/micronumpy

[pypy-commit] pypy closed-branches: Merge closed head 40d0d90f6ece on branch osx-eci-frameworks-makefile

2016-03-04 Thread mattip
Author: mattip Branch: closed-branches Changeset: r82695:d9364dd273b9 Date: 2016-03-04 12:14 +0200 http://bitbucket.org/pypy/pypy/changeset/d9364dd273b9/ Log:Merge closed head 40d0d90f6ece on branch osx-eci-frameworks-makefile ___ pypy-commit

[pypy-commit] pypy default: document merged branches

2016-03-04 Thread mattip
Author: mattip Branch: Changeset: r82689:1491ec62293d Date: 2016-03-04 12:04 +0200 http://bitbucket.org/pypy/pypy/changeset/1491ec62293d/ Log:document merged branches diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc

[pypy-commit] pypy default: merge issue-2248, which fixes float.__int__()

2016-03-04 Thread mattip
Author: mattip Branch: Changeset: r82686:7ac45ccc8658 Date: 2016-03-04 11:53 +0200 http://bitbucket.org/pypy/pypy/changeset/7ac45ccc8658/ Log:merge issue-2248, which fixes float.__int__() diff --git a/pypy/module/__builtin__/test/test_classobj.py b/pypy/module/__builtin__/test

[pypy-commit] pypy release-2.2.x: close unsupported release branch

2016-03-04 Thread mattip
Author: mattip Branch: release-2.2.x Changeset: r82694:d532e10b0752 Date: 2016-03-04 12:08 +0200 http://bitbucket.org/pypy/pypy/changeset/d532e10b0752/ Log:close unsupported release branch ___ pypy-commit mailing list pypy-commit@python.org https

[pypy-commit] pypy closed-branches: Merge closed head b8f603e27cae on branch timeb_h

2016-03-04 Thread mattip
Author: mattip Branch: closed-branches Changeset: r82697:d5a85cd5327b Date: 2016-03-04 12:14 +0200 http://bitbucket.org/pypy/pypy/changeset/d5a85cd5327b/ Log:Merge closed head b8f603e27cae on branch timeb_h ___ pypy-commit mailing list pypy-commit

[pypy-commit] pypy release-2.1.x: close unsupported release branch

2016-03-04 Thread mattip
Author: mattip Branch: release-2.1.x Changeset: r82693:9eb8b9771f92 Date: 2016-03-04 12:08 +0200 http://bitbucket.org/pypy/pypy/changeset/9eb8b9771f92/ Log:close unsupported release branch ___ pypy-commit mailing list pypy-commit@python.org https

[pypy-commit] pypy release-2.0.x: close unsupported release branch

2016-03-04 Thread mattip
Author: mattip Branch: release-2.0.x Changeset: r82692:e0575fdcfb2a Date: 2016-03-04 12:07 +0200 http://bitbucket.org/pypy/pypy/changeset/e0575fdcfb2a/ Log:close unsupported release branch ___ pypy-commit mailing list pypy-commit@python.org https

[pypy-commit] pypy release-1.7.x: close unsupported release branch

2016-03-04 Thread mattip
Author: mattip Branch: release-1.7.x Changeset: r82690:192b87cf01e5 Date: 2016-03-04 12:06 +0200 http://bitbucket.org/pypy/pypy/changeset/192b87cf01e5/ Log:close unsupported release branch ___ pypy-commit mailing list pypy-commit@python.org https

[pypy-commit] pypy closed-branches: Merge closed head 17a61e37733e on branch OlivierBlanvillain/fix-3-broken-links-on-pypy-published-pap-1386250839215

2016-03-04 Thread mattip
Author: mattip Branch: closed-branches Changeset: r82698:c79472432dae Date: 2016-03-04 12:14 +0200 http://bitbucket.org/pypy/pypy/changeset/c79472432dae/ Log:Merge closed head 17a61e37733e on branch OlivierBlanvillain/fix-3 -broken-links-on-pypy-published-pap-1386250839215

[pypy-commit] pypy closed-branches: Merge closed head 94a579477ef0 on branch better_ftime_detect2

2016-03-04 Thread mattip
Author: mattip Branch: closed-branches Changeset: r82696:2cfb04d22801 Date: 2016-03-04 12:14 +0200 http://bitbucket.org/pypy/pypy/changeset/2cfb04d22801/ Log:Merge closed head 94a579477ef0 on branch better_ftime_detect2 ___ pypy-commit mailing

[pypy-commit] pypy closed-branches: Merge closed head 61b902f1f07b on branch improve-docs-fixes

2016-03-04 Thread mattip
Author: mattip Branch: closed-branches Changeset: r82708:3375c78ccaf0 Date: 2016-03-04 12:14 +0200 http://bitbucket.org/pypy/pypy/changeset/3375c78ccaf0/ Log:Merge closed head 61b902f1f07b on branch improve-docs-fixes ___ pypy-commit mailing list

[pypy-commit] pypy closed-branches: Merge closed head 1441eb71f9d9 on branch None-consistency

2016-03-04 Thread mattip
Author: mattip Branch: closed-branches Changeset: r82710:67eaaf820c0e Date: 2016-03-04 12:14 +0200 http://bitbucket.org/pypy/pypy/changeset/67eaaf820c0e/ Log:Merge closed head 1441eb71f9d9 on branch None-consistency ___ pypy-commit mailing list

[pypy-commit] pypy closed-branches: Merge closed head 317499aea22b on branch popen-pclose

2016-03-04 Thread mattip
Author: mattip Branch: closed-branches Changeset: r82699:f288134e3b10 Date: 2016-03-04 12:14 +0200 http://bitbucket.org/pypy/pypy/changeset/f288134e3b10/ Log:Merge closed head 317499aea22b on branch popen-pclose ___ pypy-commit mailing list pypy

[pypy-commit] pypy closed-branches: Merge closed head 08b71058baa1 on branch gc-incminimark-pinning-improve

2016-03-04 Thread mattip
Author: mattip Branch: closed-branches Changeset: r82711:ace15dd75551 Date: 2016-03-04 12:14 +0200 http://bitbucket.org/pypy/pypy/changeset/ace15dd75551/ Log:Merge closed head 08b71058baa1 on branch gc-incminimark-pinning- improve ___ pypy

[pypy-commit] pypy closed-branches: Merge closed head 04584fc796b0 on branch refactor_PyErr_SetFromErrnoWithFilename

2016-03-04 Thread mattip
Author: mattip Branch: closed-branches Changeset: r82703:bb02a4d18ebb Date: 2016-03-04 12:14 +0200 http://bitbucket.org/pypy/pypy/changeset/bb02a4d18ebb/ Log:Merge closed head 04584fc796b0 on branch refactor_PyErr_SetFromErrnoWithFilename

[pypy-commit] pypy closed-branches: Merge closed head aabd62322443 on branch test_SetFromErrnoWithFilename__tweaks

2016-03-04 Thread mattip
Author: mattip Branch: closed-branches Changeset: r82700:1bf86aef5ba0 Date: 2016-03-04 12:14 +0200 http://bitbucket.org/pypy/pypy/changeset/1bf86aef5ba0/ Log:Merge closed head aabd62322443 on branch test_SetFromErrnoWithFilename__tweaks

[pypy-commit] pypy closed-branches: Merge closed head 42120ecaf5ae on branch py3k-posix-decode

2016-03-04 Thread mattip
Author: mattip Branch: closed-branches Changeset: r82707:b16a501feb63 Date: 2016-03-04 12:14 +0200 http://bitbucket.org/pypy/pypy/changeset/b16a501feb63/ Log:Merge closed head 42120ecaf5ae on branch py3k-posix-decode ___ pypy-commit mailing list

[pypy-commit] pypy closed-branches: Merge closed head d577539c2307 on branch py3k-reset-locale

2016-03-04 Thread mattip
Author: mattip Branch: closed-branches Changeset: r82706:f52800a195d5 Date: 2016-03-04 12:14 +0200 http://bitbucket.org/pypy/pypy/changeset/f52800a195d5/ Log:Merge closed head d577539c2307 on branch py3k-reset-locale ___ pypy-commit mailing list

[pypy-commit] pypy closed-branches: Merge closed head de58d64bcb59 on branch osx-vmprof-support

2016-03-04 Thread mattip
Author: mattip Branch: closed-branches Changeset: r82716:fc3b9721f914 Date: 2016-03-04 12:14 +0200 http://bitbucket.org/pypy/pypy/changeset/fc3b9721f914/ Log:Merge closed head de58d64bcb59 on branch osx-vmprof-support ___ pypy-commit mailing list

[pypy-commit] pypy closed-branches: Merge closed head 4796ade52de3 on branch numpy-reintroduce-zjit-tests

2016-03-04 Thread mattip
Author: mattip Branch: closed-branches Changeset: r82723:08fc11067e27 Date: 2016-03-04 12:14 +0200 http://bitbucket.org/pypy/pypy/changeset/08fc11067e27/ Log:Merge closed head 4796ade52de3 on branch numpy-reintroduce-zjit- tests ___ pypy

[pypy-commit] pypy closed-branches: Merge closed head bbdd34440e0e on branch test_SetFromErrnoWithFilename_NULL

2016-03-04 Thread mattip
Author: mattip Branch: closed-branches Changeset: r82702:6434bce4640f Date: 2016-03-04 12:14 +0200 http://bitbucket.org/pypy/pypy/changeset/6434bce4640f/ Log:Merge closed head bbdd34440e0e on branch test_SetFromErrnoWithFilename_NULL

[pypy-commit] pypy closed-branches: Merge closed head 82fa12110c8f on branch scalar-operations

2016-03-04 Thread mattip
Author: mattip Branch: closed-branches Changeset: r82705:3195c23f335e Date: 2016-03-04 12:14 +0200 http://bitbucket.org/pypy/pypy/changeset/3195c23f335e/ Log:Merge closed head 82fa12110c8f on branch scalar-operations ___ pypy-commit mailing list

[pypy-commit] pypy closed-branches: Merge closed head 887a48ed959b on branch lexer_token_position_class

2016-03-04 Thread mattip
Author: mattip Branch: closed-branches Changeset: r82704:eeff0fe9524f Date: 2016-03-04 12:14 +0200 http://bitbucket.org/pypy/pypy/changeset/eeff0fe9524f/ Log:Merge closed head 887a48ed959b on branch lexer_token_position_class ___ pypy-commit

[pypy-commit] pypy closed-branches: Merge closed head d920fee2333f on branch jitframe-offset

2016-03-04 Thread mattip
Author: mattip Branch: closed-branches Changeset: r82721:710a6c573849 Date: 2016-03-04 12:14 +0200 http://bitbucket.org/pypy/pypy/changeset/710a6c573849/ Log:Merge closed head d920fee2333f on branch jitframe-offset ___ pypy-commit mailing list

[pypy-commit] pypy closed-branches: Merge closed head cf1cb893229a on branch add_PyErr_SetFromErrnoWithFilenameObject_try_2

2016-03-04 Thread mattip
Author: mattip Branch: closed-branches Changeset: r82701:ff58cc0ac36c Date: 2016-03-04 12:14 +0200 http://bitbucket.org/pypy/pypy/changeset/ff58cc0ac36c/ Log:Merge closed head cf1cb893229a on branch add_PyErr_SetFromErrnoWithFilenameObject_try_2

[pypy-commit] pypy closed-branches: Merge closed head bc6d1dab0c3b on branch release-15.11

2016-03-04 Thread mattip
Author: mattip Branch: closed-branches Changeset: r82714:54716e4d3687 Date: 2016-03-04 12:14 +0200 http://bitbucket.org/pypy/pypy/changeset/54716e4d3687/ Log:Merge closed head bc6d1dab0c3b on branch release-15.11 ___ pypy-commit mailing list pypy

[pypy-commit] pypy closed-branches: Merge closed head fdf329dca5f0 on branch improve-docs-fixes

2016-03-04 Thread mattip
Author: mattip Branch: closed-branches Changeset: r82709:d7b3cbdc9fc4 Date: 2016-03-04 12:14 +0200 http://bitbucket.org/pypy/pypy/changeset/d7b3cbdc9fc4/ Log:Merge closed head fdf329dca5f0 on branch improve-docs-fixes ___ pypy-commit mailing list

[pypy-commit] pypy closed-branches: Merge closed head e040414ce026 on branch vecopt-merge

2016-03-04 Thread mattip
Author: mattip Branch: closed-branches Changeset: r82712:8c7029f406cb Date: 2016-03-04 12:14 +0200 http://bitbucket.org/pypy/pypy/changeset/8c7029f406cb/ Log:Merge closed head e040414ce026 on branch vecopt-merge ___ pypy-commit mailing list pypy

[pypy-commit] pypy closed-branches: Merge closed head 8abc47287812 on branch py3.3

2016-03-04 Thread mattip
Author: mattip Branch: closed-branches Changeset: r82717:2b135a489870 Date: 2016-03-04 12:14 +0200 http://bitbucket.org/pypy/pypy/changeset/2b135a489870/ Log:Merge closed head 8abc47287812 on branch py3.3 ___ pypy-commit mailing list pypy-commit

[pypy-commit] pypy closed-branches: Merge closed head c7df87defdb6 on branch refactor-translator

2016-03-04 Thread mattip
Author: mattip Branch: closed-branches Changeset: r82718:c1cedee31ba7 Date: 2016-03-04 12:14 +0200 http://bitbucket.org/pypy/pypy/changeset/c1cedee31ba7/ Log:Merge closed head c7df87defdb6 on branch refactor-translator ___ pypy-commit mailing list

[pypy-commit] pypy closed-branches: Merge closed head 5548644da690 on branch vecopt

2016-03-04 Thread mattip
Author: mattip Branch: closed-branches Changeset: r82713:99fcf78c0f4a Date: 2016-03-04 12:14 +0200 http://bitbucket.org/pypy/pypy/changeset/99fcf78c0f4a/ Log:Merge closed head 5548644da690 on branch vecopt ___ pypy-commit mailing list pypy-commit

  1   2   3   4   5   6   7   8   9   10   >