[pypy-commit] pypy ppc-jit-backend: Added a few helper methods.

2011-10-12 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r47962:546e04f68771 Date: 2011-10-12 14:50 +0200 http://bitbucket.org/pypy/pypy/changeset/546e04f68771/ Log:Added a few helper methods. diff --git a/pypy/jit/backend/ppc/ppcgen/codebuilder.py b/pypy/jit/backend/ppc/ppcgen/codebuilder.py --- a

[pypy-commit] pypy ppc-jit-backend: Fixed bug in emit_guard_true.

2011-10-12 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r47963:b4d0f25e4cf8 Date: 2011-10-12 14:56 +0200 http://bitbucket.org/pypy/pypy/changeset/b4d0f25e4cf8/ Log:Fixed bug in emit_guard_true. diff --git a/pypy/jit/backend/ppc/ppcgen/opassembler.py b/pypy/jit/backend/ppc/ppcgen/opassembler.py ---

[pypy-commit] pypy ppc-jit-backend: Some steps more to be more similar to the ARm backend.

2011-10-12 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r47964:e5cfb842c91b Date: 2011-10-12 14:58 +0200 http://bitbucket.org/pypy/pypy/changeset/e5cfb842c91b/ Log:Some steps more to be more similar to the ARm backend. diff --git a/pypy/jit/backend/ppc/ppcgen/ppc_assembler.py b/pypy/jit/backend/pp

[pypy-commit] pypy default: random beautification

2011-10-12 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r47965:22f84e5ca124 Date: 2011-10-12 10:52 -0400 http://bitbucket.org/pypy/pypy/changeset/22f84e5ca124/ Log:random beautification diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micronumpy/interp_dtype.py --- a/pypy/module/micronumpy

[pypy-commit] pypy ppc-jit-backend: AAAAARRRRGH fixed bug in conditional branch.

2011-10-12 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r47966:aa6d1d104d80 Date: 2011-10-12 17:12 +0200 http://bitbucket.org/pypy/pypy/changeset/aa6d1d104d80/ Log:AGH fixed bug in conditional branch. diff --git a/pypy/jit/backend/ppc/ppcgen/codebuilder.py b/pypy/jit/backend/ppc/ppcgen/cod

[pypy-commit] pypy default: Move reduce and filter to app-level, in my simple benchmarks (reduce(operator.add, xrange(1000000)) and filter(lambda x: x % 2, xrange(1000000)) they are 30 and 7x faster,

2011-10-12 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r47967:205d254a977b Date: 2011-10-12 11:18 -0400 http://bitbucket.org/pypy/pypy/changeset/205d254a977b/ Log:Move reduce and filter to app-level, in my simple benchmarks (reduce(operator.add, xrange(100)) and filter(lambda x: x % 2, x

[pypy-commit] pypy default: remove taint objspace

2011-10-12 Thread gutworth
Author: Benjamin Peterson Branch: Changeset: r47968:ffa26bfd476e Date: 2011-10-12 11:22 -0400 http://bitbucket.org/pypy/pypy/changeset/ffa26bfd476e/ Log:remove taint objspace diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py --- a/pypy/config/pypyoption.py +++ b/pypy/config

[pypy-commit] pypy default: merge heads

2011-10-12 Thread gutworth
Author: Benjamin Peterson Branch: Changeset: r47969:da18a97b974d Date: 2011-10-12 11:22 -0400 http://bitbucket.org/pypy/pypy/changeset/da18a97b974d/ Log:merge heads diff --git a/pypy/module/__builtin__/__init__.py b/pypy/module/__builtin__/__init__.py --- a/pypy/module/__builtin__/__init__

[pypy-commit] pypy.org extradoc: fight copyright sign

2011-10-12 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r279:bc1b15fa4fb0 Date: 2011-10-12 19:05 +0200 http://bitbucket.org/pypy/pypy.org/changeset/bc1b15fa4fb0/ Log:fight copyright sign diff --git a/py3donate.html b/py3donate.html --- a/py3donate.html +++ b/py3donate.html @@ -74,7 +74,7 @@

[pypy-commit] extradoc extradoc: english and fact-check update.

2011-10-12 Thread alex_gaynor
Author: Alex Gaynor Branch: extradoc Changeset: r3925:ad23b3cb300d Date: 2011-10-12 13:48 -0400 http://bitbucket.org/pypy/extradoc/changeset/ad23b3cb300d/ Log:english and fact-check update. diff --git a/blog/draft/numpy-statups-update.rst b/blog/draft/numpy-statups-update.rst --- a/blog/dra

[pypy-commit] pypy default: Kill history.Const.__eq__ to get consistant behaviour before and after translation

2011-10-12 Thread hakanardo
Author: Hakan Ardo Branch: Changeset: r47970:80901cc39f5d Date: 2011-10-12 21:03 +0200 http://bitbucket.org/pypy/pypy/changeset/80901cc39f5d/ Log:Kill history.Const.__eq__ to get consistant behaviour before and after translation diff --git a/pypy/jit/metainterp/history.py b/pypy/jit

[pypy-commit] extradoc extradoc: typo in the name

2011-10-12 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r3926:5533b3925882 Date: 2011-10-12 21:22 +0200 http://bitbucket.org/pypy/extradoc/changeset/5533b3925882/ Log:typo in the name diff --git a/blog/draft/numpy-statups-update.rst b/blog/draft/numpy-status-update.rst rename from blog/draft

[pypy-commit] pypy concurrent-marksweep: Merge 3f26c4717b82 and 7cd9093a53f9 from branch 'lltrace'.

2011-10-12 Thread arigo
Author: Armin Rigo Branch: concurrent-marksweep Changeset: r47972:f1e3e612ab8a Date: 2011-10-12 14:30 +0200 http://bitbucket.org/pypy/pypy/changeset/f1e3e612ab8a/ Log:Merge 3f26c4717b82 and 7cd9093a53f9 from branch 'lltrace'. diff --git a/pypy/translator/c/funcgen.py b/pypy/translator/c/func

[pypy-commit] pypy concurrent-marksweep: Trace all set{field, arrayitem, interiorfield}, even to non-gc objects.

2011-10-12 Thread arigo
Author: Armin Rigo Branch: concurrent-marksweep Changeset: r47973:787da47ce792 Date: 2011-10-12 14:35 +0200 http://bitbucket.org/pypy/pypy/changeset/787da47ce792/ Log:Trace all set{field,arrayitem,interiorfield}, even to non-gc objects. diff --git a/pypy/translator/c/funcgen.py b/pyp

[pypy-commit] pypy concurrent-marksweep: Improve the test coverage by running the same tests several times in

2011-10-12 Thread arigo
Author: Armin Rigo Branch: concurrent-marksweep Changeset: r47974:6201872a4e62 Date: 2011-10-12 15:28 +0200 http://bitbucket.org/pypy/pypy/changeset/6201872a4e62/ Log:Improve the test coverage by running the same tests several times in the same process. This is more likely to catch su

[pypy-commit] pypy concurrent-marksweep: Bah. A few hours of gdb'ing a pypy-c turned out this bug, that

2011-10-12 Thread arigo
Author: Armin Rigo Branch: concurrent-marksweep Changeset: r47976:89b12cccb3b1 Date: 2011-10-12 19:09 +0200 http://bitbucket.org/pypy/pypy/changeset/89b12cccb3b1/ Log:Bah. A few hours of gdb'ing a pypy-c turned out this bug, that I explain in a one-page comment. diff --git a/pypy/rpy

[pypy-commit] pypy minimark-no-mass-free: Comments.

2011-10-12 Thread arigo
Author: Armin Rigo Branch: minimark-no-mass-free Changeset: r47971:3e89774d7da6 Date: 2011-10-12 14:20 +0200 http://bitbucket.org/pypy/pypy/changeset/3e89774d7da6/ Log:Comments. diff --git a/pypy/rpython/memory/gc/minimark.py b/pypy/rpython/memory/gc/minimark.py --- a/pypy/rpython/memory/gc

[pypy-commit] pypy concurrent-marksweep: Fix a subtle bug.

2011-10-12 Thread arigo
Author: Armin Rigo Branch: concurrent-marksweep Changeset: r47975:a38dcb8b3c18 Date: 2011-10-12 15:28 +0200 http://bitbucket.org/pypy/pypy/changeset/a38dcb8b3c18/ Log:Fix a subtle bug. diff --git a/pypy/rpython/memory/gc/concurrentms.py b/pypy/rpython/memory/gc/concurrentms.py --- a/pypy/rp

[pypy-commit] pypy concurrent-marksweep: Comment. A test in test_newgc sometimes fails, because of this.

2011-10-12 Thread arigo
Author: Armin Rigo Branch: concurrent-marksweep Changeset: r47977:7e06efc4ec2c Date: 2011-10-12 19:56 +0200 http://bitbucket.org/pypy/pypy/changeset/7e06efc4ec2c/ Log:Comment. A test in test_newgc sometimes fails, because of this. diff --git a/pypy/rpython/memory/gc/concurrentms.py b/pypy/r

[pypy-commit] pypy py3k: Remove print statement

2011-10-12 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r47978:36b998dd9966 Date: 2011-10-12 01:52 +0200 http://bitbucket.org/pypy/pypy/changeset/36b998dd9966/ Log:Remove print statement diff --git a/pypy/interpreter/astcompiler/ast.py b/pypy/interpreter/astcompiler/ast.py --- a/pypy/interpret

[pypy-commit] pypy py3k: More tests pass

2011-10-12 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r47979:a61b0fdafd6a Date: 2011-10-12 02:15 +0200 http://bitbucket.org/pypy/pypy/changeset/a61b0fdafd6a/ Log:More tests pass diff --git a/pypy/module/sys/app.py b/pypy/module/sys/app.py --- a/pypy/module/sys/app.py +++ b/pypy/module/sys/app

[pypy-commit] pypy py3k: fix test_descriptor

2011-10-12 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r47980:85551fcf1cf8 Date: 2011-10-12 02:18 +0200 http://bitbucket.org/pypy/pypy/changeset/85551fcf1cf8/ Log:fix test_descriptor diff --git a/pypy/module/__builtin__/app_inspect.py b/pypy/module/__builtin__/app_inspect.py --- a/pypy/module

[pypy-commit] pypy py3k: Another test, which passes

2011-10-12 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r47982:f2c302086506 Date: 2011-10-12 22:19 +0200 http://bitbucket.org/pypy/pypy/changeset/f2c302086506/ Log:Another test, which passes diff --git a/pypy/module/__builtin__/test/test_descriptor.py b/pypy/module/__builtin__/test/test_descri

[pypy-commit] pypy py3k: Remove `backquote`

2011-10-12 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r47985:8282c696b2ab Date: 2011-10-12 22:19 +0200 http://bitbucket.org/pypy/pypy/changeset/8282c696b2ab/ Log:Remove `backquote` diff --git a/pypy/interpreter/astcompiler/ast.py b/pypy/interpreter/astcompiler/ast.py --- a/pypy/interpreter/a

[pypy-commit] pypy py3k: Implement super() and all its magic:

2011-10-12 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r47981:a8cfd510a295 Date: 2011-10-12 22:19 +0200 http://bitbucket.org/pypy/pypy/changeset/a8cfd510a295/ Log:Implement super() and all its magic: There is a hidden __class__ cell, and self is the first argument of the function. diff

[pypy-commit] pypy py3k: Fix some metaclasses, and the sys module can now be imported

2011-10-12 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r47983:be8493f31b60 Date: 2011-10-12 22:19 +0200 http://bitbucket.org/pypy/pypy/changeset/be8493f31b60/ Log:Fix some metaclasses, and the sys module can now be imported diff --git a/pypy/module/sys/system.py b/pypy/module/sys/system.py ---

[pypy-commit] pypy py3k: Another py3k syntax at applevel

2011-10-12 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r47984:bd26d84b3e84 Date: 2011-10-12 22:19 +0200 http://bitbucket.org/pypy/pypy/changeset/bd26d84b3e84/ Log:Another py3k syntax at applevel diff --git a/pypy/module/__builtin__/app_io.py b/pypy/module/__builtin__/app_io.py --- a/pypy/modu

[pypy-commit] pypy py3k: New print() syntax for applevel code

2011-10-12 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r47987:2caefaa6e24d Date: 2011-10-12 22:19 +0200 http://bitbucket.org/pypy/pypy/changeset/2caefaa6e24d/ Log:New print() syntax for applevel code diff --git a/pypy/bin/py.py b/pypy/bin/py.py --- a/pypy/bin/py.py +++ b/pypy/bin/py.py @@ -52,

[pypy-commit] pypy py3k: Fix another test

2011-10-12 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r47986:f1e581823bb9 Date: 2011-10-12 22:19 +0200 http://bitbucket.org/pypy/pypy/changeset/f1e581823bb9/ Log:Fix another test diff --git a/pypy/interpreter/astcompiler/test/test_compiler.py b/pypy/interpreter/astcompiler/test/test_compiler

[pypy-commit] pypy py3k: More xrange->range renames

2011-10-12 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r47991:c109778c3305 Date: 2011-10-12 22:19 +0200 http://bitbucket.org/pypy/pypy/changeset/c109778c3305/ Log:More xrange->range renames diff --git a/pypy/module/__builtin__/test/test_functional.py b/pypy/module/__builtin__/test/test_functi

[pypy-commit] pypy py3k: Add a way to run applevel tests with python 3: --appdirect=/path/to/python3

2011-10-12 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r47988:1b96f59860c8 Date: 2011-10-12 22:19 +0200 http://bitbucket.org/pypy/pypy/changeset/1b96f59860c8/ Log:Add a way to run applevel tests with python 3: --appdirect=/path/to/python3 This implies -A, of course Fix range()

[pypy-commit] pypy py3k: Try to replace all strings with unicode

2011-10-12 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r47993:caa6a0233682 Date: 2011-10-12 22:19 +0200 http://bitbucket.org/pypy/pypy/changeset/caa6a0233682/ Log:Try to replace all strings with unicode ___ pypy-commit mailing list pypy-commit@python

[pypy-commit] pypy py3k: rename xrange() to range(), and remove pypy's RangeList

2011-10-12 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r47989:fea44485fe72 Date: 2011-10-12 22:19 +0200 http://bitbucket.org/pypy/pypy/changeset/fea44485fe72/ Log:rename xrange() to range(), and remove pypy's RangeList diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py --- a/py

[pypy-commit] pypy py3k: Fix usage of a removed opcode

2011-10-12 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r47990:a522088e48aa Date: 2011-10-12 22:19 +0200 http://bitbucket.org/pypy/pypy/changeset/a522088e48aa/ Log:Fix usage of a removed opcode diff --git a/pypy/interpreter/astcompiler/assemble.py b/pypy/interpreter/astcompiler/assemble.py ---

[pypy-commit] pypy py3k: Update grammar and compiler to recognize (and skip for now)

2011-10-12 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r47994:16f4dc189f4e Date: 2011-10-12 22:19 +0200 http://bitbucket.org/pypy/pypy/changeset/16f4dc189f4e/ Log:Update grammar and compiler to recognize (and skip for now) the single * used to separate keywords-only arguments diff --gi

[pypy-commit] pypy py3k: Rename '__builtin__' to 'builtins'

2011-10-12 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r47992:f64e3bd01d1f Date: 2011-10-12 22:19 +0200 http://bitbucket.org/pypy/pypy/changeset/f64e3bd01d1f/ Log:Rename '__builtin__' to 'builtins' Don't move the files: it will be easier to merge with the default branch diff --git a/py

[pypy-commit] pypy py3k: Remove str -> unicode delegation

2011-10-12 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r47996:83e0cb6106b6 Date: 2011-10-12 22:19 +0200 http://bitbucket.org/pypy/pypy/changeset/83e0cb6106b6/ Log:Remove str -> unicode delegation diff --git a/pypy/objspace/std/model.py b/pypy/objspace/std/model.py --- a/pypy/objspace/std/model

[pypy-commit] pypy py3k: Remove mixed operations between str and unicode

2011-10-12 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r47998:2693bfc6f0ac Date: 2011-10-12 22:19 +0200 http://bitbucket.org/pypy/pypy/changeset/2693bfc6f0ac/ Log:Remove mixed operations between str and unicode diff --git a/pypy/objspace/descroperation.py b/pypy/objspace/descroperation.py ---

[pypy-commit] pypy py3k: Enable unicode literals by default

2011-10-12 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r47997:1b2a92468026 Date: 2011-10-12 22:19 +0200 http://bitbucket.org/pypy/pypy/changeset/1b2a92468026/ Log:Enable unicode literals by default diff --git a/pypy/interpreter/astcompiler/astbuilder.py b/pypy/interpreter/astcompiler/astbuild

[pypy-commit] pypy py3k: space.wrap("xxx") now returns a unicode string!

2011-10-12 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r47999:ef504fcb59bb Date: 2011-10-12 22:19 +0200 http://bitbucket.org/pypy/pypy/changeset/ef504fcb59bb/ Log:space.wrap("xxx") now returns a unicode string! space.str_w(w_someunicode) return a RPython bytestring! (use space.w

[pypy-commit] pypy.org extradoc: no need for two titles

2011-10-12 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r281:6035b3c9d743 Date: 2011-10-12 22:40 +0200 http://bitbucket.org/pypy/pypy.org/changeset/6035b3c9d743/ Log:no need for two titles diff --git a/numpydonate.html b/numpydonate.html --- a/numpydonate.html +++ b/numpydonate.html @@ -45,8

[pypy-commit] pypy.org extradoc: uh, there were two places mentioning it

2011-10-12 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r282:ccaa5c2d87c4 Date: 2011-10-12 22:44 +0200 http://bitbucket.org/pypy/pypy.org/changeset/ccaa5c2d87c4/ Log:uh, there were two places mentioning it diff --git a/numpydonate.html b/numpydonate.html --- a/numpydonate.html +++ b/numpydona

[pypy-commit] extradoc extradoc: add a donation info

2011-10-12 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r3927:5a99d6d5f2e5 Date: 2011-10-12 22:54 +0200 http://bitbucket.org/pypy/extradoc/changeset/5a99d6d5f2e5/ Log:add a donation info diff --git a/blog/draft/numpy-status-update.rst b/blog/draft/numpy-status-update.rst --- a/blog/draft/num

[pypy-commit] pypy py3k: Implement the nonlocal statement

2011-10-12 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r48001:d6d9ea7ba306 Date: 2011-10-12 22:55 +0200 http://bitbucket.org/pypy/pypy/changeset/d6d9ea7ba306/ Log:Implement the nonlocal statement diff --git a/pypy/interpreter/astcompiler/ast.py b/pypy/interpreter/astcompiler/ast.py --- a/pypy

[pypy-commit] pypy py3k: Forgot to rename these methods

2011-10-12 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r48000:49f61e76309c Date: 2011-10-12 22:31 +0200 http://bitbucket.org/pypy/pypy/changeset/49f61e76309c/ Log:Forgot to rename these methods diff --git a/pypy/objspace/std/strbufobject.py b/pypy/objspace/std/strbufobject.py --- a/pypy/objsp

[pypy-commit] pypy.org extradoc: cheat;

2011-10-12 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r284:f19079f27b7e Date: 2011-10-12 22:55 +0200 http://bitbucket.org/pypy/pypy.org/changeset/f19079f27b7e/ Log:cheat; diff --git a/donate1.html b/don1.html rename from donate1.html rename to don1.html diff --git a/donate2.html b/don2.html

[pypy-commit] pypy py3k: update builtins: 'str' is the unicode type, 'bytes' is the 8bit string

2011-10-12 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r48002:435fe1660753 Date: 2011-10-12 23:58 +0200 http://bitbucket.org/pypy/pypy/changeset/435fe1660753/ Log:update builtins: 'str' is the unicode type, 'bytes' is the 8bit string diff --git a/pypy/module/__builtin__/__init__.py b/

[pypy-commit] pypy py3k: It works much better this way

2011-10-12 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r48003:fd4678cd5916 Date: 2011-10-13 00:01 +0200 http://bitbucket.org/pypy/pypy/changeset/fd4678cd5916/ Log:It works much better this way diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py --- a/pypy/interpreter/pyopc

[pypy-commit] pypy py3k: Fix str.__name__ and remove basestring

2011-10-12 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r48004:30686d08358a Date: 2011-10-13 00:20 +0200 http://bitbucket.org/pypy/pypy/changeset/30686d08358a/ Log:Fix str.__name__ and remove basestring diff --git a/pypy/interpreter/pycode.py b/pypy/interpreter/pycode.py --- a/pypy/interpreter/

[pypy-commit] pypy py3k: Add token.__all__, and fix applevel raises when a string is passed to be compiled.

2011-10-12 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r48005:565ca4631cdf Date: 2011-10-13 01:08 +0200 http://bitbucket.org/pypy/pypy/changeset/565ca4631cdf/ Log:Add token.__all__, and fix applevel raises when a string is passed to be compiled. diff --git a/pypy/module/token/__init__.

[pypy-commit] pypy py3k: Remove unbound methods. see CPython change 48af6375207e

2011-10-12 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r48006:9d18583f7fc4 Date: 2011-10-13 01:09 +0200 http://bitbucket.org/pypy/pypy/changeset/9d18583f7fc4/ Log:Remove unbound methods. see CPython change 48af6375207e diff --git a/pypy/interpreter/function.py b/pypy/interpreter/function.py --

[pypy-commit] pypy py3k: Add ResourceWarning. Not used yet, but now "import warnings" passes!

2011-10-12 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r48007:2ad1a5d0adfb Date: 2011-10-13 01:19 +0200 http://bitbucket.org/pypy/pypy/changeset/2ad1a5d0adfb/ Log:Add ResourceWarning. Not used yet, but now "import warnings" passes! diff --git a/pypy/module/exceptions/__init__.py b/pypy/module

[pypy-commit] pypy py3k: Fix more __metaclass__ constructs

2011-10-12 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r48008:6876c3ff9b9a Date: 2011-10-13 01:30 +0200 http://bitbucket.org/pypy/pypy/changeset/6876c3ff9b9a/ Log:Fix more __metaclass__ constructs diff --git a/pypy/module/posix/app_posix.py b/pypy/module/posix/app_posix.py --- a/pypy/module/po

[pypy-commit] pypy py3k: chr() now returns unicode

2011-10-12 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r48009:b42bce22fe28 Date: 2011-10-13 01:37 +0200 http://bitbucket.org/pypy/pypy/changeset/b42bce22fe28/ Log:chr() now returns unicode diff --git a/pypy/module/__builtin__/__init__.py b/pypy/module/__builtin__/__init__.py --- a/pypy/module

[pypy-commit] pypy py3k: marshal does not intern string anymore

2011-10-12 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r48010:bfb4fd55c1ed Date: 2011-10-13 01:48 +0200 http://bitbucket.org/pypy/pypy/changeset/bfb4fd55c1ed/ Log:marshal does not intern string anymore diff --git a/pypy/objspace/std/marshal_impl.py b/pypy/objspace/std/marshal_impl.py --- a/py

[pypy-commit] pypy py3k: Slowly transform string into a bytestring.

2011-10-12 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r48011:1e27363024ac Date: 2011-10-13 01:52 +0200 http://bitbucket.org/pypy/pypy/changeset/1e27363024ac/ Log:Slowly transform string into a bytestring. First step: getitem return integers! diff --git a/lib_pypy/binascii.py b/lib_pyp

[pypy-commit] pypy default: improve subprocess error handling

2011-10-12 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r48012:c041e29173a9 Date: 2011-10-12 17:02 -0700 http://bitbucket.org/pypy/pypy/changeset/c041e29173a9/ Log:improve subprocess error handling diff --git a/pypy/jit/backend/x86/tool/viewcode.py b/pypy/jit/backend/x86/tool/viewcode.py --- a/pypy/jit/b

[pypy-commit] pypy default: skip this test when run directly

2011-10-12 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r48013:c6973e36b7c5 Date: 2011-10-12 23:24 -0400 http://bitbucket.org/pypy/pypy/changeset/c6973e36b7c5/ Log:skip this test when run directly diff --git a/pypy/module/_file/test/test_file.py b/pypy/module/_file/test/test_file.py --- a/pypy/module/_file