[pypy-commit] pypy release-2.0-beta2: fix those tests (how it have ever worked?)

2013-04-05 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: release-2.0-beta2 Changeset: r63045:fa07639d3d4e Date: 2013-04-05 11:23 +0200 http://bitbucket.org/pypy/pypy/changeset/fa07639d3d4e/ Log:fix those tests (how it have ever worked?) diff --git a/pypy/tool/release/package.py

[pypy-commit] pypy default: fix those tests (how it have ever worked?)

2013-04-05 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r63046:44a0540290bc Date: 2013-04-05 11:23 +0200 http://bitbucket.org/pypy/pypy/changeset/44a0540290bc/ Log:fix those tests (how it have ever worked?) diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py ---

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

2013-04-05 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r63047:a163d0d435d5 Date: 2013-04-05 11:57 +0200 http://bitbucket.org/pypy/pypy/changeset/a163d0d435d5/ Log:Add a failing test diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py +++ b/lib_pypy/_sqlite3.py

[pypy-commit] pypy default: Fix the failing test (blob returned by sqlite3 need to be kept alive,

2013-04-05 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r63048:961fb066e7b7 Date: 2013-04-05 12:00 +0200 http://bitbucket.org/pypy/pypy/changeset/961fb066e7b7/ Log:Fix the failing test (blob returned by sqlite3 need to be kept alive, which require making a copy; CPython does a copy

[pypy-commit] pypy default: Don't track allocations that go straight into setdata(), where they

2013-04-05 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r63049:c2e8c09de077 Date: 2013-04-05 12:13 +0200 http://bitbucket.org/pypy/pypy/changeset/c2e8c09de077/ Log:Don't track allocations that go straight into setdata(), where they will be handled by the __del__(). diff --git

[pypy-commit] pypy default: Use ctypes to get the size of long double reasonably. The issue is

2013-04-05 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r63050:20bd465b4b06 Date: 2013-04-05 12:20 +0200 http://bitbucket.org/pypy/pypy/changeset/20bd465b4b06/ Log:Use ctypes to get the size of long double reasonably. The issue is that it's not always 12/16 on all platforms; e.g. on

[pypy-commit] pypy default: add libsqlite3 to build instructions

2013-04-05 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: Changeset: r63051:0bd57f2b6c51 Date: 2013-04-05 14:00 +0300 http://bitbucket.org/pypy/pypy/changeset/0bd57f2b6c51/ Log:add libsqlite3 to build instructions diff --git a/pypy/doc/getting-started-python.rst

[pypy-commit] pypy default: typo

2013-04-05 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: Changeset: r63052:13d908d37509 Date: 2013-04-05 14:04 +0300 http://bitbucket.org/pypy/pypy/changeset/13d908d37509/ Log:typo diff --git a/pypy/doc/getting-started-python.rst b/pypy/doc/getting-started-python.rst ---

[pypy-commit] pypy release-2.0-beta2: merge default

2013-04-05 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: release-2.0-beta2 Changeset: r63053:da4d2a8bc441 Date: 2013-04-05 13:31 +0200 http://bitbucket.org/pypy/pypy/changeset/da4d2a8bc441/ Log:merge default diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py +++

[pypy-commit] pypy.org extradoc: Add the text from esr as the first part of performance.html.

2013-04-05 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: extradoc Changeset: r385:a1796ffb4d27 Date: 2013-04-05 14:01 +0200 http://bitbucket.org/pypy/pypy.org/changeset/a1796ffb4d27/ Log:Add the text from esr as the first part of performance.html. diff --git a/performance.html b/performance.html ---

[pypy-commit] pypy default: write the release announcement

2013-04-05 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r63054:03d69244d043 Date: 2013-04-05 14:12 +0200 http://bitbucket.org/pypy/pypy/changeset/03d69244d043/ Log:write the release announcement diff --git a/pypy/doc/release-2.0.0-beta2.rst b/pypy/doc/release-2.0.0-beta2.rst new file

[pypy-commit] pypy default: merge

2013-04-05 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r63055:1f9677f6bba1 Date: 2013-04-05 14:13 +0200 http://bitbucket.org/pypy/pypy/changeset/1f9677f6bba1/ Log:merge diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py +++ b/lib_pypy/_sqlite3.py @@

[pypy-commit] pypy default: update this

2013-04-05 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r63056:09ca29d0ccba Date: 2013-04-05 14:14 +0200 http://bitbucket.org/pypy/pypy/changeset/09ca29d0ccba/ Log:update this diff --git a/pypy/doc/index.rst b/pypy/doc/index.rst --- a/pypy/doc/index.rst +++ b/pypy/doc/index.rst @@

[pypy-commit] cffi default: Hack to support, on top of CPython, older versions of pycparser

2013-04-05 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r1234:c2539e8cdc21 Date: 2013-04-05 14:22 +0200 http://bitbucket.org/cffi/cffi/changeset/c2539e8cdc21/ Log:Hack to support, on top of CPython, older versions of pycparser diff --git a/testing/test_zintegration.py

[pypy-commit] pypy release-2.0-beta2: merge default

2013-04-05 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: release-2.0-beta2 Changeset: r63059:61273f6466dc Date: 2013-04-05 14:28 +0200 http://bitbucket.org/pypy/pypy/changeset/61273f6466dc/ Log:merge default diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py +++

[pypy-commit] cffi release-0.6: Mark the release 0.6.

2013-04-05 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: release-0.6 Changeset: r1235:22024b307b76 Date: 2013-04-05 14:27 +0200 http://bitbucket.org/cffi/cffi/changeset/22024b307b76/ Log:Mark the release 0.6. ___ pypy-commit mailing list pypy-commit@python.org

[pypy-commit] pypy default: we can't reset the statement to none here, fix it

2013-04-05 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r63058:221d5aeae574 Date: 2013-04-05 14:27 +0200 http://bitbucket.org/pypy/pypy/changeset/221d5aeae574/ Log:we can't reset the statement to none here, fix it diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py ---

[pypy-commit] cffi release-0.6: Add the checksums

2013-04-05 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: release-0.6 Changeset: r1236:4cf03951bacb Date: 2013-04-05 14:31 +0200 http://bitbucket.org/cffi/cffi/changeset/4cf03951bacb/ Log:Add the checksums diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++

[pypy-commit] cffi default: Update the version of PyPy required

2013-04-05 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r1237:6ae25e98df41 Date: 2013-04-05 14:40 +0200 http://bitbucket.org/cffi/cffi/changeset/6ae25e98df41/ Log:Update the version of PyPy required diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++

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

2013-04-05 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: release-0.6 Changeset: r1238:598753c0dca2 Date: 2013-04-05 14:40 +0200 http://bitbucket.org/cffi/cffi/changeset/598753c0dca2/ Log:hg merge default diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++

[pypy-commit] pypy.org extradoc: fix the typo

2013-04-05 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: extradoc Changeset: r386:261b2d7db039 Date: 2013-04-05 15:18 +0200 http://bitbucket.org/pypy/pypy.org/changeset/261b2d7db039/ Log:fix the typo diff --git a/source/performance.txt b/source/performance.txt --- a/source/performance.txt +++

[pypy-commit] pypy.org extradoc: Regenerate

2013-04-05 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: extradoc Changeset: r387:9fe79f577903 Date: 2013-04-05 15:19 +0200 http://bitbucket.org/pypy/pypy.org/changeset/9fe79f577903/ Log:Regenerate diff --git a/performance.html b/performance.html --- a/performance.html +++ b/performance.html @@ -195,7

[pypy-commit] pypy default: (fijal, bivab) fix test_gc_integration on ARM. When calling the writebarrier on

2013-04-05 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63062:55a59cc5a0b5 Date: 2013-04-05 17:06 +0200 http://bitbucket.org/pypy/pypy/changeset/55a59cc5a0b5/ Log:(fijal, bivab) fix test_gc_integration on ARM. When calling the writebarrier on the jitframe the argument

[pypy-commit] pypy default: Enable float support on ARM hardfloat.

2013-04-05 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63063:473a75371871 Date: 2013-04-05 17:17 +0200 http://bitbucket.org/pypy/pypy/changeset/473a75371871/ Log:Enable float support on ARM hardfloat. Currently requires a patched version of CPython with the latest

[pypy-commit] pypy default: merge heads

2013-04-05 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63064:7fdab13dc79c Date: 2013-04-05 17:19 +0200 http://bitbucket.org/pypy/pypy/changeset/7fdab13dc79c/ Log:merge heads diff --git a/pypy/module/pyexpat/interp_pyexpat.py b/pypy/module/pyexpat/interp_pyexpat.py ---

[pypy-commit] pypy default: merge release-2.0-beta2 back into default, to get the updated version number

2013-04-05 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r63065:ad65bcfd3efb Date: 2013-04-05 17:39 +0200 http://bitbucket.org/pypy/pypy/changeset/ad65bcfd3efb/ Log:merge release-2.0-beta2 back into default, to get the updated version number diff --git

[pypy-commit] pypy default: fix this copy more simply and in another place

2013-04-05 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r63066:ffe9f0680418 Date: 2013-04-05 13:38 -0400 http://bitbucket.org/pypy/pypy/changeset/ffe9f0680418/ Log:fix this copy more simply and in another place diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py ---

[pypy-commit] pypy default: fix test_tabs to check rpython too and make the test pass

2013-04-05 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63067:8a5f5f3f1a51 Date: 2013-04-05 19:36 +0200 http://bitbucket.org/pypy/pypy/changeset/8a5f5f3f1a51/ Log:fix test_tabs to check rpython too and make the test pass diff --git a/pypy/tool/test/test_tab.py

[pypy-commit] pypy default: merge heads

2013-04-05 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63068:e06dbffccdc6 Date: 2013-04-05 19:43 +0200 http://bitbucket.org/pypy/pypy/changeset/e06dbffccdc6/ Log:merge heads diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py +++

[pypy-commit] pypy default: more cleanups for sqlite

2013-04-05 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r63069:f09e57516642 Date: 2013-04-05 16:32 -0400 http://bitbucket.org/pypy/pypy/changeset/f09e57516642/ Log:more cleanups for sqlite diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py +++

[pypy-commit] pypy default: Issue #1435: Add a failing test

2013-04-05 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r63070:ba3fbbd1e5ba Date: 2013-04-05 23:35 +0200 http://bitbucket.org/pypy/pypy/changeset/ba3fbbd1e5ba/ Log:Issue #1435: Add a failing test diff --git a/rpython/jit/metainterp/optimizeopt/test/test_optimizeopt.py

[pypy-commit] pypy reflex-support: doh, don't touch memory after free-ing it ...

2013-04-05 Thread wlav
Author: Wim Lavrijsen wlavrij...@lbl.gov Branch: reflex-support Changeset: r63071:7b2dc9dd0300 Date: 2013-04-05 14:33 -0700 http://bitbucket.org/pypy/pypy/changeset/7b2dc9dd0300/ Log:doh, don't touch memory after free-ing it ... diff --git a/pypy/module/cppyy/capi/loadable_capi.py

[pypy-commit] pypy reflex-support: coding convention fix

2013-04-05 Thread wlav
Author: Wim Lavrijsen wlavrij...@lbl.gov Branch: reflex-support Changeset: r63073:b440e97a9581 Date: 2013-04-05 15:39 -0700 http://bitbucket.org/pypy/pypy/changeset/b440e97a9581/ Log:coding convention fix diff --git a/pypy/module/cppyy/src/reflexcwrapper.cxx

[pypy-commit] pypy reflex-support: merge default into branch

2013-04-05 Thread wlav
Author: Wim Lavrijsen wlavrij...@lbl.gov Branch: reflex-support Changeset: r63072:607168b3bbc0 Date: 2013-04-05 15:18 -0700 http://bitbucket.org/pypy/pypy/changeset/607168b3bbc0/ Log:merge default into branch diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py

[pypy-commit] pypy reflex-support: fix check: cif_descr is initialized to null ptr, not to None

2013-04-05 Thread wlav
Author: Wim Lavrijsen wlavrij...@lbl.gov Branch: reflex-support Changeset: r63075:4ae8555bbb2c Date: 2013-04-05 16:28 -0700 http://bitbucket.org/pypy/pypy/changeset/4ae8555bbb2c/ Log:fix check: cif_descr is initialized to null ptr, not to None diff --git a/pypy/module/cppyy/interp_cppyy.py

[pypy-commit] pypy reflex-support: stubs use placement new

2013-04-05 Thread wlav
Author: Wim Lavrijsen wlavrij...@lbl.gov Branch: reflex-support Changeset: r63074:7159a9b97251 Date: 2013-04-05 16:18 -0700 http://bitbucket.org/pypy/pypy/changeset/7159a9b97251/ Log:stubs use placement new diff --git a/pypy/module/cppyy/src/reflexcwrapper.cxx

[pypy-commit] pypy default: fix whatsnew

2013-04-05 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r63076:d34ad891ac19 Date: 2013-04-05 20:22 -0400 http://bitbucket.org/pypy/pypy/changeset/d34ad891ac19/ Log:fix whatsnew diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++

[pypy-commit] pypy py3k: this is text

2013-04-05 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r63077:5b7c09b8a1af Date: 2013-04-05 17:24 -0700 http://bitbucket.org/pypy/pypy/changeset/5b7c09b8a1af/ Log:this is text diff --git a/lib_pypy/_curses.py b/lib_pypy/_curses.py --- a/lib_pypy/_curses.py +++

[pypy-commit] pypy py3k: int is W_LongObject

2013-04-05 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r63078:727a7454acb0 Date: 2013-04-05 17:25 -0700 http://bitbucket.org/pypy/pypy/changeset/727a7454acb0/ Log:int is W_LongObject diff --git a/pypy/objspace/std/test/test_stdobjspace.py

[pypy-commit] pypy py3k: match cpython's stricter handling of extended unpacking

2013-04-05 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r63079:6cded36a0209 Date: 2013-04-05 17:25 -0700 http://bitbucket.org/pypy/pypy/changeset/6cded36a0209/ Log:match cpython's stricter handling of extended unpacking diff --git a/pypy/interpreter/astcompiler/codegen.py

[pypy-commit] pypy py3k: correct UNPACK_EX's counting

2013-04-05 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r63080:db0c22afb498 Date: 2013-04-05 17:25 -0700 http://bitbucket.org/pypy/pypy/changeset/db0c22afb498/ Log:correct UNPACK_EX's counting diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py ---

[pypy-commit] pypy py3k: ints are always PyLongs

2013-04-05 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r63081:7ecf4bccf4c9 Date: 2013-04-05 17:26 -0700 http://bitbucket.org/pypy/pypy/changeset/7ecf4bccf4c9/ Log:ints are always PyLongs diff --git a/pypy/module/cpyext/test/test_longobject.py

[pypy-commit] pypy default: not sure why this was changed in a163d0d435d5

2013-04-05 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r63082:d801b8e5feac Date: 2013-04-05 20:30 -0400 http://bitbucket.org/pypy/pypy/changeset/d801b8e5feac/ Log:not sure why this was changed in a163d0d435d5 diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py ---

[pypy-commit] pypy default: transplant 5b7c09b8a1af and improve to only call ffi.string once

2013-04-05 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r63083:3e8013bc9ef3 Date: 2013-04-05 20:43 -0400 http://bitbucket.org/pypy/pypy/changeset/3e8013bc9ef3/ Log:transplant 5b7c09b8a1af and improve to only call ffi.string once diff --git a/lib_pypy/_curses.py b/lib_pypy/_curses.py ---

[pypy-commit] pypy default: pep8/whitespace

2013-04-05 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r63084:49a3f33a88d1 Date: 2013-04-05 20:57 -0400 http://bitbucket.org/pypy/pypy/changeset/49a3f33a88d1/ Log:pep8/whitespace diff --git a/lib-python/conftest.py b/lib-python/conftest.py --- a/lib-python/conftest.py +++

[pypy-commit] pypy default: fix this test after c2e8c09de077

2013-04-05 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r63085:80ab72ab0def Date: 2013-04-05 21:29 -0400 http://bitbucket.org/pypy/pypy/changeset/80ab72ab0def/ Log:fix this test after c2e8c09de077 diff --git a/pypy/module/_socket/test/test_sock_app.py

[pypy-commit] pypy default: fix test_package when faking pypy_c

2013-04-05 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r63086:086df98954ff Date: 2013-04-05 23:26 -0400 http://bitbucket.org/pypy/pypy/changeset/086df98954ff/ Log:fix test_package when faking pypy_c diff --git a/pypy/tool/release/test/test_package.py

[pypy-commit] pypy default: cleanups in lib_pypy

2013-04-05 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r63087:f0e3b9fc043a Date: 2013-04-06 00:01 -0400 http://bitbucket.org/pypy/pypy/changeset/f0e3b9fc043a/ Log:cleanups in lib_pypy diff --git a/lib_pypy/_collections.py b/lib_pypy/_collections.py --- a/lib_pypy/_collections.py +++

[pypy-commit] pypy default: remove conditional skip, this was a ctypes limitation

2013-04-05 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r63089:53926a2ab1b9 Date: 2013-04-06 00:28 -0400 http://bitbucket.org/pypy/pypy/changeset/53926a2ab1b9/ Log:remove conditional skip, this was a ctypes limitation diff --git a/pypy/module/test_lib_pypy/test_sqlite3.py

[pypy-commit] pypy default: simplify sqlite tests by providing a funcarg that automatically connects/closes

2013-04-05 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r63090:3b60aa181915 Date: 2013-04-06 00:45 -0400 http://bitbucket.org/pypy/pypy/changeset/3b60aa181915/ Log:simplify sqlite tests by providing a funcarg that automatically connects/closes diff --git

[pypy-commit] pypy default: no ncurses on windowss

2013-04-05 Thread mattip
Author: mattip Branch: Changeset: r63091:79414fd8306a Date: 2013-04-06 07:41 +0200 http://bitbucket.org/pypy/pypy/changeset/79414fd8306a/ Log:no ncurses on windowss diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py --- a/pypy/tool/release/package.py +++