[pypy-commit] pypy default: fix for issue 1635, building extension module with MSVC

2013-11-24 Thread mattip
Author: Matti Picus Branch: Changeset: r68297:ea530af6eb9c Date: 2013-11-24 10:25 +0200 http://bitbucket.org/pypy/pypy/changeset/ea530af6eb9c/ Log:fix for issue 1635, building extension module with MSVC diff --git a/pypy/module/cpyext/include/pyconfig.h b/pypy/module/cpyext/include/pyconfi

[pypy-commit] pypy default: Add a passing test

2013-11-24 Thread arigo
Author: Armin Rigo Branch: Changeset: r68298:838ae931bcbd Date: 2013-11-24 11:22 +0100 http://bitbucket.org/pypy/pypy/changeset/838ae931bcbd/ Log:Add a passing test diff --git a/rpython/translator/c/test/test_exception.py b/rpython/translator/c/test/test_exception.py --- a/rpython/translat

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

2013-11-24 Thread arigo
Author: Armin Rigo Branch: release-2.2.x Changeset: r68306:ae406fcaf180 Date: 2013-11-24 11:49 +0100 http://bitbucket.org/pypy/pypy/changeset/ae406fcaf180/ Log:merge heads diff --git a/rpython/tool/runsubprocess.py b/rpython/tool/runsubprocess.py --- a/rpython/tool/runsubprocess.py +++ b/rpy

[pypy-commit] pypy release-2.2.x: FreeBSD 9.2 / Tcl/Tk 8.6 paths include and lib paths

2013-11-24 Thread oberstet
Author: Tobias Oberstein Branch: release-2.2.x Changeset: r68301:fd729a097f6f Date: 2013-11-18 14:18 +0100 http://bitbucket.org/pypy/pypy/changeset/fd729a097f6f/ Log:FreeBSD 9.2 / Tcl/Tk 8.6 paths include and lib paths (transplanted from 68fe795f0c671d81dee4da49bb3bd193225417f9) diff

[pypy-commit] pypy release-2.2.x: allow disable stripping/tk via env var

2013-11-24 Thread oberstet
Author: Tobias Oberstein Branch: release-2.2.x Changeset: r68299:d223aed751df Date: 2013-11-18 14:04 +0100 http://bitbucket.org/pypy/pypy/changeset/d223aed751df/ Log:allow disable stripping/tk via env var (transplanted from 679ca2fdefb681e38d4a4183979e44da642fe61d) diff --git a/pypy/

[pypy-commit] pypy release-2.2.x: fix for issue 1635, building extension module with MSVC

2013-11-24 Thread mattip
Author: Matti Picus Branch: release-2.2.x Changeset: r68305:dd150c0b090f Date: 2013-11-24 10:25 +0200 http://bitbucket.org/pypy/pypy/changeset/dd150c0b090f/ Log:fix for issue 1635, building extension module with MSVC (transplanted from ea530af6eb9c23550c80cb6ed17ae9de58f9cc57) diff -

[pypy-commit] pypy release-2.2.x: allow disable strip/tk via env vars

2013-11-24 Thread oberstet
Author: Tobias Oberstein Branch: release-2.2.x Changeset: r68300:bf1821ecc215 Date: 2013-11-18 14:10 +0100 http://bitbucket.org/pypy/pypy/changeset/bf1821ecc215/ Log:allow disable strip/tk via env vars (transplanted from 76bc9f2cd21509db16b266a543fae7e708ff1e27) diff --git a/pypy/too

[pypy-commit] pypy release-2.2.x: Fix for issue #1646

2013-11-24 Thread arigo
Author: Armin Rigo Branch: release-2.2.x Changeset: r68304:54f5eab57b27 Date: 2013-11-23 16:21 +0100 http://bitbucket.org/pypy/pypy/changeset/54f5eab57b27/ Log:Fix for issue #1646 (transplanted from eddf9beed68ac6f1dd5569d719c1b8cffe90e7a1) diff --git a/pypy/module/itertools/interp_i

[pypy-commit] pypy release-2.2.x: Fix for SSLSocket.makefile()

2013-11-24 Thread alex_gaynor
Author: Alex Gaynor Branch: release-2.2.x Changeset: r68303:10eb72c572ed Date: 2013-11-21 10:09 -0800 http://bitbucket.org/pypy/pypy/changeset/10eb72c572ed/ Log:Fix for SSLSocket.makefile() Test program: pypy -c "import socket, ssl; s = ssl.wrap_socket(socket.create_

[pypy-commit] pypy release-2.2.x: C header include paths .. once more

2013-11-24 Thread oberstet
Author: Tobias Oberstein Branch: release-2.2.x Changeset: r68302:cd21588f10bf Date: 2013-11-18 17:08 +0100 http://bitbucket.org/pypy/pypy/changeset/cd21588f10bf/ Log:C header include paths .. once more (transplanted from b6c763cd5357318c6c3f914e340f92529db4bf33) diff --git a/lib_pypy

[pypy-commit] cffi release-0.8: MD5/SHA1

2013-11-24 Thread arigo
Author: Armin Rigo Branch: release-0.8 Changeset: r1427:d531f7dc59bc Date: 2013-11-24 14:14 +0100 http://bitbucket.org/cffi/cffi/changeset/d531f7dc59bc/ Log:MD5/SHA1 diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -92,9 +92,9

[pypy-commit] cffi default: Update to version 0.8.1

2013-11-24 Thread arigo
Author: Armin Rigo Branch: Changeset: r1425:fc756c06dd34 Date: 2013-11-24 12:07 +0100 http://bitbucket.org/cffi/cffi/changeset/fc756c06dd34/ Log:Update to version 0.8.1 diff --git a/cffi/__init__.py b/cffi/__init__.py --- a/cffi/__init__.py +++ b/cffi/__init__.py @@ -4,5 +4,5 @@ from .api

[pypy-commit] cffi release-0.8: Merge for release 0.8.1

2013-11-24 Thread arigo
Author: Armin Rigo Branch: release-0.8 Changeset: r1426:ec9d113aaf26 Date: 2013-11-24 14:13 +0100 http://bitbucket.org/cffi/cffi/changeset/ec9d113aaf26/ Log:Merge for release 0.8.1 diff --git a/MANIFEST.in b/MANIFEST.in --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,5 @@ recursive-include c

[pypy-commit] cffi default: No real clue, trying to improve the display on readthedocs.org

2013-11-24 Thread arigo
Author: Armin Rigo Branch: Changeset: r1428:491349751193 Date: 2013-11-24 14:20 +0100 http://bitbucket.org/cffi/cffi/changeset/491349751193/ Log:No real clue, trying to improve the display on readthedocs.org diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst

[pypy-commit] cffi release-0.8: hg merge default

2013-11-24 Thread arigo
Author: Armin Rigo Branch: release-0.8 Changeset: r1429:4ed0f953d3c5 Date: 2013-11-24 14:21 +0100 http://bitbucket.org/cffi/cffi/changeset/4ed0f953d3c5/ Log:hg merge default diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -1,9

[pypy-commit] pypy default: The "Signed *" declaration is not in sync with rdtoa.py

2013-11-24 Thread arigo
Author: Armin Rigo Branch: Changeset: r68307:8fdba9d51786 Date: 2013-11-24 15:21 +0100 http://bitbucket.org/pypy/pypy/changeset/8fdba9d51786/ Log:The "Signed *" declaration is not in sync with rdtoa.py diff --git a/rpython/translator/c/src/dtoa.c b/rpython/translator/c/src/dtoa.c --- a/rpyt

[pypy-commit] pypy default: A workaround against passing huge numbers or huge strings on 64-bit

2013-11-24 Thread arigo
Author: Armin Rigo Branch: Changeset: r68308:07f0c7c1a7ca Date: 2013-11-24 15:21 +0100 http://bitbucket.org/pypy/pypy/changeset/07f0c7c1a7ca/ Log:A workaround against passing huge numbers or huge strings on 64-bit machines diff --git a/rpython/rlib/rdtoa.py b/rpython/rlib/rdtoa.py -

[pypy-commit] pypy default: Catch MemoryErrors raised by the machinery of interactive command-line (like compiling the input), and

2013-11-24 Thread arigo
Author: Armin Rigo Branch: Changeset: r68309:6d65219fce4b Date: 2013-11-24 16:44 +0100 http://bitbucket.org/pypy/pypy/changeset/6d65219fce4b/ Log:Catch MemoryErrors raised by the machinery of interactive command- line (like compiling the input), and display it like we do Keyb

[pypy-commit] pypy default: fix translation, be more like cpython

2013-11-24 Thread mattip
Author: Matti Picus Branch: Changeset: r68310:d45c21ada48f Date: 2013-11-24 20:22 +0200 http://bitbucket.org/pypy/pypy/changeset/d45c21ada48f/ Log:fix translation, be more like cpython diff --git a/pypy/module/cpyext/include/pyconfig.h b/pypy/module/cpyext/include/pyconfig.h --- a/pypy/mod

[pypy-commit] pypy release-2.2.x: fix translation, be more like cpython

2013-11-24 Thread mattip
Author: Matti Picus Branch: release-2.2.x Changeset: r68311:11ffafdff4d6 Date: 2013-11-24 20:22 +0200 http://bitbucket.org/pypy/pypy/changeset/11ffafdff4d6/ Log:fix translation, be more like cpython (grafted from d45c21ada48feb930b2afff45ce9f032df5acc98) diff --git a/pypy/module/cpye

[pypy-commit] pypy release-2.2.x: avoid a fail attempt to copy nothing to a nullptr buffer

2013-11-24 Thread pjenvey
Author: Philip Jenvey Branch: release-2.2.x Changeset: r68312:87aa9de10f9c Date: 2013-11-15 11:44 -0800 http://bitbucket.org/pypy/pypy/changeset/87aa9de10f9c/ Log:avoid a fail attempt to copy nothing to a nullptr buffer (grafted from 8d0da723fb85a16a3c850f2d7ed6d98b967cb6e2) diff --g

[pypy-commit] pypy more_strategies: Revert the sorted list experiment.

2013-11-24 Thread ltratt
Author: Laurence Tratt Branch: more_strategies Changeset: r68313:b80e7392cb94 Date: 2013-11-24 20:17 + http://bitbucket.org/pypy/pypy/changeset/b80e7392cb94/ Log:Revert the sorted list experiment. diff --git a/pypy/objspace/std/listobject.py b/pypy/objspace/std/listobject.py --- a/pypy/o

[pypy-commit] pypy default: skip unsupported test

2013-11-24 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r68314:a93f0c77683d Date: 2013-11-24 23:06 +0100 http://bitbucket.org/pypy/pypy/changeset/a93f0c77683d/ Log:skip unsupported test diff --git a/rpython/rtyper/test/test_runicode.py b/rpython/rtyper/test/test_runicode.py --- a/rpython/rtyper/test

[pypy-commit] buildbot numpy-tests: use pytest, get nice failure logs

2013-11-24 Thread mattip
Author: Matti Picus Branch: numpy-tests Changeset: r899:3be765a8c73d Date: 2013-11-25 00:06 +0200 http://bitbucket.org/pypy/buildbot/changeset/3be765a8c73d/ Log:use pytest, get nice failure logs diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py --- a/bot2/pypybuildbot/bu

[pypy-commit] buildbot numpy-tests: remove all schedulers if debugging

2013-11-24 Thread mattip
Author: Matti Picus Branch: numpy-tests Changeset: r900:2f122536ecdf Date: 2013-11-25 00:08 +0200 http://bitbucket.org/pypy/buildbot/changeset/2f122536ecdf/ Log:remove all schedulers if debugging diff --git a/master/master.cfg b/master/master.cfg --- a/master/master.cfg +++ b/master/master.c

[pypy-commit] buildbot numpy-tests: merge default into branch

2013-11-24 Thread mattip
Author: Matti Picus Branch: numpy-tests Changeset: r901:9cc68795c263 Date: 2013-11-25 00:09 +0200 http://bitbucket.org/pypy/buildbot/changeset/9cc68795c263/ Log:merge default into branch diff --git a/bot2/pypybuildbot/arm_master.py b/bot2/pypybuildbot/arm_master.py --- a/bot2/pypybuildbot/ar