[pypy-commit] pypy default: putenv is _putenv on windows

2014-06-22 Thread mattip
Author: mattip Branch: Changeset: r72130:308e64d3c884 Date: 2014-06-22 10:27 +0300 http://bitbucket.org/pypy/pypy/changeset/308e64d3c884/ Log:putenv is _putenv on windows diff --git a/rpython/rtyper/module/ll_os_environ.py b/rpython/rtyper/module/ll_os_environ.py --- a/rpython/rtyper/modul

[pypy-commit] pypy disable_pythonapi: pythonapi is not windows specific

2014-06-22 Thread mattip
Author: mattip Branch: disable_pythonapi Changeset: r72129:5cc32885d631 Date: 2014-06-22 10:21 +0300 http://bitbucket.org/pypy/pypy/changeset/5cc32885d631/ Log:pythonapi is not windows specific diff --git a/pypy/doc/ctypes-implementation.rst b/pypy/doc/ctypes-implementation.rst --- a/pypy/d

[pypy-commit] pypy.org extradoc: repack source for 2.3.1

2014-06-22 Thread mattip
Author: Matti Picus Branch: extradoc Changeset: r511:21c4f4cdc21e Date: 2014-06-22 18:01 +0300 http://bitbucket.org/pypy/pypy.org/changeset/21c4f4cdc21e/ Log:repack source for 2.3.1 diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -97,8 +97,8 @@ https://

[pypy-commit] pypy ec-threadlocal: in-progress

2014-06-22 Thread arigo
Author: Armin Rigo Branch: ec-threadlocal Changeset: r72132:22aa4ef3e414 Date: 2014-06-22 17:06 +0200 http://bitbucket.org/pypy/pypy/changeset/22aa4ef3e414/ Log:in-progress diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpreter/baseobjspace.py

[pypy-commit] pypy ec-threadlocal: A branch to make 'ec' a thread-local, with support in the JIT

2014-06-22 Thread arigo
Author: Armin Rigo Branch: ec-threadlocal Changeset: r72131:06e5fa85d805 Date: 2014-06-22 17:00 +0200 http://bitbucket.org/pypy/pypy/changeset/06e5fa85d805/ Log:A branch to make 'ec' a thread-local, with support in the JIT ___ pypy-commit mailing l

[pypy-commit] pypy ec-threadlocal: Copy a test from rstm. Add another (failing) translation test.

2014-06-22 Thread arigo
Author: Armin Rigo Branch: ec-threadlocal Changeset: r72133:a34d95b12b36 Date: 2014-06-22 17:15 +0200 http://bitbucket.org/pypy/pypy/changeset/a34d95b12b36/ Log:Copy a test from rstm. Add another (failing) translation test. diff --git a/rpython/rlib/rthread.py b/rpython/rlib/rthread.py --- a

[pypy-commit] pypy.org extradoc: typo

2014-06-22 Thread mattip
Author: Matti Picus Branch: extradoc Changeset: r512:2aa919823db1 Date: 2014-06-22 18:36 +0300 http://bitbucket.org/pypy/pypy.org/changeset/2aa919823db1/ Log:typo diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -97,8 +97,8 @@ https://bitbucket.org/pypy/

[pypy-commit] pypy ec-threadlocal: Hack around until ThreadLocalReference translates

2014-06-22 Thread arigo
Author: Armin Rigo Branch: ec-threadlocal Changeset: r72134:3f04bb5349f6 Date: 2014-06-22 17:47 +0200 http://bitbucket.org/pypy/pypy/changeset/3f04bb5349f6/ Log:Hack around until ThreadLocalReference translates diff --git a/rpython/rlib/rthread.py b/rpython/rlib/rthread.py --- a/rpython/rlib

[pypy-commit] pypy ec-threadlocal: Fixes

2014-06-22 Thread arigo
Author: Armin Rigo Branch: ec-threadlocal Changeset: r72135:50f6c8e8814e Date: 2014-06-22 18:07 +0200 http://bitbucket.org/pypy/pypy/changeset/50f6c8e8814e/ Log:Fixes diff --git a/rpython/rlib/rthread.py b/rpython/rlib/rthread.py --- a/rpython/rlib/rthread.py +++ b/rpython/rlib/rthread.py @@

[pypy-commit] pypy ec-threadlocal: Move this prebuilt instance in the class, instead of having it be a real

2014-06-22 Thread arigo
Author: Armin Rigo Branch: ec-threadlocal Changeset: r72136:195d984c8ff1 Date: 2014-06-22 18:20 +0200 http://bitbucket.org/pypy/pypy/changeset/195d984c8ff1/ Log:Move this prebuilt instance in the class, instead of having it be a real global. diff --git a/pypy/module/thread/test/test_

[pypy-commit] pypy py3.3: fix (though unicodedata.ucd_ doesn't exist on cpython anyway)

2014-06-22 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72137:7903d6671cda Date: 2014-06-22 11:35 -0700 http://bitbucket.org/pypy/pypy/changeset/7903d6671cda/ Log:fix (though unicodedata.ucd_ doesn't exist on cpython anyway) diff --git a/pypy/module/unicodedata/__init__.py b/pypy/module/uni

[pypy-commit] pypy disable_pythonapi: implement windows sys.dllhandle as a _rawffi.alt.CDLL

2014-06-22 Thread mattip
Author: mattip Branch: disable_pythonapi Changeset: r72138:8c81f5d58b5c Date: 2014-06-22 21:03 +0300 http://bitbucket.org/pypy/pypy/changeset/8c81f5d58b5c/ Log:implement windows sys.dllhandle as a _rawffi.alt.CDLL which makes cpython.pythonapi on windows equivalent to linux diff --g

[pypy-commit] pypy ufuncapi: wip

2014-06-22 Thread mattip
Author: mattip Branch: ufuncapi Changeset: r72139:5dd1671a3061 Date: 2014-06-22 21:44 +0300 http://bitbucket.org/pypy/pypy/changeset/5dd1671a3061/ Log:wip diff --git a/pypy/module/micronumpy/loop.py b/pypy/module/micronumpy/loop.py --- a/pypy/module/micronumpy/loop.py +++ b/pypy/module/micro

[pypy-commit] pypy ufuncapi: play around with different parameters, still stuck in loop() with arbitrary function return value

2014-06-22 Thread mattip
Author: mattip Branch: ufuncapi Changeset: r72140:f82d10b9c773 Date: 2014-06-22 22:37 +0300 http://bitbucket.org/pypy/pypy/changeset/f82d10b9c773/ Log:play around with different parameters, still stuck in loop() with arbitrary function return value diff --git a/pypy/module/micronumpy

[pypy-commit] pypy ec-threadlocal: jit-transform threadlocalref_get

2014-06-22 Thread arigo
Author: Armin Rigo Branch: ec-threadlocal Changeset: r72141:c7e0b0352700 Date: 2014-06-22 22:00 +0200 http://bitbucket.org/pypy/pypy/changeset/c7e0b0352700/ Log:jit-transform threadlocalref_get diff --git a/rpython/jit/codewriter/effectinfo.py b/rpython/jit/codewriter/effectinfo.py --- a/rp

[pypy-commit] pypy ec-threadlocal: Test and fix

2014-06-22 Thread arigo
Author: Armin Rigo Branch: ec-threadlocal Changeset: r72142:f2d50551501d Date: 2014-06-22 22:04 +0200 http://bitbucket.org/pypy/pypy/changeset/f2d50551501d/ Log:Test and fix diff --git a/rpython/jit/metainterp/test/test_threadlocal.py b/rpython/jit/metainterp/test/test_threadlocal.py new fi

[pypy-commit] pypy ufuncapi: coerce not convert_to, first test passes

2014-06-22 Thread mattip
Author: mattip Branch: ufuncapi Changeset: r72143:8d88f29c0a86 Date: 2014-06-22 23:12 +0300 http://bitbucket.org/pypy/pypy/changeset/8d88f29c0a86/ Log:coerce not convert_to, first test passes diff --git a/pypy/module/micronumpy/loop.py b/pypy/module/micronumpy/loop.py --- a/pypy/module/micro

[pypy-commit] pypy ec-threadlocal: jtransform it as a EF_LOOPINVARIANT, for now.

2014-06-22 Thread arigo
Author: Armin Rigo Branch: ec-threadlocal Changeset: r72144:4775e5fb74cb Date: 2014-06-22 22:17 +0200 http://bitbucket.org/pypy/pypy/changeset/4775e5fb74cb/ Log:jtransform it as a EF_LOOPINVARIANT, for now. diff --git a/rpython/jit/codewriter/jtransform.py b/rpython/jit/codewriter/jtransfor

[pypy-commit] pypy ec-threadlocal: in-progress: see comments

2014-06-22 Thread arigo
Author: Armin Rigo Branch: ec-threadlocal Changeset: r72145:f8c6e69e11fb Date: 2014-06-22 22:33 +0200 http://bitbucket.org/pypy/pypy/changeset/f8c6e69e11fb/ Log:in-progress: see comments diff --git a/rpython/jit/codewriter/jitcode.py b/rpython/jit/codewriter/jitcode.py --- a/rpython/jit/cod

[pypy-commit] pypy pypy3-release-2.3.x: merge py3k

2014-06-22 Thread pjenvey
Author: Philip Jenvey Branch: pypy3-release-2.3.x Changeset: r72147:284180f48e94 Date: 2014-06-22 18:56 -0700 http://bitbucket.org/pypy/pypy/changeset/284180f48e94/ Log:merge py3k diff --git a/lib-python/3/distutils/sysconfig_pypy.py b/lib-python/3/distutils/sysconfig_pypy.py --- a/lib-pyth

[pypy-commit] pypy py3k: issue1797: fix get_python_lib(standard_lib=True) per our 'lib-python/3' layout

2014-06-22 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r72146:aca5ce9b7a02 Date: 2014-06-22 18:56 -0700 http://bitbucket.org/pypy/pypy/changeset/aca5ce9b7a02/ Log:issue1797: fix get_python_lib(standard_lib=True) per our 'lib- python/3' layout diff --git a/lib-python/3/distutils/sysconfig_pypy