[pypy-commit] pypy default: fix for 32 bit

2016-03-14 Thread mattip
Author: mattip Branch: Changeset: r83061:173add34cdd2 Date: 2016-03-15 08:10 +0200 http://bitbucket.org/pypy/pypy/changeset/173add34cdd2/ Log:fix for 32 bit diff --git a/pypy/module/micronumpy/test/test_ndarray.py b/pypy/module/micronumpy/test/test_ndarray.py --- a/pypy/module/micronumpy

[pypy-commit] pypy cpyext-ext: fix properly (amaury)

2016-03-18 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r83083:68a119b4877f Date: 2016-03-16 19:23 +0200 http://bitbucket.org/pypy/pypy/changeset/68a119b4877f/ Log:fix properly (amaury) diff --git a/pypy/module/cpyext/bytesobject.py b/pypy/module/cpyext/bytesobject.py --- a/pypy/module/cpyext

[pypy-commit] pypy release-5.x: update version to 5.0.1

2016-03-19 Thread mattip
Author: mattip Branch: release-5.x Changeset: r83126:8212933130f5 Date: 2016-03-18 12:33 +0200 http://bitbucket.org/pypy/pypy/changeset/8212933130f5/ Log:update version to 5.0.1 diff --git a/pypy/module/cpyext/include/patchlevel.h b/pypy/module/cpyext/include/patchlevel.h --- a/pypy/module

[pypy-commit] pypy default: start release 5.0.1

2016-03-19 Thread mattip
Author: mattip Branch: Changeset: r83128:41c6d761f311 Date: 2016-03-18 13:51 +0200 http://bitbucket.org/pypy/pypy/changeset/41c6d761f311/ Log:start release 5.0.1 diff --git a/pypy/doc/index-of-release-notes.rst b/pypy/doc/index-of-release-notes.rst --- a/pypy/doc/index-of-release

[pypy-commit] pypy default: help Popen find executable on win32

2016-03-19 Thread mattip
Author: Matti Picus Branch: Changeset: r83090:4aaefd95f635 Date: 2014-04-14 00:24 +0300 http://bitbucket.org/pypy/pypy/changeset/4aaefd95f635/ Log:help Popen find executable on win32 diff --git a/rpython/tool/runsubprocess.py b/rpython/tool/runsubprocess.py --- a/rpython/tool/runsubprocess.

[pypy-commit] pypy cpyext-ext: tweak

2016-03-19 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r83129:a59464aa579d Date: 2016-03-18 14:49 +0200 http://bitbucket.org/pypy/pypy/changeset/a59464aa579d/ Log:tweak diff --git a/pypy/module/cpyext/bytesobject.py b/pypy/module/cpyext/bytesobject.py --- a/pypy/module/cpyext/bytesobject.py +++ b

[pypy-commit] pypy cpyext-ext: add test that fails since ByteArray_Type's tp_as_buffer is NULL (line 1355 in getargs.c)

2016-03-19 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r83130:16f119c9be67 Date: 2016-03-18 14:28 +0200 http://bitbucket.org/pypy/pypy/changeset/16f119c9be67/ Log:add test that fails since ByteArray_Type's tp_as_buffer is NULL (line 1355 in getargs.c) diff --git a/pypy/module/cpyext

[pypy-commit] pypy.org extradoc: update current version to 5.0.1

2016-03-19 Thread mattip
Author: mattip Branch: extradoc Changeset: r726:076a6aefa483 Date: 2016-03-19 18:25 +0200 http://bitbucket.org/pypy/pypy.org/changeset/076a6aefa483/ Log:update current version to 5.0.1 diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -74,7 +74,7

[pypy-commit] pypy release-5.x: merge heads

2016-03-19 Thread mattip
Author: mattip Branch: release-5.x Changeset: r83127:b4e30894d356 Date: 2016-03-18 12:37 +0200 http://bitbucket.org/pypy/pypy/changeset/b4e30894d356/ Log:merge heads diff --git a/pypy/module/cpyext/include/patchlevel.h b/pypy/module/cpyext/include/patchlevel.h --- a/pypy/module/cpyext

[pypy-commit] pypy default: descriptors must fit on one line for appdef()

2016-03-19 Thread mattip
Author: mattip Branch: Changeset: r83084:aaec8eb09c6a Date: 2016-03-16 20:23 +0200 http://bitbucket.org/pypy/pypy/changeset/aaec8eb09c6a/ Log:descriptors must fit on one line for appdef() diff --git a/pypy/module/thread/test/test_lock.py b/pypy/module/thread/test/test_lock.py --- a/pypy

[pypy-commit] pypy py3.3: minimize diff to default to make test pass

2016-03-19 Thread mattip
Author: mattip Branch: py3.3 Changeset: r83092:f93e216f53f3 Date: 2016-03-16 22:15 +0200 http://bitbucket.org/pypy/pypy/changeset/f93e216f53f3/ Log:minimize diff to default to make test pass diff --git a/pypy/module/__pypy__/test/test_signal.py b/pypy/module/__pypy__/test/test_signal.py

[pypy-commit] pypy cpyext-ext: add a failing test for PyGILState_Release, passes with -A. Also add thread to config.translation

2016-03-20 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r83204:61665eeb889c Date: 2016-03-21 00:03 +0200 http://bitbucket.org/pypy/pypy/changeset/61665eeb889c/ Log:add a failing test for PyGILState_Release, passes with -A. Also add thread to config.translation diff --git a/pypy/module/cpyext

[pypy-commit] buildbot default: remove nightly applevel linux64, move nightly py3k to jit, add lock for speed-old

2016-03-21 Thread mattip
Author: mattip Branch: Changeset: r996:1397a6c49fbe Date: 2016-03-21 09:47 +0200 http://bitbucket.org/pypy/buildbot/changeset/1397a6c49fbe/ Log:remove nightly applevel linux64, move nightly py3k to jit, add lock for speed-old diff --git a/bot2/pypybuildbot/builds.py b/bot2

[pypy-commit] pypy cpyext-ext: implement PyThread_init_thread as a NOP, start to implement PyThread_start_new_thread

2016-03-21 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r83213:1c960078443c Date: 2016-03-21 13:13 +0200 http://bitbucket.org/pypy/pypy/changeset/1c960078443c/ Log:implement PyThread_init_thread as a NOP, start to implement PyThread_start_new_thread diff --git a/pypy/module/cpyext/api.py b

[pypy-commit] pypy cpyext-ext: add a bit of context to print statement

2016-03-21 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r83232:ead04fcd08d5 Date: 2016-03-21 21:13 +0200 http://bitbucket.org/pypy/pypy/changeset/ead04fcd08d5/ Log:add a bit of context to print statement diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module/cpyext/api.py

[pypy-commit] pypy cpyext-ext: create a wrapper class to call os_thread.start_new_thread from PyThread_start_new_thread

2016-03-21 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r83231:ce2053a9cdeb Date: 2016-03-21 20:21 +0200 http://bitbucket.org/pypy/pypy/changeset/ce2053a9cdeb/ Log:create a wrapper class to call os_thread.start_new_thread from PyThread_start_new_thread diff --git a/pypy/module/cpyext

[pypy-commit] pypy cpyext-ext: add test that hangs at rgil.acquire, passes with -A

2016-03-21 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r83234:80601779330a Date: 2016-03-21 23:31 +0200 http://bitbucket.org/pypy/pypy/changeset/80601779330a/ Log:add test that hangs at rgil.acquire, passes with -A diff --git a/pypy/module/cpyext/test/test_pystate.py b/pypy/module/cpyext/test

[pypy-commit] pypy default: fix properly (amaury)

2016-03-21 Thread mattip
Author: mattip Branch: Changeset: r83239:4ccaea59116d Date: 2016-03-16 19:23 +0200 http://bitbucket.org/pypy/pypy/changeset/4ccaea59116d/ Log:fix properly (amaury) (grafted from 68a119b4877f6ec2890600ecba5a8b64c17025f8) diff --git a/pypy/module/cpyext/bytesobject.py b/pypy/module

[pypy-commit] pypy default: Merged in sergem/pypy/fix_transpose_for_list_v3 (pull request #420)

2016-03-22 Thread mattip
Author: mattip Branch: Changeset: r83278:e7bacd0b61e2 Date: 2016-03-22 21:55 +0200 http://bitbucket.org/pypy/pypy/changeset/e7bacd0b61e2/ Log:Merged in sergem/pypy/fix_transpose_for_list_v3 (pull request #420) Fixed ndarray.transpose when argument is a list or an array diff --git

[pypy-commit] pypy cpyext-ext: test, implement slot for __pow__, which is called 'ternary' but accepts two arguments as well

2016-03-22 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r83281:6bf99bc91614 Date: 2016-03-22 22:03 +0200 http://bitbucket.org/pypy/pypy/changeset/6bf99bc91614/ Log:test, implement slot for __pow__, which is called 'ternary' but accepts two arguments as well diff --git a/pypy/mod

[pypy-commit] pypy cpyext-ext: expose next capi functions for implementation

2016-03-22 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r83282:781f8311f14e Date: 2016-03-22 23:24 +0200 http://bitbucket.org/pypy/pypy/changeset/781f8311f14e/ Log:expose next capi functions for implementation diff --git a/pypy/module/cpyext/pyfile.py b/pypy/module/cpyext/pyfile.py --- a/pypy/module

[pypy-commit] extradoc extradoc: proposal for ScipyUS2016

2016-03-23 Thread mattip
Author: Matti Picus Branch: extradoc Changeset: r5614:5f22d5e547b6 Date: 2016-03-23 23:44 +0200 http://bitbucket.org/pypy/extradoc/changeset/5f22d5e547b6/ Log:proposal for ScipyUS2016 diff --git a/scipyUS2016/proposal.rst b/scipyUS2016/proposal.rst new file mode 100644 --- /dev/null +++ b/sc

[pypy-commit] pypy default: replace FixedSizeArray with CArrayPtr and scoped_alloc

2016-03-23 Thread mattip
Author: mattip Branch: Changeset: r83308:3d5dcf2b84e1 Date: 2016-03-23 23:54 +0200 http://bitbucket.org/pypy/pypy/changeset/3d5dcf2b84e1/ Log:replace FixedSizeArray with CArrayPtr and scoped_alloc diff --git a/rpython/rlib/rtime.py b/rpython/rlib/rtime.py --- a/rpython/rlib/rtime.py +++ b

[pypy-commit] pypy default: document merged branch

2016-03-23 Thread mattip
Author: mattip Branch: Changeset: r83309:1f231677b3a3 Date: 2016-03-24 00:12 +0200 http://bitbucket.org/pypy/pypy/changeset/1f231677b3a3/ 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] extradoc extradoc: rephrasing

2016-03-23 Thread mattip
Author: Matti Picus Branch: extradoc Changeset: r5615:ec4f1768be95 Date: 2016-03-24 00:25 +0200 http://bitbucket.org/pypy/extradoc/changeset/ec4f1768be95/ Log:rephrasing diff --git a/scipyUS2016/proposal.rst b/scipyUS2016/proposal.rst --- a/scipyUS2016/proposal.rst +++ b/scipyUS2016/proposal

[pypy-commit] pypy cpyext-ext: fixes for win32

2016-03-24 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r83319:ca63eb4f0726 Date: 2016-03-24 01:42 +0200 http://bitbucket.org/pypy/pypy/changeset/ca63eb4f0726/ Log:fixes for win32 diff --git a/pypy/module/cpyext/include/floatobject.h b/pypy/module/cpyext/include/floatobject.h --- a/pypy/module/cpyext

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

2016-03-24 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r83318:158eb5d4ebd0 Date: 2016-03-24 00:50 +0200 http://bitbucket.org/pypy/pypy/changeset/158eb5d4ebd0/ Log:fix merge diff --git a/pypy/module/cpyext/include/unicodeobject.h b/pypy/module/cpyext/include/unicodeobject.h --- a/pypy/module/cpyext

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

2016-03-24 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r83317:51207eafb0bd Date: 2016-03-24 00:35 +0200 http://bitbucket.org/pypy/pypy/changeset/51207eafb0bd/ Log:merge default into branch diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -19,3 +19,4

[pypy-commit] pypy cpyext-ext: test, add half of PyObject_Realloc

2016-03-24 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r83324:ed8ef8873c00 Date: 2016-03-24 21:29 +0200 http://bitbucket.org/pypy/pypy/changeset/ed8ef8873c00/ Log:test, add half of PyObject_Realloc diff --git a/pypy/module/cpyext/include/object.h b/pypy/module/cpyext/include/object.h --- a/pypy

[pypy-commit] pypy cpyext-ext: fix

2016-03-25 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r83339:ee6bf67aebc7 Date: 2016-03-25 11:14 +0300 http://bitbucket.org/pypy/pypy/changeset/ee6bf67aebc7/ Log:fix diff --git a/pypy/module/cpyext/object.py b/pypy/module/cpyext/object.py --- a/pypy/module/cpyext/object.py +++ b/pypy/module/cpyext

[pypy-commit] pypy cpyext-ext: size -> length in unicode for cpython compatibility

2016-03-25 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r83340:2af4fbd6f8e1 Date: 2016-03-25 13:56 +0300 http://bitbucket.org/pypy/pypy/changeset/2af4fbd6f8e1/ Log:size -> length in unicode for cpython compatibility diff --git a/pypy/module/cpyext/include/unicodeobject.h b/pypy/module/cpyext/incl

[pypy-commit] pypy cpyext-ext: test, implement PyFile_FromFile (mostly), PyFile_AsFile

2016-03-27 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r83391:a280f13c5a2f Date: 2016-03-27 18:08 +0300 http://bitbucket.org/pypy/pypy/changeset/a280f13c5a2f/ Log:test, implement PyFile_FromFile (mostly), PyFile_AsFile diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy

[pypy-commit] pypy win32-lib-name: fix for case where cwd is not pypy/goal

2016-03-28 Thread mattip
Author: mattip Branch: win32-lib-name Changeset: r83412:a1bfc9e7f00c Date: 2016-03-28 19:14 +0300 http://bitbucket.org/pypy/pypy/changeset/a1bfc9e7f00c/ Log:fix for case where cwd is not pypy/goal diff --git a/pypy/goal/targetpypystandalone.py b/pypy/goal/targetpypystandalone.py --- a/pypy

[pypy-commit] pypy cpyext-ext: test for PyString_Concat with unicode, passes with -A, we return NULL

2016-03-30 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r83440:250e674e08c8 Date: 2016-03-30 20:08 +0300 http://bitbucket.org/pypy/pypy/changeset/250e674e08c8/ Log:test for PyString_Concat with unicode, passes with -A, we return NULL diff --git a/pypy/module/cpyext/test/test_bytesobject.py b

[pypy-commit] pypy cpyext-ext: cannot raise NotImplemented on a CANNOT_FAIL function that returns a pointer

2016-03-30 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r83441:f52a0d372df2 Date: 2016-03-30 20:09 +0300 http://bitbucket.org/pypy/pypy/changeset/f52a0d372df2/ Log:cannot raise NotImplemented on a CANNOT_FAIL function that returns a pointer diff --git a/pypy/module/cpyext/memoryobject.py b

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

2016-03-30 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r83439:b707f5d98670 Date: 2016-03-30 20:07 +0300 http://bitbucket.org/pypy/pypy/changeset/b707f5d98670/ Log:merge default into branch diff too long, truncating to 2000 out of 9177 lines diff --git a/pypy/config/pypyoption.py b/pypy/config

[pypy-commit] pypy cpyext-ext: backout dafdc7b5af5e

2016-03-30 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r83438:92c8bbbed211 Date: 2016-03-29 23:11 +0300 http://bitbucket.org/pypy/pypy/changeset/92c8bbbed211/ Log:backout dafdc7b5af5e 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: fix PyString_Concat

2016-03-30 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r83443:06a3e1333572 Date: 2016-03-30 23:53 +0300 http://bitbucket.org/pypy/pypy/changeset/06a3e1333572/ Log:fix PyString_Concat diff --git a/pypy/module/cpyext/bytesobject.py b/pypy/module/cpyext/bytesobject.py --- a/pypy/module/cpyext

[pypy-commit] pypy default: merge branch which fixes translation when cwd != pypy/goal

2016-03-30 Thread mattip
Author: mattip Branch: Changeset: r83445:cfbb442ae368 Date: 2016-03-30 23:56 +0300 http://bitbucket.org/pypy/pypy/changeset/cfbb442ae368/ Log:merge branch which fixes translation when cwd != pypy/goal diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc

[pypy-commit] pypy win32-lib-name: close branch to be merged

2016-03-30 Thread mattip
Author: mattip Branch: win32-lib-name Changeset: r83444:8be9640a38c1 Date: 2016-03-30 23:54 +0300 http://bitbucket.org/pypy/pypy/changeset/8be9640a38c1/ Log:close branch to be merged ___ pypy-commit mailing list pypy-commit@python.org https

[pypy-commit] pypy cpyext-ext: fix tests for -A

2016-03-30 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r83442:425af52a45be Date: 2016-03-30 23:52 +0300 http://bitbucket.org/pypy/pypy/changeset/425af52a45be/ Log:fix tests for -A diff --git a/pypy/module/cpyext/test/test_bytesobject.py b/pypy/module/cpyext/test/test_bytesobject.py --- a/pypy/module

[pypy-commit] pypy cpyext-ext: fix strategy for zip()

2016-04-01 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r83496:bcaba584080e Date: 2016-04-01 16:48 +0300 http://bitbucket.org/pypy/pypy/changeset/bcaba584080e/ Log:fix strategy for zip() diff --git a/pypy/module/cpyext/sequence.py b/pypy/module/cpyext/sequence.py --- a/pypy/module/cpyext/sequence.py

[pypy-commit] pypy cpyext-ext: add missing methods, randomly revert some to ObjectStrategy when called, raise on the rest

2016-04-01 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r83494:ab7f77f250ba Date: 2016-03-31 21:20 +0300 http://bitbucket.org/pypy/pypy/changeset/ab7f77f250ba/ Log:add missing methods, randomly revert some to ObjectStrategy when called, raise on the rest diff --git a/pypy/module/cpyext

[pypy-commit] pypy cpyext-ext: add missing methods, test

2016-04-01 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r83495:8f34e1689105 Date: 2016-04-01 10:01 +0300 http://bitbucket.org/pypy/pypy/changeset/8f34e1689105/ Log:add missing methods, test diff --git a/pypy/module/cpyext/sequence.py b/pypy/module/cpyext/sequence.py --- a/pypy/module/cpyext

[pypy-commit] pypy cpyext-ext: refactor error checking to make sure the strategy is correct

2016-04-01 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r83493:eab8aff36a9f Date: 2016-03-31 19:29 +0300 http://bitbucket.org/pypy/pypy/changeset/eab8aff36a9f/ Log:refactor error checking to make sure the strategy is correct diff --git a/pypy/module/cpyext/sequence.py b/pypy/module/cpyext/sequence.py

[pypy-commit] pypy cpyext-ext: test, implement more strategy methods, remove methods implemented in base class

2016-04-01 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r83497:c945e9acf8f8 Date: 2016-04-01 17:03 +0300 http://bitbucket.org/pypy/pypy/changeset/c945e9acf8f8/ Log:test, implement more strategy methods, remove methods implemented in base class diff --git a/pypy/module/cpyext/sequence.py b/pypy

[pypy-commit] pypy cpyext-ext: test some list methods

2016-04-01 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r83492:4ef5f2c2ab24 Date: 2016-03-31 19:28 +0300 http://bitbucket.org/pypy/pypy/changeset/4ef5f2c2ab24/ Log:test some list methods diff --git a/pypy/module/cpyext/test/test_sequence.py b/pypy/module/cpyext/test/test_sequence.py --- a/pypy/module

[pypy-commit] pypy cpyext-ext: finish all CPyListStrategy methods

2016-04-01 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r83508:29f300d480a2 Date: 2016-04-02 01:57 +0300 http://bitbucket.org/pypy/pypy/changeset/29f300d480a2/ Log:finish all CPyListStrategy methods diff --git a/pypy/module/cpyext/sequence.py b/pypy/module/cpyext/sequence.py --- a/pypy/module/cpyext

[pypy-commit] pypy cpyext-ext: guess a bit why test_tp_new_in_subclass_of_type recurses?

2016-04-08 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r83590:ae1a28f2ca49 Date: 2016-04-08 16:25 +0300 http://bitbucket.org/pypy/pypy/changeset/ae1a28f2ca49/ Log:guess a bit why test_tp_new_in_subclass_of_type recurses? diff --git a/pypy/module/cpyext/typeobject.py b/pypy/module/cpyext/typeobject.py

[pypy-commit] pypy cpyext-ext: typo

2016-04-08 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r83589:1a912486d7ec Date: 2016-04-08 16:23 +0300 http://bitbucket.org/pypy/pypy/changeset/1a912486d7ec/ Log:typo diff --git a/pypy/module/cpyext/slotdefs.py b/pypy/module/cpyext/slotdefs.py --- a/pypy/module/cpyext/slotdefs.py +++ b/pypy/module

[pypy-commit] pypy stdlib-2.7.11: merge default into branch

2016-04-10 Thread mattip
Author: mattip Branch: stdlib-2.7.11 Changeset: r83597:72454c4374d2 Date: 2016-04-10 21:14 +0300 http://bitbucket.org/pypy/pypy/changeset/72454c4374d2/ Log:merge default into branch diff too long, truncating to 2000 out of 13183 lines diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b

[pypy-commit] pypy cleanup-includes: add parts of headers removed in 4518b83c9ee2, fixes for testing

2016-04-11 Thread mattip
Author: mattip Branch: cleanup-includes Changeset: r83604:a03329def3ec Date: 2016-04-11 21:47 +0300 http://bitbucket.org/pypy/pypy/changeset/a03329def3ec/ Log:add parts of headers removed in 4518b83c9ee2, fixes for testing diff --git a/pypy/module/cpyext/include/numpy/arrayobject.h b/pypy

[pypy-commit] pypy cleanup-includes: use constants from micronumpy rather than redefining them

2016-04-11 Thread mattip
Author: mattip Branch: cleanup-includes Changeset: r83603:ece0ba3db4e6 Date: 2016-04-11 19:28 +0300 http://bitbucket.org/pypy/pypy/changeset/ece0ba3db4e6/ Log:use constants from micronumpy rather than redefining them diff --git a/pypy/module/cpyext/ndarrayobject.py b/pypy/module/cpyext

[pypy-commit] pypy cleanup-includes: if a header is specified, put the declarations and macros in that header

2016-04-11 Thread mattip
Author: mattip Branch: cleanup-includes Changeset: r83605:cf9b74da2caa Date: 2016-04-11 22:41 +0300 http://bitbucket.org/pypy/pypy/changeset/cf9b74da2caa/ Log:if a header is specified, put the declarations and macros in that header diff --git a/pypy/module/cpyext/api.py b/pypy

[pypy-commit] pypy cleanup-includes: copy all generated headers

2016-04-11 Thread mattip
Author: mattip Branch: cleanup-includes Changeset: r83608:4b1be61fd11d Date: 2016-04-11 23:55 +0300 http://bitbucket.org/pypy/pypy/changeset/4b1be61fd11d/ Log:copy all generated headers diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module/cpyext/api.py +++ b

[pypy-commit] pypy cleanup-includes: typo

2016-04-11 Thread mattip
Author: mattip Branch: cleanup-includes Changeset: r83607:f4521e08f5ac Date: 2016-04-11 23:24 +0300 http://bitbucket.org/pypy/pypy/changeset/f4521e08f5ac/ Log:typo 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 cleanup-includes: refactor creation of macro definitions and remove numpy includes

2016-04-11 Thread mattip
Author: mattip Branch: cleanup-includes Changeset: r83601:b1ddf5e91458 Date: 2016-04-11 22:39 +0300 http://bitbucket.org/pypy/pypy/changeset/b1ddf5e91458/ Log:refactor creation of macro definitions and remove numpy includes ___ pypy-commit mailing

[pypy-commit] pypy cleanup-includes: remove outdated headers

2016-04-11 Thread mattip
Author: mattip Branch: cleanup-includes Changeset: r83602:8d781f7a74f7 Date: 2016-04-11 19:17 +0300 http://bitbucket.org/pypy/pypy/changeset/8d781f7a74f7/ Log:remove outdated headers diff too long, truncating to 2000 out of 2378 lines diff --git a/pypy/module/cpyext/api.py b/pypy/module

[pypy-commit] pypy cleanup-includes: move ndarray declarations to seperate header, adjust header creation

2016-04-11 Thread mattip
Author: mattip Branch: cleanup-includes Changeset: r83606:45cb9a7c7b7d Date: 2016-04-11 23:19 +0300 http://bitbucket.org/pypy/pypy/changeset/45cb9a7c7b7d/ Log:move ndarray declarations to seperate header, adjust header creation diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext

[pypy-commit] pypy cleanup-includes: merge default into branch

2016-04-12 Thread mattip
Author: mattip Branch: cleanup-includes Changeset: r83620:c91506c55909 Date: 2016-04-12 18:22 +0300 http://bitbucket.org/pypy/pypy/changeset/c91506c55909/ Log:merge default into branch diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module/cpyext/api.py +++ b

[pypy-commit] pypy cleanup-includes: fix merge

2016-04-12 Thread mattip
Author: mattip Branch: cleanup-includes Changeset: r83621:b09a9eaf4abf Date: 2016-04-12 18:35 +0300 http://bitbucket.org/pypy/pypy/changeset/b09a9eaf4abf/ 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

[pypy-commit] pypy default: start release 5.1

2016-04-12 Thread mattip
Author: mattip Branch: Changeset: r83639:38f00564089c Date: 2016-04-12 21:52 +0300 http://bitbucket.org/pypy/pypy/changeset/38f00564089c/ Log:start release 5.1 diff --git a/pypy/doc/index-of-release-notes.rst b/pypy/doc/index-of-release-notes.rst --- a/pypy/doc/index-of-release-notes.rst

[pypy-commit] pypy release-5.x: update version to 5.1

2016-04-12 Thread mattip
Author: mattip Branch: release-5.x Changeset: r83638:9e6106e9a66b Date: 2016-04-12 21:22 +0300 http://bitbucket.org/pypy/pypy/changeset/9e6106e9a66b/ Log:update version to 5.1 diff --git a/pypy/module/cpyext/include/patchlevel.h b/pypy/module/cpyext/include/patchlevel.h --- a/pypy/module

[pypy-commit] pypy default: restart whatsnew

2016-04-12 Thread mattip
Author: mattip Branch: Changeset: r83640:da2c9c9f72c1 Date: 2016-04-12 21:56 +0300 http://bitbucket.org/pypy/pypy/changeset/da2c9c9f72c1/ Log:restart whatsnew diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst new file mode 100644 --- /dev/null +++ b/pypy/doc/whatsnew

[pypy-commit] pypy release-5.x: merge default into release

2016-04-12 Thread mattip
Author: mattip Branch: release-5.x Changeset: r83637:bd564db689c9 Date: 2016-04-12 21:19 +0300 http://bitbucket.org/pypy/pypy/changeset/bd564db689c9/ Log:merge default into release diff too long, truncating to 2000 out of 26542 lines diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b

[pypy-commit] pypy cpyext-ext: actually call the new fcn (fijal)

2016-04-12 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r83636:778fb79d283d Date: 2016-04-12 21:13 +0300 http://bitbucket.org/pypy/pypy/changeset/778fb79d283d/ Log:actually call the new fcn (fijal) diff --git a/pypy/module/cpyext/slotdefs.py b/pypy/module/cpyext/slotdefs.py --- a/pypy/module/cpyext

[pypy-commit] pypy default: merge cleanup-includes which improves micronumpy header status

2016-04-12 Thread mattip
Author: mattip Branch: Changeset: r83642:1ec97ef2b6e9 Date: 2016-04-12 23:15 +0300 http://bitbucket.org/pypy/pypy/changeset/1ec97ef2b6e9/ Log:merge cleanup-includes which improves micronumpy header status diff too long, truncating to 2000 out of 2781 lines diff --git a/pypy/module/cpyext

[pypy-commit] pypy release-5.x: merge default into branch

2016-04-12 Thread mattip
Author: mattip Branch: release-5.x Changeset: r83643:f21faa6f1e0b Date: 2016-04-12 23:16 +0300 http://bitbucket.org/pypy/pypy/changeset/f21faa6f1e0b/ Log:merge default into branch diff too long, truncating to 2000 out of 3057 lines diff --git a/pypy/doc/index-of-release-notes.rst b/pypy

[pypy-commit] pypy cleanup-includes: close branch to be merged

2016-04-12 Thread mattip
Author: mattip Branch: cleanup-includes Changeset: r83641:29436a9bd1ef Date: 2016-04-12 23:13 +0300 http://bitbucket.org/pypy/pypy/changeset/29436a9bd1ef/ Log:close branch to be merged ___ pypy-commit mailing list pypy-commit@python.org https

[pypy-commit] pypy default: restart whatsnew-head

2016-04-12 Thread mattip
Author: mattip Branch: Changeset: r83645:b7248ab6bbd8 Date: 2016-04-12 23:21 +0300 http://bitbucket.org/pypy/pypy/changeset/b7248ab6bbd8/ Log:restart whatsnew-head 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 release-5.x: merge default into branch

2016-04-12 Thread mattip
Author: mattip Branch: release-5.x Changeset: r83646:abc514a1cfa1 Date: 2016-04-12 23:22 +0300 http://bitbucket.org/pypy/pypy/changeset/abc514a1cfa1/ Log:merge default into branch diff --git a/pypy/doc/whatsnew-5.1.0.rst b/pypy/doc/whatsnew-5.1.0.rst --- a/pypy/doc/whatsnew-5.1.0.rst +++ b

[pypy-commit] pypy default: document merged branch

2016-04-12 Thread mattip
Author: mattip Branch: Changeset: r83644:2180e1eaf6f6 Date: 2016-04-12 23:20 +0300 http://bitbucket.org/pypy/pypy/changeset/2180e1eaf6f6/ Log:document merged branch diff --git a/pypy/doc/whatsnew-5.1.0.rst b/pypy/doc/whatsnew-5.1.0.rst --- a/pypy/doc/whatsnew-5.1.0.rst +++ b/pypy/doc

[pypy-commit] pypy default: update binary version

2016-04-12 Thread mattip
Author: mattip Branch: Changeset: r83647:17a05d1c445a Date: 2016-04-13 07:47 +0300 http://bitbucket.org/pypy/pypy/changeset/17a05d1c445a/ Log:update binary version diff --git a/pypy/module/cpyext/include/patchlevel.h b/pypy/module/cpyext/include/patchlevel.h --- a/pypy/module/cpyext

[pypy-commit] pypy default: document changes between 5.0 and this release

2016-04-13 Thread mattip
Author: mattip Branch: Changeset: r83651:7b80713a6225 Date: 2016-04-13 19:42 +0300 http://bitbucket.org/pypy/pypy/changeset/7b80713a6225/ Log:document changes between 5.0 and this release diff --git a/pypy/doc/release-5.1.0.rst b/pypy/doc/release-5.1.0.rst --- a/pypy/doc/release-5.1.0.rst

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

2016-04-15 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r83679:f696f49a3534 Date: 2016-04-14 01:07 +0300 http://bitbucket.org/pypy/pypy/changeset/f696f49a3534/ Log:remove debug cruft diff --git a/pypy/module/cpyext/test/foo3.c b/pypy/module/cpyext/test/foo3.c --- a/pypy/module/cpyext/test/foo3.c +++ b

[pypy-commit] pypy cpyext-ext: make fooc3 more like numpy's PyCDoubleArrType_Type

2016-04-15 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r83680:dabbf2aa9497 Date: 2016-04-15 10:22 +0300 http://bitbucket.org/pypy/pypy/changeset/dabbf2aa9497/ Log:make fooc3 more like numpy's PyCDoubleArrType_Type diff --git a/pypy/module/cpyext/test/foo3.c b/pypy/module/cpyext/test/foo3.c --- a

[pypy-commit] pypy cpyext-ext: cleanup

2016-04-15 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r83681:a50ca22b1068 Date: 2016-04-15 10:22 +0300 http://bitbucket.org/pypy/pypy/changeset/a50ca22b1068/ Log:cleanup diff --git a/pypy/module/cpyext/pyobject.py b/pypy/module/cpyext/pyobject.py --- a/pypy/module/cpyext/pyobject.py +++ b/pypy

[pypy-commit] pypy cpyext-ext: improve debug output when WARN_ABOUT_MISSING_SLOT_FUNCTIONS is True

2016-04-15 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r83684:871731f97a39 Date: 2016-04-15 10:27 +0300 http://bitbucket.org/pypy/pypy/changeset/871731f97a39/ Log:improve debug output when WARN_ABOUT_MISSING_SLOT_FUNCTIONS is True diff --git a/pypy/module/cpyext/typeobject.py b/pypy/module/cpyext

[pypy-commit] pypy cpyext-ext: avoid segfault in -A tests, still lookiong for why this happens

2016-04-15 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r83682:6e02ba5b13d9 Date: 2016-04-15 10:24 +0300 http://bitbucket.org/pypy/pypy/changeset/6e02ba5b13d9/ Log:avoid segfault in -A tests, still lookiong for why this happens diff --git a/pypy/objspace/std/typeobject.py b/pypy/objspace/std

[pypy-commit] pypy cpyext-ext: remove printing

2016-04-15 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r83683:f85aaa2e601f Date: 2016-04-15 10:25 +0300 http://bitbucket.org/pypy/pypy/changeset/f85aaa2e601f/ Log:remove printing diff --git a/pypy/module/cpyext/typeobject.py b/pypy/module/cpyext/typeobject.py --- a/pypy/module/cpyext/typeobject.py

[pypy-commit] pypy default: merge branch which provides numpy.broadcast

2016-04-17 Thread mattip
Author: mattip Branch: Changeset: r83715:bbef742722ea Date: 2016-04-17 16:37 +0300 http://bitbucket.org/pypy/pypy/changeset/bbef742722ea/ Log:merge branch which provides numpy.broadcast diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/micronumpy/__init__.py --- a/pypy/module

[pypy-commit] pypy default: document merged branches

2016-04-17 Thread mattip
Author: mattip Branch: Changeset: r83716:183c27109a2e Date: 2016-04-17 16:55 +0300 http://bitbucket.org/pypy/pypy/changeset/183c27109a2e/ 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 numpy_broadcast: close branch to be merged

2016-04-17 Thread mattip
Author: mattip Branch: numpy_broadcast Changeset: r83714:93a93176ff67 Date: 2016-04-17 16:36 +0300 http://bitbucket.org/pypy/pypy/changeset/93a93176ff67/ Log:close branch to be merged ___ pypy-commit mailing list pypy-commit@python.org https

[pypy-commit] pypy numpy_broadcast: merge default into branch

2016-04-17 Thread mattip
Author: mattip Branch: numpy_broadcast Changeset: r83713:000e3811ce8f Date: 2016-04-17 16:36 +0300 http://bitbucket.org/pypy/pypy/changeset/000e3811ce8f/ Log:merge default into branch diff too long, truncating to 2000 out of 8346 lines diff --git a/pypy/doc/index-of-release-notes.rst b

[pypy-commit] pypy numpy_broadcast: test, implement overflow checking; small cleanups

2016-04-17 Thread mattip
Author: mattip Branch: numpy_broadcast Changeset: r83712:16f4a95d75ee Date: 2016-04-17 16:33 +0300 http://bitbucket.org/pypy/pypy/changeset/16f4a95d75ee/ Log:test, implement overflow checking; small cleanups diff --git a/pypy/module/micronumpy/broadcast.py b/pypy/module/micronumpy

[pypy-commit] pypy default: update contributors

2016-04-17 Thread mattip
Author: mattip Branch: Changeset: r83717:4dcdda0db30e Date: 2016-04-17 17:20 +0300 http://bitbucket.org/pypy/pypy/changeset/4dcdda0db30e/ Log:update contributors diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -111,23 +111,24 @@ Simon Burton Martin Matusiak

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

2016-04-18 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r83746:a734e99db063 Date: 2016-04-18 19:18 +0300 http://bitbucket.org/pypy/pypy/changeset/a734e99db063/ Log:merge default into branch diff too long, truncating to 2000 out of 10773 lines diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE

[pypy-commit] pypy py3k: fix for win32

2016-04-18 Thread mattip
Author: mattip Branch: py3k Changeset: r83748:86309434696e Date: 2016-04-18 20:11 +0300 http://bitbucket.org/pypy/pypy/changeset/86309434696e/ Log:fix for win32 diff --git a/pypy/module/posix/interp_nt.py b/pypy/module/posix/interp_nt.py --- a/pypy/module/posix/interp_nt.py +++ b/pypy

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

2016-04-18 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r83750:2e474b62e455 Date: 2016-04-18 21:09 +0300 http://bitbucket.org/pypy/pypy/changeset/2e474b62e455/ Log:merge default into branch diff --git a/lib_pypy/_resource_build.py b/lib_pypy/_resource_build.py --- a/lib_pypy/_resource_build.py +++ b

[pypy-commit] pypy default: untabbify

2016-04-18 Thread mattip
Author: mattip Branch: Changeset: r83749:c6eb8c5bdf4f Date: 2016-04-18 21:08 +0300 http://bitbucket.org/pypy/pypy/changeset/c6eb8c5bdf4f/ Log:untabbify diff --git a/lib_pypy/_resource_build.py b/lib_pypy/_resource_build.py --- a/lib_pypy/_resource_build.py +++ b/lib_pypy/_resource_build.py

[pypy-commit] pypy cpyext-ext: fixes from merge

2016-04-18 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r83752:54c98869472f Date: 2016-04-18 22:14 +0300 http://bitbucket.org/pypy/pypy/changeset/54c98869472f/ Log:fixes from merge diff --git a/pypy/module/cpyext/test/test_sequence.py b/pypy/module/cpyext/test/test_sequence.py --- a/pypy/module

[pypy-commit] buildbot default: ensure cp step will not fail

2016-04-18 Thread mattip
Author: mattip Branch: Changeset: r997:11de30c674f6 Date: 2016-04-19 09:40 +0300 http://bitbucket.org/pypy/buildbot/changeset/11de30c674f6/ Log:ensure cp step will not fail diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py --- a/bot2/pypybuildbot/builds.py +++ b/bot2

[pypy-commit] pypy cpyext-ext: fix tests for -A

2016-04-18 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r83756:625b0b723c5b Date: 2016-04-19 01:46 +0300 http://bitbucket.org/pypy/pypy/changeset/625b0b723c5b/ Log:fix tests for -A diff --git a/pypy/module/cpyext/include/numpy/arrayobject.h b/pypy/module/cpyext/include/numpy/arrayobject.h --- a/pypy

[pypy-commit] pypy default: add

2016-04-18 Thread mattip
Author: mattip Branch: Changeset: r83757:73a49ec9edc3 Date: 2016-04-19 09:43 +0300 http://bitbucket.org/pypy/pypy/changeset/73a49ec9edc3/ Log:add diff --git a/lib_pypy/ctypes_config_cache/.empty b/lib_pypy/ctypes_config_cache/.empty new file mode 100644 --- /dev/null +++ b/lib_pypy

[pypy-commit] pypy release-5.x: merge default into branch

2016-04-19 Thread mattip
Author: mattip Branch: release-5.x Changeset: r83770:94369b856427 Date: 2016-04-19 14:57 +0300 http://bitbucket.org/pypy/pypy/changeset/94369b856427/ Log:merge default into branch diff too long, truncating to 2000 out of 5943 lines diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE

[pypy-commit] pypy default: update for 5.1 release

2016-04-19 Thread mattip
Author: mattip Branch: Changeset: r83769:aa60332382a1 Date: 2016-04-19 14:54 +0300 http://bitbucket.org/pypy/pypy/changeset/aa60332382a1/ Log:update for 5.1 release diff --git a/pypy/tool/release/force-builds.py b/pypy/tool/release/force-builds.py --- a/pypy/tool/release/force-builds.py

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

2016-04-19 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r83771:4e15627bce95 Date: 2016-04-19 15:27 +0300 http://bitbucket.org/pypy/pypy/changeset/4e15627bce95/ Log:merge default into branch diff too long, truncating to 2000 out of 2165 lines diff --git a/lib_pypy/_collections.py b/lib_pypy

[pypy-commit] pypy release-5.x: fix merge

2016-04-19 Thread mattip
Author: mattip Branch: release-5.x Changeset: r83772:3260adbeba4a Date: 2016-04-19 16:22 +0300 http://bitbucket.org/pypy/pypy/changeset/3260adbeba4a/ Log:fix merge diff --git a/pypy/module/cpyext/include/patchlevel.h b/pypy/module/cpyext/include/patchlevel.h --- a/pypy/module/cpyext

[pypy-commit] buildbot default: try to fix 11de30c674f6

2016-04-19 Thread mattip
Author: mattip Branch: Changeset: r1000:575eedefb087 Date: 2016-04-19 23:47 +0300 http://bitbucket.org/pypy/buildbot/changeset/575eedefb087/ Log:try to fix 11de30c674f6 diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py --- a/bot2/pypybuildbot/builds.py +++ b/bot2

[pypy-commit] pypy default: update documentation for 5.1 release

2016-04-19 Thread mattip
Author: mattip Branch: Changeset: r83777:00817db13cc3 Date: 2016-04-20 00:13 +0300 http://bitbucket.org/pypy/pypy/changeset/00817db13cc3/ Log:update documentation for 5.1 release diff --git a/pypy/doc/release-5.1.0.rst b/pypy/doc/release-5.1.0.rst --- a/pypy/doc/release-5.1.0.rst +++ b

<    1   2   3   4   5   6   7   8   9   10   >