[pypy-commit] pypy default: Expose tp_getattro for different builtin types.

2015-12-22 Thread yufeiz
Author: Faye Zhao Branch: Changeset: r81429:0c6b1683826d Date: 2015-12-22 13:54 -0800 http://bitbucket.org/pypy/pypy/changeset/0c6b1683826d/ Log:Expose tp_getattro for different builtin types. diff --git a/.cache/v/cache/lastfailed b/.cache/v/cache/lastfailed new file mode 100644 --- /dev/n

[pypy-commit] pypy default: Remove debug prints

2015-12-22 Thread yufeiz
Author: Faye Zhao Branch: Changeset: r81431:ac941720d6fb Date: 2015-12-23 07:09 + http://bitbucket.org/pypy/pypy/changeset/ac941720d6fb/ Log:Remove debug prints diff --git a/pypy/module/cpyext/test/test_typeobject.py b/pypy/module/cpyext/test/test_typeobject.py --- a/pypy/module/cpyext

[pypy-commit] pypy default: lastfailed deleted online with Bitbucket

2015-12-22 Thread yufeiz
Author: Faye Zhao Branch: Changeset: r81430:e47d3a6dc613 Date: 2015-12-22 21:55 + http://bitbucket.org/pypy/pypy/changeset/e47d3a6dc613/ Log:lastfailed deleted online with Bitbucket diff --git a/.cache/v/cache/lastfailed b/.cache/v/cache/lastfailed deleted file mode 100644 --- a/.cache/

[pypy-commit] pypy default: test_pystrtod.py edited online with Bitbucket

2015-11-13 Thread yufeiz
Author: Faye Zhao Branch: Changeset: r80659:1294e75456b2 Date: 2015-11-13 00:18 + http://bitbucket.org/pypy/pypy/changeset/1294e75456b2/ Log:test_pystrtod.py edited online with Bitbucket diff --git a/pypy/module/cpyext/test/test_pystrtod.py b/pypy/module/cpyext/test/test_pystrtod.py --

[pypy-commit] pypy default: pystrtod.py edited online with Bitbucket

2015-11-13 Thread yufeiz
Author: Faye Zhao Branch: Changeset: r80658:4d1ea0f21109 Date: 2015-11-13 00:16 + http://bitbucket.org/pypy/pypy/changeset/4d1ea0f21109/ Log:pystrtod.py edited online with Bitbucket diff --git a/pypy/module/cpyext/pystrtod.py b/pypy/module/cpyext/pystrtod.py --- a/pypy/module/cpyext/pys