[pypy-commit] pypy reflex-support: open up more tests (from test_datatypes.py) for use with dummy backend

2014-05-01 Thread wlav
Author: Wim Lavrijsen wlavrij...@lbl.gov Branch: reflex-support Changeset: r71123:49432e9dce27 Date: 2014-04-30 23:45 -0700 http://bitbucket.org/pypy/pypy/changeset/49432e9dce27/ Log:open up more tests (from test_datatypes.py) for use with dummy backend diff --git

[pypy-commit] pypy reflex-support: save indices separately to make this slightly more maintainable

2014-05-01 Thread wlav
Author: Wim Lavrijsen wlavrij...@lbl.gov Branch: reflex-support Changeset: r71121:3d8b31186b6f Date: 2014-04-30 17:07 -0700 http://bitbucket.org/pypy/pypy/changeset/3d8b31186b6f/ Log:save indices separately to make this slightly more maintainable diff --git

[pypy-commit] pypy reflex-support: clean and refactoring of methods and class creation

2014-05-01 Thread wlav
Author: Wim Lavrijsen wlavrij...@lbl.gov Branch: reflex-support Changeset: r71118:af753187637f Date: 2014-04-29 11:41 -0700 http://bitbucket.org/pypy/pypy/changeset/af753187637f/ Log:clean and refactoring of methods and class creation diff --git a/pypy/module/cppyy/__init__.py

[pypy-commit] pypy reflex-support: refactoring/cleanup

2014-05-01 Thread wlav
Author: Wim Lavrijsen wlavrij...@lbl.gov Branch: reflex-support Changeset: r71119:0eff3fae1c87 Date: 2014-04-30 10:54 -0700 http://bitbucket.org/pypy/pypy/changeset/0eff3fae1c87/ Log:refactoring/cleanup diff --git a/pypy/module/cppyy/interp_cppyy.py b/pypy/module/cppyy/interp_cppyy.py ---

[pypy-commit] pypy reflex-support: merge default into branch

2014-05-01 Thread wlav
Author: Wim Lavrijsen wlavrij...@lbl.gov Branch: reflex-support Changeset: r71117:3fb585ce5d69 Date: 2014-04-28 15:25 -0700 http://bitbucket.org/pypy/pypy/changeset/3fb585ce5d69/ Log:merge default into branch diff --git a/dotviewer/graphserver.py b/dotviewer/graphserver.py ---

[pypy-commit] pypy reflex-support: fix warning message

2014-05-01 Thread wlav
Author: Wim Lavrijsen wlavrij...@lbl.gov Branch: reflex-support Changeset: r71122:ba929dab8b1f Date: 2014-04-30 17:24 -0700 http://bitbucket.org/pypy/pypy/changeset/ba929dab8b1f/ Log:fix warning message diff --git a/pypy/module/cppyy/test/datatypes.h b/pypy/module/cppyy/test/datatypes.h ---

[pypy-commit] pypy reflex-support: updates for CINT backend after refactoring

2014-05-01 Thread wlav
Author: Wim Lavrijsen wlavrij...@lbl.gov Branch: reflex-support Changeset: r71120:544dc4a17124 Date: 2014-04-30 13:51 -0700 http://bitbucket.org/pypy/pypy/changeset/544dc4a17124/ Log:updates for CINT backend after refactoring diff --git a/pypy/module/cppyy/capi/cint_capi.py

[pypy-commit] pypy default: Test and fix (according to -A)

2014-05-01 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r71127:5fc41bfef56f Date: 2014-05-01 09:31 +0200 http://bitbucket.org/pypy/pypy/changeset/5fc41bfef56f/ Log:Test and fix (according to -A) diff --git a/pypy/module/_lsprof/interp_lsprof.py b/pypy/module/_lsprof/interp_lsprof.py ---

[pypy-commit] extradoc extradoc: shared-nothing draft

2014-05-01 Thread Raemi
Author: Remi Meier remi.me...@gmail.com Branch: extradoc Changeset: r5206:2ad9a98221dd Date: 2014-05-01 10:39 +0200 http://bitbucket.org/pypy/extradoc/changeset/2ad9a98221dd/ Log:shared-nothing draft diff --git a/talk/icooolps2014/position-paper.tex b/talk/icooolps2014/position-paper.tex

[pypy-commit] extradoc extradoc: TM draft

2014-05-01 Thread Raemi
Author: Remi Meier remi.me...@gmail.com Branch: extradoc Changeset: r5207:89a404ccd022 Date: 2014-05-01 11:35 +0200 http://bitbucket.org/pypy/extradoc/changeset/89a404ccd022/ Log:TM draft diff --git a/talk/icooolps2014/position-paper.tex b/talk/icooolps2014/position-paper.tex ---

[pypy-commit] extradoc extradoc: add some handwavy comparison table

2014-05-01 Thread Raemi
Author: Remi Meier remi.me...@gmail.com Branch: extradoc Changeset: r5208:f1d159462e0a Date: 2014-05-01 12:14 +0200 http://bitbucket.org/pypy/extradoc/changeset/f1d159462e0a/ Log:add some handwavy comparison table diff --git a/talk/icooolps2014/position-paper.tex

[pypy-commit] pypy default: More tweaks: pass a (w_func, w_type) pair to the elidable function

2014-05-01 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r71128:3f23bbb810db Date: 2014-05-01 11:16 +0200 http://bitbucket.org/pypy/pypy/changeset/3f23bbb810db/ Log:More tweaks: pass a (w_func, w_type) pair to the elidable function instead of a string, and make the function

[pypy-commit] pypy default: Translation fixes

2014-05-01 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r71129:75f2886305e0 Date: 2014-05-01 12:04 +0200 http://bitbucket.org/pypy/pypy/changeset/75f2886305e0/ Log:Translation fixes diff --git a/pypy/module/_lsprof/interp_lsprof.py b/pypy/module/_lsprof/interp_lsprof.py ---

[pypy-commit] pypy default: Reintroduce definite crashes when using @elidable in a way that cannot be satisfied.

2014-05-01 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r71130:350eca4d9a9d Date: 2014-05-01 13:41 +0200 http://bitbucket.org/pypy/pypy/changeset/350eca4d9a9d/ Log:Reintroduce definite crashes when using @elidable in a way that cannot be satisfied. diff --git

[pypy-commit] pypy default: Add a pypy-c test for issue #1328

2014-05-01 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r71131:c7196a03a054 Date: 2014-05-01 14:05 +0200 http://bitbucket.org/pypy/pypy/changeset/c7196a03a054/ Log:Add a pypy-c test for issue #1328 diff --git a/pypy/module/pypyjit/test_pypy_c/test_cprofile.py

[pypy-commit] cffi default: issue #156: _Bool type already included in VS2013

2014-05-01 Thread taewookk
Author: Taewook Kang twk...@gmail.com Branch: Changeset: r1509:d993a73f4d60 Date: 2014-05-01 20:27 +0900 http://bitbucket.org/cffi/cffi/changeset/d993a73f4d60/ Log:issue #156: _Bool type already included in VS2013 diff --git a/c/misc_win32.h b/c/misc_win32.h --- a/c/misc_win32.h +++

[pypy-commit] pypy default: fix the test

2014-05-01 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r71132:caee1b15d940 Date: 2014-05-01 14:20 +0200 http://bitbucket.org/pypy/pypy/changeset/caee1b15d940/ Log:fix the test diff --git a/pypy/module/pypyjit/test_pypy_c/test_cprofile.py b/pypy/module/pypyjit/test_pypy_c/test_cprofile.py

[pypy-commit] extradoc extradoc: more text; corrections

2014-05-01 Thread Raemi
Author: Remi Meier remi.me...@gmail.com Branch: extradoc Changeset: r5209:98a3ff04f14b Date: 2014-05-01 14:25 +0200 http://bitbucket.org/pypy/extradoc/changeset/98a3ff04f14b/ Log:more text; corrections diff --git a/talk/icooolps2014/position-paper.tex b/talk/icooolps2014/position-paper.tex

[pypy-commit] extradoc extradoc: say what we are working on

2014-05-01 Thread Raemi
Author: Remi Meier remi.me...@gmail.com Branch: extradoc Changeset: r5210:d66a59f8ecf2 Date: 2014-05-01 15:20 +0200 http://bitbucket.org/pypy/extradoc/changeset/d66a59f8ecf2/ Log:say what we are working on diff --git a/talk/icooolps2014/position-paper.tex

[pypy-commit] pypy default: Fix, maybe? Hard to reproduce

2014-05-01 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r71134:fc40700d203d Date: 2014-05-01 16:33 +0200 http://bitbucket.org/pypy/pypy/changeset/fc40700d203d/ Log:Fix, maybe? Hard to reproduce diff --git a/rpython/translator/c/test/test_newgc.py b/rpython/translator/c/test/test_newgc.py ---

[pypy-commit] pypy default: Change the Makefile for asmgcc: instead of a lot of separate rules,

2014-05-01 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r71133:d0edc0e21b53 Date: 2014-05-01 16:15 +0200 http://bitbucket.org/pypy/pypy/changeset/d0edc0e21b53/ Log:Change the Makefile for asmgcc: instead of a lot of separate rules, have one rule that contains all the steps needed to

[pypy-commit] pypy default: some gcc 4.9 support

2014-05-01 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r71135:dea725674dbe Date: 2014-05-01 16:44 +0200 http://bitbucket.org/pypy/pypy/changeset/dea725674dbe/ Log:some gcc 4.9 support diff --git a/rpython/translator/c/gcc/trackgcroot.py b/rpython/translator/c/gcc/trackgcroot.py ---

[pypy-commit] pypy default: Redo 3f8b9a32c444, this time more conservatively: try to constant-fold

2014-05-01 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r71136:c8e9da1478dc Date: 2014-05-01 17:01 +0200 http://bitbucket.org/pypy/pypy/changeset/c8e9da1478dc/ Log:Redo 3f8b9a32c444, this time more conservatively: try to constant- fold the CALL_PURE operation from *both* rewrite.py and

[pypy-commit] pypy default: fix whatsnew

2014-05-01 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r71137:643e652b0b55 Date: 2014-05-01 11:22 -0400 http://bitbucket.org/pypy/pypy/changeset/643e652b0b55/ Log:fix whatsnew diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++

[pypy-commit] pypy default: Actually, ud2 is unreachable, not ignored.

2014-05-01 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r71138:95d8506f3861 Date: 2014-05-01 17:28 +0200 http://bitbucket.org/pypy/pypy/changeset/95d8506f3861/ Log:Actually, ud2 is unreachable, not ignored. diff --git a/rpython/translator/c/gcc/trackgcroot.py

[pypy-commit] pypy issue1430: clean up test

2014-05-01 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: issue1430 Changeset: r71139:91e137303927 Date: 2014-05-01 19:39 +0300 http://bitbucket.org/pypy/pypy/changeset/91e137303927/ Log:clean up test diff --git a/rpython/rlib/test/test_rsocket.py b/rpython/rlib/test/test_rsocket.py ---

[pypy-commit] pypy default: merge upstream

2014-05-01 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r71144:4cc9b702d120 Date: 2014-05-01 10:52 -0700 http://bitbucket.org/pypy/pypy/changeset/4cc9b702d120/ Log:merge upstream diff --git a/pypy/module/_rawffi/test/test__rawffi.py b/pypy/module/_rawffi/test/test__rawffi.py ---

[pypy-commit] pypy default: py3k compat

2014-05-01 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r71140:cf6744cc5576 Date: 2014-04-29 17:03 -0700 http://bitbucket.org/pypy/pypy/changeset/cf6744cc5576/ Log:py3k compat diff --git a/pypy/module/cppyy/pythonify.py b/pypy/module/cppyy/pythonify.py ---

[pypy-commit] pypy default: backout c94a4ee2aa7d: %T calls get_module_type_name now

2014-05-01 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r71143:45957dfd5ee6 Date: 2014-05-01 10:50 -0700 http://bitbucket.org/pypy/pypy/changeset/45957dfd5ee6/ Log:backout c94a4ee2aa7d: %T calls get_module_type_name now diff --git a/pypy/interpreter/baseobjspace.py

[pypy-commit] pypy default: use get_module_type_name for %T so we more closely match cpython, at least for

2014-05-01 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r71142:1f2e9de489e6 Date: 2014-05-01 10:50 -0700 http://bitbucket.org/pypy/pypy/changeset/1f2e9de489e6/ Log:use get_module_type_name for %T so we more closely match cpython, at least for builtin types diff --git

[pypy-commit] pypy default: py3k compat

2014-05-01 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r71141:5a6d4233a5f6 Date: 2014-04-29 17:10 -0700 http://bitbucket.org/pypy/pypy/changeset/5a6d4233a5f6/ Log:py3k compat diff --git a/pypy/module/_rawffi/test/test__rawffi.py b/pypy/module/_rawffi/test/test__rawffi.py ---

[pypy-commit] pypy default: merge heads

2014-05-01 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r71146:45da6ce7a49e Date: 2014-05-01 14:11 -0400 http://bitbucket.org/pypy/pypy/changeset/45da6ce7a49e/ Log:merge heads diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py ---

[pypy-commit] pypy default: backout c8e9da1478dc, broke translation

2014-05-01 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r71145:7b0b1b52601d Date: 2014-05-01 14:11 -0400 http://bitbucket.org/pypy/pypy/changeset/7b0b1b52601d/ Log:backout c8e9da1478dc, broke translation diff --git a/rpython/jit/metainterp/optimizeopt/optimizer.py

[pypy-commit] pypy default: adjust per 1f2e9de489e6

2014-05-01 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r71147:ce13767ee917 Date: 2014-05-01 12:29 -0700 http://bitbucket.org/pypy/pypy/changeset/ce13767ee917/ Log:adjust per 1f2e9de489e6 diff --git a/pypy/module/_ast/test/test_ast.py b/pypy/module/_ast/test/test_ast.py ---

[pypy-commit] pypy default: skipped test showing difference

2014-05-01 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r71148:c8d61f60c005 Date: 2014-05-01 15:38 -0400 http://bitbucket.org/pypy/pypy/changeset/c8d61f60c005/ Log:skipped test showing difference diff --git a/pypy/module/_ast/test/test_ast.py b/pypy/module/_ast/test/test_ast.py ---

[pypy-commit] pypy issue1430: fix ztranslation

2014-05-01 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: issue1430 Changeset: r71151:78f3be62c4fb Date: 2014-05-01 23:01 +0300 http://bitbucket.org/pypy/pypy/changeset/78f3be62c4fb/ Log:fix ztranslation diff --git a/pypy/objspace/fake/checkmodule.py b/pypy/objspace/fake/checkmodule.py ---

[pypy-commit] pypy issue1430: try a different approach

2014-05-01 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: issue1430 Changeset: r71149:87914f035951 Date: 2014-05-01 22:22 +0300 http://bitbucket.org/pypy/pypy/changeset/87914f035951/ Log:try a different approach diff --git a/rpython/rlib/rsocket.py b/rpython/rlib/rsocket.py --- a/rpython/rlib/rsocket.py

[pypy-commit] pypy issue1430: add lock to pypy module, which will properly handle no-threading translation

2014-05-01 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: issue1430 Changeset: r71150:ea9e10befc8f Date: 2014-05-01 23:01 +0300 http://bitbucket.org/pypy/pypy/changeset/ea9e10befc8f/ Log:add lock to pypy module, which will properly handle no-threading translation diff --git

[pypy-commit] pypy issue1430: add State to module

2014-05-01 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: issue1430 Changeset: r71152:841653d07ec4 Date: 2014-05-02 00:01 +0300 http://bitbucket.org/pypy/pypy/changeset/841653d07ec4/ Log:add State to module diff --git a/pypy/module/_socket/__init__.py b/pypy/module/_socket/__init__.py ---

[pypy-commit] pypy issue1430: we don't expect socketerror from this

2014-05-01 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: issue1430 Changeset: r71153:8e3ca2c46a2f Date: 2014-05-01 17:05 -0400 http://bitbucket.org/pypy/pypy/changeset/8e3ca2c46a2f/ Log:we don't expect socketerror from this diff --git a/pypy/module/_socket/interp_func.py

[pypy-commit] pypy issue1430: make API backward-compatible

2014-05-01 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: issue1430 Changeset: r71154:2e3fc0780b66 Date: 2014-05-02 00:14 +0300 http://bitbucket.org/pypy/pypy/changeset/2e3fc0780b66/ Log:make API backward-compatible diff --git a/rpython/rlib/rsocket.py b/rpython/rlib/rsocket.py ---

[pypy-commit] pypy default: Try to constant-fold the CALL_PURE operation from *both* rewrite.py and

2014-05-01 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r71155:e974d3f77576 Date: 2014-05-01 23:56 +0200 http://bitbucket.org/pypy/pypy/changeset/e974d3f77576/ Log:Try to constant-fold the CALL_PURE operation from *both* rewrite.py and pure.py. (yet another attempt from c8e9da1478dc)

[pypy-commit] pypy default: put DummyLock in rthread

2014-05-01 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r71156:c494afbfef83 Date: 2014-05-01 17:27 -0400 http://bitbucket.org/pypy/pypy/changeset/c494afbfef83/ Log:put DummyLock in rthread diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py ---

[pypy-commit] pypy default: merge heads

2014-05-01 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r71157:0022e98eb8d3 Date: 2014-05-01 18:06 -0400 http://bitbucket.org/pypy/pypy/changeset/0022e98eb8d3/ Log:merge heads diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py ---

[pypy-commit] pypy issue1430: use dummy_lock from rthread

2014-05-01 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: issue1430 Changeset: r71160:9ff62e96a9ed Date: 2014-05-01 17:51 -0400 http://bitbucket.org/pypy/pypy/changeset/9ff62e96a9ed/ Log:use dummy_lock from rthread diff --git a/rpython/rlib/rsocket.py b/rpython/rlib/rsocket.py ---

[pypy-commit] pypy issue1430: cleanup

2014-05-01 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: issue1430 Changeset: r71159:527d7902252d Date: 2014-05-01 18:03 -0400 http://bitbucket.org/pypy/pypy/changeset/527d7902252d/ Log:cleanup diff --git a/pypy/module/_socket/__init__.py b/pypy/module/_socket/__init__.py ---

[pypy-commit] pypy default: cleanup

2014-05-01 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r71161:1bb8ba9c96df Date: 2014-05-01 19:46 -0400 http://bitbucket.org/pypy/pypy/changeset/1bb8ba9c96df/ Log:cleanup diff --git a/pypy/module/_ast/test/test_ast.py b/pypy/module/_ast/test/test_ast.py ---

[pypy-commit] pypy default: fix attribute error message for heap types

2014-05-01 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r71162:02389a744344 Date: 2014-05-01 19:44 -0400 http://bitbucket.org/pypy/pypy/changeset/02389a744344/ Log:fix attribute error message for heap types diff --git a/pypy/objspace/std/test/test_typeobject.py

[pypy-commit] pypy default: py3 compat

2014-05-01 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r71163:da193f0b119d Date: 2014-05-01 16:55 -0700 http://bitbucket.org/pypy/pypy/changeset/da193f0b119d/ Log:py3 compat diff --git a/pypy/module/_lsprof/test/test_cprofile.py b/pypy/module/_lsprof/test/test_cprofile.py ---

[pypy-commit] pypy issue1430: close branch for merging

2014-05-01 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: issue1430 Changeset: r71164:a0b02011d93b Date: 2014-05-01 19:50 -0400 http://bitbucket.org/pypy/pypy/changeset/a0b02011d93b/ Log:close branch for merging ___ pypy-commit mailing list

[pypy-commit] pypy default: merge branch issue1430

2014-05-01 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r71165:9fe91ecfce83 Date: 2014-05-01 19:50 -0400 http://bitbucket.org/pypy/pypy/changeset/9fe91ecfce83/ Log:merge branch issue1430 diff --git a/pypy/module/_socket/__init__.py b/pypy/module/_socket/__init__.py ---

[pypy-commit] pypy default: merge heads

2014-05-01 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r71167:2906656b373b Date: 2014-05-01 19:59 -0400 http://bitbucket.org/pypy/pypy/changeset/2906656b373b/ Log:merge heads diff --git a/pypy/module/_lsprof/test/test_cprofile.py b/pypy/module/_lsprof/test/test_cprofile.py ---

[pypy-commit] pypy py3k: seqiter is good enough for default so kill our AraryIterator

2014-05-01 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r71169:2b304812a6bc Date: 2014-05-01 17:34 -0700 http://bitbucket.org/pypy/pypy/changeset/2b304812a6bc/ Log:seqiter is good enough for default so kill our AraryIterator diff --git a/pypy/module/array/interp_array.py

[pypy-commit] pypy py3k: fix ztranslation

2014-05-01 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r71170:b9354e0d0dcd Date: 2014-05-01 17:52 -0700 http://bitbucket.org/pypy/pypy/changeset/b9354e0d0dcd/ Log:fix ztranslation diff --git a/pypy/objspace/fake/objspace.py b/pypy/objspace/fake/objspace.py ---

[pypy-commit] pypy fix-tpname: adjust getname to work like cpython

2014-05-01 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: fix-tpname Changeset: r71172:5628f63f92cd Date: 2014-05-01 20:58 -0400 http://bitbucket.org/pypy/pypy/changeset/5628f63f92cd/ Log:adjust getname to work like cpython diff --git a/pypy/objspace/std/typeobject.py b/pypy/objspace/std/typeobject.py

[pypy-commit] pypy fix-tpname: these pass again

2014-05-01 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: fix-tpname Changeset: r71174:74bf9b0ee01f Date: 2014-05-01 21:18 -0400 http://bitbucket.org/pypy/pypy/changeset/74bf9b0ee01f/ Log:these pass again diff --git a/pypy/module/_ast/test/test_ast.py b/pypy/module/_ast/test/test_ast.py ---

[pypy-commit] pypy fix-tpname: adjust get_module to work like cpython

2014-05-01 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: fix-tpname Changeset: r71171:78d387a3ea28 Date: 2014-05-01 20:39 -0400 http://bitbucket.org/pypy/pypy/changeset/78d387a3ea28/ Log:adjust get_module to work like cpython diff --git a/pypy/objspace/std/typeobject.py

[pypy-commit] pypy fix-tpname: kill get_module_type_name, fix some cases

2014-05-01 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: fix-tpname Changeset: r71173:2e04ced7667d Date: 2014-05-01 21:13 -0400 http://bitbucket.org/pypy/pypy/changeset/2e04ced7667d/ Log:kill get_module_type_name, fix some cases diff --git a/pypy/interpreter/error.py b/pypy/interpreter/error.py ---

[pypy-commit] pypy py3k: fix translation

2014-05-01 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r71175:f81c9ca6cbc2 Date: 2014-05-01 18:33 -0700 http://bitbucket.org/pypy/pypy/changeset/f81c9ca6cbc2/ Log:fix translation diff --git a/pypy/module/_lsprof/interp_lsprof.py b/pypy/module/_lsprof/interp_lsprof.py ---

[pypy-commit] pypy fix-tpname: no longer necessary

2014-05-01 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: fix-tpname Changeset: r71180:e9280554e26d Date: 2014-05-01 22:19 -0400 http://bitbucket.org/pypy/pypy/changeset/e9280554e26d/ Log:no longer necessary diff --git a/pypy/module/array/interp_array.py b/pypy/module/array/interp_array.py ---

[pypy-commit] pypy fix-tpname: different approach for making _ast classes heaptypes

2014-05-01 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: fix-tpname Changeset: r71181:f84ebaac41fd Date: 2014-05-01 23:48 -0400 http://bitbucket.org/pypy/pypy/changeset/f84ebaac41fd/ Log:different approach for making _ast classes heaptypes diff --git a/pypy/interpreter/astcompiler/ast.py

[pypy-commit] pypy fix-tpname: merge default

2014-05-01 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: fix-tpname Changeset: r71178:df86bfb8787d Date: 2014-05-01 21:37 -0400 http://bitbucket.org/pypy/pypy/changeset/df86bfb8787d/ Log:merge default diff --git a/pypy/objspace/std/test/test_typeobject.py b/pypy/objspace/std/test/test_typeobject.py

[pypy-commit] pypy fix-tpname: fix _ast behavior

2014-05-01 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: fix-tpname Changeset: r71179:4d193ee033eb Date: 2014-05-01 22:02 -0400 http://bitbucket.org/pypy/pypy/changeset/4d193ee033eb/ Log:fix _ast behavior diff --git a/pypy/interpreter/astcompiler/ast.py b/pypy/interpreter/astcompiler/ast.py ---