[pypy-commit] pypy dotviewer-linewidth: Add linewidth attribute to dotviewer

2013-07-25 Thread krono
Author: Tobias Pape Branch: dotviewer-linewidth Changeset: r65633:ada230ad6f68 Date: 2013-07-24 18:21 +0200 http://bitbucket.org/pypy/pypy/changeset/ada230ad6f68/ Log:Add linewidth attribute to dotviewer note that due to 'plain'-format restrictions, only the older 'style="set

[pypy-commit] pypy stmgc-c4: make jitviewer work by ignoring thread numbers in log files

2013-07-25 Thread Raemi
Author: Remi Meier Branch: stmgc-c4 Changeset: r65634:88858c31ce32 Date: 2013-07-25 09:40 +0200 http://bitbucket.org/pypy/pypy/changeset/88858c31ce32/ Log:make jitviewer work by ignoring thread numbers in log files diff --git a/pypy/tool/jitlogparser/parser.py b/pypy/tool/jitlogparser/parser

[pypy-commit] pypy refactor-str-types: For interp2app(), pick up the docstring from either the interp-level

2013-07-25 Thread arigo
Author: Armin Rigo Branch: refactor-str-types Changeset: r65635:de6e41b763ad Date: 2013-07-25 11:18 +0200 http://bitbucket.org/pypy/pypy/changeset/de6e41b763ad/ Log:For interp2app(), pick up the docstring from either the interp-level function (as it was done before) or override it wit

[pypy-commit] pypy fast-slowpath: fix this test

2013-07-25 Thread fijal
Author: Maciej Fijalkowski Branch: fast-slowpath Changeset: r65637:a040b8053e49 Date: 2013-07-25 11:17 +0200 http://bitbucket.org/pypy/pypy/changeset/a040b8053e49/ Log:fix this test diff --git a/rpython/jit/backend/test/runner_test.py b/rpython/jit/backend/test/runner_test.py --- a/rpython/

[pypy-commit] pypy fast-slowpath: we changed the way registers are picked.

2013-07-25 Thread fijal
Author: Maciej Fijalkowski Branch: fast-slowpath Changeset: r65638:1def2b709c14 Date: 2013-07-25 11:18 +0200 http://bitbucket.org/pypy/pypy/changeset/1def2b709c14/ Log:we changed the way registers are picked. diff --git a/rpython/jit/backend/llsupport/test/test_gc_integration.py b/rpython/j

[pypy-commit] pypy fast-slowpath: ups leftovers

2013-07-25 Thread fijal
Author: Maciej Fijalkowski Branch: fast-slowpath Changeset: r65639:fe4416f455c8 Date: 2013-07-25 11:19 +0200 http://bitbucket.org/pypy/pypy/changeset/fe4416f455c8/ Log:ups leftovers diff --git a/rpython/jit/backend/llsupport/test/test_rewrite.py b/rpython/jit/backend/llsupport/test/test_rew

[pypy-commit] pypy stmgc-c4: make jitviewer show rewritten trace

2013-07-25 Thread Raemi
Author: Remi Meier Branch: stmgc-c4 Changeset: r65640:cea9abd542dc Date: 2013-07-25 12:01 +0200 http://bitbucket.org/pypy/pypy/changeset/cea9abd542dc/ Log:make jitviewer show rewritten trace diff --git a/pypy/tool/jitlogparser/parser.py b/pypy/tool/jitlogparser/parser.py --- a/pypy/tool/jitl

[pypy-commit] pypy release-2.1.x: added statvfs_result to posix

2013-07-25 Thread alex_gaynor
Author: Alex Gaynor Branch: release-2.1.x Changeset: r65641:fde1203a425d Date: 2013-07-19 15:23 -0700 http://bitbucket.org/pypy/pypy/changeset/fde1203a425d/ Log:added statvfs_result to posix (transplanted from b95b5d21340327350a770cf5f4c0f5b2fc4ebf09) diff --git a/pypy/module/posix/_

[pypy-commit] pypy stmgc-c4: let jitviewer show symbol names for addresses (like viewcode.py)

2013-07-25 Thread Raemi
Author: Remi Meier Branch: stmgc-c4 Changeset: r65642:71e70dc573d8 Date: 2013-07-25 12:42 +0200 http://bitbucket.org/pypy/pypy/changeset/71e70dc573d8/ Log:let jitviewer show symbol names for addresses (like viewcode.py) diff --git a/pypy/tool/jitlogparser/parser.py b/pypy/tool/jitlogparser/p

[pypy-commit] extradoc extradoc: add me & friend to london sprint

2013-07-25 Thread Raemi
Author: Remi Meier Branch: extradoc Changeset: r5008:2be03f146718 Date: 2013-07-25 12:49 +0200 http://bitbucket.org/pypy/extradoc/changeset/2be03f146718/ Log:add me & friend to london sprint diff --git a/sprintinfo/london-2013/people.txt b/sprintinfo/london-2013/people.txt --- a/sprintinfo/

[pypy-commit] pypy kill-ootype: Remove oosend support from translator.backendopt

2013-07-25 Thread rlamy
Author: Ronan Lamy Branch: kill-ootype Changeset: r65643:5168fe5f82b9 Date: 2013-07-25 13:42 +0200 http://bitbucket.org/pypy/pypy/changeset/5168fe5f82b9/ Log:Remove oosend support from translator.backendopt diff --git a/rpython/translator/backendopt/canraise.py b/rpython/translator/backendo

[pypy-commit] pypy refactor-str-types: Try to use interpindirect2app.

2013-07-25 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-str-types Changeset: r65644:a2881bd0264c Date: 2013-07-25 15:27 +0200 http://bitbucket.org/pypy/pypy/changeset/a2881bd0264c/ Log:Try to use interpindirect2app. diff --git a/pypy/objspace/std/bytearrayobject.py b/pypy/objspace/std/bytearrayobject.py --- a

[pypy-commit] pypy default: skip test_statvfs if statvfs is not available

2013-07-25 Thread bivab
Author: David Schneider Branch: Changeset: r65646:e02836bd3823 Date: 2013-07-25 15:55 +0200 http://bitbucket.org/pypy/pypy/changeset/e02836bd3823/ Log:skip test_statvfs if statvfs is not available diff --git a/pypy/module/posix/test/test_posix2.py b/pypy/module/posix/test/test_posix2.py --

[pypy-commit] pypy default: update relase notes for 2.1 beta2

2013-07-25 Thread bivab
Author: David Schneider Branch: Changeset: r65645:46dbb7a9edb2 Date: 2013-07-25 15:43 +0200 http://bitbucket.org/pypy/pypy/changeset/46dbb7a9edb2/ Log:update relase notes for 2.1 beta2 diff --git a/pypy/doc/release-2.1.0-beta2.rst b/pypy/doc/release-2.1.0-beta2.rst --- a/pypy/doc/release-2.

[pypy-commit] pypy release-2.1.x: Added tag release-2.1-beta2 for changeset 06f936c49498

2013-07-25 Thread bivab
Author: David Schneider Branch: release-2.1.x Changeset: r65648:cfa007494f7f Date: 2013-07-25 16:35 +0200 http://bitbucket.org/pypy/pypy/changeset/cfa007494f7f/ Log:Added tag release-2.1-beta2 for changeset 06f936c49498 diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -8,3 +8,4

[pypy-commit] pypy release-2.1.x: skip test_statvfs if statvfs is not available

2013-07-25 Thread bivab
Author: David Schneider Branch: release-2.1.x Changeset: r65647:06f936c49498 Date: 2013-07-25 15:55 +0200 http://bitbucket.org/pypy/pypy/changeset/06f936c49498/ Log:skip test_statvfs if statvfs is not available (transplanted from e02836bd3823d5c3db5b2dea56fba55f8e15094f) diff --git a

[pypy-commit] pypy stmgc-c4: add first part of a fastpath to stm_read_barrier (makes targettlc slower)

2013-07-25 Thread Raemi
Author: Remi Meier Branch: stmgc-c4 Changeset: r65649:5f5f1a605cb3 Date: 2013-07-25 17:02 +0200 http://bitbucket.org/pypy/pypy/changeset/5f5f1a605cb3/ Log:add first part of a fastpath to stm_read_barrier (makes targettlc slower) diff --git a/rpython/jit/backend/x86/assembler.py b/rp

[pypy-commit] pypy kill-ootype: Fix/hack handling of delayed pointers in getgraph()

2013-07-25 Thread rlamy
Author: Ronan Lamy Branch: kill-ootype Changeset: r65650:76a086e7dd24 Date: 2013-07-25 16:03 +0100 http://bitbucket.org/pypy/pypy/changeset/76a086e7dd24/ Log:Fix/hack handling of delayed pointers in getgraph() diff --git a/rpython/translator/backendopt/graphanalyze.py b/rpython/translator/b

[pypy-commit] stmgc copy-over-original2: In-progress: refactor gcpage.visit() and related code

2013-07-25 Thread arigo
Author: Armin Rigo Branch: copy-over-original2 Changeset: r435:d86ab3aa636d Date: 2013-07-25 17:24 +0200 http://bitbucket.org/pypy/stmgc/changeset/d86ab3aa636d/ Log:In-progress: refactor gcpage.visit() and related code diff --git a/c4/et.h b/c4/et.h --- a/c4/et.h +++ b/c4/et.h @@ -67,7 +67,7

[pypy-commit] stmgc copy-over-original2: Some fixes

2013-07-25 Thread arigo
Author: Armin Rigo Branch: copy-over-original2 Changeset: r436:e007ec3d53f3 Date: 2013-07-25 17:29 +0200 http://bitbucket.org/pypy/stmgc/changeset/e007ec3d53f3/ Log:Some fixes diff --git a/c4/gcpage.c b/c4/gcpage.c --- a/c4/gcpage.c +++ b/c4/gcpage.c @@ -332,8 +332,10 @@ }

[pypy-commit] stmgc copy-over-original2: Fix the test

2013-07-25 Thread arigo
Author: Armin Rigo Branch: copy-over-original2 Changeset: r437:3afacc15e34b Date: 2013-07-25 17:30 +0200 http://bitbucket.org/pypy/stmgc/changeset/3afacc15e34b/ Log:Fix the test diff --git a/c4/test/test_gcpage.py b/c4/test/test_gcpage.py --- a/c4/test/test_gcpage.py +++ b/c4/test/test_gcpag

[pypy-commit] stmgc copy-over-original2: More fixes in the tests

2013-07-25 Thread arigo
Author: Armin Rigo Branch: copy-over-original2 Changeset: r438:f6b4d8cafc3e Date: 2013-07-25 17:35 +0200 http://bitbucket.org/pypy/stmgc/changeset/f6b4d8cafc3e/ Log:More fixes in the tests diff --git a/c4/test/support.py b/c4/test/support.py --- a/c4/test/support.py +++ b/c4/test/support.py

[pypy-commit] stmgc copy-over-original2: More test fixes

2013-07-25 Thread arigo
Author: Armin Rigo Branch: copy-over-original2 Changeset: r439:c00f65b25cce Date: 2013-07-25 17:39 +0200 http://bitbucket.org/pypy/stmgc/changeset/c00f65b25cce/ Log:More test fixes diff --git a/c4/test/support.py b/c4/test/support.py --- a/c4/test/support.py +++ b/c4/test/support.py @@ -589,

[pypy-commit] pypy refactor-str-types: Add '@specialize.argtype(0)' to each descr_*() method in StringMethods.

2013-07-25 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-str-types Changeset: r65652:f280f4ca6565 Date: 2013-07-25 18:58 +0200 http://bitbucket.org/pypy/pypy/changeset/f280f4ca6565/ Log:Add '@specialize.argtype(0)' to each descr_*() method in StringMethods. diff --git a/pypy/objspace/std/stringmethods.p

[pypy-commit] pypy refactor-str-types: Back out changeset a2881bd0264c.

2013-07-25 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-str-types Changeset: r65651:a1d09ff7418a Date: 2013-07-25 18:55 +0200 http://bitbucket.org/pypy/pypy/changeset/a1d09ff7418a/ Log:Back out changeset a2881bd0264c. diff --git a/pypy/objspace/std/bytearrayobject.py b/pypy/objspace/std/bytearrayobject.py ---

[pypy-commit] pypy refactor-str-types: Inline unicode_from_object2().

2013-07-25 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-str-types Changeset: r65653:4b34bd28d384 Date: 2013-07-25 19:01 +0200 http://bitbucket.org/pypy/pypy/changeset/4b34bd28d384/ Log:Inline unicode_from_object2(). diff --git a/pypy/objspace/std/unicodeobject.py b/pypy/objspace/std/unicodeobject.py --- a/pyp

[pypy-commit] stmgc copy-over-original2: Fix

2013-07-25 Thread arigo
Author: Armin Rigo Branch: copy-over-original2 Changeset: r441:102fc9863345 Date: 2013-07-25 18:13 +0200 http://bitbucket.org/pypy/stmgc/changeset/102fc9863345/ Log:Fix diff --git a/c4/gcpage.c b/c4/gcpage.c --- a/c4/gcpage.c +++ b/c4/gcpage.c @@ -540,7 +540,8 @@ if (obj->h_tid &

[pypy-commit] stmgc copy-over-original2: in-progress

2013-07-25 Thread arigo
Author: Armin Rigo Branch: copy-over-original2 Changeset: r440:0c2bd2af9b0f Date: 2013-07-25 18:11 +0200 http://bitbucket.org/pypy/stmgc/changeset/0c2bd2af9b0f/ Log:in-progress diff --git a/c4/gcpage.c b/c4/gcpage.c --- a/c4/gcpage.c +++ b/c4/gcpage.c @@ -237,8 +237,13 @@ obj->h_tid |=

[pypy-commit] stmgc copy-over-original2: Use the dbgmem.c logic for the shadowstack too

2013-07-25 Thread arigo
Author: Armin Rigo Branch: copy-over-original2 Changeset: r442:5e88d98b36de Date: 2013-07-25 19:28 +0200 http://bitbucket.org/pypy/stmgc/changeset/5e88d98b36de/ Log:Use the dbgmem.c logic for the shadowstack too diff --git a/c4/stmsync.c b/c4/stmsync.c --- a/c4/stmsync.c +++ b/c4/stmsync.c @

[pypy-commit] pypy refactor-str-types: Remove use of unicode.is* which isn't supported in RPython.

2013-07-25 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-str-types Changeset: r65654:cfc74ab95eda Date: 2013-07-25 19:29 +0200 http://bitbucket.org/pypy/pypy/changeset/cfc74ab95eda/ Log:Remove use of unicode.is* which isn't supported in RPython. diff --git a/pypy/objspace/std/stringmethods.py b/pypy/objspace/s

[pypy-commit] pypy refactor-str-types: Make the annotator happy.

2013-07-25 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-str-types Changeset: r65655:e38a40e646e8 Date: 2013-07-25 19:38 +0200 http://bitbucket.org/pypy/pypy/changeset/e38a40e646e8/ Log:Make the annotator happy. diff --git a/pypy/objspace/std/bytearrayobject.py b/pypy/objspace/std/bytearrayobject.py --- a/pypy

[pypy-commit] pypy kill-ootype: Remove ootype support from pypy

2013-07-25 Thread rlamy
Author: Ronan Lamy Branch: kill-ootype Changeset: r65657:7ab1bd7d7871 Date: 2013-07-25 18:39 +0100 http://bitbucket.org/pypy/pypy/changeset/7ab1bd7d7871/ Log:Remove ootype support from pypy diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py --- a/pypy/config/pypyoption.py +++

[pypy-commit] pypy kill-ootype: hg rm pypy/module/clr/

2013-07-25 Thread rlamy
Author: Ronan Lamy Branch: kill-ootype Changeset: r65656:9483b6d294d3 Date: 2013-07-25 18:10 +0100 http://bitbucket.org/pypy/pypy/changeset/9483b6d294d3/ Log:hg rm pypy/module/clr/ diff --git a/pypy/module/clr/__init__.py b/pypy/module/clr/__init__.py deleted file mode 100644 --- a/pypy/modu

[pypy-commit] pypy refactor-str-types: Fix.

2013-07-25 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-str-types Changeset: r65658:9d73701fdecb Date: 2013-07-25 19:58 +0200 http://bitbucket.org/pypy/pypy/changeset/9d73701fdecb/ Log:Fix. diff --git a/pypy/objspace/std/bytearrayobject.py b/pypy/objspace/std/bytearrayobject.py --- a/pypy/objspace/std/bytearr

[pypy-commit] pypy kill-ootype: removed some more ootype stuff around stat and configuration

2013-07-25 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-ootype Changeset: r65659:35ef76608d04 Date: 2013-07-25 11:00 -0700 http://bitbucket.org/pypy/pypy/changeset/35ef76608d04/ Log:removed some more ootype stuff around stat and configuration diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py --- a

[pypy-commit] pypy refactor-str-types: Use unicode_from_encoded_object() instead of decode_object(). decode_object() doesn't always return unicode.

2013-07-25 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-str-types Changeset: r65660:b23dd3b042f3 Date: 2013-07-25 20:08 +0200 http://bitbucket.org/pypy/pypy/changeset/b23dd3b042f3/ Log:Use unicode_from_encoded_object() instead of decode_object(). decode_object() doesn't always return unicode. diff --gi

[pypy-commit] pypy kill-ootype: fix a somewhat silly test

2013-07-25 Thread rlamy
Author: Ronan Lamy Branch: kill-ootype Changeset: r65661:6d258e2626a5 Date: 2013-07-25 19:25 +0100 http://bitbucket.org/pypy/pypy/changeset/6d258e2626a5/ Log:fix a somewhat silly test diff --git a/rpython/jit/codewriter/test/test_call.py b/rpython/jit/codewriter/test/test_call.py --- a/rpyt

[pypy-commit] pypy kill-ootype: remove the last (?) oosend references

2013-07-25 Thread rlamy
Author: Ronan Lamy Branch: kill-ootype Changeset: r65662:d9308fb479f6 Date: 2013-07-25 21:30 +0100 http://bitbucket.org/pypy/pypy/changeset/d9308fb479f6/ Log:remove the last (?) oosend references diff --git a/rpython/jit/codewriter/call.py b/rpython/jit/codewriter/call.py --- a/rpython/jit/c

[pypy-commit] pypy pythoninspect-fix: attempt to fix app_main

2013-07-25 Thread squeaky
Author: Paweł Piotr Przeradowski Branch: pythoninspect-fix Changeset: r65665:0806ff7d7880 Date: 2013-07-23 23:00 +0200 http://bitbucket.org/pypy/pypy/changeset/0806ff7d7880/ Log:attempt to fix app_main diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_main.py --- a/pypy/interp

[pypy-commit] pypy pythoninspect-fix: failing test

2013-07-25 Thread squeaky
Author: Paweł Piotr Przeradowski Branch: pythoninspect-fix Changeset: r65663:5dff0c40663d Date: 2013-07-23 01:02 +0200 http://bitbucket.org/pypy/pypy/changeset/5dff0c40663d/ Log:failing test diff --git a/pypy/interpreter/test/test_app_main.py b/pypy/interpreter/test/test_app_main.py --- a/p

[pypy-commit] pypy pythoninspect-fix: fix merge, typos

2013-07-25 Thread squeaky
Author: Paweł Piotr Przeradowski Branch: pythoninspect-fix Changeset: r65671:7d2d7703eb8b Date: 2013-07-25 22:20 +0200 http://bitbucket.org/pypy/pypy/changeset/7d2d7703eb8b/ Log:fix merge, typos diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head

[pypy-commit] pypy pythoninspect-fix: no None allowed

2013-07-25 Thread squeaky
Author: Paweł Piotr Przeradowski Branch: pythoninspect-fix Changeset: r65667:0f1dbffcb578 Date: 2013-07-24 21:46 +0200 http://bitbucket.org/pypy/pypy/changeset/0f1dbffcb578/ Log:no None allowed diff --git a/pypy/module/__pypy__/interp_os.py b/pypy/module/__pypy__/interp_os.py --- a/pypy/mod

[pypy-commit] pypy pythoninspect-fix: use __pypy__.os

2013-07-25 Thread squeaky
Author: Paweł Piotr Przeradowski Branch: pythoninspect-fix Changeset: r65668:c1575d6e1de5 Date: 2013-07-25 15:45 +0200 http://bitbucket.org/pypy/pypy/changeset/c1575d6e1de5/ Log:use __pypy__.os diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_main.py --- a/pypy/interpreter/ap

[pypy-commit] pypy pythoninspect-fix: try using RPython os.getenv instead of LL version

2013-07-25 Thread squeaky
Author: Paweł Piotr Przeradowski Branch: pythoninspect-fix Changeset: r65666:9a20d5ede0ec Date: 2013-07-24 08:45 +0200 http://bitbucket.org/pypy/pypy/changeset/9a20d5ede0ec/ Log:try using RPython os.getenv instead of LL version diff --git a/pypy/module/__pypy__/interp_os.py b/pypy/module/__

[pypy-commit] pypy default: Merged in squeaky/pypy/pythoninspect-fix (pull request #168)

2013-07-25 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r65673:eec382ffd965 Date: 2013-07-25 13:45 -0700 http://bitbucket.org/pypy/pypy/changeset/eec382ffd965/ Log:Merged in squeaky/pypy/pythoninspect-fix (pull request #168) Fix PYTHONINSPECT behaviour diff --git a/pypy/doc/whatsnew-head.rst b/py

[pypy-commit] pypy pythoninspect-fix: implement __pypy__.os.real_getenv with a test

2013-07-25 Thread squeaky
Author: Paweł Piotr Przeradowski Branch: pythoninspect-fix Changeset: r65664:8f98f2b808f9 Date: 2013-07-23 22:52 +0200 http://bitbucket.org/pypy/pypy/changeset/8f98f2b808f9/ Log:implement __pypy__.os.real_getenv with a test diff --git a/pypy/module/__pypy__/__init__.py b/pypy/module/__pypy__

[pypy-commit] pypy pythoninspect-fix: argh

2013-07-25 Thread squeaky
Author: Paweł Piotr Przeradowski Branch: pythoninspect-fix Changeset: r65672:e026c95e2f05 Date: 2013-07-25 22:25 +0200 http://bitbucket.org/pypy/pypy/changeset/e026c95e2f05/ Log:argh diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/p

[pypy-commit] pypy pythoninspect-fix: skip on CPython, whatsnew

2013-07-25 Thread squeaky
Author: Paweł Piotr Przeradowski Branch: pythoninspect-fix Changeset: r65669:a4689d27a2ef Date: 2013-07-25 21:49 +0200 http://bitbucket.org/pypy/pypy/changeset/a4689d27a2ef/ Log:skip on CPython, whatsnew diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/what

[pypy-commit] cffi windows: un-tabify, function call needs at least 40 bytes stack size

2013-07-25 Thread matti
Author: matti Branch: windows Changeset: r1294:7cc661ada4a5 Date: 2013-07-25 23:34 +0300 http://bitbucket.org/cffi/cffi/changeset/7cc661ada4a5/ Log:un-tabify, function call needs at least 40 bytes stack size diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_c

[pypy-commit] cffi windows: another place where function call needs at least 40 bytes stack size

2013-07-25 Thread matti
Author: matti Branch: windows Changeset: r1295:55d1624ba4be Date: 2013-07-26 00:46 +0300 http://bitbucket.org/cffi/cffi/changeset/55d1624ba4be/ Log:another place where function call needs at least 40 bytes stack size diff --git a/c/libffi_msvc/prep_cif.c b/c/libffi_msvc/prep_cif.c --- a/c/lib

[pypy-commit] pypy py3k: merge default

2013-07-25 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r65675:c8db1997988c Date: 2013-07-25 16:40 -0700 http://bitbucket.org/pypy/pypy/changeset/c8db1997988c/ Log:merge default diff --git a/lib-python/2.7/test/test_os.py b/lib-python/2.7/test/test_os.py --- a/lib-python/2.7/test/test_os.py +++ b/lib-

[pypy-commit] pypy py3k: now bytes on py3

2013-07-25 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r65676:d962b5d6ed78 Date: 2013-07-25 17:01 -0700 http://bitbucket.org/pypy/pypy/changeset/d962b5d6ed78/ Log:now bytes on py3 diff --git a/pypy/module/_ffi/test/test_type_converter.py b/pypy/module/_ffi/test/test_type_converter.py --- a/pypy/modu

[pypy-commit] pypy py3k: path of least resistance: workaround dlerror returning junk messages under

2013-07-25 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r65677:191650bed89e Date: 2013-07-25 17:02 -0700 http://bitbucket.org/pypy/pypy/changeset/191650bed89e/ Log:path of least resistance: workaround dlerror returning junk messages under ll2ctypes on the buildbot diff --git a/pypy/module/_raw

[pypy-commit] pypy default: add a wrap_dlopenerror for consistency's sake

2013-07-25 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r65674:29a9e38aedb6 Date: 2013-07-25 16:26 -0700 http://bitbucket.org/pypy/pypy/changeset/29a9e38aedb6/ Log:add a wrap_dlopenerror for consistency's sake diff --git a/pypy/module/_cffi_backend/libraryobj.py b/pypy/module/_cffi_backend/libraryobj.py

[pypy-commit] pypy pypy3-release-2.1.x: branch for the pypy3 2.1.0 release

2013-07-25 Thread pjenvey
Author: Philip Jenvey Branch: pypy3-release-2.1.x Changeset: r65678:1fc106b34e94 Date: 2013-07-25 22:32 -0700 http://bitbucket.org/pypy/pypy/changeset/1fc106b34e94/ Log:branch for the pypy3 2.1.0 release diff --git a/pypy/doc/conf.py b/pypy/doc/conf.py --- a/pypy/doc/conf.py +++ b/pypy/doc/c