[pypy-commit] pypy gc_no_cleanup_nursery: more fixes

2014-09-21 Thread fijal
Author: Maciej Fijalkowski Branch: gc_no_cleanup_nursery Changeset: r73624:ef9f7e3dc9fa Date: 2014-09-21 09:07 +0200 http://bitbucket.org/pypy/pypy/changeset/ef9f7e3dc9fa/ Log:more fixes diff --git a/rpython/jit/backend/llsupport/llmodel.py b/rpython/jit/backend/llsupport/llmodel.py --- a/r

[pypy-commit] pypy gc_no_cleanup_nursery: fix rpython

2014-09-21 Thread fijal
Author: Maciej Fijalkowski Branch: gc_no_cleanup_nursery Changeset: r73623:95eb1ca371e7 Date: 2014-09-21 08:53 +0200 http://bitbucket.org/pypy/pypy/changeset/95eb1ca371e7/ Log:fix rpython diff --git a/rpython/jit/backend/llsupport/rewrite.py b/rpython/jit/backend/llsupport/rewrite.py --- a/

[pypy-commit] pypy gc-incminimark-pinning: Merge default into gc-incminimark-pinning

2014-09-21 Thread groggi
Author: Gregor Wegberg Branch: gc-incminimark-pinning Changeset: r73626:1bc63cf2b16c Date: 2014-09-21 10:08 +0200 http://bitbucket.org/pypy/pypy/changeset/1bc63cf2b16c/ Log:Merge default into gc-incminimark-pinning diff --git a/lib_pypy/_curses.py b/lib_pypy/_curses.py --- a/lib_pypy/_curses

[pypy-commit] pypy gc-incminimark-pinning: Merge default into gc-incminimark-pinning

2014-09-21 Thread groggi
Author: Gregor Wegberg Branch: gc-incminimark-pinning Changeset: r73625:55c211d937b2 Date: 2014-09-21 10:08 +0200 http://bitbucket.org/pypy/pypy/changeset/55c211d937b2/ Log:Merge default into gc-incminimark-pinning diff too long, truncating to 2000 out of 5185 lines diff --git a/_pytest/REA

[pypy-commit] pypy default: a big oops

2014-09-21 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r73627:7255c146c5f2 Date: 2014-09-21 10:09 +0200 http://bitbucket.org/pypy/pypy/changeset/7255c146c5f2/ Log:a big oops diff --git a/rpython/tool/jitlogparser/parser.py b/rpython/tool/jitlogparser/parser.py --- a/rpython/tool/jitlogparser/parser

[pypy-commit] pypy gc_no_cleanup_nursery: small improvements

2014-09-21 Thread fijal
Author: Maciej Fijalkowski Branch: gc_no_cleanup_nursery Changeset: r73629:4739b87c13c1 Date: 2014-09-21 10:17 +0200 http://bitbucket.org/pypy/pypy/changeset/4739b87c13c1/ Log:small improvements diff --git a/rpython/jit/backend/llsupport/rewrite.py b/rpython/jit/backend/llsupport/rewrite.py

[pypy-commit] pypy default: merge

2014-09-21 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r73628:b6c3792d707a Date: 2014-09-21 10:09 +0200 http://bitbucket.org/pypy/pypy/changeset/b6c3792d707a/ Log:merge diff --git a/rpython/rtyper/lltypesystem/lltype.py b/rpython/rtyper/lltypesystem/lltype.py --- a/rpython/rtyper/lltypesystem/lltyp

[pypy-commit] pypy default: merge

2014-09-21 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r73630:d020fd66e8e2 Date: 2014-09-21 10:18 +0200 http://bitbucket.org/pypy/pypy/changeset/d020fd66e8e2/ Log:merge diff --git a/lib_pypy/_curses.py b/lib_pypy/_curses.py --- a/lib_pypy/_curses.py +++ b/lib_pypy/_curses.py @@ -286,6 +286,13 @@

[pypy-commit] pypy gc_no_cleanup_nursery: optimize away the trivial case

2014-09-21 Thread fijal
Author: Maciej Fijalkowski Branch: gc_no_cleanup_nursery Changeset: r73631:539491bcd60f Date: 2014-09-21 10:31 +0200 http://bitbucket.org/pypy/pypy/changeset/539491bcd60f/ Log:optimize away the trivial case diff --git a/rpython/jit/backend/llsupport/rewrite.py b/rpython/jit/backend/llsuppor

[pypy-commit] pypy gc_no_cleanup_nursery: one more missing setfield for the asmgcc case

2014-09-21 Thread fijal
Author: Maciej Fijalkowski Branch: gc_no_cleanup_nursery Changeset: r73632:9189598fd962 Date: 2014-09-21 11:16 +0200 http://bitbucket.org/pypy/pypy/changeset/9189598fd962/ Log:one more missing setfield for the asmgcc case diff --git a/rpython/jit/backend/llsupport/rewrite.py b/rpython/jit/b

[pypy-commit] pypy gc_no_cleanup_nursery: fixes

2014-09-21 Thread fijal
Author: Maciej Fijalkowski Branch: gc_no_cleanup_nursery Changeset: r73633:86b8d1f0b17d Date: 2014-09-21 13:05 +0200 http://bitbucket.org/pypy/pypy/changeset/86b8d1f0b17d/ Log:fixes diff --git a/rpython/jit/backend/llsupport/rewrite.py b/rpython/jit/backend/llsupport/rewrite.py --- a/rpytho

[pypy-commit] pypy gc_no_cleanup_nursery: fix the test

2014-09-21 Thread fijal
Author: Maciej Fijalkowski Branch: gc_no_cleanup_nursery Changeset: r73634:3b1a1ae57720 Date: 2014-09-21 13:07 +0200 http://bitbucket.org/pypy/pypy/changeset/3b1a1ae57720/ Log:fix the test diff --git a/rpython/jit/backend/llsupport/test/test_rewrite.py b/rpython/jit/backend/llsupport/test/t

[pypy-commit] pypy gc_no_cleanup_nursery: extra fields that we zero by hand

2014-09-21 Thread fijal
Author: Maciej Fijalkowski Branch: gc_no_cleanup_nursery Changeset: r73635:255d60019595 Date: 2014-09-21 13:49 +0200 http://bitbucket.org/pypy/pypy/changeset/255d60019595/ Log:extra fields that we zero by hand diff --git a/rpython/jit/backend/llsupport/gc.py b/rpython/jit/backend/llsupport/

[pypy-commit] pypy.org extradoc: reword download link text

2014-09-21 Thread mattip
Author: mattip Branch: extradoc Changeset: r538:d4a4df1e1753 Date: 2014-09-21 17:11 +0300 http://bitbucket.org/pypy/pypy.org/changeset/d4a4df1e1753/ Log:reword download link text diff --git a/index.html b/index.html --- a/index.html +++ b/index.html @@ -63,7 +63,7 @@ As well as other featur

[pypy-commit] pypy py3.3: merge py3k

2014-09-21 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r73638:de00ce0a7596 Date: 2014-09-21 16:20 -0700 http://bitbucket.org/pypy/pypy/changeset/de00ce0a7596/ Log:merge py3k diff --git a/pypy/module/posix/__init__.py b/pypy/module/posix/__init__.py --- a/pypy/module/posix/__init__.py +++ b/pypy/modu

[pypy-commit] pypy py3k: _getfinalpathname is broken, disable for now

2014-09-21 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r73637:7011366e6fbf Date: 2014-09-21 16:20 -0700 http://bitbucket.org/pypy/pypy/changeset/7011366e6fbf/ Log:_getfinalpathname is broken, disable for now diff --git a/pypy/module/posix/__init__.py b/pypy/module/posix/__init__.py --- a/pypy/module/

[pypy-commit] pypy py3.3: merge py3k

2014-09-21 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r73636:ac2759ae7eb6 Date: 2014-09-18 21:14 -0700 http://bitbucket.org/pypy/pypy/changeset/ac2759ae7eb6/ Log:merge py3k diff --git a/pypy/doc/windows.rst b/pypy/doc/windows.rst --- a/pypy/doc/windows.rst +++ b/pypy/doc/windows.rst @@ -85,10 +85,1

[pypy-commit] pypy py3.3: issue832: linux sys.platform now always "linux"

2014-09-21 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r73639:31223ffc5ac1 Date: 2014-09-21 16:22 -0700 http://bitbucket.org/pypy/pypy/changeset/31223ffc5ac1/ Log:issue832: linux sys.platform now always "linux" diff --git a/pypy/module/sys/__init__.py b/pypy/module/sys/__init__.py --- a/pypy/module/

[pypy-commit] pypy py3.3: sys.platform linux2 -> linux

2014-09-21 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r73640:57188ff5ab4e Date: 2014-09-21 16:31 -0700 http://bitbucket.org/pypy/pypy/changeset/57188ff5ab4e/ Log:sys.platform linux2 -> linux diff --git a/lib_pypy/ctypes_support.py b/lib_pypy/ctypes_support.py --- a/lib_pypy/ctypes_support.py +++ b/

[pypy-commit] pypy release-2.4.x: Fix curses on OS X -- copy this logic from cpython

2014-09-21 Thread alex_gaynor
Author: Alex Gaynor Branch: release-2.4.x Changeset: r73641:c6ad44ecf5d8 Date: 2014-09-20 14:16 -0700 http://bitbucket.org/pypy/pypy/changeset/c6ad44ecf5d8/ Log:Fix curses on OS X -- copy this logic from cpython diff --git a/lib_pypy/_curses.py b/lib_pypy/_curses.py --- a/lib_pypy/_curses.py

[pypy-commit] pypy default: First step to fixing the sanbox: implement os.access

2014-09-21 Thread stefanor
Author: Stefano Rivera Branch: Changeset: r73642:1599b45fa4e1 Date: 2014-09-21 23:52 -0700 http://bitbucket.org/pypy/pypy/changeset/1599b45fa4e1/ Log:First step to fixing the sanbox: implement os.access pypy now (since b97c7d6f7fd8) checks for executability, when searching f

[pypy-commit] pypy default: Fix the sandbox

2014-09-21 Thread stefanor
Author: Stefano Rivera Branch: Changeset: r73643:17fcf0cc640d Date: 2014-09-21 23:54 -0700 http://bitbucket.org/pypy/pypy/changeset/17fcf0cc640d/ Log:Fix the sandbox pypy now (since b97c7d6f7fd8) checks for executability, when searching for its own executable on startup.