[pypy-commit] pypy default: merge heads

2017-09-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r92345:f70ed7c5cc49 Date: 2017-09-07 22:54 +0200 http://bitbucket.org/pypy/pypy/changeset/f70ed7c5cc49/ Log:merge heads diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py ---

[pypy-commit] pypy default: merge

2017-08-09 Thread fijal
Author: fijal Branch: Changeset: r92116:e3868e494742 Date: 2017-08-09 13:20 +0200 http://bitbucket.org/pypy/pypy/changeset/e3868e494742/ Log:merge diff --git a/lib-python/2.7/distutils/sysconfig_pypy.py b/lib-python/2.7/distutils/sysconfig_pypy.py ---

[pypy-commit] pypy default: merge

2017-08-07 Thread fijal
Author: fijal Branch: Changeset: r92106:bddc7d672228 Date: 2017-08-07 14:23 +0200 http://bitbucket.org/pypy/pypy/changeset/bddc7d672228/ Log:merge diff --git a/lib_pypy/_ctypes/structure.py b/lib_pypy/_ctypes/structure.py --- a/lib_pypy/_ctypes/structure.py +++

[pypy-commit] pypy default: merge

2017-08-04 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r92077:8c68d973f65b Date: 2017-08-04 17:25 +0200 http://bitbucket.org/pypy/pypy/changeset/8c68d973f65b/ Log:merge diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ RUNINTERP = $(PYPY_EXECUTABLE)

[pypy-commit] pypy default: merge getarrayitem-into-bridges:

2017-08-04 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r92076:43ff4a9015e3 Date: 2017-08-04 16:54 +0200 http://bitbucket.org/pypy/pypy/changeset/43ff4a9015e3/ Log:merge getarrayitem-into-bridges: improvement on what information is retained into a bridge: in

[pypy-commit] pypy default: merge arrays-force-less

2017-08-02 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r92037:a22d0969f40a Date: 2017-08-02 16:50 +0200 http://bitbucket.org/pypy/pypy/changeset/a22d0969f40a/ Log:merge arrays-force-less don't throw away all of the knowledge about an array when forcing a lazy

[pypy-commit] pypy default: merge heads

2017-08-02 Thread arigo
Author: Armin Rigo Branch: Changeset: r92034:e4d42cef80b0 Date: 2017-08-02 15:59 +0200 http://bitbucket.org/pypy/pypy/changeset/e4d42cef80b0/ Log:merge heads diff --git a/lib-python/2.7/distutils/unixccompiler.py b/lib-python/2.7/distutils/unixccompiler.py ---

[pypy-commit] pypy default: merge branch to set __hash__ to None if tp_hash is PyObject_HashNotImplemented

2017-07-07 Thread mattip
Author: Matti Picus Branch: Changeset: r91784:28c29133a557 Date: 2017-07-07 10:50 +0300 http://bitbucket.org/pypy/pypy/changeset/28c29133a557/ Log:merge branch to set __hash__ to None if tp_hash is PyObject_HashNotImplemented diff --git

[pypy-commit] pypy default: merge branch vmprof-0.4.8

2017-06-07 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r91564:1c08349b2ad3 Date: 2017-06-07 10:38 -0400 http://bitbucket.org/pypy/pypy/changeset/1c08349b2ad3/ Log:merge branch vmprof-0.4.8 diff --git a/pypy/module/_vmprof/__init__.py b/pypy/module/_vmprof/__init__.py ---

[pypy-commit] pypy default: merge heads

2017-05-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r91446:789fb549e0af Date: 2017-05-30 13:37 +0200 http://bitbucket.org/pypy/pypy/changeset/789fb549e0af/ Log:merge heads diff --git a/pypy/doc/cpython_differences.rst b/pypy/doc/cpython_differences.rst ---

[pypy-commit] pypy default: merge back changes to RPython in py3.5 (3ee9941e823c)

2017-05-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r91445:a65f0a6fd69b Date: 2017-05-30 13:35 +0200 http://bitbucket.org/pypy/pypy/changeset/a65f0a6fd69b/ Log:merge back changes to RPython in py3.5 (3ee9941e823c) diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py ---

[pypy-commit] pypy default: merge the faster-rstruct-2 branch: this makes struct.pack and struct.pack_into much faster by using raw_store or gc_store_indexed whenever possible. Moreover, it enables th

2017-05-24 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r91396:d3895494491b Date: 2017-05-24 17:26 +0200 http://bitbucket.org/pypy/pypy/changeset/d3895494491b/ Log:merge the faster-rstruct-2 branch: this makes struct.pack and struct.pack_into much faster by using raw_store or

[pypy-commit] pypy default: merge the branch better-test-whatsnew: now you must document your branch in whatsnew-HEAD.rst BEFORE merging it

2017-05-23 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r91391:b7531baf47cf Date: 2017-05-23 14:42 +0200 http://bitbucket.org/pypy/pypy/changeset/b7531baf47cf/ Log:merge the branch better-test-whatsnew: now you must document your branch in whatsnew-HEAD.rst BEFORE merging it

[pypy-commit] pypy default: Merge default

2017-05-22 Thread ltratt
Author: Laurence Tratt Branch: Changeset: r91363:cfe544728497 Date: 2017-05-22 15:23 +0200 http://bitbucket.org/pypy/pypy/changeset/cfe544728497/ Log:Merge default diff --git a/lib_pypy/_ctypes/function.py b/lib_pypy/_ctypes/function.py --- a/lib_pypy/_ctypes/function.py

[pypy-commit] pypy default: merge cpyext-obj-stealing which improves PyListObject refcounting compatibility

2017-05-20 Thread mattip
Author: Matti Picus Branch: Changeset: r91349:158d97f6e1eb Date: 2017-05-20 22:31 +0300 http://bitbucket.org/pypy/pypy/changeset/158d97f6e1eb/ Log:merge cpyext-obj-stealing which improves PyListObject refcounting compatibility diff --git

[pypy-commit] pypy default: merge cpyext-recursionlimit which implements Py_EnterRecursiveCall and friends

2017-05-20 Thread mattip
Author: Matti Picus Branch: Changeset: r91350:17fddf817604 Date: 2017-05-20 22:34 +0300 http://bitbucket.org/pypy/pypy/changeset/17fddf817604/ Log:merge cpyext-recursionlimit which implements Py_EnterRecursiveCall and friends diff --git

[pypy-commit] pypy default: merge heads

2017-05-06 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r91193:df2a94c7ae6f Date: 2017-05-06 19:38 +0100 http://bitbucket.org/pypy/pypy/changeset/df2a94c7ae6f/ Log:merge heads diff --git a/include/README b/include/README --- a/include/README +++ b/include/README @@ -1,7 +1,11 @@ This

[pypy-commit] pypy default: merge vmprof-0.4.4

2017-04-21 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r91110:dd0dc2131308 Date: 2017-04-21 07:51 -0400 http://bitbucket.org/pypy/pypy/changeset/dd0dc2131308/ Log:merge vmprof-0.4.4 diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -49,6 +49,11 @@

[pypy-commit] pypy default: merge heads

2017-04-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r90952:d130be27596c Date: 2017-04-04 20:47 +0200 http://bitbucket.org/pypy/pypy/changeset/d130be27596c/ Log:merge heads diff --git a/rpython/rlib/rvmprof/src/shared/symboltable.c b/rpython/rlib/rvmprof/src/shared/symboltable.c ---

[pypy-commit] pypy default: merge heads

2017-04-03 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r90942:83f4ee0e2106 Date: 2017-04-03 20:32 -0400 http://bitbucket.org/pypy/pypy/changeset/83f4ee0e2106/ Log:merge heads diff --git a/rpython/rlib/rvmprof/src/shared/symboltable.c

[pypy-commit] pypy default: merge vmprof-native, I thought I have already done that before

2017-03-29 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r90860:d1a9d22b323c Date: 2017-03-29 11:10 -0400 http://bitbucket.org/pypy/pypy/changeset/d1a9d22b323c/ Log:merge vmprof-native, I thought I have already done that before diff too long, truncating to 2000 out of 48309 lines

[pypy-commit] pypy default: merge issue2522 which fixes tp_new on w_object, used in multiple inheritance

2017-03-27 Thread mattip
Author: Matti Picus Branch: Changeset: r90821:daea5c82c284 Date: 2017-03-27 19:10 +0300 http://bitbucket.org/pypy/pypy/changeset/daea5c82c284/ Log:merge issue2522 which fixes tp_new on w_object, used in multiple inheritance diff --git

[pypy-commit] pypy default: merge heads

2017-02-28 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r90433:fdae6b92de2f Date: 2017-02-28 23:10 +0100 http://bitbucket.org/pypy/pypy/changeset/fdae6b92de2f/ Log:merge heads diff --git a/pypy/goal/getnightly.py b/pypy/goal/getnightly.py --- a/pypy/goal/getnightly.py +++

[pypy-commit] pypy default: merge heads

2017-02-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r90366:4b4ca32b2aa3 Date: 2017-02-26 18:08 +0100 http://bitbucket.org/pypy/pypy/changeset/4b4ca32b2aa3/ Log:merge heads diff --git a/pypy/module/unicodedata/interp_ucd.py b/pypy/module/unicodedata/interp_ucd.py ---

[pypy-commit] pypy default: merge heads

2017-02-26 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r90364:e28dd1841ff7 Date: 2017-02-26 14:57 +0100 http://bitbucket.org/pypy/pypy/changeset/e28dd1841ff7/ Log:merge heads diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst --- a/pypy/doc/faq.rst +++ b/pypy/doc/faq.rst @@ -156,19

[pypy-commit] pypy default: merge optinfo-into-bridges-3

2017-02-25 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r90358:e2a82bc8b3d4 Date: 2017-02-25 21:53 +0100 http://bitbucket.org/pypy/pypy/changeset/e2a82bc8b3d4/ Log:merge optinfo-into-bridges-3 Improve the optimization of branchy Python code by retaining more

[pypy-commit] pypy default: merge heads

2017-02-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r90337:6d6e4f94cf81 Date: 2017-02-24 08:41 +0100 http://bitbucket.org/pypy/pypy/changeset/6d6e4f94cf81/ Log:merge heads diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -74,7 +74,7 @@ ^rpython/doc/_build/.*$

[pypy-commit] pypy default: merge heads

2017-02-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r90321:1c47dc995f88 Date: 2017-02-23 12:32 +0100 http://bitbucket.org/pypy/pypy/changeset/1c47dc995f88/ Log:merge heads diff --git a/rpython/rlib/runicode.py b/rpython/rlib/runicode.py --- a/rpython/rlib/runicode.py +++

[pypy-commit] pypy default: merge heads

2017-02-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r90247:c8b8ba5341a7 Date: 2017-02-21 10:26 +0100 http://bitbucket.org/pypy/pypy/changeset/c8b8ba5341a7/ Log:merge heads diff --git a/rpython/annotator/unaryop.py b/rpython/annotator/unaryop.py --- a/rpython/annotator/unaryop.py +++

[pypy-commit] pypy default: merge heads

2017-02-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r90245:fc792f1074fd Date: 2017-02-21 09:24 + http://bitbucket.org/pypy/pypy/changeset/fc792f1074fd/ Log:merge heads diff --git a/rpython/translator/platform/posix.py b/rpython/translator/platform/posix.py ---

[pypy-commit] pypy default: merge heads

2017-02-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r90179:7b6ea7df79b3 Date: 2017-02-18 17:00 +0100 http://bitbucket.org/pypy/pypy/changeset/7b6ea7df79b3/ Log:merge heads diff --git a/pypy/module/cpyext/pystate.py b/pypy/module/cpyext/pystate.py --- a/pypy/module/cpyext/pystate.py +++

[pypy-commit] pypy default: merge heads

2017-02-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r89960:357c149fd26e Date: 2017-02-05 21:49 +0100 http://bitbucket.org/pypy/pypy/changeset/357c149fd26e/ Log:merge heads diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module/cpyext/api.py +++

[pypy-commit] pypy default: merge default

2017-02-02 Thread timfel
Author: Tim Felgentreff Branch: Changeset: r89901:c613943ef39a Date: 2017-02-02 11:07 +0100 http://bitbucket.org/pypy/pypy/changeset/c613943ef39a/ Log:merge default diff --git a/lib_pypy/_ctypes/basics.py b/lib_pypy/_ctypes/basics.py ---

[pypy-commit] pypy default: merge heads

2017-01-24 Thread arigo
Author: Armin Rigo Branch: Changeset: r89738:2a1d5f7642dc Date: 2017-01-24 15:41 +0100 http://bitbucket.org/pypy/pypy/changeset/2a1d5f7642dc/ Log:merge heads diff --git a/pypy/module/cpyext/test/test_userslots.py b/pypy/module/cpyext/test/test_userslots.py ---

[pypy-commit] pypy default: Merge with default

2017-01-19 Thread sbauman
Author: Spenser Bauman Branch: Changeset: r89677:6a4e761daeb3 Date: 2017-01-19 20:38 -0500 http://bitbucket.org/pypy/pypy/changeset/6a4e761daeb3/ Log:Merge with default diff --git a/lib_pypy/_collections.py b/lib_pypy/_collections.py --- a/lib_pypy/_collections.py +++

[pypy-commit] pypy default: merge heads

2017-01-17 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r89651:b34a338909b6 Date: 2017-01-18 02:19 + http://bitbucket.org/pypy/pypy/changeset/b34a338909b6/ Log:merge heads diff --git a/pypy/module/cppyy/src/clingcwrapper.cxx b/pypy/module/cppyy/src/clingcwrapper.cxx ---

[pypy-commit] pypy default: merge missing-tp_new which improves support for app-level classes in cpyext

2017-01-16 Thread mattip
Author: Matti Picus Branch: Changeset: r89616:5b9b0f8a10c5 Date: 2017-01-16 19:15 +0200 http://bitbucket.org/pypy/pypy/changeset/5b9b0f8a10c5/ Log:merge missing-tp_new which improves support for app-level classes in cpyext diff --git

[pypy-commit] pypy default: merge heads

2017-01-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r89497:b0e1e683bc0e Date: 2017-01-11 17:04 + http://bitbucket.org/pypy/pypy/changeset/b0e1e683bc0e/ Log:merge heads diff --git a/pypy/module/cpyext/test/test_api.py b/pypy/module/cpyext/test/test_api.py ---

[pypy-commit] pypy default: merge cpyext-FromBuffer which fixes ref leak in PyMemoryView_FromBuffer

2017-01-10 Thread mattip
Author: Matti Picus Branch: Changeset: r89484:28d4f9418183 Date: 2017-01-10 23:40 +0200 http://bitbucket.org/pypy/pypy/changeset/28d4f9418183/ Log:merge cpyext-FromBuffer which fixes ref leak in PyMemoryView_FromBuffer diff --git a/pypy/module/cpyext/api.py

[pypy-commit] pypy default: merge cpyext-from2

2017-01-06 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r89401:0615cd861fd0 Date: 2017-01-06 17:20 +0100 http://bitbucket.org/pypy/pypy/changeset/0615cd861fd0/ Log:merge cpyext-from2 diff --git a/pypy/module/cpyext/memoryobject.py b/pypy/module/cpyext/memoryobject.py ---

[pypy-commit] pypy default: merge strbuf-as-buffer

2017-01-04 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r89356:8794d97c98d1 Date: 2017-01-04 10:53 +0100 http://bitbucket.org/pypy/pypy/changeset/8794d97c98d1/ Log:merge strbuf-as-buffer diff --git a/lib-python/2.7/ctypes/test/test_frombuffer.py

[pypy-commit] pypy default: merge issue2444 into default

2016-12-27 Thread mattip
Author: Matti Picus Branch: Changeset: r89252:dd0eb4e98059 Date: 2016-12-27 19:46 +0200 http://bitbucket.org/pypy/pypy/changeset/dd0eb4e98059/ Log:merge issue2444 into default diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py ---

[pypy-commit] pypy default: merge better-PyDict_Next into default, which also provides a basic but non-functioning GetSetProperty-to-PyGetSetDescrObject

2016-12-18 Thread mattip
Author: Matti Picus Branch: Changeset: r89149:1483fff7dd66 Date: 2016-12-18 17:53 +0200 http://bitbucket.org/pypy/pypy/changeset/1483fff7dd66/ Log:merge better-PyDict_Next into default, which also provides a basic but non-functioning

[pypy-commit] pypy default: merge cling-support

2016-12-13 Thread wlav
Author: Wim Lavrijsen Branch: Changeset: r89054:39430359cc41 Date: 2016-12-13 16:41 -0800 http://bitbucket.org/pypy/pypy/changeset/39430359cc41/ Log:merge cling-support diff too long, truncating to 2000 out of 11481 lines diff --git a/.hgignore b/.hgignore ---

[pypy-commit] pypy default: merge issue2446 into default, fixes missing __doc__ attribute on PyObjects

2016-12-07 Thread mattip
Author: Matti Picus Branch: Changeset: r88958:d2d0200b99a6 Date: 2016-12-07 20:41 +0200 http://bitbucket.org/pypy/pypy/changeset/d2d0200b99a6/ Log:merge issue2446 into default, fixes missing __doc__ attribute on PyObjects diff --git

[pypy-commit] pypy default: merge heads

2016-11-17 Thread arigo
Author: Armin Rigo Branch: Changeset: r88434:3dc381df7878 Date: 2016-11-17 14:18 +0100 http://bitbucket.org/pypy/pypy/changeset/3dc381df7878/ Log:merge heads diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++

[pypy-commit] pypy default: merge heads

2016-11-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r88286:0b074a6a6472 Date: 2016-11-10 09:46 +0100 http://bitbucket.org/pypy/pypy/changeset/0b074a6a6472/ Log:merge heads diff --git a/rpython/rlib/rarithmetic.py b/rpython/rlib/rarithmetic.py --- a/rpython/rlib/rarithmetic.py +++

[pypy-commit] pypy default: merge heads

2016-11-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r88275:9d3789ff54e1 Date: 2016-11-09 16:49 +0100 http://bitbucket.org/pypy/pypy/changeset/9d3789ff54e1/ Log:merge heads diff --git a/pypy/tool/release/repackage.sh b/pypy/tool/release/repackage.sh --- a/pypy/tool/release/repackage.sh

[pypy-commit] pypy default: merge heads

2016-11-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r88184:cce86a353c9b Date: 2016-11-07 16:47 +0100 http://bitbucket.org/pypy/pypy/changeset/cce86a353c9b/ Log:merge heads diff --git a/pypy/doc/release-pypy2.7-v5.6.0.rst b/pypy/doc/release-pypy2.7-v5.6.0.rst ---

[pypy-commit] pypy default: merge branch to fix test_whatsnew

2016-11-07 Thread mattip
Author: Matti Picus Branch: Changeset: r88166:86f043dfd863 Date: 2016-11-07 13:59 +0200 http://bitbucket.org/pypy/pypy/changeset/86f043dfd863/ Log:merge branch to fix test_whatsnew ___ pypy-commit mailing list

[pypy-commit] pypy default: merge ppc-vsx-support and s390x-z-simd-support

2016-11-03 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r88097:9f66930d64e8 Date: 2016-11-03 09:36 +0100 http://bitbucket.org/pypy/pypy/changeset/9f66930d64e8/ Log:merge ppc-vsx-support and s390x-z-simd-support diff too long, truncating to 2000 out of 7995 lines diff --git

[pypy-commit] pypy default: merge branch fix-struct-unpack-Q: make sure that we return an int whenever we can, instead of a long

2016-11-01 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r88015:6b78c0c00c1c Date: 2016-11-01 10:47 +0100 http://bitbucket.org/pypy/pypy/changeset/6b78c0c00c1c/ Log:merge branch fix-struct-unpack-Q: make sure that we return an int whenever we can, instead of a long diff --git

[pypy-commit] pypy default: merge heads

2016-10-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r87965:14a2e7623816 Date: 2016-10-27 23:19 +0100 http://bitbucket.org/pypy/pypy/changeset/14a2e7623816/ Log:merge heads diff --git a/lib_pypy/_collections.py b/lib_pypy/_collections.py --- a/lib_pypy/_collections.py +++

[pypy-commit] pypy default: merge branch newinitwarn:

2016-10-24 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r87924:9ca2422664c4 Date: 2016-10-24 21:31 -0700 http://bitbucket.org/pypy/pypy/changeset/9ca2422664c4/ Log:merge branch newinitwarn: issue warnings for stricter handling of __new/init__ args (that become

[pypy-commit] pypy default: Merge AppTestArray with BaseArrayTests, since there is no other subclass left

2016-10-20 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r87906:c6e3ace7021c Date: 2016-10-20 19:04 +0100 http://bitbucket.org/pypy/pypy/changeset/c6e3ace7021c/ Log:Merge AppTestArray with BaseArrayTests, since there is no other subclass left diff --git

[pypy-commit] pypy default: merge buffer-interface2 which improves cpyext support for the new buffer interface

2016-10-16 Thread mattip
Author: Matti Picus Branch: Changeset: r87832:a9164735893a Date: 2016-10-16 17:32 +0300 http://bitbucket.org/pypy/pypy/changeset/a9164735893a/ Log:merge buffer-interface2 which improves cpyext support for the new buffer interface diff --git

[pypy-commit] pypy default: merge default

2016-10-12 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r87724:b9ac5226fa5c Date: 2016-10-12 17:45 +0200 http://bitbucket.org/pypy/pypy/changeset/b9ac5226fa5c/ Log:merge default diff --git a/rpython/jit/metainterp/optimizeopt/optimizer.py

[pypy-commit] pypy default: merge redirect assembler

2016-10-10 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r87690:37093b51ec75 Date: 2016-10-10 12:14 +0200 http://bitbucket.org/pypy/pypy/changeset/37093b51ec75/ Log:merge redirect assembler diff --git a/rpython/jit/backend/arm/opassembler.py

[pypy-commit] pypy default: Merge unrecursive-opt branch

2016-10-09 Thread jerith
Author: Jeremy Thurgood Branch: Changeset: r87671:e26ed9527792 Date: 2016-10-09 19:28 +0200 http://bitbucket.org/pypy/pypy/changeset/e26ed9527792/ Log:Merge unrecursive-opt branch This makes optimiseopt iterative instead of recursive so it can be reasoned

[pypy-commit] pypy default: merge heads

2016-10-04 Thread mattip
Author: Matti Picus Branch: Changeset: r87581:a605536d9aab Date: 2016-10-04 20:32 +0300 http://bitbucket.org/pypy/pypy/changeset/a605536d9aab/ Log:merge heads diff --git a/pypy/module/micronumpy/concrete.py b/pypy/module/micronumpy/concrete.py ---

[pypy-commit] pypy default: merge better-error-missing-self: improve the error message when trying to call

2016-10-04 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r87567:a8c5f42e70cf Date: 2016-10-04 16:22 +0200 http://bitbucket.org/pypy/pypy/changeset/a8c5f42e70cf/ Log:merge better-error-missing-self: improve the error message when trying to call a method where the self parameter

[pypy-commit] pypy default: Merge branch 'test-cpyext'

2016-09-30 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r87478:298b37893194 Date: 2016-09-30 18:53 +0100 http://bitbucket.org/pypy/pypy/changeset/298b37893194/ Log:Merge branch 'test-cpyext' diff --git a/pypy/module/cpyext/test/conftest.py b/pypy/module/cpyext/test/conftest.py ---

[pypy-commit] pypy default: merge branch to reject 'a'.strip(buffer(' ')) like cpython

2016-09-30 Thread mattip
Author: Matti Picus Branch: Changeset: r87468:3495ebc92c88 Date: 2016-09-30 13:03 +0300 http://bitbucket.org/pypy/pypy/changeset/3495ebc92c88/ Log:merge branch to reject 'a'.strip(buffer(' ')) like cpython diff --git a/pypy/objspace/std/bytearrayobject.py

[pypy-commit] pypy default: merge branch to convert message to str in warn(message, ...) like cpython

2016-09-30 Thread mattip
Author: Matti Picus Branch: Changeset: r87470:affefa83bb1b Date: 2016-09-30 13:05 +0300 http://bitbucket.org/pypy/pypy/changeset/affefa83bb1b/ Log:merge branch to convert message to str in warn(message, ...) like cpython diff --git

[pypy-commit] pypy default: merge heads

2016-09-12 Thread arigo
Author: Armin Rigo Branch: Changeset: r87027:1a0c32b2613b Date: 2016-09-12 11:36 +0200 http://bitbucket.org/pypy/pypy/changeset/1a0c32b2613b/ Log:merge heads diff --git a/pypy/module/cpyext/sequence.py b/pypy/module/cpyext/sequence.py --- a/pypy/module/cpyext/sequence.py

[pypy-commit] pypy default: Merge in force-virtual-state

2016-09-08 Thread sbauman
Author: Spenser Andrew Bauman Branch: Changeset: r86960:990479cf9d20 Date: 2016-09-08 11:33 -0400 http://bitbucket.org/pypy/pypy/changeset/990479cf9d20/ Log:Merge in force-virtual-state diff --git a/rpython/jit/metainterp/optimizeopt/info.py

[pypy-commit] pypy default: Merge compile_extension_module() and compile_extension_module_applevel() into a single version that takes a sys_info instead of a space

2016-09-07 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r86948:df92d833f490 Date: 2016-09-07 19:13 +0100 http://bitbucket.org/pypy/pypy/changeset/df92d833f490/ Log:Merge compile_extension_module() and compile_extension_module_applevel() into a single version that takes a

[pypy-commit] pypy default: merge

2016-09-07 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r86937:cd6eb8be0310 Date: 2016-09-07 16:13 +0200 http://bitbucket.org/pypy/pypy/changeset/cd6eb8be0310/ Log:merge diff --git a/pypy/module/imp/importing.py b/pypy/module/imp/importing.py --- a/pypy/module/imp/importing.py +++

[pypy-commit] pypy default: merge buffer-interface, which implements buffer-protocol parts of cpyext and numpypy

2016-09-06 Thread mattip
Author: Matti Picus Branch: Changeset: r86906:03fc4cb79e37 Date: 2016-09-06 13:52 +0300 http://bitbucket.org/pypy/pypy/changeset/03fc4cb79e37/ Log:merge buffer-interface, which implements buffer-protocol parts of cpyext and numpypy diff --git

[pypy-commit] pypy default: merge heads

2016-08-31 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r86797:ec5bb4dd8a06 Date: 2016-08-31 22:07 +0100 http://bitbucket.org/pypy/pypy/changeset/ec5bb4dd8a06/ Log:merge heads diff --git a/rpython/rlib/rsre/rsre_core.py b/rpython/rlib/rsre/rsre_core.py ---

[pypy-commit] pypy default: merge heads

2016-08-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r86731:6a614855ec5c Date: 2016-08-30 13:30 +0200 http://bitbucket.org/pypy/pypy/changeset/6a614855ec5c/ Log:merge heads diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -74,6 +74,7 @@ Seo Sanghyeon Ronny Pfannschmidt

[pypy-commit] pypy default: merge heads

2016-08-29 Thread mattip
Author: Matti Picus Branch: Changeset: r86689:7ccea82f1b25 Date: 2016-08-29 21:50 +1000 http://bitbucket.org/pypy/pypy/changeset/7ccea82f1b25/ Log:merge heads diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -28,3 +28,5 @@

[pypy-commit] pypy default: merge heads

2016-08-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r86651:0f0d92ccb2c1 Date: 2016-08-28 21:46 +0200 http://bitbucket.org/pypy/pypy/changeset/0f0d92ccb2c1/ Log:merge heads diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -27,3 +27,4 @@

[pypy-commit] pypy default: merge cpyext-subclass which copies flags when inheriting

2016-08-25 Thread mattip
Author: Matti Picus Branch: Changeset: r86541:462a7ade93b6 Date: 2016-08-26 13:01 +1000 http://bitbucket.org/pypy/pypy/changeset/462a7ade93b6/ Log:merge cpyext-subclass which copies flags when inheriting diff --git a/pypy/module/cpyext/api.py

[pypy-commit] pypy default: merge heads

2016-08-24 Thread arigo
Author: Armin Rigo Branch: Changeset: r86501:145e67b3b78a Date: 2016-08-24 15:48 +0100 http://bitbucket.org/pypy/pypy/changeset/145e67b3b78a/ Log:merge heads diff --git a/pypy/doc/index-of-release-notes.rst b/pypy/doc/index-of-release-notes.rst ---

[pypy-commit] pypy default: merge redirect-assembler-jitlog

2016-08-24 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r86471:4b3bf21d99c6 Date: 2016-08-24 11:53 +0200 http://bitbucket.org/pypy/pypy/changeset/4b3bf21d99c6/ Log:merge redirect-assembler-jitlog diff --git a/rpython/jit/backend/x86/assembler.py

[pypy-commit] pypy default: merge memoryview-attributes

2016-08-24 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r86456:0d29b975452d Date: 2016-08-24 09:10 +0200 http://bitbucket.org/pypy/pypy/changeset/0d29b975452d/ Log:merge memoryview-attributes diff --git a/lib_pypy/_ctypes/basics.py b/lib_pypy/_ctypes/basics.py ---

[pypy-commit] pypy default: merge const-fold-we-are-jitted:

2016-08-22 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r86408:532f12cdb886 Date: 2016-08-22 11:32 +0200 http://bitbucket.org/pypy/pypy/changeset/532f12cdb886/ Log:merge const-fold-we-are-jitted: when running the final backend-optimization phase before emitting C

[pypy-commit] pypy default: merge heads

2016-08-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r86233:b7fe3a8d6872 Date: 2016-08-16 20:05 +0200 http://bitbucket.org/pypy/pypy/changeset/b7fe3a8d6872/ Log:merge heads diff --git a/pypy/module/_multibytecodec/src/cjkcodecs/cjkcodecs.h

[pypy-commit] pypy default: merge cpyext-realloc which implements PyObject_Realloc

2016-08-07 Thread mattip
Author: Matti Picus Branch: Changeset: r86073:4c630a5bbbdb Date: 2016-08-07 23:22 +0300 http://bitbucket.org/pypy/pypy/changeset/4c630a5bbbdb/ Log:merge cpyext-realloc which implements PyObject_Realloc diff --git a/pypy/module/cpyext/object.py

[pypy-commit] pypy default: merge resource_warning:

2016-08-07 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r86065:16e118636641 Date: 2016-08-07 14:35 +0200 http://bitbucket.org/pypy/pypy/changeset/16e118636641/ Log:merge resource_warning: adds a new commandline option -X track-resources that will produce a

[pypy-commit] pypy default: merge heads

2016-08-02 Thread arigo
Author: Armin Rigo Branch: Changeset: r85982:518912cfcdd9 Date: 2016-08-02 10:43 +0200 http://bitbucket.org/pypy/pypy/changeset/518912cfcdd9/ Log:merge heads diff --git a/requirements.txt b/requirements.txt --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -#

[pypy-commit] pypy default: merge heads

2016-07-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r85890:3361a42be4a0 Date: 2016-07-28 10:21 +0200 http://bitbucket.org/pypy/pypy/changeset/3361a42be4a0/ Log:merge heads diff --git a/rpython/jit/backend/x86/test/test_ztranslation_call_assembler.py

[pypy-commit] pypy default: merge jitlog-32bit

2016-07-27 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r85875:72ee095e6176 Date: 2016-07-27 13:23 +0200 http://bitbucket.org/pypy/pypy/changeset/72ee095e6176/ Log:merge jitlog-32bit diff --git a/pypy/module/_jitlog/test/test__jitlog.py b/pypy/module/_jitlog/test/test__jitlog.py

[pypy-commit] pypy default: merge jitlog-32bit

2016-07-25 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r85867:2b292dbd9644 Date: 2016-07-25 22:05 +0200 http://bitbucket.org/pypy/pypy/changeset/2b292dbd9644/ Log:merge jitlog-32bit diff --git a/rpython/rlib/rjitlog/rjitlog.py b/rpython/rlib/rjitlog/rjitlog.py ---

[pypy-commit] pypy default: merge jitlog-32bit and document branch

2016-07-25 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r85862:fac5eed8e650 Date: 2016-07-25 18:05 +0200 http://bitbucket.org/pypy/pypy/changeset/fac5eed8e650/ Log:merge jitlog-32bit and document branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst ---

[pypy-commit] pypy default: merge new-jit-log

2016-07-25 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r85850:1a36f95ed5d8 Date: 2016-07-25 11:03 +0200 http://bitbucket.org/pypy/pypy/changeset/1a36f95ed5d8/ Log:merge new-jit-log diff too long, truncating to 2000 out of 2221 lines diff --git a/pypy/config/pypyoption.py

[pypy-commit] pypy default: merge heads

2016-07-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r85834:e18c712980b9 Date: 2016-07-23 18:29 +0200 http://bitbucket.org/pypy/pypy/changeset/e18c712980b9/ Log:merge heads diff --git a/pypy/objspace/descroperation.py b/pypy/objspace/descroperation.py ---

[pypy-commit] pypy default: merge heads

2016-07-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r85823:308fc992b6f1 Date: 2016-07-23 14:46 +0200 http://bitbucket.org/pypy/pypy/changeset/308fc992b6f1/ Log:merge heads diff --git a/pypy/doc/build.rst b/pypy/doc/build.rst --- a/pypy/doc/build.rst +++ b/pypy/doc/build.rst @@ -104,27

[pypy-commit] pypy default: merge cpyext-slotdefs2 which fills more slots when creating a PyTypeObject

2016-07-14 Thread mattip
Author: Matti Picus Branch: Changeset: r85713:ac0972f36db2 Date: 2016-07-14 14:45 -0500 http://bitbucket.org/pypy/pypy/changeset/ac0972f36db2/ Log:merge cpyext-slotdefs2 which fills more slots when creating a PyTypeObject diff --git

[pypy-commit] pypy default: merge fix for issue #2345

2016-07-14 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r85705:fb7becc5ce15 Date: 2016-07-14 13:40 -0500 http://bitbucket.org/pypy/pypy/changeset/fb7becc5ce15/ Log:merge fix for issue #2345 diff --git a/pypy/module/_pypyjson/interp_decoder.py

[pypy-commit] pypy default: merge call-via-pyobj which uses offset-from-PyTypeObject when calling functions

2016-07-09 Thread mattip
Author: Matti Picus Branch: Changeset: r85642:221017a4d9f7 Date: 2016-07-09 16:20 -0400 http://bitbucket.org/pypy/pypy/changeset/221017a4d9f7/ Log:merge call-via-pyobj which uses offset-from-PyTypeObject when calling functions diff --git

[pypy-commit] pypy default: merge PyTuple_Type-subclass which changes the model of PyTupleObject and allows subclassing it

2016-06-27 Thread mattip
Author: Matti Picus Branch: Changeset: r85403:9bf5c0afe0d0 Date: 2016-06-27 18:41 +0300 http://bitbucket.org/pypy/pypy/changeset/9bf5c0afe0d0/ Log:merge PyTuple_Type-subclass which changes the model of PyTupleObject and allows subclassing it diff --git

[pypy-commit] pypy default: Merge branch testing-cleanup

2016-06-20 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r85301:2992076e0434 Date: 2016-06-21 04:36 +0100 http://bitbucket.org/pypy/pypy/changeset/2992076e0434/ Log:Merge branch testing-cleanup Don't use interp-level RPython machinery to test building app-level

[pypy-commit] pypy default: merge rw-PyString_AS_STRING which allows writing to a non-forced char *

2016-06-20 Thread mattip
Author: Matti Picus Branch: Changeset: r85258:38f3eaef5d7b Date: 2016-06-20 21:52 +0300 http://bitbucket.org/pypy/pypy/changeset/38f3eaef5d7b/ Log:merge rw-PyString_AS_STRING which allows writing to a non-forced char * diff --git a/pypy/module/cpyext/api.py

[pypy-commit] pypy default: merge pyfile-tell which syncs w_file with the c-level FILE* before returning FILE*

2016-06-17 Thread mattip
Author: Matti Picus Branch: Changeset: r85209:2ccda01df68b Date: 2016-06-17 09:12 +0300 http://bitbucket.org/pypy/pypy/changeset/2ccda01df68b/ Log:merge pyfile-tell which syncs w_file with the c-level FILE* before returning FILE* diff --git

[pypy-commit] pypy default: merge heads

2016-06-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r85023:2384df43b1dd Date: 2016-06-08 09:29 +0200 http://bitbucket.org/pypy/pypy/changeset/2384df43b1dd/ Log:merge heads diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -25,3 +25,4 @@

[pypy-commit] pypy default: merge branch and document it

2016-06-07 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r84997:81f0cfc836dc Date: 2016-06-07 15:09 +0200 http://bitbucket.org/pypy/pypy/changeset/81f0cfc836dc/ Log:merge branch and document it diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst ---

[pypy-commit] pypy default: merge heads created by pushing at exactly the same time

2016-06-05 Thread mattip
Author: Matti Picus Branch: Changeset: r84954:6cce955990e1 Date: 2016-06-06 00:16 +0300 http://bitbucket.org/pypy/pypy/changeset/6cce955990e1/ Log:merge heads created by pushing at exactly the same time diff --git a/pypy/doc/release-pypy2.7-v5.3.0.rst

[pypy-commit] pypy default: merge nonmovable-list which provides a way to get a raw pointer from a bytearray

2016-06-03 Thread mattip
Author: Matti Picus Branch: Changeset: r84906:f731f9ef48f8 Date: 2016-06-03 17:42 +0300 http://bitbucket.org/pypy/pypy/changeset/f731f9ef48f8/ Log:merge nonmovable-list which provides a way to get a raw pointer from a bytearray diff --git

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