[pypy-commit] pypy default: merge

2014-10-28 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r74273:b7ed5b05e428 Date: 2014-10-28 23:14 +0100 http://bitbucket.org/pypy/pypy/changeset/b7ed5b05e428/ Log:merge diff --git a/pypy/module/select/test/test_select.py b/pypy/module/select/test/test_select.py --- a/pypy/module/select/test/test_se

[pypy-commit] pypy default: I'm stupid today'

2014-10-28 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r74272:74e73a3d7efb Date: 2014-10-28 18:46 +0100 http://bitbucket.org/pypy/pypy/changeset/74e73a3d7efb/ Log:I'm stupid today' hg push diff --git a/rpython/rlib/rgc.py b/rpython/rlib/rgc.py --- a/rpython/rlib/rgc.py +++ b/rpython/rlib/rgc.py @@ -

[pypy-commit] pypy py3k: backout 07bfeead7109: this breaks other things

2014-10-28 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r74271:5a19346c71a9 Date: 2014-10-28 14:09 -0700 http://bitbucket.org/pypy/pypy/changeset/5a19346c71a9/ Log:backout 07bfeead7109: this breaks other things diff --git a/lib_pypy/pyrepl/reader.py b/lib_pypy/pyrepl/reader.py --- a/lib_pypy/pyrepl/re

[pypy-commit] pyrepl py3k-readline: back out dcd221b49852, this breaks other things

2014-10-28 Thread pjenvey
Author: Philip Jenvey Branch: py3k-readline Changeset: r260:c4629148366e Date: 2014-10-28 14:09 -0700 http://bitbucket.org/pypy/pyrepl/changeset/c4629148366e/ Log:back out dcd221b49852, this breaks other things diff --git a/pyrepl/reader.py b/pyrepl/reader.py --- a/pyrepl/reader.py +++ b/pyr

[pypy-commit] pypy py3k: apply dcd221b49852 from upstream: fix backspace

2014-10-28 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r74270:07bfeead7109 Date: 2014-10-28 13:54 -0700 http://bitbucket.org/pypy/pypy/changeset/07bfeead7109/ Log:apply dcd221b49852 from upstream: fix backspace diff --git a/lib_pypy/pyrepl/reader.py b/lib_pypy/pyrepl/reader.py --- a/lib_pypy/pyrepl/r

[pypy-commit] pyrepl py3k-readline: fix backspace

2014-10-28 Thread pjenvey
Author: Philip Jenvey Branch: py3k-readline Changeset: r259:dcd221b49852 Date: 2014-10-28 13:53 -0700 http://bitbucket.org/pypy/pyrepl/changeset/dcd221b49852/ Log:fix backspace diff --git a/pyrepl/reader.py b/pyrepl/reader.py --- a/pyrepl/reader.py +++ b/pyrepl/reader.py @@ -51,7 +51,7 @@

[pypy-commit] pypy py3k: adapt to py3

2014-10-28 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r74268:6bd3457fb73c Date: 2014-10-28 13:39 -0700 http://bitbucket.org/pypy/pypy/changeset/6bd3457fb73c/ Log:adapt to py3 diff --git a/pypy/objspace/std/test/test_complexobject.py b/pypy/objspace/std/test/test_complexobject.py --- a/pypy/objspace

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

2014-10-28 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r74269:27d01c9572b0 Date: 2014-10-28 13:40 -0700 http://bitbucket.org/pypy/pypy/changeset/27d01c9572b0/ Log:merge py3k diff --git a/pypy/module/select/test/test_select.py b/pypy/module/select/test/test_select.py --- a/pypy/module/select/test/te

[pypy-commit] pypy py3k: merge default

2014-10-28 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r74267:a245775c1e36 Date: 2014-10-28 10:33 -0700 http://bitbucket.org/pypy/pypy/changeset/a245775c1e36/ Log:merge default diff --git a/pypy/module/select/test/test_select.py b/pypy/module/select/test/test_select.py --- a/pypy/module/select/test/

[pypy-commit] pypy default: kill debug print

2014-10-28 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r74266:2a5bd4280f02 Date: 2014-10-28 10:32 -0700 http://bitbucket.org/pypy/pypy/changeset/2a5bd4280f02/ Log:kill debug print diff --git a/pypy/module/select/test/test_select.py b/pypy/module/select/test/test_select.py --- a/pypy/module/select/test/t

[pypy-commit] pypy default: another fix for tests

2014-10-28 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r74265:fd3027c58ac4 Date: 2014-10-28 17:51 +0100 http://bitbucket.org/pypy/pypy/changeset/fd3027c58ac4/ Log:another fix for tests diff --git a/rpython/rlib/rgc.py b/rpython/rlib/rgc.py --- a/rpython/rlib/rgc.py +++ b/rpython/rlib/rgc.py @@ -63,1

[pypy-commit] pypy default: fix for tests

2014-10-28 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r74264:0e10dc92a367 Date: 2014-10-28 17:48 +0100 http://bitbucket.org/pypy/pypy/changeset/0e10dc92a367/ Log:fix for tests diff --git a/rpython/jit/backend/llsupport/assembler.py b/rpython/jit/backend/llsupport/assembler.py --- a/rpython/jit/bac