[pypy-commit] pypy jit-usable_retrace_3: typo

2012-09-06 Thread hakanardo
Author: Hakan Ardo Branch: jit-usable_retrace_3 Changeset: r57202:32a9f537a011 Date: 2012-09-07 08:06 +0200 http://bitbucket.org/pypy/pypy/changeset/32a9f537a011/ Log:typo diff --git a/pypy/jit/metainterp/history.py b/pypy/jit/metainterp/history.py --- a/pypy/jit/metainterp/history.py +++ b/

[pypy-commit] pypy jit-usable_retrace_3: cleanups

2012-09-06 Thread hakanardo
Author: Hakan Ardo Branch: jit-usable_retrace_3 Changeset: r57201:b00f2b434b8e Date: 2012-09-07 07:55 +0200 http://bitbucket.org/pypy/pypy/changeset/b00f2b434b8e/ Log:cleanups diff --git a/pypy/jit/metainterp/compile.py b/pypy/jit/metainterp/compile.py --- a/pypy/jit/metainterp/compile.py ++

[pypy-commit] pypy jit-usable_retrace_3: test fallback and some cleanups

2012-09-06 Thread hakanardo
Author: Hakan Ardo Branch: jit-usable_retrace_3 Changeset: r57200:e0dc044a7187 Date: 2012-09-07 07:45 +0200 http://bitbucket.org/pypy/pypy/changeset/e0dc044a7187/ Log:test fallback and some cleanups diff --git a/pypy/jit/metainterp/compile.py b/pypy/jit/metainterp/compile.py --- a/pypy/jit/m

[pypy-commit] pypy jit-usable_retrace_3: rpythonized

2012-09-06 Thread hakanardo
Author: Hakan Ardo Branch: jit-usable_retrace_3 Changeset: r57199:916964e12e0a Date: 2012-09-07 07:28 +0200 http://bitbucket.org/pypy/pypy/changeset/916964e12e0a/ Log:rpythonized diff --git a/pypy/jit/metainterp/compile.py b/pypy/jit/metainterp/compile.py --- a/pypy/jit/metainterp/compile.py

[pypy-commit] pypy jit-usable_retrace_3: maybe a bit less hacky

2012-09-06 Thread hakanardo
Author: Hakan Ardo Branch: jit-usable_retrace_3 Changeset: r57198:a57f7933e624 Date: 2012-09-07 07:19 +0200 http://bitbucket.org/pypy/pypy/changeset/a57f7933e624/ Log:maybe a bit less hacky diff --git a/pypy/jit/metainterp/compile.py b/pypy/jit/metainterp/compile.py --- a/pypy/jit/metainterp

[pypy-commit] pypy numpypy-complex2: dtype.real, dtype.imag return float values

2012-09-06 Thread mattip
Author: mattip Branch: numpypy-complex2 Changeset: r57197:4b6f2eae6d4e Date: 2012-09-07 00:21 +0300 http://bitbucket.org/pypy/pypy/changeset/4b6f2eae6d4e/ Log:dtype.real, dtype.imag return float values diff --git a/pypy/module/micronumpy/interp_boxes.py b/pypy/module/micronumpy/interp_boxes

[pypy-commit] pypy numpypy-complex2: finish complex128 basic ufuncs, complex64 ufuncs need space support

2012-09-06 Thread mattip
Author: mattip Branch: numpypy-complex2 Changeset: r57194:d4fe1f554cae Date: 2012-09-06 22:55 +0300 http://bitbucket.org/pypy/pypy/changeset/d4fe1f554cae/ Log:finish complex128 basic ufuncs, complex64 ufuncs need space support diff --git a/pypy/module/micronumpy/interp_boxes.py b/pypy/modul

[pypy-commit] pypy stdlib-2.7.3: We won't support hash randomization in the short term.

2012-09-06 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: stdlib-2.7.3 Changeset: r57196:745fdd104890 Date: 2012-09-06 21:59 +0200 http://bitbucket.org/pypy/pypy/changeset/745fdd104890/ Log:We won't support hash randomization in the short term. Add a warning, and a note in the documentation. diff --git a

[pypy-commit] pypy numpypy-complex2: refactor 'close enough' check, fixes to make numpypy match rcomplex results

2012-09-06 Thread mattip
Author: mattip Branch: numpypy-complex2 Changeset: r57193:990dd3fa7779 Date: 2012-09-05 23:22 +0300 http://bitbucket.org/pypy/pypy/changeset/990dd3fa7779/ Log:refactor 'close enough' check, fixes to make numpypy match rcomplex results diff --git a/pypy/module/micronumpy/test/complex_

[pypy-commit] pypy numpy-refactor: finish flat iterator

2012-09-06 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-refactor Changeset: r57192:6568eea7f237 Date: 2012-09-06 21:54 +0200 http://bitbucket.org/pypy/pypy/changeset/6568eea7f237/ Log:finish flat iterator diff --git a/pypy/module/micronumpy/interp_flatiter.py b/pypy/module/micronumpy/interp_flatiter.py --

[pypy-commit] pypy remove-PYPY_NOT_MAIN_FILE: There is already a thread.c in translator/c/src. Rename this one...

2012-09-06 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: remove-PYPY_NOT_MAIN_FILE Changeset: r57190:ecd1c948db23 Date: 2012-09-06 21:35 +0200 http://bitbucket.org/pypy/pypy/changeset/ecd1c948db23/ Log:There is already a thread.c in translator/c/src. Rename this one... diff --git a/pypy/module/cpyext/api.py b/p

[pypy-commit] pypy remove-PYPY_NOT_MAIN_FILE: Sort generated file names, this may look better in translation output.

2012-09-06 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: remove-PYPY_NOT_MAIN_FILE Changeset: r57191:ba80e1981df3 Date: 2012-09-06 21:37 +0200 http://bitbucket.org/pypy/pypy/changeset/ba80e1981df3/ Log:Sort generated file names, this may look better in translation output. diff --git a/pypy/translator/c/

[pypy-commit] pypy numpy-refactor: start thinking about __eq__ and friends

2012-09-06 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-refactor Changeset: r57189:d2dedacd02ea Date: 2012-09-06 21:34 +0200 http://bitbucket.org/pypy/pypy/changeset/d2dedacd02ea/ Log:start thinking about __eq__ and friends diff --git a/pypy/module/micronumpy/interp_flatiter.py b/pypy/module/micronumpy/in

[pypy-commit] pypy numpy-refactor: setiter

2012-09-06 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-refactor Changeset: r57188:67acfa0c2475 Date: 2012-09-06 21:30 +0200 http://bitbucket.org/pypy/pypy/changeset/67acfa0c2475/ Log:setiter diff --git a/pypy/module/micronumpy/arrayimpl/concrete.py b/pypy/module/micronumpy/arrayimpl/concrete.py --- a/pyp

[pypy-commit] pypy remove-PYPY_NOT_MAIN_FILE: Probably fix remaining compilation errors

2012-09-06 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: remove-PYPY_NOT_MAIN_FILE Changeset: r57187:72762434d28c Date: 2012-09-06 21:00 +0200 http://bitbucket.org/pypy/pypy/changeset/72762434d28c/ Log:Probably fix remaining compilation errors diff --git a/pypy/translator/c/src/asm_gcc_x86.c b/pypy/translator/

[pypy-commit] pypy jit-usable_retrace_3: use the short preamable instead (this is becomming too big a hack)

2012-09-06 Thread hakanardo
Author: Hakan Ardo Branch: jit-usable_retrace_3 Changeset: r57186:dfe5cc3b6d3d Date: 2012-09-06 19:56 +0200 http://bitbucket.org/pypy/pypy/changeset/dfe5cc3b6d3d/ Log:use the short preamable instead (this is becomming too big a hack) diff --git a/pypy/jit/metainterp/compile.py b/pypy/jit/met

[pypy-commit] pypy numpy-refactor: some fixes for __getitem__

2012-09-06 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-refactor Changeset: r57185:7ce8d4dbc076 Date: 2012-09-06 19:36 +0200 http://bitbucket.org/pypy/pypy/changeset/7ce8d4dbc076/ Log:some fixes for __getitem__ diff --git a/pypy/module/micronumpy/arrayimpl/concrete.py b/pypy/module/micronumpy/arrayimpl/co

[pypy-commit] pypy numpy-refactor: next_skip_x and port test_iter

2012-09-06 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-refactor Changeset: r57184:afefaf666d03 Date: 2012-09-06 18:42 +0200 http://bitbucket.org/pypy/pypy/changeset/afefaf666d03/ Log:next_skip_x and port test_iter diff --git a/pypy/module/micronumpy/arrayimpl/concrete.py b/pypy/module/micronumpy/arrayimp

[pypy-commit] pypy py3k: test&fix for converting bytes to int

2012-09-06 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r57183:5e75489d575a Date: 2012-09-04 17:25 +0200 http://bitbucket.org/pypy/pypy/changeset/5e75489d575a/ Log:test&fix for converting bytes to int diff --git a/pypy/objspace/std/longtype.py b/pypy/objspace/std/longtype.py --- a/pypy/objspace/std/lon

[pypy-commit] pypy numpy-refactor: some flatiter support

2012-09-06 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-refactor Changeset: r57182:e3d43b2ad3ec Date: 2012-09-06 17:27 +0200 http://bitbucket.org/pypy/pypy/changeset/e3d43b2ad3ec/ Log:some flatiter support diff --git a/pypy/module/micronumpy/interp_flatiter.py b/pypy/module/micronumpy/interp_flatiter.py -

[pypy-commit] pypy numpy-refactor: transpose

2012-09-06 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-refactor Changeset: r57181:b01843c2246a Date: 2012-09-06 17:10 +0200 http://bitbucket.org/pypy/pypy/changeset/b01843c2246a/ Log:transpose diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy/mo

[pypy-commit] pypy numpy-refactor: fix

2012-09-06 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-refactor Changeset: r57180:40f2b894f0e0 Date: 2012-09-06 17:04 +0200 http://bitbucket.org/pypy/pypy/changeset/40f2b894f0e0/ Log:fix diff --git a/pypy/module/micronumpy/arrayimpl/concrete.py b/pypy/module/micronumpy/arrayimpl/concrete.py --- a/pypy/mo

[pypy-commit] pypy numpy-refactor: getitem/setitem_filter

2012-09-06 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-refactor Changeset: r57179:f8c83b52da47 Date: 2012-09-06 16:58 +0200 http://bitbucket.org/pypy/pypy/changeset/f8c83b52da47/ Log:getitem/setitem_filter diff --git a/pypy/module/micronumpy/arrayimpl/concrete.py b/pypy/module/micronumpy/arrayimpl/concre

[pypy-commit] pypy numpy-refactor: swapaxes

2012-09-06 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-refactor Changeset: r57178:a0c7dd907dfc Date: 2012-09-05 22:24 +0200 http://bitbucket.org/pypy/pypy/changeset/a0c7dd907dfc/ Log:swapaxes diff --git a/pypy/module/micronumpy/arrayimpl/concrete.py b/pypy/module/micronumpy/arrayimpl/concrete.py --- a/py

[pypy-commit] extradoc extradoc: tweak colors

2012-09-06 Thread bivab
Author: David Schneider Branch: extradoc Changeset: r4758:727cf0459288 Date: 2012-09-06 16:15 +0200 http://bitbucket.org/pypy/extradoc/changeset/727cf0459288/ Log:tweak colors diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex --- a/talk/vmil2012/paper.tex +++ b/talk/vmil2012/pap

[pypy-commit] extradoc extradoc: highlight minima and maxima in figure 8

2012-09-06 Thread bivab
Author: David Schneider Branch: extradoc Changeset: r4756:a3c9d9f5e282 Date: 2012-09-06 15:49 +0200 http://bitbucket.org/pypy/extradoc/changeset/a3c9d9f5e282/ Log:highlight minima and maxima in figure 8 diff --git a/talk/vmil2012/tool/build_tables.py b/talk/vmil2012/tool/build_tables.py ---

[pypy-commit] extradoc extradoc: highlight minima and maxima for all used tables

2012-09-06 Thread bivab
Author: David Schneider Branch: extradoc Changeset: r4757:d363d21d1122 Date: 2012-09-06 16:15 +0200 http://bitbucket.org/pypy/extradoc/changeset/d363d21d1122/ Log:highlight minima and maxima for all used tables diff --git a/talk/vmil2012/tool/build_tables.py b/talk/vmil2012/tool/build_table

[pypy-commit] extradoc extradoc: cleanup

2012-09-06 Thread bivab
Author: David Schneider Branch: extradoc Changeset: r4755:342ce108ab56 Date: 2012-09-06 15:47 +0200 http://bitbucket.org/pypy/extradoc/changeset/342ce108ab56/ Log:cleanup diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex --- a/talk/vmil2012/paper.tex +++ b/talk/vmil2012/paper.te

[pypy-commit] pypy stm-thread-2: Using gc=none instead of fighting Boehm. Now the test passes, slowly.

2012-09-06 Thread arigo
Author: Armin Rigo Branch: stm-thread-2 Changeset: r57177:9b410b19726d Date: 2012-09-06 16:10 +0200 http://bitbucket.org/pypy/pypy/changeset/9b410b19726d/ Log:Using gc=none instead of fighting Boehm. Now the test passes, slowly. diff --git a/pypy/rpython/memory/gctransform/boehmstm.p

[pypy-commit] pypy stm-thread-2: Add a few asserts.

2012-09-06 Thread arigo
Author: Armin Rigo Branch: stm-thread-2 Changeset: r57176:e971584f29c9 Date: 2012-09-06 15:46 +0200 http://bitbucket.org/pypy/pypy/changeset/e971584f29c9/ Log:Add a few asserts. diff --git a/pypy/translator/stm/src_stm/et.c b/pypy/translator/stm/src_stm/et.c --- a/pypy/translator/stm/src_stm

[pypy-commit] pypy stm-thread-2: Hacks to get Boehm to translate and run. Crashes, but that may be

2012-09-06 Thread arigo
Author: Armin Rigo Branch: stm-thread-2 Changeset: r57175:e4a73bd95338 Date: 2012-09-06 15:38 +0200 http://bitbucket.org/pypy/pypy/changeset/e4a73bd95338/ Log:Hacks to get Boehm to translate and run. Crashes, but that may be a genuine bug. diff --git a/pypy/rpython/memory/gctransform

[pypy-commit] extradoc extradoc: done

2012-09-06 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r4754:1b6cfcbad73a Date: 2012-09-06 13:30 +0200 http://bitbucket.org/pypy/extradoc/changeset/1b6cfcbad73a/ Log:done diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex --- a/talk/vmil2012/paper.tex +++ b/talk/vmil2012/paper.t

[pypy-commit] pypy default: Add a test for int128 in the C backend.

2012-09-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r57174:096738ec54d5 Date: 2012-09-06 13:30 +0200 http://bitbucket.org/pypy/pypy/changeset/096738ec54d5/ Log:Add a test for int128 in the C backend. diff --git a/pypy/rlib/rbigint.py b/pypy/rlib/rbigint.py --- a/pypy/rlib/rbigint.py +++ b/pypy/rlib/rbigi

[pypy-commit] pypy default: Rename "__int128" into "__int128_t". It seems that it's more standard,

2012-09-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r57173:ce8aadf6c8ba Date: 2012-09-06 13:18 +0200 http://bitbucket.org/pypy/pypy/changeset/ce8aadf6c8ba/ Log:Rename "__int128" into "__int128_t". It seems that it's more standard, supported by older GCCs on some platforms and by CLang. Mor

[pypy-commit] extradoc extradoc: this part is done too

2012-09-06 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r4753:286d681f62a7 Date: 2012-09-06 13:30 +0200 http://bitbucket.org/pypy/extradoc/changeset/286d681f62a7/ Log:this part is done too diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex --- a/talk/vmil2012/paper.tex +++ b/talk

[pypy-commit] extradoc extradoc: this is "done"

2012-09-06 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r4752:ae4cc6b6d497 Date: 2012-09-06 13:27 +0200 http://bitbucket.org/pypy/extradoc/changeset/ae4cc6b6d497/ Log:this is "done" diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex --- a/talk/vmil2012/paper.tex +++ b/talk/vmil20

[pypy-commit] extradoc extradoc: add spark line

2012-09-06 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r4751:808dff687e14 Date: 2012-09-06 13:26 +0200 http://bitbucket.org/pypy/extradoc/changeset/808dff687e14/ Log:add spark line diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex --- a/talk/vmil2012/paper.tex +++ b/talk/vmil20

[pypy-commit] pypy default: Hide the error about missing '__int128'.

2012-09-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r57172:f6a3c3e48716 Date: 2012-09-06 13:02 +0200 http://bitbucket.org/pypy/pypy/changeset/f6a3c3e48716/ Log:Hide the error about missing '__int128'. diff --git a/pypy/rpython/lltypesystem/rffi.py b/pypy/rpython/lltypesystem/rffi.py --- a/pypy/rpython/l

[pypy-commit] extradoc extradoc: Fix this part according to IRC discussions with fijal

2012-09-06 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r4750:a852dc828557 Date: 2012-09-06 12:55 +0200 http://bitbucket.org/pypy/extradoc/changeset/a852dc828557/ Log:Fix this part according to IRC discussions with fijal diff --git a/talk/googlezurich2012/abstract.rst b/talk/googlezurich2012/abstrac

[pypy-commit] extradoc extradoc: Oups, not SpiderMonkey

2012-09-06 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r4749:ee7a7db38f9a Date: 2012-09-06 12:51 +0200 http://bitbucket.org/pypy/extradoc/changeset/ee7a7db38f9a/ Log:Oups, not SpiderMonkey diff --git a/talk/googlezurich2012/abstract.rst b/talk/googlezurich2012/abstract.rst --- a/talk/googlezurich20

[pypy-commit] pypy stm-thread-2: in-progress

2012-09-06 Thread arigo
Author: Armin Rigo Branch: stm-thread-2 Changeset: r57171:3f20b859ae2f Date: 2012-09-06 12:43 +0200 http://bitbucket.org/pypy/pypy/changeset/3f20b859ae2f/ Log:in-progress diff --git a/pypy/rpython/memory/gctransform/boehm.py b/pypy/rpython/memory/gctransform/boehm.py --- a/pypy/rpython/memo

[pypy-commit] pypy stm-thread-2: in-progress

2012-09-06 Thread arigo
Author: Armin Rigo Branch: stm-thread-2 Changeset: r57170:19cc3d85b179 Date: 2012-09-06 12:17 +0200 http://bitbucket.org/pypy/pypy/changeset/19cc3d85b179/ Log:in-progress diff --git a/pypy/rpython/memory/gctransform/boehmstm.py b/pypy/rpython/memory/gctransform/boehmstm.py new file mode 100

[pypy-commit] extradoc extradoc: Updates

2012-09-06 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r4748:bea7ab7c8bbc Date: 2012-09-06 11:58 +0200 http://bitbucket.org/pypy/extradoc/changeset/bea7ab7c8bbc/ Log:Updates diff --git a/talk/googlezurich2012/abstract.rst b/talk/googlezurich2012/abstract.rst --- a/talk/googlezurich2012/abstract.rst

[pypy-commit] extradoc extradoc: A talk I will give Wed 12 Sep 2012.

2012-09-06 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r4747:970b78473ddd Date: 2012-09-06 11:53 +0200 http://bitbucket.org/pypy/extradoc/changeset/970b78473ddd/ Log:A talk I will give Wed 12 Sep 2012. diff --git a/talk/googlezurich2012/abstract.rst b/talk/googlezurich2012/abstract.rst new file mod