[pypy-commit] pypy default: add a cpyext-related project.

2012-03-28 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r54040:bf0eeb2df227 Date: 2012-03-28 10:52 +0200 http://bitbucket.org/pypy/pypy/changeset/bf0eeb2df227/ Log:add a cpyext-related project. diff --git a/pypy/doc/project-ideas.rst b/pypy/doc/project-ideas.rst --- a/pypy/doc/project-ideas.rst +++ b

[pypy-commit] pypy default: merge

2012-03-28 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r54041:372ef0512d66 Date: 2012-03-28 10:53 +0200 http://bitbucket.org/pypy/pypy/changeset/372ef0512d66/ Log:merge diff --git a/pypy/jit/backend/test/runner_test.py b/pypy/jit/backend/test/runner_test.py --- a/pypy/jit/backend/test/runner_test.p

[pypy-commit] pypy default: Remote a few Unimplemented features that have already been

2012-03-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r54042:aa43421f4125 Date: 2012-03-28 15:23 +0200 http://bitbucket.org/pypy/pypy/changeset/aa43421f4125/ Log:Remote a few Unimplemented features that have already been implemented. diff --git a/pypy/doc/stackless.rst b/pypy/doc/stackless.rst ---

[pypy-commit] pypy default: Unroll some functions in numpy correctly.

2012-03-28 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r54043:cf91e948ab75 Date: 2012-03-28 13:32 -0400 http://bitbucket.org/pypy/pypy/changeset/cf91e948ab75/ Log:Unroll some functions in numpy correctly. diff --git a/pypy/module/micronumpy/interp_ufuncs.py b/pypy/module/micronumpy/interp_ufuncs.py --- a/

[pypy-commit] jitviewer default: merge

2012-03-28 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r199:5a31ded0d4e8 Date: 2012-03-28 19:58 +0200 http://bitbucket.org/pypy/jitviewer/changeset/5a31ded0d4e8/ Log:merge diff --git a/_jitviewer/app.py b/_jitviewer/app.py --- a/_jitviewer/app.py +++ b/_jitviewer/app.py @@ -14,7 +14,7 @@ To produ

[pypy-commit] jitviewer default: count percentage better

2012-03-28 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r197:bc9ef9dbc0a0 Date: 2012-03-28 19:56 +0200 http://bitbucket.org/pypy/jitviewer/changeset/bc9ef9dbc0a0/ Log:count percentage better diff --git a/_jitviewer/app.py b/_jitviewer/app.py --- a/_jitviewer/app.py +++ b/_jitviewer/app.py @@ -127,7 +

[pypy-commit] extradoc extradoc: (agaynor, fijal) start working on slides

2012-03-28 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r4164:f9c54452a43f Date: 2012-03-28 20:22 +0200 http://bitbucket.org/pypy/extradoc/changeset/f9c54452a43f/ Log:(agaynor, fijal) start working on slides diff --git a/talk/uct2012/talk.rst b/talk/uct2012/talk.rst new file mode 100644 --- /

[pypy-commit] pypy default: There is no time2 module.

2012-03-28 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r54044:d154cd83511d Date: 2012-03-27 22:00 +0200 http://bitbucket.org/pypy/pypy/changeset/d154cd83511d/ Log:There is no time2 module. diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpreter/baseo

[pypy-commit] pypy default: Remove dead code.

2012-03-28 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r54046:3b48363cff78 Date: 2012-03-28 23:24 +0200 http://bitbucket.org/pypy/pypy/changeset/3b48363cff78/ Log:Remove dead code. Q: Where does it come from? A: from CPython: Python/ast.c Q: Why this code in CPython? A: In file Gram

[pypy-commit] pypy default: Improve documentation of parsestr()

2012-03-28 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r54045:f3a0dbfc3c3a Date: 2012-03-28 22:48 +0200 http://bitbucket.org/pypy/pypy/changeset/f3a0dbfc3c3a/ Log:Improve documentation of parsestr() diff --git a/pypy/interpreter/pyparser/parsestring.py b/pypy/interpreter/pyparser/parsestring.py -

[pypy-commit] pypy dynamic-specialized-tuple: fix, result of a bad merge

2012-03-28 Thread alex_gaynor
Author: Alex Gaynor Branch: dynamic-specialized-tuple Changeset: r54047:244768707f09 Date: 2012-03-28 17:35 -0400 http://bitbucket.org/pypy/pypy/changeset/244768707f09/ Log:fix, result of a bad merge diff --git a/pypy/objspace/std/objspace.py b/pypy/objspace/std/objspace.py --- a/pypy/objspa

[pypy-commit] extradoc extradoc: Fix 3 extremely minor typos/grammar

2012-03-28 Thread lac
Author: Laura Creighton Branch: extradoc Changeset: r4165:6ef76531d696 Date: 2012-03-29 00:00 +0200 http://bitbucket.org/pypy/extradoc/changeset/6ef76531d696/ Log:Fix 3 extremely minor typos/grammar diff --git a/talk/uct2012/talk.rst b/talk/uct2012/talk.rst --- a/talk/uct2012/talk.rst +++ b/

[pypy-commit] pypy reflex-support: o) simplication of exception handling

2012-03-28 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r54048:dbf598dad646 Date: 2012-03-28 15:47 -0700 http://bitbucket.org/pypy/pypy/changeset/dbf598dad646/ Log:o) simplication of exception handling o) human-readable error messages if all overloads fail o) back to 'auto' for thread

[pypy-commit] pypy reflex-support: put C++ signature in method doc-string

2012-03-28 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r54049:f343cf6ff013 Date: 2012-03-28 17:12 -0700 http://bitbucket.org/pypy/pypy/changeset/f343cf6ff013/ Log:put C++ signature in method doc-string diff --git a/pypy/module/cppyy/capi/__init__.py b/pypy/module/cppyy/capi/__init__.py ---

[pypy-commit] pypy reflex-support: doc strings with C++ signatures for CINT backend

2012-03-28 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r54050:97fa84af9049 Date: 2012-03-28 17:29 -0700 http://bitbucket.org/pypy/pypy/changeset/97fa84af9049/ Log:doc strings with C++ signatures for CINT backend diff --git a/pypy/module/cppyy/src/cintcwrapper.cxx b/pypy/module/cppyy/src/ci

[pypy-commit] pypy reflex-support: really pretty error messages

2012-03-28 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r54051:6c98c84b301b Date: 2012-03-28 17:47 -0700 http://bitbucket.org/pypy/pypy/changeset/6c98c84b301b/ Log:really pretty error messages diff --git a/pypy/module/cppyy/interp_cppyy.py b/pypy/module/cppyy/interp_cppyy.py --- a/pypy/modu

[pypy-commit] pypy default: if start - stop <= 0, return a empty string

2012-03-28 Thread gutworth
Author: Benjamin Peterson Branch: Changeset: r54052:3b13b7c4c388 Date: 2012-03-28 22:48 -0400 http://bitbucket.org/pypy/pypy/changeset/3b13b7c4c388/ Log:if start - stop <= 0, return a empty string diff --git a/pypy/rpython/lltypesystem/rstr.py b/pypy/rpython/lltypesystem/rstr.py --- a/pypy

[pypy-commit] pypy default: get correct behavior on JVM

2012-03-28 Thread gutworth
Author: Benjamin Peterson Branch: Changeset: r54053:ace5f809040a Date: 2012-03-28 22:59 -0400 http://bitbucket.org/pypy/pypy/changeset/ace5f809040a/ Log:get correct behavior on JVM diff --git a/pypy/rpython/ootypesystem/rstr.py b/pypy/rpython/ootypesystem/rstr.py --- a/pypy/rpython/ootypes

[pypy-commit] pypy numpy-ufuncs3: Add square

2012-03-28 Thread taavi_burns
Author: Taavi Burns Branch: numpy-ufuncs3 Changeset: r54054:128dd4bc1819 Date: 2012-03-28 23:23 -0400 http://bitbucket.org/pypy/pypy/changeset/128dd4bc1819/ Log:Add square diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/micronumpy/__init__.py --- a/pypy/module/micronumpy/__ini

[pypy-commit] pypy numpy-ufuncs3: Add fmax and fmin

2012-03-28 Thread taavi_burns
Author: Taavi Burns Branch: numpy-ufuncs3 Changeset: r54055:3fff4b2e407c Date: 2012-03-28 23:24 -0400 http://bitbucket.org/pypy/pypy/changeset/3fff4b2e407c/ Log:Add fmax and fmin diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/micronumpy/__init__.py --- a/pypy/module/micronump

[pypy-commit] pypy numpy-ufuncs3: Exposing invert

2012-03-28 Thread taavi_burns
Author: Taavi Burns Branch: numpy-ufuncs3 Changeset: r54056:348c30d55c51 Date: 2012-03-28 23:45 -0400 http://bitbucket.org/pypy/pypy/changeset/348c30d55c51/ Log:Exposing invert diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/micronumpy/__init__.py --- a/pypy/module/micronumpy/

[pypy-commit] pypy default: fix for runicode test

2012-03-28 Thread gutworth
Author: Benjamin Peterson Branch: Changeset: r54057:4538eb3f3810 Date: 2012-03-28 23:50 -0400 http://bitbucket.org/pypy/pypy/changeset/4538eb3f3810/ Log:fix for runicode test diff --git a/pypy/rpython/test/test_rstr.py b/pypy/rpython/test/test_rstr.py --- a/pypy/rpython/test/test_rstr.py ++

[pypy-commit] pypy default: wrap nicely

2012-03-28 Thread gutworth
Author: Benjamin Peterson Branch: Changeset: r54058:029ef1dd4a1a Date: 2012-03-28 23:50 -0400 http://bitbucket.org/pypy/pypy/changeset/029ef1dd4a1a/ Log:wrap nicely diff --git a/pypy/rpython/test/test_rstr.py b/pypy/rpython/test/test_rstr.py --- a/pypy/rpython/test/test_rstr.py +++ b/pypy/r