[pypy-commit] cffi default: Point again to 0.3 here, to make pip happy :-/

2012-10-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r981:b112b2dc3fba Date: 2012-10-07 12:36 +0200 http://bitbucket.org/cffi/cffi/changeset/b112b2dc3fba/ Log:Point again to 0.3 here, to make pip happy :-/ diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source

[pypy-commit] pypy default: Include the root of the module name in the files that are generated by translation.

2012-10-07 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r57806:69e8fe5fc905 Date: 2012-10-07 03:46 -0700 http://bitbucket.org/pypy/pypy/changeset/69e8fe5fc905/ Log:Include the root of the module name in the files that are generated by translation. diff --git a/pypy/rlib/rsre/rsre_re.py b/pypy/rlib/r

[pypy-commit] pypy kill-someobject: (fijal, arigo)

2012-10-07 Thread arigo
Author: Armin Rigo Branch: kill-someobject Changeset: r57807:fa72a07de9f2 Date: 2012-10-07 12:56 +0200 http://bitbucket.org/pypy/pypy/changeset/fa72a07de9f2/ Log:(fijal, arigo) A branch to really kill SomeObject support. Kill kill kill old old old code. diff --git a/pypy/ann

[pypy-commit] cffi default: Make this particular test always pass or skip.

2012-10-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r982:f8991af91eed Date: 2012-10-07 13:00 +0200 http://bitbucket.org/cffi/cffi/changeset/f8991af91eed/ Log:Make this particular test always pass or skip. diff --git a/testing/test_version.py b/testing/test_version.py --- a/testing/test_version.py +++ b/t

[pypy-commit] pypy kill-someobject: make translator/transform use the new API

2012-10-07 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-someobject Changeset: r57808:52ba24c94555 Date: 2012-10-07 04:02 -0700 http://bitbucket.org/pypy/pypy/changeset/52ba24c94555/ Log:make translator/transform use the new API diff --git a/pypy/translator/transform.py b/pypy/translator/transform.py --- a/pypy/tra

[pypy-commit] pypy kill-someobject: Fix up annotation/test_model

2012-10-07 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-someobject Changeset: r57809:3b88de34eb5b Date: 2012-10-07 05:51 -0700 http://bitbucket.org/pypy/pypy/changeset/3b88de34eb5b/ Log:Fix up annotation/test_model diff --git a/pypy/annotation/test/test_model.py b/pypy/annotation/test/test_model.py --- a/pypy/ann

[pypy-commit] pypy kill-someobject: Progress into removing allow_someobjects and PyObject from the rtyper

2012-10-07 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-someobject Changeset: r57810:42d771824b52 Date: 2012-10-07 06:18 -0700 http://bitbucket.org/pypy/pypy/changeset/42d771824b52/ Log:Progress into removing allow_someobjects and PyObject from the rtyper diff --git a/pypy/annotation/policy.py b/pypy/annot

[pypy-commit] pypy kill-someobject: (alex, arigato) really remove these files

2012-10-07 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-someobject Changeset: r57811:d841b47e2987 Date: 2012-10-07 06:20 -0700 http://bitbucket.org/pypy/pypy/changeset/d841b47e2987/ Log:(alex, arigato) really remove these files diff --git a/pypy/rpython/robject.py b/pypy/rpython/robject.py deleted file mode 100644

[pypy-commit] pypy kill-someobject: (alex, arigo) Reintroduce this very complicated logic.

2012-10-07 Thread arigo
Author: Armin Rigo Branch: kill-someobject Changeset: r57812:d3601d984ff2 Date: 2012-10-07 15:23 +0200 http://bitbucket.org/pypy/pypy/changeset/d3601d984ff2/ Log:(alex, arigo) Reintroduce this very complicated logic. diff --git a/pypy/rpython/rclass.py b/pypy/rpython/rclass.py --- a/pypy/rpy

[pypy-commit] pypy kill-someobject: (alex, arigato) fix some of the exception lgoic and remove pyobject stuff from rtuple

2012-10-07 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-someobject Changeset: r57813:c5fb330531e5 Date: 2012-10-07 06:33 -0700 http://bitbucket.org/pypy/pypy/changeset/c5fb330531e5/ Log:(alex, arigato) fix some of the exception lgoic and remove pyobject stuff from rtuple diff --git a/pypy/rpython/llinterp.

[pypy-commit] pypy kill-someobject: We removed knowntype from the base class, so need to re-add it here.

2012-10-07 Thread arigo
Author: Armin Rigo Branch: kill-someobject Changeset: r57814:3e9ec97ae758 Date: 2012-10-07 15:34 +0200 http://bitbucket.org/pypy/pypy/changeset/3e9ec97ae758/ Log:We removed knowntype from the base class, so need to re-add it here. diff --git a/pypy/annotation/model.py b/pypy/annotation/model

[pypy-commit] pypy kill-someobject: Bah, nonsense. Re-add 'knowntype=object' and be done.

2012-10-07 Thread arigo
Author: Armin Rigo Branch: kill-someobject Changeset: r57815:92afff50badd Date: 2012-10-07 15:39 +0200 http://bitbucket.org/pypy/pypy/changeset/92afff50badd/ Log:Bah, nonsense. Re-add 'knowntype=object' and be done. diff --git a/pypy/annotation/model.py b/pypy/annotation/model.py --- a/pypy/

[pypy-commit] pypy kill-someobject: Slow progress. Did not find a better way than listing by hand

2012-10-07 Thread arigo
Author: Armin Rigo Branch: kill-someobject Changeset: r57816:8b728bceee27 Date: 2012-10-07 16:29 +0200 http://bitbucket.org/pypy/pypy/changeset/8b728bceee27/ Log:Slow progress. Did not find a better way than listing by hand the exceptions in make_raise_noarg(). diff --git a/pypy/anno

[pypy-commit] pypy kill-someobject: A bunch more.

2012-10-07 Thread arigo
Author: Armin Rigo Branch: kill-someobject Changeset: r57817:03894bc023c5 Date: 2012-10-07 16:31 +0200 http://bitbucket.org/pypy/pypy/changeset/03894bc023c5/ Log:A bunch more. diff --git a/pypy/rpython/exceptiondata.py b/pypy/rpython/exceptiondata.py --- a/pypy/rpython/exceptiondata.py +++ b

[pypy-commit] pypy kill-someobject: remove robject from rdict

2012-10-07 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-someobject Changeset: r57818:361aead052f6 Date: 2012-10-07 07:34 -0700 http://bitbucket.org/pypy/pypy/changeset/361aead052f6/ Log:remove robject from rdict diff --git a/pypy/rpython/ootypesystem/rdict.py b/pypy/rpython/ootypesystem/rdict.py --- a/pypy/rpytho

[pypy-commit] pypy kill-someobject: Added rtyper_makekey to StringBuilder

2012-10-07 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-someobject Changeset: r57819:5397353bd973 Date: 2012-10-07 07:44 -0700 http://bitbucket.org/pypy/pypy/changeset/5397353bd973/ Log:Added rtyper_makekey to StringBuilder diff --git a/pypy/rlib/rstring.py b/pypy/rlib/rstring.py --- a/pypy/rlib/rstring.py +++ b/p

[pypy-commit] pypy kill-someobject: (arigato, alex) kill a test of an implementation detail

2012-10-07 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-someobject Changeset: r57820:a12d86d5ef94 Date: 2012-10-07 16:51 +0200 http://bitbucket.org/pypy/pypy/changeset/a12d86d5ef94/ Log:(arigato, alex) kill a test of an implementation detail diff --git a/pypy/annotation/model.py b/pypy/annotation/model.py --- a/py

[pypy-commit] pypy default: Use StringBuilder here too.

2012-10-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r57821:95dbd25adece Date: 2012-10-07 17:16 +0200 http://bitbucket.org/pypy/pypy/changeset/95dbd25adece/ Log:Use StringBuilder here too. diff --git a/pypy/module/_file/interp_file.py b/pypy/module/_file/interp_file.py --- a/pypy/module/_file/interp_file.

[pypy-commit] pypy default: Disable ReadlineInputStream for now. Needs thinking...

2012-10-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r57822:ff186eda82f9 Date: 2012-10-07 17:17 +0200 http://bitbucket.org/pypy/pypy/changeset/ff186eda82f9/ Log:Disable ReadlineInputStream for now. Needs thinking... diff --git a/pypy/module/_file/test/test_file.py b/pypy/module/_file/test/test_file.py --

[pypy-commit] pypy default: Redo a solution that is very inefficient but maybe not as bad as before.

2012-10-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r57823:52c909884ae5 Date: 2012-10-07 17:44 +0200 http://bitbucket.org/pypy/pypy/changeset/52c909884ae5/ Log:Redo a solution that is very inefficient but maybe not as bad as before. diff --git a/pypy/rlib/streamio.py b/pypy/rlib/streamio.py --- a

[pypy-commit] pypy kill-someobject: (alex, fijal) kill nonsense

2012-10-07 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-someobject Changeset: r57824:93067e51258a Date: 2012-10-07 17:49 +0200 http://bitbucket.org/pypy/pypy/changeset/93067e51258a/ Log:(alex, fijal) kill nonsense diff --git a/pypy/annotation/bookkeeper.py b/pypy/annotation/bookkeeper.py --- a/pypy/annotation/book

[pypy-commit] cffi default: Use dlerror() to report error conditions more precisely.

2012-10-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r983:aa47c6364769 Date: 2012-10-07 18:01 +0200 http://bitbucket.org/cffi/cffi/changeset/aa47c6364769/ Log:Use dlerror() to report error conditions more precisely. diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_b

[pypy-commit] pypy kill-someobject: Progress towards killing PyObject support

2012-10-07 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-someobject Changeset: r57825:c7d5af174015 Date: 2012-10-07 18:08 +0200 http://bitbucket.org/pypy/pypy/changeset/c7d5af174015/ Log:Progress towards killing PyObject support diff --git a/pypy/rlib/rstring.py b/pypy/rlib/rstring.py --- a/pypy/rlib/rstring.py +++

[pypy-commit] cffi default: Fix this test to run from any current working dir.

2012-10-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r984:660f8bb17cf7 Date: 2012-10-07 18:14 +0200 http://bitbucket.org/cffi/cffi/changeset/660f8bb17cf7/ Log:Fix this test to run from any current working dir. diff --git a/testing/test_verify.py b/testing/test_verify.py --- a/testing/test_verify.py +++ b/

[pypy-commit] pypy kill-someobject: kill some dead imports and style cleanups

2012-10-07 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-someobject Changeset: r57826:a21178a973d3 Date: 2012-10-07 18:18 +0200 http://bitbucket.org/pypy/pypy/changeset/a21178a973d3/ Log:kill some dead imports and style cleanups diff --git a/pypy/translator/c/test/test_genc.py b/pypy/translator/c/test/test_genc.py

[pypy-commit] cffi default: Fix.

2012-10-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r985:46d7c3ff4031 Date: 2012-10-07 18:25 +0200 http://bitbucket.org/cffi/cffi/changeset/46d7c3ff4031/ Log:Fix. diff --git a/testing/test_zdistutils.py b/testing/test_zdistutils.py --- a/testing/test_zdistutils.py +++ b/testing/test_zdistutils.py @@ -124

[pypy-commit] pypy kill-someobject: Remove another pyobj usage.

2012-10-07 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-someobject Changeset: r57827:0425059c3e0e Date: 2012-10-07 18:26 +0200 http://bitbucket.org/pypy/pypy/changeset/0425059c3e0e/ Log:Remove another pyobj usage. diff --git a/pypy/rpython/ootypesystem/rdict.py b/pypy/rpython/ootypesystem/rdict.py --- a/pypy/rpyt

[pypy-commit] pypy kill-someobject: Some files that should be removed.

2012-10-07 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-someobject Changeset: r57828:3452112080a7 Date: 2012-10-07 18:29 +0200 http://bitbucket.org/pypy/pypy/changeset/3452112080a7/ Log:Some files that should be removed. diff --git a/pypy/rpython/test/test_robject.py b/pypy/rpython/test/test_robject.py deleted fi

[pypy-commit] pypy kill-someobject: another removal of pyobject

2012-10-07 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-someobject Changeset: r57829:f915493e9df0 Date: 2012-10-07 18:34 +0200 http://bitbucket.org/pypy/pypy/changeset/f915493e9df0/ Log:another removal of pyobject diff --git a/pypy/rpython/typesystem.py b/pypy/rpython/typesystem.py --- a/pypy/rpython/typesystem.py

[pypy-commit] pypy kill-someobject: Make jit/codewriter tests up to date with the new APIs

2012-10-07 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-someobject Changeset: r57830:dc0452a0abcd Date: 2012-10-07 18:38 +0200 http://bitbucket.org/pypy/pypy/changeset/dc0452a0abcd/ Log:Make jit/codewriter tests up to date with the new APIs diff --git a/pypy/jit/codewriter/call.py b/pypy/jit/codewriter/call.py ---

[pypy-commit] pypy default: Not needing -fPIC on i386 is exception, not the norm. Don't expect all 32 bit archs to build shared libraries without it.

2012-10-07 Thread stefanor
Author: Stefano Rivera Branch: Changeset: r57831:c3d0f9f30426 Date: 2012-10-07 18:42 +0200 http://bitbucket.org/pypy/pypy/changeset/c3d0f9f30426/ Log:Not needing -fPIC on i386 is exception, not the norm. Don't expect all 32 bit archs to build shared libraries without it. diff --git

[pypy-commit] pypy default: Add GNU/kFreeBSD platform description. It needs -lrt

2012-10-07 Thread stefanor
Author: Stefano Rivera Branch: Changeset: r57832:db40e4d6a501 Date: 2012-10-07 18:43 +0200 http://bitbucket.org/pypy/pypy/changeset/db40e4d6a501/ Log:Add GNU/kFreeBSD platform description. It needs -lrt diff --git a/pypy/translator/platform/__init__.py b/pypy/translator/platform/__init__.p

[pypy-commit] pypy kill-someobject: Write some of the JIT parameter handling code more sanely (also of course makes it work with the new lack of SomeObject)

2012-10-07 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-someobject Changeset: r57833:70ea70d1e526 Date: 2012-10-07 18:53 +0200 http://bitbucket.org/pypy/pypy/changeset/70ea70d1e526/ Log:Write some of the JIT parameter handling code more sanely (also of course makes it work with the new lack of SomeObject)

[pypy-commit] pypy default: Fix bug with pow(x, BIGNUM, z).

2012-10-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r57834:2fd0ae547d86 Date: 2012-10-07 19:26 +0200 http://bitbucket.org/pypy/pypy/changeset/2fd0ae547d86/ Log:Fix bug with pow(x, BIGNUM, z). diff --git a/pypy/rlib/rbigint.py b/pypy/rlib/rbigint.py --- a/pypy/rlib/rbigint.py +++ b/pypy/rlib/rbigint.py @@

[pypy-commit] pypy kill-someobject: Remove more pyobj stuff

2012-10-07 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-someobject Changeset: r57835:bf78aca59cc6 Date: 2012-10-07 19:26 +0200 http://bitbucket.org/pypy/pypy/changeset/bf78aca59cc6/ Log:Remove more pyobj stuff diff --git a/pypy/rpython/lltypesystem/test/test_lltype.py b/pypy/rpython/lltypesystem/test/test_lltype.

[pypy-commit] pypy kill-someobject: Remove a bunch of PyObject stuff from the GCs

2012-10-07 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-someobject Changeset: r57836:d2c5a48866bd Date: 2012-10-07 19:33 +0200 http://bitbucket.org/pypy/pypy/changeset/d2c5a48866bd/ Log:Remove a bunch of PyObject stuff from the GCs diff --git a/pypy/rpython/memory/gcwrapper.py b/pypy/rpython/memory/gcwrapper.py --

[pypy-commit] pypy default: rpython supports the with statement

2012-10-07 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r57837:52fdda6089af Date: 2012-10-07 10:38 -0700 http://bitbucket.org/pypy/pypy/changeset/52fdda6089af/ Log:rpython supports the with statement diff --git a/pypy/doc/discussion/improve-rpython.rst b/pypy/doc/discussion/improve-rpython.rst --- a/pypy

[pypy-commit] pypy kill-someobject: remove more dead code about pyobjs

2012-10-07 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-someobject Changeset: r57838:ec21db827d58 Date: 2012-10-07 19:42 +0200 http://bitbucket.org/pypy/pypy/changeset/ec21db827d58/ Log:remove more dead code about pyobjs diff --git a/pypy/rpython/memory/gctransform/framework.py b/pypy/rpython/memory/gctransform/f

[pypy-commit] pypy kill-someobject: Remove naming that no longer makes sense.

2012-10-07 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-someobject Changeset: r57839:f3367162aaed Date: 2012-10-07 19:45 +0200 http://bitbucket.org/pypy/pypy/changeset/f3367162aaed/ Log:Remove naming that no longer makes sense. diff --git a/pypy/rpython/memory/gctransform/boehm.py b/pypy/rpython/memory/gctransfor

[pypy-commit] pypy kill-someobject: style fixes

2012-10-07 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-someobject Changeset: r57840:f2d251283e6e Date: 2012-10-07 19:46 +0200 http://bitbucket.org/pypy/pypy/changeset/f2d251283e6e/ Log:style fixes diff --git a/pypy/rpython/memory/gctransform/test/test_transform.py b/pypy/rpython/memory/gctransform/test/test_tran

[pypy-commit] pypy kill-someobject: Make OO tests run.

2012-10-07 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-someobject Changeset: r57841:b895c022394a Date: 2012-10-07 19:52 +0200 http://bitbucket.org/pypy/pypy/changeset/b895c022394a/ Log:Make OO tests run. diff --git a/pypy/rpython/ootypesystem/test/test_ooclean.py b/pypy/rpython/ootypesystem/test/test_ooclean.py

[pypy-commit] pypy numpy-reintroduce-zjit-tests: in-progress, waiting for some other branch

2012-10-07 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-reintroduce-zjit-tests Changeset: r57842:330b40485c02 Date: 2012-10-07 11:04 +0200 http://bitbucket.org/pypy/pypy/changeset/330b40485c02/ Log:in-progress, waiting for some other branch diff --git a/pypy/annotation/test/test_annrpython.py b/pypy/annot

[pypy-commit] pypy kill-someobject: (agaynor, fijal, arigo, crazy hg hackery) backout driver changes, dlltool

2012-10-07 Thread fijal
Author: Maciej Fijalkowski Branch: kill-someobject Changeset: r57844:40f5bd151095 Date: 2012-10-07 19:54 +0200 http://bitbucket.org/pypy/pypy/changeset/40f5bd151095/ Log:(agaynor, fijal, arigo, crazy hg hackery) backout driver changes, dlltool make standalone=False diff --git a/pypy/

[pypy-commit] pypy kill-someobject: in-progress

2012-10-07 Thread fijal
Author: Maciej Fijalkowski Branch: kill-someobject Changeset: r57843:d37368dbd72a Date: 2012-10-07 19:49 +0200 http://bitbucket.org/pypy/pypy/changeset/d37368dbd72a/ Log:in-progress diff --git a/pypy/translator/c/genc.py b/pypy/translator/c/genc.py --- a/pypy/translator/c/genc.py +++ b/pypy/

[pypy-commit] pypy kill-someobject: merge

2012-10-07 Thread fijal
Author: Maciej Fijalkowski Branch: kill-someobject Changeset: r57845:4766f06dd382 Date: 2012-10-07 19:55 +0200 http://bitbucket.org/pypy/pypy/changeset/4766f06dd382/ Log:merge diff --git a/pypy/jit/codewriter/call.py b/pypy/jit/codewriter/call.py --- a/pypy/jit/codewriter/call.py +++ b/pypy/

[pypy-commit] pypy kill-someobject: merge

2012-10-07 Thread fijal
Author: Maciej Fijalkowski Branch: kill-someobject Changeset: r57846:4bd09f2bcf13 Date: 2012-10-07 19:55 +0200 http://bitbucket.org/pypy/pypy/changeset/4bd09f2bcf13/ Log:merge diff --git a/pypy/rpython/memory/gctransform/boehm.py b/pypy/rpython/memory/gctransform/boehm.py --- a/pypy/rpython

[pypy-commit] pypy kill-someobject: more code quality cleanup

2012-10-07 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-someobject Changeset: r57847:5b5c78c68248 Date: 2012-10-07 20:00 +0200 http://bitbucket.org/pypy/pypy/changeset/5b5c78c68248/ Log:more code quality cleanup diff --git a/pypy/translator/c/dlltool.py b/pypy/translator/c/dlltool.py --- a/pypy/translator/c/dlltoo

[pypy-commit] pypy kill-someobject: (alex, fijal, arigato) kill cpython_extension

2012-10-07 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-someobject Changeset: r57848:662707d28356 Date: 2012-10-07 20:03 +0200 http://bitbucket.org/pypy/pypy/changeset/662707d28356/ Log:(alex, fijal, arigato) kill cpython_extension diff --git a/pypy/translator/c/database.py b/pypy/translator/c/database.py --- a/py

[pypy-commit] pypy kill-someobject: (alex, arigo, fijal) kill kill kill

2012-10-07 Thread fijal
Author: Maciej Fijalkowski Branch: kill-someobject Changeset: r57849:e8aee8a86867 Date: 2012-10-07 20:17 +0200 http://bitbucket.org/pypy/pypy/changeset/e8aee8a86867/ Log:(alex, arigo, fijal) kill kill kill diff --git a/pypy/translator/c/extfunc.py b/pypy/translator/c/extfunc.py --- a/pypy/tr

[pypy-commit] pypy kill-someobject: merge

2012-10-07 Thread fijal
Author: Maciej Fijalkowski Branch: kill-someobject Changeset: r57850:4b69b6e90f73 Date: 2012-10-07 20:19 +0200 http://bitbucket.org/pypy/pypy/changeset/4b69b6e90f73/ Log:merge diff --git a/pypy/translator/c/database.py b/pypy/translator/c/database.py --- a/pypy/translator/c/database.py +++ b

[pypy-commit] pypy kill-someobject: kill a hack that is a few hours old, for a change

2012-10-07 Thread arigo
Author: Armin Rigo Branch: kill-someobject Changeset: r57851:dfd843e24933 Date: 2012-10-07 20:24 +0200 http://bitbucket.org/pypy/pypy/changeset/dfd843e24933/ Log:kill a hack that is a few hours old, for a change diff --git a/pypy/rpython/exceptiondata.py b/pypy/rpython/exceptiondata.py --- a

[pypy-commit] pypy kill-someobject: kill tests using someobjects

2012-10-07 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-someobject Changeset: r57852:998d083319fe Date: 2012-10-07 20:24 +0200 http://bitbucket.org/pypy/pypy/changeset/998d083319fe/ Log:kill tests using someobjects diff --git a/pypy/rpython/test/test_rbuiltin.py b/pypy/rpython/test/test_rbuiltin.py --- a/pypy/rpy

[pypy-commit] pypy kill-someobject: merge

2012-10-07 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-someobject Changeset: r57853:c45ce704a9b2 Date: 2012-10-07 20:25 +0200 http://bitbucket.org/pypy/pypy/changeset/c45ce704a9b2/ Log:merge diff --git a/pypy/rpython/exceptiondata.py b/pypy/rpython/exceptiondata.py --- a/pypy/rpython/exceptiondata.py +++ b/pypy/r

[pypy-commit] pypy kill-someobject: fix rpython test_rbool

2012-10-07 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-someobject Changeset: r57854:8791b8217074 Date: 2012-10-07 20:26 +0200 http://bitbucket.org/pypy/pypy/changeset/8791b8217074/ Log:fix rpython test_rbool diff --git a/pypy/rpython/test/test_rbool.py b/pypy/rpython/test/test_rbool.py --- a/pypy/rpython/test/tes

[pypy-commit] pypy kill-someobject: kill tons of pyobj code

2012-10-07 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-someobject Changeset: r57855:e101d8f7ba51 Date: 2012-10-07 20:30 +0200 http://bitbucket.org/pypy/pypy/changeset/e101d8f7ba51/ Log:kill tons of pyobj code diff --git a/pypy/rpython/llinterp.py b/pypy/rpython/llinterp.py --- a/pypy/rpython/llinterp.py +++ b/pyp

[pypy-commit] pypy kill-someobject: more pyobj death

2012-10-07 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-someobject Changeset: r57856:201d2c6d8098 Date: 2012-10-07 20:35 +0200 http://bitbucket.org/pypy/pypy/changeset/201d2c6d8098/ Log:more pyobj death diff --git a/pypy/rpython/memory/gctransform/test/test_boehm.py b/pypy/rpython/memory/gctransform/test/test_boe

[pypy-commit] pypy kill-someobject: kill more pyobj stuff

2012-10-07 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-someobject Changeset: r57857:a16325a0a786 Date: 2012-10-07 20:38 +0200 http://bitbucket.org/pypy/pypy/changeset/a16325a0a786/ Log:kill more pyobj stuff diff --git a/pypy/translator/c/test/test_genc.py b/pypy/translator/c/test/test_genc.py --- a/pypy/translat

[pypy-commit] pypy length-hint: another __length_hint__ impl for the generic reversed

2012-10-07 Thread pjenvey
Author: Philip Jenvey Branch: length-hint Changeset: r57859:ad1264e5637a Date: 2012-10-07 11:40 -0700 http://bitbucket.org/pypy/pypy/changeset/ad1264e5637a/ Log:another __length_hint__ impl for the generic reversed diff --git a/pypy/module/__builtin__/functional.py b/pypy/module/__builtin__

[pypy-commit] pypy length-hint: fix mishandling of bad length hints in zip, add some related asserts

2012-10-07 Thread pjenvey
Author: Philip Jenvey Branch: length-hint Changeset: r57858:c40b559e03ca Date: 2012-10-05 11:28 -0700 http://bitbucket.org/pypy/pypy/changeset/c40b559e03ca/ Log:fix mishandling of bad length hints in zip, add some related asserts diff --git a/pypy/module/__builtin__/app_functional.py b/pypy

[pypy-commit] pypy length-hint: update per the final PEP

2012-10-07 Thread pjenvey
Author: Philip Jenvey Branch: length-hint Changeset: r57860:47941daac5ab Date: 2012-10-07 11:40 -0700 http://bitbucket.org/pypy/pypy/changeset/47941daac5ab/ Log:update per the final PEP diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpreter/ba

[pypy-commit] pypy kill-someobject: remove some references to cpy, the old allocation flavor for PyObject

2012-10-07 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-someobject Changeset: r57861:5881a4cad188 Date: 2012-10-07 20:41 +0200 http://bitbucket.org/pypy/pypy/changeset/5881a4cad188/ Log:remove some references to cpy, the old allocation flavor for PyObject diff --git a/pypy/rpython/memory/gctransform/refcou

[pypy-commit] pypy kill-someobject: (arigo, fijal, alex) kill more stuff, start passing C tests

2012-10-07 Thread fijal
Author: Maciej Fijalkowski Branch: kill-someobject Changeset: r57862:1dd0eec7c927 Date: 2012-10-07 20:58 +0200 http://bitbucket.org/pypy/pypy/changeset/1dd0eec7c927/ Log:(arigo, fijal, alex) kill more stuff, start passing C tests diff --git a/pypy/translator/c/extfunc.py b/pypy/translator/c/

[pypy-commit] pypy kill-someobject: merge

2012-10-07 Thread fijal
Author: Maciej Fijalkowski Branch: kill-someobject Changeset: r57863:9f74be6a89fd Date: 2012-10-07 20:59 +0200 http://bitbucket.org/pypy/pypy/changeset/9f74be6a89fd/ Log:merge diff --git a/pypy/rpython/llinterp.py b/pypy/rpython/llinterp.py --- a/pypy/rpython/llinterp.py +++ b/pypy/rpython/l

[pypy-commit] pypy length-hint: workaround (potentially) for parsing extend_from_iterable's trace

2012-10-07 Thread pjenvey
Author: Philip Jenvey Branch: length-hint Changeset: r57864:3126105cd7ea Date: 2012-10-07 12:05 -0700 http://bitbucket.org/pypy/pypy/changeset/3126105cd7ea/ Log:workaround (potentially) for parsing extend_from_iterable's trace diff --git a/pypy/module/pypyjit/test_pypy_c/model.py b/pypy/mod

[pypy-commit] pypy py3k: Add a gc_collect() in test_weakref

2012-10-07 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r57865:f714fade7395 Date: 2012-10-07 10:13 +0200 http://bitbucket.org/pypy/pypy/changeset/f714fade7395/ Log:Add a gc_collect() in test_weakref diff --git a/lib-python/3.2/test/test_socket.py b/lib-python/3.2/test/test_socket.py --- a/lib-

[pypy-commit] pypy py3k: Fix keyword argument in socket.getaddrinfo()

2012-10-07 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r57866:74a4e30fc988 Date: 2012-10-07 10:19 +0200 http://bitbucket.org/pypy/pypy/changeset/74a4e30fc988/ Log:Fix keyword argument in socket.getaddrinfo() diff --git a/pypy/module/_socket/interp_func.py b/pypy/module/_socket/interp_func.py

[pypy-commit] pypy py3k: Improve error message when the buffer interface is not supported.

2012-10-07 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r57867:bfaa20565278 Date: 2012-10-07 10:49 +0200 http://bitbucket.org/pypy/pypy/changeset/bfaa20565278/ Log:Improve error message when the buffer interface is not supported. diff --git a/pypy/interpreter/test/test_buffer.py b/pypy/interpr

[pypy-commit] pypy py3k: Fix exception type, a test relies on it.

2012-10-07 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r57870:0f2251687b05 Date: 2012-10-07 10:59 +0200 http://bitbucket.org/pypy/pypy/changeset/0f2251687b05/ Log:Fix exception type, a test relies on it. diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/interp_ssl.py --- a/pypy/mo

[pypy-commit] pypy py3k: Oops, fix translation of _ssl module.

2012-10-07 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r57868:5702ff1929a4 Date: 2012-10-07 10:49 +0200 http://bitbucket.org/pypy/pypy/changeset/5702ff1929a4/ Log:Oops, fix translation of _ssl module. diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/interp_ssl.py --- a/pypy/modul

[pypy-commit] pypy py3k: CPython defines OP_ALL differently, see CPython Issue #13885.

2012-10-07 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r57869:02860bde5a0f Date: 2012-10-07 10:56 +0200 http://bitbucket.org/pypy/pypy/changeset/02860bde5a0f/ Log:CPython defines OP_ALL differently, see CPython Issue #13885. diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/interp

[pypy-commit] pypy kill-someobject: make this a new type

2012-10-07 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-someobject Changeset: r57871:700c1b33a2f5 Date: 2012-10-07 23:46 +0200 http://bitbucket.org/pypy/pypy/changeset/700c1b33a2f5/ Log:make this a new type diff --git a/pypy/rpython/lltypesystem/opimpl.py b/pypy/rpython/lltypesystem/opimpl.py --- a/pypy/rpython/l

[pypy-commit] pypy py3k: Fix some test_ztranslation failures,

2012-10-07 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r57872:4d836b33546a Date: 2012-10-07 23:08 +0200 http://bitbucket.org/pypy/pypy/changeset/4d836b33546a/ Log:Fix some test_ztranslation failures, functions with unwrap_spec(str) could not be analyzed. diff --git a/pypy/objspace/fake

[pypy-commit] pypy length-hint: cleanup

2012-10-07 Thread pjenvey
Author: Philip Jenvey Branch: length-hint Changeset: r57873:61217b655c79 Date: 2012-10-07 15:24 -0700 http://bitbucket.org/pypy/pypy/changeset/61217b655c79/ Log:cleanup diff --git a/pypy/objspace/std/test/test_lengthhint.py b/pypy/objspace/std/test/test_lengthhint.py --- a/pypy/objspace/std

[pypy-commit] pypy length-hint: fix itertools length_hint returning a negative length

2012-10-07 Thread pjenvey
Author: Philip Jenvey Branch: length-hint Changeset: r57874:2ec86d638139 Date: 2012-10-07 15:27 -0700 http://bitbucket.org/pypy/pypy/changeset/2ec86d638139/ Log:fix itertools length_hint returning a negative length diff --git a/pypy/module/itertools/interp_itertools.py b/pypy/module/itertoo