[pypy-commit] pypy jitframe-on-heap: start working on gcmap

2013-03-07 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r62159:afa6402200b1 Date: 2013-03-07 10:34 +0200 http://bitbucket.org/pypy/pypy/changeset/afa6402200b1/ Log:start working on gcmap diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backend/arm/assembler.py --- a/rp

[pypy-commit] pypy default: more cleanups/fixes for _sqlite3

2013-03-07 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62160:6c95beb61fa6 Date: 2013-03-07 02:33 -0500 http://bitbucket.org/pypy/pypy/changeset/6c95beb61fa6/ Log:more cleanups/fixes for _sqlite3 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: merge heads

2013-03-07 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62164:96d7103e2b00 Date: 2013-03-07 03:35 -0500 http://bitbucket.org/pypy/pypy/changeset/96d7103e2b00/ Log:merge heads diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py +++ b/lib_pypy/_sqlite3.py @@ -29,6 +29,7 @@ f

[pypy-commit] pypy py3k: merge default

2013-03-07 Thread bdkearns
Author: Brian Kearns Branch: py3k Changeset: r62161:254c727895bb Date: 2013-03-07 03:22 -0500 http://bitbucket.org/pypy/pypy/changeset/254c727895bb/ Log:merge default diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py +++ b/lib_pypy/_sqlite3.py @@ -29,6 +29,7

[pypy-commit] pypy py3k: some fixes for _sqlite3 on py3k

2013-03-07 Thread bdkearns
Author: Brian Kearns Branch: py3k Changeset: r62162:d9ffd98adc48 Date: 2013-03-07 03:25 -0500 http://bitbucket.org/pypy/pypy/changeset/d9ffd98adc48/ Log:some fixes for _sqlite3 on py3k diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py +++ b/lib_pypy/_sqlite3

[pypy-commit] pypy py3k: merge heads

2013-03-07 Thread bdkearns
Author: Brian Kearns Branch: py3k Changeset: r62163:c01b46a3cbfe Date: 2013-03-07 03:34 -0500 http://bitbucket.org/pypy/pypy/changeset/c01b46a3cbfe/ Log:merge heads diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpreter/baseobjspace.py +++ b/p

[pypy-commit] pypy default: test and fix for sqlite param container check

2013-03-07 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62165:5103722a91c0 Date: 2013-03-07 04:00 -0500 http://bitbucket.org/pypy/pypy/changeset/5103722a91c0/ Log:test and fix for sqlite param container check diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py +++ b/lib_pyp

[pypy-commit] cffi default: Cancel again these changes: we can't pass 0 or None to mean NULL. Just

2013-03-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r1183:d0f6755466f7 Date: 2013-03-07 10:02 +0100 http://bitbucket.org/cffi/cffi/changeset/d0f6755466f7/ Log:Cancel again these changes: we can't pass 0 or None to mean NULL. Just use NULL explicitly. (After discussion on IRC, notably with

[pypy-commit] pypy stm-thread-2: details

2013-03-07 Thread arigo
Author: Armin Rigo Branch: stm-thread-2 Changeset: r62167:a73a349ee7ec Date: 2013-03-06 23:46 +0100 http://bitbucket.org/pypy/pypy/changeset/a73a349ee7ec/ Log:details diff --git a/rpython/memory/gc/stmtls.py b/rpython/memory/gc/stmtls.py --- a/rpython/memory/gc/stmtls.py +++ b/rpython/memory

[pypy-commit] pypy gc-del: Lock

2013-03-07 Thread arigo
Author: Armin Rigo Branch: gc-del Changeset: r62166:c7a41aeb7bd2 Date: 2013-03-04 17:38 +0100 http://bitbucket.org/pypy/pypy/changeset/c7a41aeb7bd2/ Log:Lock diff --git a/rpython/rlib/rgc.py b/rpython/rlib/rgc.py --- a/rpython/rlib/rgc.py +++ b/rpython/rlib/rgc.py @@ -275,6 +275,7 @@ _fin

[pypy-commit] pypy default: Update to cffi/d0f6755466f7

2013-03-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r62168:1d661d485129 Date: 2013-03-07 10:07 +0100 http://bitbucket.org/pypy/pypy/changeset/1d661d485129/ Log:Update to cffi/d0f6755466f7 diff --git a/pypy/module/_cffi_backend/cdataobj.py b/pypy/module/_cffi_backend/cdataobj.py --- a/pypy/module/_cffi_b

[pypy-commit] pypy default: don't need next_char here

2013-03-07 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62169:984ec8c1fb81 Date: 2013-03-07 04:14 -0500 http://bitbucket.org/pypy/pypy/changeset/984ec8c1fb81/ Log:don't need next_char here diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py +++ b/lib_pypy/_sqlite3.py @@ -47

[pypy-commit] pypy default: merge heads

2013-03-07 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62170:75a2ee7a0a13 Date: 2013-03-07 04:18 -0500 http://bitbucket.org/pypy/pypy/changeset/75a2ee7a0a13/ Log:merge heads diff --git a/pypy/module/_cffi_backend/cdataobj.py b/pypy/module/_cffi_backend/cdataobj.py --- a/pypy/module/_cffi_backend/cdataob

[pypy-commit] pypy default: Update to cffi/d23457c0c5d3.

2013-03-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r62171:87cc13e1bc5e Date: 2013-03-07 10:42 +0100 http://bitbucket.org/pypy/pypy/changeset/87cc13e1bc5e/ Log:Update to cffi/d23457c0c5d3. diff --git a/pypy/module/_cffi_backend/ctypeptr.py b/pypy/module/_cffi_backend/ctypeptr.py --- a/pypy/module/_cffi_

[pypy-commit] cffi default: Document the removal of FILE, add demos.

2013-03-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r1185:456ad2f4381b Date: 2013-03-07 10:37 +0100 http://bitbucket.org/cffi/cffi/changeset/456ad2f4381b/ Log:Document the removal of FILE, add demos. diff --git a/demo/file1.py b/demo/file1.py --- a/demo/file1.py +++ b/demo/file1.py @@ -1,10 +1,15 @@ imp

[pypy-commit] cffi default: Kill the logic to support FILE. Found out that it seems reasonable

2013-03-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r1184:d23457c0c5d3 Date: 2013-03-07 10:25 +0100 http://bitbucket.org/cffi/cffi/changeset/d23457c0c5d3/ Log:Kill the logic to support FILE. Found out that it seems reasonable enough to use the standard cffi way. diff --git a/c/_cffi_backend.c b/c

[pypy-commit] pypy default: merge heads

2013-03-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r62172:b0543cd42158 Date: 2013-03-07 10:43 +0100 http://bitbucket.org/pypy/pypy/changeset/b0543cd42158/ Log:merge heads diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py +++ b/lib_pypy/_sqlite3.py @@ -472,9 +472,8 @@

[pypy-commit] lang-smalltalk default: (tfel, lwassermann) compare to None with is

2013-03-07 Thread timfel
Author: Tim Felgentreff Branch: Changeset: r129:4a288f53c7fc Date: 2013-03-07 11:01 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/4a288f53c7fc/ Log:(tfel, lwassermann) compare to None with is diff --git a/spyvm/interpreter.py b/spyvm/interpreter.py --- a/spyvm/interpreter.py +++

[pypy-commit] lang-smalltalk default: (tfel, cfbolz) Hack: Fix translation error by preventing specialization of c_loop based on the fact that ContextPartShadow is access directly

2013-03-07 Thread timfel
Author: Tim Felgentreff Branch: Changeset: r131:9ab4a274460b Date: 2013-03-07 11:50 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/9ab4a274460b/ Log:(tfel, cfbolz) Hack: Fix translation error by preventing specialization of c_loop based on the fact that ContextPartShadow is

[pypy-commit] lang-smalltalk default: (tfel, lwassermann) reintroduce the assertion

2013-03-07 Thread timfel
Author: Tim Felgentreff Branch: Changeset: r130:8e362f43daa6 Date: 2013-03-07 11:06 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/8e362f43daa6/ Log:(tfel, lwassermann) reintroduce the assertion diff --git a/spyvm/squeakimage.py b/spyvm/squeakimage.py --- a/spyvm/squeakimage.py ++

[pypy-commit] pypy default: small tweaks

2013-03-07 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62173:38ea2aa0bcfc Date: 2013-03-07 05:50 -0500 http://bitbucket.org/pypy/pypy/changeset/38ea2aa0bcfc/ Log:small tweaks diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py +++ b/lib_pypy/_sqlite3.py @@ -243,7 +243,7 @@

[pypy-commit] pypy default: merge heads

2013-03-07 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62174:812c43918111 Date: 2013-03-07 05:59 -0500 http://bitbucket.org/pypy/pypy/changeset/812c43918111/ Log:merge heads diff --git a/pypy/module/_cffi_backend/ctypeptr.py b/pypy/module/_cffi_backend/ctypeptr.py --- a/pypy/module/_cffi_backend/ctypept

[pypy-commit] pypy py3k: merge default

2013-03-07 Thread bdkearns
Author: Brian Kearns Branch: py3k Changeset: r62175:1d7ef38982ad Date: 2013-03-07 06:28 -0500 http://bitbucket.org/pypy/pypy/changeset/1d7ef38982ad/ Log:merge default diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py +++ b/lib_pypy/_sqlite3.py @@ -243,7 +243

[pypy-commit] pypy default: Fix for issue1198.

2013-03-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r62176:db608eb643ed Date: 2013-03-07 12:31 +0100 http://bitbucket.org/pypy/pypy/changeset/db608eb643ed/ Log:Fix for issue1198. diff --git a/rpython/translator/c/gcc/trackgcroot.py b/rpython/translator/c/gcc/trackgcroot.py --- a/rpython/translator/c/gcc

[pypy-commit] lang-smalltalk default: (tfel, lwassermann) Update targetimageloading to accept benchmark argument and jit args, and run the actual image if no benchmark is passed

2013-03-07 Thread timfel
Author: Tim Felgentreff Branch: Changeset: r132:eae827dda441 Date: 2013-03-07 13:02 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/eae827dda441/ Log:(tfel, lwassermann) Update targetimageloading to accept benchmark argument and jit args, and run the actual image if no bench

[pypy-commit] lang-smalltalk default: Added shorthandprinting for the contexts. The hook in c_loop is commented out

2013-03-07 Thread lwassermann
Author: Lars Wassermann Branch: Changeset: r134:a6dbd607b975 Date: 2013-03-07 14:13 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/a6dbd607b975/ Log:Added shorthandprinting for the contexts. The hook in c_loop is commented out diff --git a/spyvm/interpreter.py b/spyvm/inte

[pypy-commit] lang-smalltalk default: reduced the default smalltalk max stack size to 100

2013-03-07 Thread lwassermann
Author: Lars Wassermann Branch: Changeset: r133:a22cedb502be Date: 2013-03-07 14:10 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/a22cedb502be/ Log:reduced the default smalltalk max stack size to 100 diff --git a/spyvm/interpreter.py b/spyvm/interpreter.py --- a/spyvm/interpreter

[pypy-commit] lang-smalltalk default: add loopTest2 and loopTest3

2013-03-07 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r135:2657435de309 Date: 2013-03-07 16:38 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/2657435de309/ Log:add loopTest2 and loopTest3 diff --git a/images/minitest.image b/images/minitest.image index 5753d32adc6e5ca83c6b7bf990258090ca

[pypy-commit] cffi default: Add warnings about keeping alive the library object.

2013-03-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r1186:c28026358db5 Date: 2013-03-07 17:51 +0100 http://bitbucket.org/cffi/cffi/changeset/c28026358db5/ Log:Add warnings about keeping alive the library object. diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc

[pypy-commit] lang-smalltalk default: updated test/jit

2013-03-07 Thread lwassermann
Author: Lars Wassermann Branch: Changeset: r136:e320b3ab9f74 Date: 2013-03-07 18:18 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/e320b3ab9f74/ Log:updated test/jit diff --git a/spyvm/test/jit.py b/spyvm/test/jit.py --- a/spyvm/test/jit.py +++ b/spyvm/test/jit.py @@ -4,7 +4,7 @@

[pypy-commit] lang-smalltalk default: fixed return value printing in targetimageloadingsmalltalk for benchmarks

2013-03-07 Thread lwassermann
Author: Lars Wassermann Branch: Changeset: r137:68c5b9f0b45b Date: 2013-03-07 18:19 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/68c5b9f0b45b/ Log:fixed return value printing in targetimageloadingsmalltalk for benchmarks diff --git a/targetimageloadingsmalltalk.py b/targ

[pypy-commit] lang-smalltalk default: added can_enter_jit hint

2013-03-07 Thread lwassermann
Author: Lars Wassermann Branch: Changeset: r138:4ad14e0d4c7c Date: 2013-03-07 18:19 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/4ad14e0d4c7c/ Log:added can_enter_jit hint diff --git a/spyvm/interpreter.py b/spyvm/interpreter.py --- a/spyvm/interpreter.py +++ b/spyvm/interpreter

[pypy-commit] lang-smalltalk default: small changes to .hgignore

2013-03-07 Thread lwassermann
Author: Lars Wassermann Branch: Changeset: r139:126749d90704 Date: 2013-03-07 18:25 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/126749d90704/ Log:small changes to .hgignore diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -1,3 +1,7 @@ syntax: glob *.py[co

[pypy-commit] pypy py3k: passthru unicode in dict iter reprs

2013-03-07 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r62177:34a402b65a45 Date: 2013-03-07 11:39 -0800 http://bitbucket.org/pypy/pypy/changeset/34a402b65a45/ Log:passthru unicode in dict iter reprs diff --git a/pypy/objspace/std/dictmultiobject.py b/pypy/objspace/std/dictmultiobject.py --- a/pypy/o

[pypy-commit] pypy default: improve sqlite3 statement arg checking, test

2013-03-07 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62178:9a1dee0e3eb5 Date: 2013-03-07 14:38 -0500 http://bitbucket.org/pypy/pypy/changeset/9a1dee0e3eb5/ Log:improve sqlite3 statement arg checking, test diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py +++ b/lib_pypy

[pypy-commit] pypy py3k: merge heads

2013-03-07 Thread bdkearns
Author: Brian Kearns Branch: py3k Changeset: r62180:cca78b78a0ed Date: 2013-03-07 14:52 -0500 http://bitbucket.org/pypy/pypy/changeset/cca78b78a0ed/ Log:merge heads diff --git a/pypy/objspace/std/dictmultiobject.py b/pypy/objspace/std/dictmultiobject.py --- a/pypy/objspace/std/dictmultiobje

[pypy-commit] pypy py3k: merge default

2013-03-07 Thread bdkearns
Author: Brian Kearns Branch: py3k Changeset: r62179:e65d20740bfa Date: 2013-03-07 14:51 -0500 http://bitbucket.org/pypy/pypy/changeset/e65d20740bfa/ Log:merge default diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py +++ b/lib_pypy/_sqlite3.py @@ -800,6 +800

[pypy-commit] pypy default: comments

2013-03-07 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62181:8ce8657b8be1 Date: 2013-03-07 14:55 -0500 http://bitbucket.org/pypy/pypy/changeset/8ce8657b8be1/ Log:comments diff --git a/lib_pypy/_collections.py b/lib_pypy/_collections.py --- a/lib_pypy/_collections.py +++ b/lib_pypy/_collections.py @@ -5,6

[pypy-commit] pypy default: reindent this sillyness

2013-03-07 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r62182:9b6d55d58379 Date: 2013-03-07 12:42 -0800 http://bitbucket.org/pypy/pypy/changeset/9b6d55d58379/ Log:reindent this sillyness diff --git a/pypy/module/__builtin__/test/test_apply.py b/pypy/module/__builtin__/test/test_apply.py --- a/pypy/modul

[pypy-commit] pypy py3k: merge default

2013-03-07 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r62183:e5ccc3682887 Date: 2013-03-07 12:57 -0800 http://bitbucket.org/pypy/pypy/changeset/e5ccc3682887/ Log:merge default diff --git a/lib_pypy/_collections.py b/lib_pypy/_collections.py --- a/lib_pypy/_collections.py +++ b/lib_pypy/_collections.

[pypy-commit] pypy default: test and fix for sqlite cursor iteration, simplify/optimize

2013-03-07 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62184:7e1f21fd7d13 Date: 2013-03-07 15:27 -0500 http://bitbucket.org/pypy/pypy/changeset/7e1f21fd7d13/ Log:test and fix for sqlite cursor iteration, simplify/optimize diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py

[pypy-commit] pypy py3k: merge default

2013-03-07 Thread bdkearns
Author: Brian Kearns Branch: py3k Changeset: r62185:11bcfe197e41 Date: 2013-03-07 16:09 -0500 http://bitbucket.org/pypy/pypy/changeset/11bcfe197e41/ Log:merge default diff --git a/lib_pypy/_collections.py b/lib_pypy/_collections.py --- a/lib_pypy/_collections.py +++ b/lib_pypy/_collections.p

[pypy-commit] pypy py3k: merge heads

2013-03-07 Thread bdkearns
Author: Brian Kearns Branch: py3k Changeset: r62186:46a5efb3dae1 Date: 2013-03-07 16:11 -0500 http://bitbucket.org/pypy/pypy/changeset/46a5efb3dae1/ Log:merge heads diff --git a/pypy/module/__builtin__/test/test_filter.py b/pypy/module/__builtin__/test/test_filter.py --- a/pypy/module/__bui

[pypy-commit] pypy default: merge heads

2013-03-07 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62187:6316975159a0 Date: 2013-03-07 16:11 -0500 http://bitbucket.org/pypy/pypy/changeset/6316975159a0/ Log:merge heads diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py +++ b/lib_pypy/_sqlite3.py @@ -919,24 +919,24 @

[pypy-commit] cffi default: Kill the historical non-decorator version of ffi.callback(), as a

2013-03-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r1187:8a27b7fa299a Date: 2013-03-07 22:58 +0100 http://bitbucket.org/cffi/cffi/changeset/8a27b7fa299a/ Log:Kill the historical non-decorator version of ffi.callback(), as a motivation for doing "the right thing" (see new paragraph in docs). diff

[pypy-commit] pypy py3k: add range.index and make a couple fixes to contains/count

2013-03-07 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r62188:a8c28f968217 Date: 2013-03-07 14:12 -0800 http://bitbucket.org/pypy/pypy/changeset/a8c28f968217/ Log:add range.index and make a couple fixes to contains/count diff --git a/pypy/module/__builtin__/functional.py b/pypy/module/__builtin__/fu

[pypy-commit] pypy py3k: use the new space.sequence_index for operator.indexOf for consistency's sake

2013-03-07 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r62189:60088715348f Date: 2013-03-07 14:14 -0800 http://bitbucket.org/pypy/pypy/changeset/60088715348f/ Log:use the new space.sequence_index for operator.indexOf for consistency's sake (though this may be slower until sequence_index

[pypy-commit] pypy py3k: fix translation, hack, blerg

2013-03-07 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r62190:5a8741c00853 Date: 2013-03-07 14:25 -0800 http://bitbucket.org/pypy/pypy/changeset/5a8741c00853/ Log:fix translation, hack, blerg diff --git a/pypy/module/__builtin__/functional.py b/pypy/module/__builtin__/functional.py --- a/pypy/module

[pypy-commit] pypy default: unify sqlite3 between default and py3k

2013-03-07 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62191:71538a3eb8f3 Date: 2013-03-07 17:38 -0500 http://bitbucket.org/pypy/pypy/changeset/71538a3eb8f3/ Log:unify sqlite3 between default and py3k diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py +++ b/lib_pypy/_sqli

[pypy-commit] pypy py3k: merge default

2013-03-07 Thread bdkearns
Author: Brian Kearns Branch: py3k Changeset: r62192:f7086f05b2e3 Date: 2013-03-07 17:43 -0500 http://bitbucket.org/pypy/pypy/changeset/f7086f05b2e3/ Log:merge default diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py +++ b/lib_pypy/_sqlite3.py @@ -34,6 +34,1

[pypy-commit] pypy missing-os-functions: Fix conditional definition of wait3 and wait4

2013-03-07 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: missing-os-functions Changeset: r62193:0cc72ca23531 Date: 2013-03-07 00:37 +0100 http://bitbucket.org/pypy/pypy/changeset/0cc72ca23531/ Log:Fix conditional definition of wait3 and wait4 diff --git a/pypy/module/posix/__init__.py b/pypy/module/posix/__init

[pypy-commit] pypy missing-os-functions: Use configure() for posix constants, instead of the host Python.

2013-03-07 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: missing-os-functions Changeset: r62194:287249e7d15c Date: 2013-03-07 01:03 +0100 http://bitbucket.org/pypy/pypy/changeset/287249e7d15c/ Log:Use configure() for posix constants, instead of the host Python. diff --git a/pypy/module/posix/__init__.py b/pypy/

[pypy-commit] pypy missing-os-functions: Move WEXITSTATUS &co out of ll_os.py.

2013-03-07 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: missing-os-functions Changeset: r62195:f0b5c549aea8 Date: 2013-03-08 00:11 +0100 http://bitbucket.org/pypy/pypy/changeset/f0b5c549aea8/ Log:Move WEXITSTATUS &co out of ll_os.py. Looks much simpler like this. diff --git a/pypy/module/posix/__init__.py b/py

[pypy-commit] pypy py3k: unused imports

2013-03-07 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r62196:da8050022754 Date: 2013-03-07 15:14 -0800 http://bitbucket.org/pypy/pypy/changeset/da8050022754/ Log:unused imports diff --git a/pypy/module/__builtin__/functional.py b/pypy/module/__builtin__/functional.py --- a/pypy/module/__builtin__/f

[pypy-commit] cffi default: Give some compatibility explanation when passing a Python file object to

2013-03-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r1188:7a86941ef198 Date: 2013-03-08 00:54 +0100 http://bitbucket.org/cffi/cffi/changeset/7a86941ef198/ Log:Give some compatibility explanation when passing a Python file object to a FILE argument. diff --git a/c/_cffi_backend.c b/c/_cffi_backend

[pypy-commit] pypy default: Update to cffi/7a86941ef198

2013-03-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r62197:0d391c72accf Date: 2013-03-08 00:54 +0100 http://bitbucket.org/pypy/pypy/changeset/0d391c72accf/ Log:Update to cffi/7a86941ef198 diff --git a/pypy/module/_cffi_backend/test/_backend_test_c.py b/pypy/module/_cffi_backend/test/_backend_test_c.py -

[pypy-commit] pypy sqlite-cffi: port some sqlite fixes/cleanups from default

2013-03-07 Thread bdkearns
Author: Brian Kearns Branch: sqlite-cffi Changeset: r62198:b37a4cb55f8a Date: 2013-03-07 19:54 -0500 http://bitbucket.org/pypy/pypy/changeset/b37a4cb55f8a/ Log:port some sqlite fixes/cleanups from default diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py +++

[pypy-commit] pypy default: avoid leaking internal names from _sqlite3

2013-03-07 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62199:574c8461a2cf Date: 2013-03-07 19:28 -0500 http://bitbucket.org/pypy/pypy/changeset/574c8461a2cf/ Log:avoid leaking internal names from _sqlite3 diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py +++ b/lib_pypy/_

[pypy-commit] pypy default: some pep8

2013-03-07 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62200:4fdef2502248 Date: 2013-03-07 19:57 -0500 http://bitbucket.org/pypy/pypy/changeset/4fdef2502248/ Log:some pep8 diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py +++ b/lib_pypy/_sqlite3.py @@ -426,9 +426,9 @@

[pypy-commit] pypy default: merge heads

2013-03-07 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62201:7d5c829d6e47 Date: 2013-03-07 20:18 -0500 http://bitbucket.org/pypy/pypy/changeset/7d5c829d6e47/ Log:merge heads diff --git a/pypy/module/_cffi_backend/test/_backend_test_c.py b/pypy/module/_cffi_backend/test/_backend_test_c.py --- a/pypy/modu

[pypy-commit] pypy default: further reduce diffs in datetime.py between 2.x and 3.x

2013-03-07 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62202:04ef71ea0eb7 Date: 2013-03-07 23:00 -0500 http://bitbucket.org/pypy/pypy/changeset/04ef71ea0eb7/ Log:further reduce diffs in datetime.py between 2.x and 3.x diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py --- a/lib_pypy/datetime.py +++

[pypy-commit] pypy default: use struct.pack for datetime getstate (faster, works in both py2/py3)

2013-03-07 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62203:f3009e9f2f66 Date: 2013-03-07 22:44 -0500 http://bitbucket.org/pypy/pypy/changeset/f3009e9f2f66/ Log:use struct.pack for datetime getstate (faster, works in both py2/py3) diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py --- a/li

[pypy-commit] pypy py3k: further reduce diffs in datetime.py between 2.x and 3.x

2013-03-07 Thread bdkearns
Author: Brian Kearns Branch: py3k Changeset: r62204:b93a6a2665c3 Date: 2013-03-07 22:59 -0500 http://bitbucket.org/pypy/pypy/changeset/b93a6a2665c3/ Log:further reduce diffs in datetime.py between 2.x and 3.x diff --git a/lib-python/3/datetime.py b/lib-python/3/datetime.py --- a/lib-python/3

[pypy-commit] pypy py3k: use struct.pack for datetime getstate (faster, works in both py2/py3)

2013-03-07 Thread bdkearns
Author: Brian Kearns Branch: py3k Changeset: r62205:a7f2fbea4eaf Date: 2013-03-07 22:44 -0500 http://bitbucket.org/pypy/pypy/changeset/a7f2fbea4eaf/ Log:use struct.pack for datetime getstate (faster, works in both py2/py3) diff --git a/lib-python/3/datetime.py b/lib-python/3/datetime

[pypy-commit] pypy default: clean up datetime pickle support

2013-03-07 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62206:41536d424a04 Date: 2013-03-07 23:37 -0500 http://bitbucket.org/pypy/pypy/changeset/41536d424a04/ Log:clean up datetime pickle support diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py --- a/lib_pypy/datetime.py +++ b/lib_pypy/datetime.py

[pypy-commit] pypy py3k: clean up datetime pickle support

2013-03-07 Thread bdkearns
Author: Brian Kearns Branch: py3k Changeset: r62207:e5e29597b960 Date: 2013-03-07 23:37 -0500 http://bitbucket.org/pypy/pypy/changeset/e5e29597b960/ Log:clean up datetime pickle support diff --git a/lib-python/3/datetime.py b/lib-python/3/datetime.py --- a/lib-python/3/datetime.py +++ b/lib-

[pypy-commit] pypy py3k: merge default

2013-03-07 Thread bdkearns
Author: Brian Kearns Branch: py3k Changeset: r62208:d62f548e5d51 Date: 2013-03-07 23:39 -0500 http://bitbucket.org/pypy/pypy/changeset/d62f548e5d51/ Log:merge default diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py +++ b/lib_pypy/_sqlite3.py @@ -40,69 +40,

[pypy-commit] pypy py3k: small cleanups

2013-03-07 Thread bdkearns
Author: Brian Kearns Branch: py3k Changeset: r62209:c3a770cd870e Date: 2013-03-07 23:53 -0500 http://bitbucket.org/pypy/pypy/changeset/c3a770cd870e/ Log:small cleanups diff --git a/lib_pypy/_collections.py b/lib_pypy/_collections.py --- a/lib_pypy/_collections.py +++ b/lib_pypy/_collections.

[pypy-commit] pypy default: port some lib_pypy cleanups/fixes/modernizations from py3k

2013-03-07 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62210:42658a039a09 Date: 2013-03-08 00:25 -0500 http://bitbucket.org/pypy/pypy/changeset/42658a039a09/ Log:port some lib_pypy cleanups/fixes/modernizations from py3k diff --git a/lib_pypy/__init__.py b/lib_pypy/__init__.py --- a/lib_pypy/__init__.py

[pypy-commit] pypy py3k: merge default

2013-03-07 Thread bdkearns
Author: Brian Kearns Branch: py3k Changeset: r62211:27f49aef77f3 Date: 2013-03-08 00:39 -0500 http://bitbucket.org/pypy/pypy/changeset/27f49aef77f3/ Log:merge default diff --git a/lib_pypy/_marshal.py b/lib_pypy/_marshal.py --- a/lib_pypy/_marshal.py +++ b/lib_pypy/_marshal.py @@ -8,7 +8,11

[pypy-commit] pypy default: fix sqlite ints on 32bit

2013-03-07 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62212:7a7fe66e8639 Date: 2013-03-08 00:54 -0500 http://bitbucket.org/pypy/pypy/changeset/7a7fe66e8639/ Log:fix sqlite ints on 32bit diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py +++ b/lib_pypy/_sqlite3.py @@ -121

[pypy-commit] pypy py3k: merge default

2013-03-07 Thread bdkearns
Author: Brian Kearns Branch: py3k Changeset: r62213:35cbae0c2105 Date: 2013-03-08 00:55 -0500 http://bitbucket.org/pypy/pypy/changeset/35cbae0c2105/ Log:merge default diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py +++ b/lib_pypy/_sqlite3.py @@ -1219,6 +12

[pypy-commit] pypy default: generalize these imports for py2/py3

2013-03-07 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62214:2508584f0728 Date: 2013-03-08 01:44 -0500 http://bitbucket.org/pypy/pypy/changeset/2508584f0728/ Log:generalize these imports for py2/py3 diff --git a/lib_pypy/greenlet.py b/lib_pypy/greenlet.py --- a/lib_pypy/greenlet.py +++ b/lib_pypy/greenle

[pypy-commit] pypy py3k: merge default

2013-03-07 Thread bdkearns
Author: Brian Kearns Branch: py3k Changeset: r62215:1854c25557ed Date: 2013-03-08 01:45 -0500 http://bitbucket.org/pypy/pypy/changeset/1854c25557ed/ Log:merge default diff --git a/lib_pypy/greenlet.py b/lib_pypy/greenlet.py --- a/lib_pypy/greenlet.py +++ b/lib_pypy/greenlet.py @@ -111,7 +111

[pypy-commit] pypy default: redundant

2013-03-07 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62217:e3de1062e2c6 Date: 2013-03-08 02:01 -0500 http://bitbucket.org/pypy/pypy/changeset/e3de1062e2c6/ Log:redundant diff --git a/lib_pypy/cPickle.py b/lib_pypy/cPickle.py --- a/lib_pypy/cPickle.py +++ b/lib_pypy/cPickle.py @@ -225,10 +225,7 @@

[pypy-commit] pypy default: some fixes/cleanups from py3k version

2013-03-07 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62216:04e522a23446 Date: 2013-03-08 01:56 -0500 http://bitbucket.org/pypy/pypy/changeset/04e522a23446/ Log:some fixes/cleanups from py3k version diff --git a/lib_pypy/_sha.py b/lib_pypy/_sha.py --- a/lib_pypy/_sha.py +++ b/lib_pypy/_sha.py @@ -38,12

[pypy-commit] pypy py3k: fix comment

2013-03-07 Thread bdkearns
Author: Brian Kearns Branch: py3k Changeset: r62218:87fe65b23854 Date: 2013-03-08 01:55 -0500 http://bitbucket.org/pypy/pypy/changeset/87fe65b23854/ Log:fix comment diff --git a/lib_pypy/_sha1.py b/lib_pypy/_sha1.py --- a/lib_pypy/_sha1.py +++ b/lib_pypy/_sha1.py @@ -1,5 +1,5 @@ #!/usr/bin/

[pypy-commit] pypy missing-os-functions: Configure wait macros individually

2013-03-07 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: missing-os-functions Changeset: r62220:dc601bc3b3c5 Date: 2013-03-08 08:22 +0100 http://bitbucket.org/pypy/pypy/changeset/dc601bc3b3c5/ Log:Configure wait macros individually diff --git a/pypy/module/posix/__init__.py b/pypy/module/posix/__init__.py --- a

[pypy-commit] pypy missing-os-functions: Fix translation

2013-03-07 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: missing-os-functions Changeset: r62219:75e81b9becd8 Date: 2013-03-08 08:08 +0100 http://bitbucket.org/pypy/pypy/changeset/75e81b9becd8/ Log:Fix translation diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py --- a/pypy/modu