[pypy-commit] pypy stmgc-c4: slightly better code-generation for ptr_eq in case of NULL checks

2013-09-18 Thread Raemi
Author: Remi Meier Branch: stmgc-c4 Changeset: r66995:a1ca6b062faf Date: 2013-09-13 14:04 +0200 http://bitbucket.org/pypy/pypy/changeset/a1ca6b062faf/ Log:slightly better code-generation for ptr_eq in case of NULL checks diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backen

[pypy-commit] pypy stmgc-c4: stm: remove redundant fallback to inevitable in stmrewrite

2013-09-18 Thread Raemi
Author: Remi Meier Branch: stmgc-c4 Changeset: r66996:a80fc85febae Date: 2013-09-18 10:35 +0200 http://bitbucket.org/pypy/pypy/changeset/a80fc85febae/ Log:stm: remove redundant fallback to inevitable in stmrewrite diff --git a/rpython/jit/backend/llsupport/stmrewrite.py b/rpython/jit/backen

[pypy-commit] pypy file-support-in-rpython: support more of read/write

2013-09-18 Thread fijal
Author: Maciej Fijalkowski Branch: file-support-in-rpython Changeset: r66997:ff5bcd269204 Date: 2013-09-18 11:58 +0200 http://bitbucket.org/pypy/pypy/changeset/ff5bcd269204/ Log:support more of read/write diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py --- a/rpython/rlib/rfile.py

[pypy-commit] pypy default: merge

2013-09-18 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r66999:91a199b6f1fd Date: 2013-09-18 12:23 +0200 http://bitbucket.org/pypy/pypy/changeset/91a199b6f1fd/ Log:merge diff --git a/lib-python/2.7/uuid.py b/lib-python/2.7/uuid.py --- a/lib-python/2.7/uuid.py +++ b/lib-python/2.7/uuid.py @@ -128,10 +

[pypy-commit] pypy default: ctermid impl in rpython, no idea how to test it

2013-09-18 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r66998:c5f2ba2568ae Date: 2013-09-18 12:21 +0200 http://bitbucket.org/pypy/pypy/changeset/c5f2ba2568ae/ Log:ctermid impl in rpython, no idea how to test it diff --git a/rpython/rtyper/module/ll_os.py b/rpython/rtyper/module/ll_os.py --- a/rpytho

[pypy-commit] pypy file-support-in-rpython: merge default

2013-09-18 Thread fijal
Author: Maciej Fijalkowski Branch: file-support-in-rpython Changeset: r67000:809f23f2a961 Date: 2013-09-18 13:31 +0200 http://bitbucket.org/pypy/pypy/changeset/809f23f2a961/ Log:merge default diff --git a/lib-python/2.7/uuid.py b/lib-python/2.7/uuid.py --- a/lib-python/2.7/uuid.py +++ b/lib-

[pypy-commit] pypy file-support-in-rpython: seek support

2013-09-18 Thread fijal
Author: Maciej Fijalkowski Branch: file-support-in-rpython Changeset: r67001:404ed50b9af2 Date: 2013-09-18 13:46 +0200 http://bitbucket.org/pypy/pypy/changeset/404ed50b9af2/ Log:seek support diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py --- a/rpython/rlib/rfile.py +++ b/rpython/

[pypy-commit] pypy pypy-pyarray: update tasks in TODO

2013-09-18 Thread mattip
Author: Matti Picus Branch: pypy-pyarray Changeset: r67003:6c9c6e373d99 Date: 2013-09-18 17:09 +0300 http://bitbucket.org/pypy/pypy/changeset/6c9c6e373d99/ Log:update tasks in TODO diff --git a/TODO.txt b/TODO.txt --- a/TODO.txt +++ b/TODO.txt @@ -13,7 +13,5 @@ all ndarrayobject.c

[pypy-commit] pypy pypy-pyarray: while this review comment is true, it's not that critical

2013-09-18 Thread mattip
Author: Matti Picus Branch: pypy-pyarray Changeset: r67004:591ef4140c55 Date: 2013-09-18 17:10 +0300 http://bitbucket.org/pypy/pypy/changeset/591ef4140c55/ Log:while this review comment is true, it's not that critical diff --git a/TODO.txt b/TODO.txt --- a/TODO.txt +++ b/TODO.txt @@ -1,9 +1,

[pypy-commit] pypy pypy-pyarray: add c test, fix PyNumber_Coerce{, Ex}

2013-09-18 Thread mattip
Author: Matti Picus Branch: pypy-pyarray Changeset: r67002:95c2319fa157 Date: 2013-09-18 17:07 +0300 http://bitbucket.org/pypy/pypy/changeset/95c2319fa157/ Log:add c test, fix PyNumber_Coerce{,Ex} including PyDecRef example code for successful call since coerce returns new object dif