[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: Merged in yufeiz/pypy-tp_getattro (pull request #384)

2015-12-22 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r81432:d5545deb980c Date: 2015-12-23 09:25 +0200 http://bitbucket.org/pypy/pypy/changeset/d5545deb980c/ Log:Merged in yufeiz/pypy-tp_getattro (pull request #384) Expose different tp_getattro slots for different builtin types diff --git

[pypy-commit] pypy default: Merged in vincentlegoll/pypy/whatsnew (pull request #383)

2015-12-22 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r81428:8e1560f634c9 Date: 2015-12-22 14:11 -0800 http://bitbucket.org/pypy/pypy/changeset/8e1560f634c9/ Log:Merged in vincentlegoll/pypy/whatsnew (pull request #383) Whatsnew update diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew

[pypy-commit] pypy whatsnew: Update what's new, documenting my branches.

2015-12-22 Thread Vincent Legoll
Author: Vincent Legoll Branch: whatsnew Changeset: r81427:c0099c341793 Date: 2015-12-20 11:01 +0100 http://bitbucket.org/pypy/pypy/changeset/c0099c341793/ Log:Update what's new, documenting my branches. diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whats

[pypy-commit] pypy whatsnew: new branch

2015-12-22 Thread Vincent Legoll
Author: Vincent Legoll Branch: whatsnew Changeset: r81426:411af75f8a8c Date: 2015-12-20 10:47 +0100 http://bitbucket.org/pypy/pypy/changeset/411af75f8a8c/ Log:new branch ___ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/ma

[pypy-commit] pypy remove-getfield-pure: Initial merge attempt

2015-12-22 Thread sbauman
Author: Spenser Andrew Bauman Branch: remove-getfield-pure Changeset: r81424:bd02a18f4c31 Date: 2015-12-22 13:04 -0500 http://bitbucket.org/pypy/pypy/changeset/bd02a18f4c31/ Log:Initial merge attempt diff too long, truncating to 2000 out of 24251 lines diff --git a/Makefile b/Makefile --- a

[pypy-commit] pypy remove-getfield-pure: Fix broken test and screwups from merge

2015-12-22 Thread sbauman
Author: Spenser Andrew Bauman Branch: remove-getfield-pure Changeset: r81425:1c52e941a48d Date: 2015-12-22 14:28 -0500 http://bitbucket.org/pypy/pypy/changeset/1c52e941a48d/ Log:Fix broken test and screwups from merge diff --git a/rpython/jit/metainterp/optimizeopt/test/test_optimizeopt.py

[pypy-commit] pypy s390x-backend: catchup with default changes

2015-12-22 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r81423:b60fa730252e Date: 2015-12-22 18:45 +0100 http://bitbucket.org/pypy/pypy/changeset/b60fa730252e/ Log:catchup with default changes diff too long, truncating to 2000 out of 3312 lines diff --git a/lib_pypy/cffi.egg-info/PKG-INFO

[pypy-commit] pypy s390x-backend: reverted changes to runner_test (for debug purpose), now the first errno test is fully passing

2015-12-22 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r81422:5c47bf206610 Date: 2015-12-22 18:42 +0100 http://bitbucket.org/pypy/pypy/changeset/5c47bf206610/ Log:reverted changes to runner_test (for debug purpose), now the first errno test is fully passing diff --git a/rpython/ji

[pypy-commit] pypy s390x-backend: adpating errno saving and restoring for call release gil, first part of the test passes

2015-12-22 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r81421:ceb6d557fc88 Date: 2015-12-22 17:34 +0100 http://bitbucket.org/pypy/pypy/changeset/ceb6d557fc88/ Log:adpating errno saving and restoring for call release gil, first part of the test passes diff --git a/rpython/jit/backe

[pypy-commit] pypy s390x-backend: return types test for call release gil test passes, needed to save the floating point return value on the stack

2015-12-22 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r81420:2a2bdeba9644 Date: 2015-12-22 14:19 +0100 http://bitbucket.org/pypy/pypy/changeset/2a2bdeba9644/ Log:return types test for call release gil test passes, needed to save the floating point return value on the stack diff -

[pypy-commit] pypy stdlib-2.7.11: bump to 2.7.11

2015-12-22 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.11 Changeset: r81419:5a563e5a5512 Date: 2015-12-21 23:49 -0800 http://bitbucket.org/pypy/pypy/changeset/5a563e5a5512/ Log:bump to 2.7.11 diff --git a/pypy/module/cpyext/include/patchlevel.h b/pypy/module/cpyext/include/patchlevel.h --- a/pypy/module/

[pypy-commit] pypy stdlib-2.7.11: merge vendor/stdlib (2.7.11)

2015-12-22 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.11 Changeset: r81418:935519a71e7c Date: 2015-12-21 23:43 -0800 http://bitbucket.org/pypy/pypy/changeset/935519a71e7c/ Log:merge vendor/stdlib (2.7.11) diff too long, truncating to 2000 out of 24624 lines diff --git a/lib-python/2.7/CGIHTTPServer.py b

[pypy-commit] pypy default: fix translation when CLOCK_T is unsigned (BSDs)

2015-12-22 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r81417:49495a30004c Date: 2015-12-21 15:52 -0800 http://bitbucket.org/pypy/pypy/changeset/49495a30004c/ Log:fix translation when CLOCK_T is unsigned (BSDs) diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py --- a/rpython/rlib/rposix.py +++

[pypy-commit] pypy vendor/stdlib: update the 2.7 stdlib to 2.7.11

2015-12-22 Thread pjenvey
Author: Philip Jenvey Branch: vendor/stdlib Changeset: r81416:27d2dac603eb Date: 2015-12-21 23:16 -0800 http://bitbucket.org/pypy/pypy/changeset/27d2dac603eb/ Log:update the 2.7 stdlib to 2.7.11 diff too long, truncating to 2000 out of 24636 lines diff --git a/lib-python/2.7/CGIHTTPServer.p