Author: Philip Jenvey
Branch: py3k
Changeset: r69051:f2754640183a
Date: 2014-01-31 11:04 -0800
http://bitbucket.org/pypy/pypy/changeset/f2754640183a/
Log:rekill str_w which snuck back in during a merge
diff --git a/pypy/objspace/std/unicodeobject.py
b/pypy/objspace/std/unicodeobject.py
---
Author: Philip Jenvey
Branch: py3k
Changeset: r69055:274c5ad9d1ee
Date: 2014-02-02 21:41 -0800
http://bitbucket.org/pypy/pypy/changeset/274c5ad9d1ee/
Log:2to3
diff --git a/pypy/objspace/std/test/test_intobject.py
b/pypy/objspace/std/test/test_intobject.py
--- a/pypy/objspace/std/test/test_i
Author: Philip Jenvey
Branch: py3k
Changeset: r69052:220c588360e5
Date: 2014-02-02 16:35 -0800
http://bitbucket.org/pypy/pypy/changeset/220c588360e5/
Log:merge default
diff --git a/pypy/module/_cffi_backend/test/test_handle.py
b/pypy/module/_cffi_backend/test/test_handle.py
--- a/pypy/modul
Author: Philip Jenvey
Branch: py3k
Changeset: r69054:05d1dbaef6bd
Date: 2014-02-02 21:39 -0800
http://bitbucket.org/pypy/pypy/changeset/05d1dbaef6bd/
Log:adapt to string based api
diff --git a/pypy/module/_csv/interp_reader.py
b/pypy/module/_csv/interp_reader.py
--- a/pypy/module/_csv/inter
Author: Philip Jenvey
Branch: py3k
Changeset: r69056:5b5f0da64f64
Date: 2014-02-02 21:42 -0800
http://bitbucket.org/pypy/pypy/changeset/5b5f0da64f64/
Log:merge default
diff --git a/rpython/rlib/test/test_rarithmetic.py
b/rpython/rlib/test/test_rarithmetic.py
--- a/rpython/rlib/test/test_rar
Author: Philip Jenvey
Branch: py3k
Changeset: r69053:9d1738eabe37
Date: 2014-02-02 21:38 -0800
http://bitbucket.org/pypy/pypy/changeset/9d1738eabe37/
Log:sync with upstream rpython
diff --git a/rpython/rlib/rarithmetic.py b/rpython/rlib/rarithmetic.py
--- a/rpython/rlib/rarithmetic.py
+++ b/
Author: Ronan Lamy
Branch:
Changeset: r69050:6272b9da0c74
Date: 2014-02-03 05:18 +
http://bitbucket.org/pypy/pypy/changeset/6272b9da0c74/
Log:add test file that went missing in 083be7f23e9b
diff --git a/rpython/rtyper/test/test_llannotation.py
b/rpython/rtyper/test/test_llannotation.py
Author: Philip Jenvey
Branch:
Changeset: r69049:06e579dd1bbe
Date: 2014-02-02 20:18 -0800
http://bitbucket.org/pypy/pypy/changeset/06e579dd1bbe/
Log:fix per 3c0908d
diff --git a/rpython/rlib/test/test_rarithmetic.py
b/rpython/rlib/test/test_rarithmetic.py
--- a/rpython/rlib/test/test_rarit
Author: Philip Jenvey
Branch:
Changeset: r69047:3c0908d6f8ad
Date: 2014-02-02 14:08 -0800
http://bitbucket.org/pypy/pypy/changeset/3c0908d6f8ad/
Log:describe invalid source strings at the pypy level vs rpython.
simplifies py3k and improves error messages
diff --git a/pypy/module/_cs