[pypy-commit] pypy py3k: s/maxint/maxsize/g in applevel tests

2012-12-02 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r59208:ca88ab756b58 Date: 2012-12-02 10:02 +0100 http://bitbucket.org/pypy/pypy/changeset/ca88ab756b58/ Log:s/maxint/maxsize/g in applevel tests diff --git a/pypy/objspace/std/test/test_intobject.py b/pypy/objspace/std/test/test_intobject

[pypy-commit] pypy default: This filter is needed to avoid a conflict with options in bin/py.py

2012-12-02 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r59209:49fe5ba9312a Date: 2012-12-02 11:50 +0100 http://bitbucket.org/pypy/pypy/changeset/49fe5ba9312a/ Log:This filter is needed to avoid a conflict with options in bin/py.py diff --git a/pypy/tool/option.py b/pypy/tool/option.py --- a/pypy/t

[pypy-commit] pypy default: unroll this function when the size of the list is constant and small

2012-12-02 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r59210:b2f7e5c13c37 Date: 2012-12-02 08:13 -0800 http://bitbucket.org/pypy/pypy/changeset/b2f7e5c13c37/ Log:unroll this function when the size of the list is constant and small diff --git a/pypy/rpython/rlist.py b/pypy/rpython/rlist.py --- a/pypy/rpyth

[pypy-commit] pypy default: merged upstream

2012-12-02 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r59211:4a2bb783d9a6 Date: 2012-12-02 08:13 -0800 http://bitbucket.org/pypy/pypy/changeset/4a2bb783d9a6/ Log:merged upstream diff --git a/pypy/module/_random/interp_random.py b/pypy/module/_random/interp_random.py --- a/pypy/module/_random/interp_rando

[pypy-commit] pypy remove-globals-in-jit: Remove outdated test

2012-12-02 Thread arigo
Author: Armin Rigo Branch: remove-globals-in-jit Changeset: r59212:f6e49363a0b5 Date: 2012-12-02 08:04 -0800 http://bitbucket.org/pypy/pypy/changeset/f6e49363a0b5/ Log:Remove outdated test diff --git a/pypy/jit/backend/x86/test/test_support.py b/pypy/jit/backend/x86/test/test_support.py del

[pypy-commit] pypy remove-globals-in-jit: Fix tests

2012-12-02 Thread arigo
Author: Armin Rigo Branch: remove-globals-in-jit Changeset: r59213:7938bad51d8c Date: 2012-12-02 08:04 -0800 http://bitbucket.org/pypy/pypy/changeset/7938bad51d8c/ Log:Fix tests diff --git a/pypy/jit/backend/x86/test/test_assembler.py b/pypy/jit/backend/x86/test/test_assembler.py --- a/pypy

[pypy-commit] pypy default: Fix these tests

2012-12-02 Thread arigo
Author: Armin Rigo Branch: Changeset: r59214:892ba424789f Date: 2012-12-02 09:25 -0800 http://bitbucket.org/pypy/pypy/changeset/892ba424789f/ Log:Fix these tests diff --git a/pypy/rpython/memory/gctransform/test/test_framework.py b/pypy/rpython/memory/gctransform/test/test_framework.py ---

[pypy-commit] pypy default: fix config tests

2012-12-02 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r59215:6fb576a37671 Date: 2012-12-02 09:35 -0800 http://bitbucket.org/pypy/pypy/changeset/6fb576a37671/ Log:fix config tests diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py --- a/pypy/config/pypyoption.py +++ b/pypy/config/pyp

[pypy-commit] pypy default: fix test_whatsnew

2012-12-02 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r59216:219e12e2deca Date: 2012-12-02 09:42 -0800 http://bitbucket.org/pypy/pypy/changeset/219e12e2deca/ Log:fix test_whatsnew diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/wh

[pypy-commit] pypy default: Issue1333: Use the macosx-version-min gcc flags.

2012-12-02 Thread arigo
Author: Armin Rigo Branch: Changeset: r59217:21fd46def733 Date: 2012-11-23 13:13 +0100 http://bitbucket.org/pypy/pypy/changeset/21fd46def733/ Log:Issue1333: Use the macosx-version-min gcc flags. diff --git a/pypy/translator/platform/darwin.py b/pypy/translator/platform/darwin.py --- a/pypy

[pypy-commit] pypy default: fix the jit hook test

2012-12-02 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r59218:134dd821469c Date: 2012-12-02 09:51 -0800 http://bitbucket.org/pypy/pypy/changeset/134dd821469c/ Log:fix the jit hook test diff --git a/pypy/module/pypyjit/test/test_jit_hook.py b/pypy/module/pypyjit/test/test_jit_hook.py --- a/pypy/modu

[pypy-commit] pypy remove-globals-in-jit: Fix the first half of test_gc_integration.

2012-12-02 Thread arigo
Author: Armin Rigo Branch: remove-globals-in-jit Changeset: r59219:dec536747d8e Date: 2012-12-02 09:54 -0800 http://bitbucket.org/pypy/pypy/changeset/dec536747d8e/ Log:Fix the first half of test_gc_integration. diff --git a/pypy/jit/backend/x86/test/test_gc_integration.py b/pypy/jit/backend

[pypy-commit] pypy remove-globals-in-jit: Fix the second half of test_gc_integration.

2012-12-02 Thread arigo
Author: Armin Rigo Branch: remove-globals-in-jit Changeset: r59220:fd3e4effa2fe Date: 2012-12-02 10:03 -0800 http://bitbucket.org/pypy/pypy/changeset/fd3e4effa2fe/ Log:Fix the second half of test_gc_integration. diff --git a/pypy/jit/backend/x86/test/test_gc_integration.py b/pypy/jit/backen

[pypy-commit] pypy fix-lookinside-iff-oopspec: (fijal, alex, mike) initial work

2012-12-02 Thread alex_gaynor
Author: Alex Gaynor Branch: fix-lookinside-iff-oopspec Changeset: r59221:e0252730e86d Date: 2012-12-02 10:33 -0800 http://bitbucket.org/pypy/pypy/changeset/e0252730e86d/ Log:(fijal, alex, mike) initial work diff --git a/pypy/jit/metainterp/test/test_list.py b/pypy/jit/metainterp/test/test_l

[pypy-commit] pypy remove-globals-in-jit: Skip these two tests when run from backend/x86/test. The issue is

2012-12-02 Thread arigo
Author: Armin Rigo Branch: remove-globals-in-jit Changeset: r59222:2163d5fc96d7 Date: 2012-12-02 10:38 -0800 http://bitbucket.org/pypy/pypy/changeset/2163d5fc96d7/ Log:Skip these two tests when run from backend/x86/test. The issue is obscure and has to do with hide()/show() not workin

[pypy-commit] pypy remove-globals-in-jit: Test fixes

2012-12-02 Thread arigo
Author: Armin Rigo Branch: remove-globals-in-jit Changeset: r59223:f4c0e08b7015 Date: 2012-12-02 10:58 -0800 http://bitbucket.org/pypy/pypy/changeset/f4c0e08b7015/ Log:Test fixes diff --git a/pypy/jit/backend/x86/test/test_regalloc.py b/pypy/jit/backend/x86/test/test_regalloc.py --- a/pypy/

[pypy-commit] pypy remove-globals-in-jit: More tests to skip when running untranslated in a real backend...

2012-12-02 Thread arigo
Author: Armin Rigo Branch: remove-globals-in-jit Changeset: r59224:a2e6e969bafd Date: 2012-12-02 11:05 -0800 http://bitbucket.org/pypy/pypy/changeset/a2e6e969bafd/ Log:More tests to skip when running untranslated in a real backend... diff --git a/pypy/jit/metainterp/test/test_virtualizable.p

[pypy-commit] pypy fix-lookinside-iff-oopspec: fix tests and oopspecs + look_inside_iff

2012-12-02 Thread alex_gaynor
Author: Alex Gaynor Branch: fix-lookinside-iff-oopspec Changeset: r59225:3e3d959713c8 Date: 2012-12-02 11:20 -0800 http://bitbucket.org/pypy/pypy/changeset/3e3d959713c8/ Log:fix tests and oopspecs + look_inside_iff diff --git a/pypy/jit/metainterp/test/support.py b/pypy/jit/metainterp/test/

[pypy-commit] pypy fix-lookinside-iff-oopspec: Closing to be merged branch

2012-12-02 Thread alex_gaynor
Author: Alex Gaynor Branch: fix-lookinside-iff-oopspec Changeset: r59226:307c9ab5e989 Date: 2012-12-02 11:20 -0800 http://bitbucket.org/pypy/pypy/changeset/307c9ab5e989/ Log:Closing to be merged branch ___ pypy-commit mailing list pypy-commit@pytho

[pypy-commit] pypy default: (alex, mike, fijal, arigo): fix interaction of JIT look inside iff and oopspecs

2012-12-02 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r59227:61758d80f0a1 Date: 2012-12-02 11:21 -0800 http://bitbucket.org/pypy/pypy/changeset/61758d80f0a1/ Log:(alex, mike, fijal, arigo): fix interaction of JIT look inside iff and oopspecs diff --git a/pypy/jit/metainterp/test/support.py b/pypy

[pypy-commit] pypy default: Made the invalidation of boxes more intelligent at calls in the heapcache.

2012-12-02 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r59228:97f0ffc6c659 Date: 2012-12-02 11:50 -0800 http://bitbucket.org/pypy/pypy/changeset/97f0ffc6c659/ Log:Made the invalidation of boxes more intelligent at calls in the heapcache. diff --git a/pypy/jit/metainterp/heapcache.py b/pypy/jit/meta

[pypy-commit] pypy kill-faking: Resolved merge conflicts

2012-12-02 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-faking Changeset: r59229:395e7928acb6 Date: 2012-12-02 12:18 -0800 http://bitbucket.org/pypy/pypy/changeset/395e7928acb6/ Log:Resolved merge conflicts diff --git a/lib-python/2.7/json/decoder.py b/lib-python/2.7/json/decoder.py --- a/lib-python/2.7/json/decod

[pypy-commit] pypy kill-faking: make another test pass

2012-12-02 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-faking Changeset: r59234:c72eb6559f4c Date: 2012-12-02 13:34 -0800 http://bitbucket.org/pypy/pypy/changeset/c72eb6559f4c/ Log:make another test pass diff --git a/pypy/module/zipimport/test/test_undocumented.py b/pypy/module/zipimport/test/test_undocumented.p

[pypy-commit] pypy kill-faking: (alex, fijal): fix interpreter tests

2012-12-02 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-faking Changeset: r59230:6341bd9f1673 Date: 2012-12-02 12:26 -0800 http://bitbucket.org/pypy/pypy/changeset/6341bd9f1673/ Log:(alex, fijal): fix interpreter tests diff --git a/pypy/interpreter/test/test_main.py b/pypy/interpreter/test/test_main.py --- a/pypy

[pypy-commit] pypy kill-faking: get bz2 going

2012-12-02 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-faking Changeset: r59232:d2c47e6e1b00 Date: 2012-12-02 13:01 -0800 http://bitbucket.org/pypy/pypy/changeset/d2c47e6e1b00/ Log:get bz2 going diff --git a/pypy/module/bz2/test/test_bz2_compdecomp.py b/pypy/module/bz2/test/test_bz2_compdecomp.py --- a/pypy/modu

[pypy-commit] pypy kill-faking: really fix all of interpreter

2012-12-02 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-faking Changeset: r59231:e51355240911 Date: 2012-12-02 12:29 -0800 http://bitbucket.org/pypy/pypy/changeset/e51355240911/ Log:really fix all of interpreter diff --git a/pypy/interpreter/test/test_zzpickle_and_slow.py b/pypy/interpreter/test/test_zzpickle_and

[pypy-commit] pypy kill-faking: fix a bunch of tests

2012-12-02 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-faking Changeset: r59233:53f78807d4b1 Date: 2012-12-02 13:32 -0800 http://bitbucket.org/pypy/pypy/changeset/53f78807d4b1/ Log:fix a bunch of tests diff --git a/pypy/module/imp/test/test_app.py b/pypy/module/imp/test/test_app.py --- a/pypy/module/imp/test/test

[pypy-commit] pypy kill-faking: fix thread tests

2012-12-02 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-faking Changeset: r59235:aa12b7a661df Date: 2012-12-02 13:49 -0800 http://bitbucket.org/pypy/pypy/changeset/aa12b7a661df/ Log:fix thread tests diff --git a/pypy/module/thread/test/support.py b/pypy/module/thread/test/support.py --- a/pypy/module/thread/test/

[pypy-commit] pypy default: fix test_insecure_pickle

2012-12-02 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r59237:5ec61ffcc909 Date: 2012-12-02 13:59 -0800 http://bitbucket.org/pypy/pypy/changeset/5ec61ffcc909/ Log:fix test_insecure_pickle diff --git a/pypy/module/_codecs/test/test_codecs.py b/pypy/module/_codecs/test/test_codecs.py --- a/pypy/module/_co

[pypy-commit] pypy remove-globals-in-jit: Add a sanity check.

2012-12-02 Thread arigo
Author: Armin Rigo Branch: remove-globals-in-jit Changeset: r59238:f892171caf43 Date: 2012-12-02 14:08 -0800 http://bitbucket.org/pypy/pypy/changeset/f892171caf43/ Log:Add a sanity check. diff --git a/pypy/jit/metainterp/resume.py b/pypy/jit/metainterp/resume.py --- a/pypy/jit/metainterp/res

[pypy-commit] pypy remove-globals-in-jit: Fix

2012-12-02 Thread arigo
Author: Armin Rigo Branch: remove-globals-in-jit Changeset: r59239:3f59cdbc4c52 Date: 2012-12-02 14:11 -0800 http://bitbucket.org/pypy/pypy/changeset/3f59cdbc4c52/ Log:Fix diff --git a/pypy/jit/metainterp/resume.py b/pypy/jit/metainterp/resume.py --- a/pypy/jit/metainterp/resume.py +++ b/pyp

[pypy-commit] pypy kill-faking: fix _contiuation

2012-12-02 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-faking Changeset: r59240:590ec61489d7 Date: 2012-12-02 14:02 -0800 http://bitbucket.org/pypy/pypy/changeset/590ec61489d7/ Log:fix _contiuation diff --git a/pypy/module/_continuation/test/test_zpickle.py b/pypy/module/_continuation/test/test_zpickle.py --- a/

[pypy-commit] pypy kill-faking: fixed _codecs tests

2012-12-02 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-faking Changeset: r59242:a7d77b6a4091 Date: 2012-12-02 14:05 -0800 http://bitbucket.org/pypy/pypy/changeset/a7d77b6a4091/ Log:fixed _codecs tests diff --git a/pypy/module/_codecs/test/test_codecs.py b/pypy/module/_codecs/test/test_codecs.py --- a/pypy/module

[pypy-commit] pypy kill-faking: fix ast tests

2012-12-02 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-faking Changeset: r59241:fce7558cb9ee Date: 2012-12-02 14:04 -0800 http://bitbucket.org/pypy/pypy/changeset/fce7558cb9ee/ Log:fix ast tests diff --git a/pypy/module/_ast/test/test_ast.py b/pypy/module/_ast/test/test_ast.py --- a/pypy/module/_ast/test/test_as

[pypy-commit] pypy kill-faking: fix _lsprof tests

2012-12-02 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-faking Changeset: r59244:bd23a9f6b5d2 Date: 2012-12-02 14:23 -0800 http://bitbucket.org/pypy/pypy/changeset/bd23a9f6b5d2/ Log:fix _lsprof tests diff --git a/pypy/module/_lsprof/test/test_cprofile.py b/pypy/module/_lsprof/test/test_cprofile.py --- a/pypy/modu

[pypy-commit] pypy kill-faking: fix _file test

2012-12-02 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-faking Changeset: r59243:b482ae4ddd11 Date: 2012-12-02 14:18 -0800 http://bitbucket.org/pypy/pypy/changeset/b482ae4ddd11/ Log:fix _file test diff --git a/pypy/module/_file/test/test_file_extra.py b/pypy/module/_file/test/test_file_extra.py --- a/pypy/module/

[pypy-commit] pypy default: encoding error handlers now return unicode or strs to encoders so they can

2012-12-02 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r59245:66eb9aa93bb4 Date: 2012-12-02 14:30 -0800 http://bitbucket.org/pypy/pypy/changeset/66eb9aa93bb4/ Log:encoding error handlers now return unicode or strs to encoders so they can special case bytes results on py3 diff --git a/pypy/module/

[pypy-commit] pypy kill-faking: fix some of the md5 tests

2012-12-02 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-faking Changeset: r59246:1672d40d225c Date: 2012-12-02 14:24 -0800 http://bitbucket.org/pypy/pypy/changeset/1672d40d225c/ Log:fix some of the md5 tests diff --git a/pypy/module/_md5/test/test_md5.py b/pypy/module/_md5/test/test_md5.py --- a/pypy/module/_md5/

[pypy-commit] pypy kill-faking: fix _sha tests

2012-12-02 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-faking Changeset: r59248:93b2eca602c8 Date: 2012-12-02 14:28 -0800 http://bitbucket.org/pypy/pypy/changeset/93b2eca602c8/ Log:fix _sha tests diff --git a/pypy/module/_sha/test/test_sha.py b/pypy/module/_sha/test/test_sha.py --- a/pypy/module/_sha/test/test_s

[pypy-commit] pypy kill-faking: fixed _random tests

2012-12-02 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-faking Changeset: r59247:3f6f4b47fa94 Date: 2012-12-02 14:27 -0800 http://bitbucket.org/pypy/pypy/changeset/3f6f4b47fa94/ Log:fixed _random tests diff --git a/pypy/module/_random/test/test_random.py b/pypy/module/_random/test/test_random.py --- a/pypy/module

[pypy-commit] pypy kill-faking: fix _ssl tests

2012-12-02 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-faking Changeset: r59249:ed63256b3053 Date: 2012-12-02 14:31 -0800 http://bitbucket.org/pypy/pypy/changeset/ed63256b3053/ Log:fix _ssl tests diff --git a/pypy/module/_ssl/test/test_ssl.py b/pypy/module/_ssl/test/test_ssl.py --- a/pypy/module/_ssl/test/test_s

[pypy-commit] pypy kill-faking: fix posix tests

2012-12-02 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-faking Changeset: r59251:5c11c8cf8df7 Date: 2012-12-02 14:39 -0800 http://bitbucket.org/pypy/pypy/changeset/5c11c8cf8df7/ Log:fix posix tests diff --git a/pypy/module/posix/test/test_posix2.py b/pypy/module/posix/test/test_posix2.py --- a/pypy/module/posix/t

[pypy-commit] pypy kill-faking: fix up the micronumpy test

2012-12-02 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-faking Changeset: r59250:144813ec54a6 Date: 2012-12-02 14:34 -0800 http://bitbucket.org/pypy/pypy/changeset/144813ec54a6/ Log:fix up the micronumpy test diff --git a/pypy/module/micronumpy/test/test_ufuncs.py b/pypy/module/micronumpy/test/test_ufuncs.py ---

[pypy-commit] pypy kill-faking: fix rctime tests

2012-12-02 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-faking Changeset: r59252:a77e23aba3e3 Date: 2012-12-02 14:41 -0800 http://bitbucket.org/pypy/pypy/changeset/a77e23aba3e3/ Log:fix rctime tests diff --git a/pypy/module/rctime/test/test_rctime.py b/pypy/module/rctime/test/test_rctime.py --- a/pypy/module/rcti

[pypy-commit] pypy kill-faking: fixed signal and epoll tests

2012-12-02 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-faking Changeset: r59253:617dcec9d57b Date: 2012-12-02 14:43 -0800 http://bitbucket.org/pypy/pypy/changeset/617dcec9d57b/ Log:fixed signal and epoll tests diff --git a/pypy/module/select/test/test_epoll.py b/pypy/module/select/test/test_epoll.py --- a/pypy/m

[pypy-commit] pypy kill-faking: fixed zipimport tests

2012-12-02 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-faking Changeset: r59254:75afd802017d Date: 2012-12-02 14:51 -0800 http://bitbucket.org/pypy/pypy/changeset/75afd802017d/ Log:fixed zipimport tests diff --git a/pypy/module/zipimport/test/test_zipimport.py b/pypy/module/zipimport/test/test_zipimport.py --- a

[pypy-commit] pypy kill-faking: remove a test for a feature which was removed

2012-12-02 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-faking Changeset: r59255:dde805ff7ad0 Date: 2012-12-02 14:51 -0800 http://bitbucket.org/pypy/pypy/changeset/dde805ff7ad0/ Log:remove a test for a feature which was removed diff --git a/pypy/tool/pytest/test/test_pytestsupport.py b/pypy/tool/pytest/test/test_

[pypy-commit] pypy py3k: hg merge default

2012-12-02 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r59256:61ec51116bd6 Date: 2012-12-02 11:34 +0100 http://bitbucket.org/pypy/pypy/changeset/61ec51116bd6/ Log:hg merge default diff --git a/pypy/objspace/std/objspace.py b/pypy/objspace/std/objspace.py --- a/pypy/objspace/std/objspace.py +++

[pypy-commit] pypy py3k: cpyext: remove from stubs.py already implemented function

2012-12-02 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r59258:068fd4a03cd3 Date: 2012-12-02 14:38 +0100 http://bitbucket.org/pypy/pypy/changeset/068fd4a03cd3/ Log:cpyext: remove from stubs.py already implemented function diff --git a/pypy/module/cpyext/stubs.py b/pypy/module/cpyext/stubs.py --

[pypy-commit] pypy py3k: Only search encoding for Python source files.

2012-12-02 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r59259:0e46137d618b Date: 2012-12-02 14:55 +0100 http://bitbucket.org/pypy/pypy/changeset/0e46137d618b/ Log:Only search encoding for Python source files. Binary files may not be opened with an "encoding" parameter... diff --git a/p

[pypy-commit] pypy kill-faking: fix __pypy__ tests (removed isfake, nothing is fake!)

2012-12-02 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-faking Changeset: r59263:e7c95429e35c Date: 2012-12-02 14:59 -0800 http://bitbucket.org/pypy/pypy/changeset/e7c95429e35c/ Log:fix __pypy__ tests (removed isfake, nothing is fake!) diff --git a/pypy/module/__pypy__/__init__.py b/pypy/module/__pypy__/__init__.p

[pypy-commit] pypy py3k: Fix os.fork() when run with bin/py.py with cpyext module enabled:

2012-12-02 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r59257:24189046c0ca Date: 2012-12-02 14:38 +0100 http://bitbucket.org/pypy/pypy/changeset/24189046c0ca/ Log:Fix os.fork() when run with bin/py.py with cpyext module enabled: when interpreted, PyThread_ReInitTLS() is the one from the

[pypy-commit] pypy py3k: PyInstanceMethod_Type is now implemented.

2012-12-02 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r59260:573ac322df63 Date: 2012-12-02 15:04 +0100 http://bitbucket.org/pypy/pypy/changeset/573ac322df63/ Log:PyInstanceMethod_Type is now implemented. diff --git a/lib_pypy/_testcapimodule.c b/lib_pypy/_testcapimodule.c --- a/lib_pypy/_test

[pypy-commit] pypy py3k: cpyext: implement PyMemoryView_FromBuffer

2012-12-02 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r59261:033e22d48bf2 Date: 2012-12-02 23:36 +0100 http://bitbucket.org/pypy/pypy/changeset/033e22d48bf2/ Log:cpyext: implement PyMemoryView_FromBuffer diff --git a/pypy/module/cpyext/buffer.py b/pypy/module/cpyext/buffer.py --- a/pypy/modul

[pypy-commit] pypy kill-faking: fix _ffi tests

2012-12-02 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-faking Changeset: r59262:203627c6ee85 Date: 2012-12-02 14:56 -0800 http://bitbucket.org/pypy/pypy/changeset/203627c6ee85/ Log:fix _ffi tests diff --git a/pypy/module/_ffi/test/test_struct.py b/pypy/module/_ffi/test/test_struct.py --- a/pypy/module/_ffi/test/

[pypy-commit] pypy remove-globals-in-jit: Pff, this test passes when run untranslated, but crashes translated.

2012-12-02 Thread arigo
Author: Armin Rigo Branch: remove-globals-in-jit Changeset: r59264:73913dbe29d7 Date: 2012-12-02 15:13 -0800 http://bitbucket.org/pypy/pypy/changeset/73913dbe29d7/ Log:Pff, this test passes when run untranslated, but crashes translated. diff --git a/pypy/jit/metainterp/test/test_virtualizabl

[pypy-commit] pypy remove-globals-in-jit: Kill outdated code

2012-12-02 Thread arigo
Author: Armin Rigo Branch: remove-globals-in-jit Changeset: r59265:cebc974b0cb3 Date: 2012-12-02 15:15 -0800 http://bitbucket.org/pypy/pypy/changeset/cebc974b0cb3/ Log:Kill outdated code diff --git a/pypy/jit/metainterp/compile.py b/pypy/jit/metainterp/compile.py --- a/pypy/jit/metainterp/co

[pypy-commit] pypy remove-globals-in-jit: Found out the magic incantation that makes ll2ctypes happy.

2012-12-02 Thread arigo
Author: Armin Rigo Branch: remove-globals-in-jit Changeset: r59266:53aa7dd2b299 Date: 2012-12-02 15:37 -0800 http://bitbucket.org/pypy/pypy/changeset/53aa7dd2b299/ Log:Found out the magic incantation that makes ll2ctypes happy. diff --git a/pypy/jit/metainterp/compile.py b/pypy/jit/metainter

[pypy-commit] pypy kill-faking: fixed _multiprocessing tests

2012-12-02 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-faking Changeset: r59267:0ffa477b714c Date: 2012-12-02 15:22 -0800 http://bitbucket.org/pypy/pypy/changeset/0ffa477b714c/ Log:fixed _multiprocessing tests diff --git a/pypy/module/_multiprocessing/test/test_connection.py b/pypy/module/_multiprocessing/test/t

[pypy-commit] pypy kill-faking: fixed select tests

2012-12-02 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-faking Changeset: r59268:2945718d05bc Date: 2012-12-02 15:39 -0800 http://bitbucket.org/pypy/pypy/changeset/2945718d05bc/ Log:fixed select tests diff --git a/pypy/module/select/test/test_select.py b/pypy/module/select/test/test_select.py --- a/pypy/module/se

[pypy-commit] pypy kill-faking: merged upstream

2012-12-02 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-faking Changeset: r59269:041ebf6f58a7 Date: 2012-12-02 15:41 -0800 http://bitbucket.org/pypy/pypy/changeset/041ebf6f58a7/ Log:merged upstream diff --git a/pypy/module/_codecs/interp_codecs.py b/pypy/module/_codecs/interp_codecs.py --- a/pypy/module/_codecs/i

[pypy-commit] pypy py3k: merge default

2012-12-02 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r59270:b85a52c00034 Date: 2012-12-02 14:45 -0800 http://bitbucket.org/pypy/pypy/changeset/b85a52c00034/ Log:merge default diff --git a/pypy/module/_codecs/interp_codecs.py b/pypy/module/_codecs/interp_codecs.py --- a/pypy/module/_codecs/interp_c

[pypy-commit] pypy py3k: merge

2012-12-02 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r59271:078592628907 Date: 2012-12-02 15:14 -0800 http://bitbucket.org/pypy/pypy/changeset/078592628907/ Log:merge diff --git a/lib_pypy/_testcapimodule.c b/lib_pypy/_testcapimodule.c --- a/lib_pypy/_testcapimodule.c +++ b/lib_pypy/_testcapimodule

[pypy-commit] pypy py3k: adapt 66eb9aa93bb4 to py3k, fixes some cases of surrogateescape failing. as an

2012-12-02 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r59272:fcd9446ab85f Date: 2012-12-02 15:16 -0800 http://bitbucket.org/pypy/pypy/changeset/fcd9446ab85f/ Log:adapt 66eb9aa93bb4 to py3k, fixes some cases of surrogateescape failing. as an aside, this finishes syncing runicode.py between the

[pypy-commit] pypy py3k: ensure surrogateescape is fixed, add another encoding related test and fix

2012-12-02 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r59273:612464ae843f Date: 2012-12-02 15:39 -0800 http://bitbucket.org/pypy/pypy/changeset/612464ae843f/ Log:ensure surrogateescape is fixed, add another encoding related test and fix diff --git a/pypy/module/_codecs/test/test_codecs.py b

[pypy-commit] pypy kill-faking: Fixed test_pwd tests

2012-12-02 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-faking Changeset: r59274:2d86c824b8ad Date: 2012-12-03 00:48 +0100 http://bitbucket.org/pypy/pypy/changeset/2d86c824b8ad/ Log:Fixed test_pwd tests diff --git a/pypy/module/test_lib_pypy/test_pwd.py b/pypy/module/test_lib_pypy/test_pwd.py --- a/pypy/module/te

[pypy-commit] pypy default: fix codewriter tests

2012-12-02 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r59275:b32f5b91169d Date: 2012-12-02 15:56 -0800 http://bitbucket.org/pypy/pypy/changeset/b32f5b91169d/ Log:fix codewriter tests diff --git a/pypy/jit/codewriter/test/test_codewriter.py b/pypy/jit/codewriter/test/test_codewriter.py --- a/pypy/jit/code

[pypy-commit] pypy kill-faking: merged in default

2012-12-02 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-faking Changeset: r59276:592aa4d70098 Date: 2012-12-02 15:57 -0800 http://bitbucket.org/pypy/pypy/changeset/592aa4d70098/ Log:merged in default diff --git a/pypy/jit/codewriter/test/test_codewriter.py b/pypy/jit/codewriter/test/test_codewriter.py --- a/pypy/

[pypy-commit] pypy py3k: Fix translation

2012-12-02 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r59277:6dd3cc751054 Date: 2012-12-03 00:57 +0100 http://bitbucket.org/pypy/pypy/changeset/6dd3cc751054/ Log:Fix translation diff --git a/pypy/module/cpyext/buffer.py b/pypy/module/cpyext/buffer.py --- a/pypy/module/cpyext/buffer.py +++ b/p

[pypy-commit] pypy kill-faking: merged default

2012-12-02 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-faking Changeset: r59279:e10febbbcd71 Date: 2012-12-02 15:58 -0800 http://bitbucket.org/pypy/pypy/changeset/e10febbbcd71/ Log:merged default diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/w

[pypy-commit] pypy default: Documented fix-lookinside-iff-oopspec

2012-12-02 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r59278:70ae9ffd470e Date: 2012-12-02 15:58 -0800 http://bitbucket.org/pypy/pypy/changeset/70ae9ffd470e/ Log:Documented fix-lookinside-iff-oopspec diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++

[pypy-commit] pypy kill-faking: a bit of progress on teh math tests

2012-12-02 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-faking Changeset: r59280:515611fa6e51 Date: 2012-12-02 16:15 -0800 http://bitbucket.org/pypy/pypy/changeset/515611fa6e51/ Log:a bit of progress on teh math tests diff --git a/pypy/module/math/test/test_math.py b/pypy/module/math/test/test_math.py --- a/pypy/

[pypy-commit] pypy kill-faking: Fixed _hashlib, _md5, and _sha tests.

2012-12-02 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-faking Changeset: r59281:5a39ec9e6538 Date: 2012-12-02 16:53 -0800 http://bitbucket.org/pypy/pypy/changeset/5a39ec9e6538/ Log:Fixed _hashlib, _md5, and _sha tests. diff --git a/pypy/module/_hashlib/test/test_hashlib.py b/pypy/module/_hashlib/test/test_hashli

[pypy-commit] pypy kill-faking: get the rest of math tests passing

2012-12-02 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-faking Changeset: r59282:a18b9026eeca Date: 2012-12-02 17:13 -0800 http://bitbucket.org/pypy/pypy/changeset/a18b9026eeca/ Log:get the rest of math tests passing diff --git a/pypy/module/math/test/test_math.py b/pypy/module/math/test/test_math.py --- a/pypy/m

[pypy-commit] pypy kill-faking: kill some left over faking stuff

2012-12-02 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-faking Changeset: r59283:df0d942ac4a6 Date: 2012-12-02 17:17 -0800 http://bitbucket.org/pypy/pypy/changeset/df0d942ac4a6/ Log:kill some left over faking stuff diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpre

[pypy-commit] pypy kill-faking: kill one more thing

2012-12-02 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-faking Changeset: r59284:a3c1f53d4087 Date: 2012-12-02 17:18 -0800 http://bitbucket.org/pypy/pypy/changeset/a3c1f53d4087/ Log:kill one more thing diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpreter/baseobjsp

[pypy-commit] pypy kill-faking: make this comment more accurate

2012-12-02 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-faking Changeset: r59285:4053bfea30e2 Date: 2012-12-02 17:23 -0800 http://bitbucket.org/pypy/pypy/changeset/4053bfea30e2/ Log:make this comment more accurate diff --git a/pypy/interpreter/pycode.py b/pypy/interpreter/pycode.py --- a/pypy/interpreter/pycode.py

[pypy-commit] pypy remove-globals-in-jit: Bah, it's actually never None.

2012-12-02 Thread arigo
Author: Armin Rigo Branch: remove-globals-in-jit Changeset: r59286:fc72fed04f5b Date: 2012-12-02 18:01 -0800 http://bitbucket.org/pypy/pypy/changeset/fc72fed04f5b/ Log:Bah, it's actually never None. diff --git a/pypy/jit/metainterp/resume.py b/pypy/jit/metainterp/resume.py --- a/pypy/jit/met

[pypy-commit] pypy remove-globals-in-jit: Trying it out now: re-enable the JIT with continulets

2012-12-02 Thread arigo
Author: Armin Rigo Branch: remove-globals-in-jit Changeset: r59288:4ed15aefc3f0 Date: 2012-12-02 18:14 -0800 http://bitbucket.org/pypy/pypy/changeset/4ed15aefc3f0/ Log:Trying it out now: re-enable the JIT with continulets diff --git a/pypy/module/_continuation/interp_continuation.py b/pypy/