[pypy-commit] cffi default: Typo

2012-09-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r690:2195ae9f4ebb Date: 2012-07-26 20:00 +0200 http://bitbucket.org/cffi/cffi/changeset/2195ae9f4ebb/ Log:Typo diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -960,7 +960,7 @@ operatio

[pypy-commit] pypy py3k: Fixes in the ast module, after branch merge.

2012-09-07 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r57239:665ddfc5d708 Date: 2012-09-07 23:56 +0200 http://bitbucket.org/pypy/pypy/changeset/665ddfc5d708/ Log:Fixes in the ast module, after branch merge. diff --git a/pypy/interpreter/astcompiler/ast.py b/pypy/interpreter/astcompiler/ast.p

[pypy-commit] pypy py3k: Run interpreter/astcompiler/tools/asdl_py.py to regenerate ast.py

2012-09-07 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r57238:08791b959abc Date: 2012-09-07 23:34 +0200 http://bitbucket.org/pypy/pypy/changeset/08791b959abc/ Log:Run interpreter/astcompiler/tools/asdl_py.py to regenerate ast.py diff --git a/pypy/interpreter/astcompiler/ast.py b/pypy/interpre

[pypy-commit] pypy default: Update sys.version to 2.7.3, and fix some old version numbers in the docs.

2012-09-07 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r57236:a8cd9059c499 Date: 2012-09-07 22:21 +0200 http://bitbucket.org/pypy/pypy/changeset/a8cd9059c499/ Log:Update sys.version to 2.7.3, and fix some old version numbers in the docs. Also add the branch to the list of merged feature bra

[pypy-commit] pypy stdlib-2.7.3: close branch before merge

2012-09-07 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: stdlib-2.7.3 Changeset: r57234:4d842185e41c Date: 2012-09-07 22:05 +0200 http://bitbucket.org/pypy/pypy/changeset/4d842185e41c/ Log:close branch before merge ___ pypy-commit mailing list pypy-commit@python.org h

[pypy-commit] cffi default: Add three missing vars in this Extension(). They were only

2012-09-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r920:da9a7cdcd04c Date: 2012-09-07 22:02 +0200 http://bitbucket.org/cffi/cffi/changeset/da9a7cdcd04c/ Log:Add three missing vars in this Extension(). They were only in setup_base.py. diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py

[pypy-commit] pypy numpy-refactor: fix fmin/fmax

2012-09-07 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-refactor Changeset: r57233:44979622dc5a Date: 2012-09-07 21:51 +0200 http://bitbucket.org/pypy/pypy/changeset/44979622dc5a/ Log:fix fmin/fmax diff --git a/pypy/module/micronumpy/types.py b/pypy/module/micronumpy/types.py --- a/pypy/module/micronumpy/t

[pypy-commit] pypy numpy-refactor: we don't implement full casting semantics yet

2012-09-07 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-refactor Changeset: r57232:10900466f678 Date: 2012-09-07 21:40 +0200 http://bitbucket.org/pypy/pypy/changeset/10900466f678/ Log:we don't implement full casting semantics yet diff --git a/pypy/module/micronumpy/interp_ufuncs.py b/pypy/module/micronump

[pypy-commit] pypy numpy-refactor: sort out the agreement

2012-09-07 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-refactor Changeset: r57231:fc047210cc48 Date: 2012-09-07 19:32 +0200 http://bitbucket.org/pypy/pypy/changeset/fc047210cc48/ Log:sort out the agreement diff --git a/pypy/module/micronumpy/interp_ufuncs.py b/pypy/module/micronumpy/interp_ufuncs.py ---

[pypy-commit] pypy stdlib-2.7.3: The value of hash('') is also an implementation detail.

2012-09-07 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: stdlib-2.7.3 Changeset: r57229:b2cf345bc8f2 Date: 2012-09-07 19:50 +0200 http://bitbucket.org/pypy/pypy/changeset/b2cf345bc8f2/ Log:The value of hash('') is also an implementation detail. diff --git a/lib-python/2.7/test/test_hash.py b/lib-python/2.7/test

[pypy-commit] pypy stdlib-2.7.3: Skip tests about hash randomization

2012-09-07 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: stdlib-2.7.3 Changeset: r57228:9a2c42e707c4 Date: 2012-09-07 19:36 +0200 http://bitbucket.org/pypy/pypy/changeset/9a2c42e707c4/ Log:Skip tests about hash randomization diff --git a/lib-python/2.7/test/test_cmd_line.py b/lib-python/2.7/test/test_cmd_line.

[pypy-commit] pypy stdlib-2.7.3: Try to fix translation error on Windows

2012-09-07 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: stdlib-2.7.3 Changeset: r57227:f4aaae64f90e Date: 2012-09-07 19:05 +0200 http://bitbucket.org/pypy/pypy/changeset/f4aaae64f90e/ Log:Try to fix translation error on Windows diff --git a/pypy/rlib/rwin32.py b/pypy/rlib/rwin32.py --- a/pypy/rlib/rwin32.py ++

[pypy-commit] pypy numpy-refactor: fix some more tests

2012-09-07 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-refactor Changeset: r57226:10caf3ac720e Date: 2012-09-07 18:42 +0200 http://bitbucket.org/pypy/pypy/changeset/10caf3ac720e/ Log:fix some more tests diff --git a/pypy/module/micronumpy/arrayimpl/voidbox.py b/pypy/module/micronumpy/arrayimpl/voidbox.py

[pypy-commit] pypy numpy-refactor: record dtypes

2012-09-07 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-refactor Changeset: r57225:6d3bcbe5016a Date: 2012-09-07 18:31 +0200 http://bitbucket.org/pypy/pypy/changeset/6d3bcbe5016a/ Log:record dtypes diff --git a/pypy/module/micronumpy/arrayimpl/concrete.py b/pypy/module/micronumpy/arrayimpl/concrete.py ---

[pypy-commit] pypy numpy-refactor: tostring

2012-09-07 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-refactor Changeset: r57224:7cdf73adf84e Date: 2012-09-07 18:20 +0200 http://bitbucket.org/pypy/pypy/changeset/7cdf73adf84e/ Log:tostring diff --git a/pypy/module/micronumpy/arrayimpl/scalar.py b/pypy/module/micronumpy/arrayimpl/scalar.py --- a/pypy/m

[pypy-commit] pypy numpy-refactor: fromstring

2012-09-07 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-refactor Changeset: r57223:4b705cdb6479 Date: 2012-09-07 18:00 +0200 http://bitbucket.org/pypy/pypy/changeset/4b705cdb6479/ Log:fromstring diff --git a/pypy/module/micronumpy/interp_support.py b/pypy/module/micronumpy/interp_support.py --- a/pypy/mod

[pypy-commit] pypy numpy-refactor: item

2012-09-07 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-refactor Changeset: r57222:169e2a82086e Date: 2012-09-07 17:56 +0200 http://bitbucket.org/pypy/pypy/changeset/169e2a82086e/ Log:item diff --git a/pypy/module/micronumpy/interp_flatiter.py b/pypy/module/micronumpy/interp_flatiter.py --- a/pypy/module/

[pypy-commit] pypy numpy-refactor: skip take for now, implement compress

2012-09-07 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-refactor Changeset: r57221:e880b0cc78bf Date: 2012-09-07 17:20 +0200 http://bitbucket.org/pypy/pypy/changeset/e880b0cc78bf/ Log:skip take for now, implement compress diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/inte

[pypy-commit] pypy numpy-refactor: pass 3 more tests

2012-09-07 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-refactor Changeset: r57219:a55df0b30e4b Date: 2012-09-07 16:53 +0200 http://bitbucket.org/pypy/pypy/changeset/a55df0b30e4b/ Log:pass 3 more tests diff --git a/pypy/module/micronumpy/arrayimpl/concrete.py b/pypy/module/micronumpy/arrayimpl/concrete.py

[pypy-commit] pypy numpy-refactor: fixes

2012-09-07 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-refactor Changeset: r57220:db316761b66d Date: 2012-09-07 16:58 +0200 http://bitbucket.org/pypy/pypy/changeset/db316761b66d/ Log:fixes diff --git a/pypy/module/micronumpy/loop.py b/pypy/module/micronumpy/loop.py --- a/pypy/module/micronumpy/loop.py +++

[pypy-commit] pypy stm-thread-2: test_ztranslation starts to pass. Yay!

2012-09-07 Thread arigo
Author: Armin Rigo Branch: stm-thread-2 Changeset: r57218:e75885115a22 Date: 2012-09-07 17:07 +0200 http://bitbucket.org/pypy/pypy/changeset/e75885115a22/ Log:test_ztranslation starts to pass. Yay! diff --git a/pypy/rpython/memory/gc/stmgc.py b/pypy/rpython/memory/gc/stmgc.py --- a/pypy/rpyt

[pypy-commit] pypy stm-thread-2: Add asserts

2012-09-07 Thread arigo
Author: Armin Rigo Branch: stm-thread-2 Changeset: r57217:f7500027a87a Date: 2012-09-07 16:38 +0200 http://bitbucket.org/pypy/pypy/changeset/f7500027a87a/ Log:Add 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/et.c +

[pypy-commit] pypy stm-thread-2: Tweak

2012-09-07 Thread arigo
Author: Armin Rigo Branch: stm-thread-2 Changeset: r57216:02b3e6c6cf7e Date: 2012-09-07 16:35 +0200 http://bitbucket.org/pypy/pypy/changeset/02b3e6c6cf7e/ Log:Tweak diff --git a/pypy/rpython/memory/gc/stmgc.py b/pypy/rpython/memory/gc/stmgc.py --- a/pypy/rpython/memory/gc/stmgc.py +++ b/pypy

[pypy-commit] pypy default: after arm merge, start to fix for windows

2012-09-07 Thread mattip
Author: mattip Branch: Changeset: r57215:f879abaad747 Date: 2012-09-07 16:57 +0300 http://bitbucket.org/pypy/pypy/changeset/f879abaad747/ Log:after arm merge, start to fix for windows diff --git a/pypy/rpython/module/ll_os.py b/pypy/rpython/module/ll_os.py --- a/pypy/rpython/module/ll_os.py

[pypy-commit] pypy numpypy-complex2: simplify testing framework, skip c99 for windows

2012-09-07 Thread mattip
Author: mattip Branch: numpypy-complex2 Changeset: r57213:f37e92552d8e Date: 2012-09-07 12:23 +0300 http://bitbucket.org/pypy/pypy/changeset/f37e92552d8e/ Log:simplify testing framework, skip c99 for windows diff --git a/pypy/module/micronumpy/test/test_ufuncs.py b/pypy/module/micronumpy/te

[pypy-commit] pypy numpypy-complex2: test, implement complex floor_divide

2012-09-07 Thread mattip
Author: mattip Branch: numpypy-complex2 Changeset: r57214:8f9a0b7388a6 Date: 2012-09-07 13:21 +0300 http://bitbucket.org/pypy/pypy/changeset/8f9a0b7388a6/ Log:test, implement complex floor_divide diff --git a/pypy/module/micronumpy/test/test_ufuncs.py b/pypy/module/micronumpy/test/test_ufun

[pypy-commit] pypy stm-thread-2: Finish the fix.

2012-09-07 Thread arigo
Author: Armin Rigo Branch: stm-thread-2 Changeset: r57212:c3d8f6a49c4a Date: 2012-09-07 15:50 +0200 http://bitbucket.org/pypy/pypy/changeset/c3d8f6a49c4a/ Log:Finish the fix. diff --git a/pypy/rpython/memory/gc/stmgc.py b/pypy/rpython/memory/gc/stmgc.py --- a/pypy/rpython/memory/gc/stmgc.py

[pypy-commit] pypy stm-thread-2: Remove "struct gcroot_s".

2012-09-07 Thread arigo
Author: Armin Rigo Branch: stm-thread-2 Changeset: r57211:6ee3fa0d04d6 Date: 2012-09-07 15:43 +0200 http://bitbucket.org/pypy/pypy/changeset/6ee3fa0d04d6/ Log:Remove "struct gcroot_s". diff --git a/pypy/translator/stm/src_stm/et.c b/pypy/translator/stm/src_stm/et.c --- a/pypy/translator/stm/

[pypy-commit] pypy jit-usable_retrace_3: Pass the parent resume_at_jump_descr among the exported_state to allow target_token.resume_at_jump_descr to always be the inlined version beloning the produced

2012-09-07 Thread hakanardo
Author: Hakan Ardo Branch: jit-usable_retrace_3 Changeset: r57210:04e607cbddff Date: 2012-09-07 15:02 +0200 http://bitbucket.org/pypy/pypy/changeset/04e607cbddff/ Log:Pass the parent resume_at_jump_descr among the exported_state to allow target_token.resume_at_jump_descr to always be

[pypy-commit] pypy stm-thread-2: fixfixfix

2012-09-07 Thread arigo
Author: Armin Rigo Branch: stm-thread-2 Changeset: r57209:611a5fd10cd4 Date: 2012-09-07 14:54 +0200 http://bitbucket.org/pypy/pypy/changeset/611a5fd10cd4/ Log:fixfixfix diff --git a/pypy/rpython/memory/gc/stmgc.py b/pypy/rpython/memory/gc/stmgc.py --- a/pypy/rpython/memory/gc/stmgc.py +++ b/

[pypy-commit] pypy stm-thread-2: Fix

2012-09-07 Thread arigo
Author: Armin Rigo Branch: stm-thread-2 Changeset: r57208:7020fb4e1acd Date: 2012-09-07 12:01 +0200 http://bitbucket.org/pypy/pypy/changeset/7020fb4e1acd/ Log:Fix diff --git a/pypy/rpython/memory/gc/stmtls.py b/pypy/rpython/memory/gc/stmtls.py --- a/pypy/rpython/memory/gc/stmtls.py +++ b/pyp

[pypy-commit] extradoc extradoc: Add some notes about the changes to the tables

2012-09-07 Thread bivab
Author: David Schneider Branch: extradoc Changeset: r4783:e2d42d76e927 Date: 2012-09-07 11:59 +0200 http://bitbucket.org/pypy/extradoc/changeset/e2d42d76e927/ Log:Add some notes about the changes to the tables diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex --- a/talk/vmil2012

[pypy-commit] pypy stm-thread-2: Fixes

2012-09-07 Thread arigo
Author: Armin Rigo Branch: stm-thread-2 Changeset: r57207:f2fc42d472f0 Date: 2012-09-07 11:57 +0200 http://bitbucket.org/pypy/pypy/changeset/f2fc42d472f0/ Log:Fixes diff --git a/pypy/rpython/memory/gc/stmgc.py b/pypy/rpython/memory/gc/stmgc.py --- a/pypy/rpython/memory/gc/stmgc.py +++ b/pypy

[pypy-commit] extradoc extradoc: safe some lines

2012-09-07 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r4780:549bf37193af Date: 2012-09-07 11:41 +0200 http://bitbucket.org/pypy/extradoc/changeset/549bf37193af/ Log:safe some lines diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex --- a/talk/vmil2012/paper.tex +++ b/talk/vmil2

[pypy-commit] extradoc extradoc: zitemize environment, in case we need it

2012-09-07 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r4779:677af81ab4c1 Date: 2012-09-07 11:21 +0200 http://bitbucket.org/pypy/extradoc/changeset/677af81ab4c1/ Log:zitemize environment, in case we need it diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex --- a/talk/vmil2012/p

[pypy-commit] extradoc extradoc: tweak bibliography

2012-09-07 Thread bivab
Author: David Schneider Branch: extradoc Changeset: r4782:bdf35c43ec6c Date: 2012-09-07 11:42 +0200 http://bitbucket.org/pypy/extradoc/changeset/bdf35c43ec6c/ Log:tweak bibliography diff --git a/talk/vmil2012/paper.bib b/talk/vmil2012/paper.bib --- a/talk/vmil2012/paper.bib +++ b/talk/vmil20

[pypy-commit] extradoc extradoc: chapter -> paper

2012-09-07 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r4781:5101e69c822c Date: 2012-09-07 11:42 +0200 http://bitbucket.org/pypy/extradoc/changeset/5101e69c822c/ Log:chapter -> paper diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex --- a/talk/vmil2012/paper.tex +++ b/talk/vmil

[pypy-commit] extradoc extradoc: Trying to save some space

2012-09-07 Thread bivab
Author: David Schneider Branch: extradoc Changeset: r4778:818be658422c Date: 2012-09-07 11:30 +0200 http://bitbucket.org/pypy/extradoc/changeset/818be658422c/ Log:Trying to save some space diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex --- a/talk/vmil2012/paper.tex +++ b/talk

[pypy-commit] extradoc extradoc: save a line

2012-09-07 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r4777:abb5d2272b50 Date: 2012-09-07 11:12 +0200 http://bitbucket.org/pypy/extradoc/changeset/abb5d2272b50/ Log:save a line diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex --- a/talk/vmil2012/paper.tex +++ b/talk/vmil2012/

[pypy-commit] extradoc extradoc: fix reference

2012-09-07 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r4776:c0241f2dd33d Date: 2012-09-07 11:09 +0200 http://bitbucket.org/pypy/extradoc/changeset/c0241f2dd33d/ Log:fix reference diff --git a/talk/vmil2012/paper.bib b/talk/vmil2012/paper.bib --- a/talk/vmil2012/paper.bib +++ b/talk/vmil201

[pypy-commit] extradoc extradoc: remove todo

2012-09-07 Thread bivab
Author: David Schneider Branch: extradoc Changeset: r4775:fb822ba20ddf Date: 2012-09-07 11:13 +0200 http://bitbucket.org/pypy/extradoc/changeset/fb822ba20ddf/ Log:remove todo diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex --- a/talk/vmil2012/paper.tex +++ b/talk/vmil2012/pape

[pypy-commit] extradoc extradoc: update caption

2012-09-07 Thread bivab
Author: David Schneider Branch: extradoc Changeset: r4774:ed454c53c90d Date: 2012-09-07 11:10 +0200 http://bitbucket.org/pypy/extradoc/changeset/ed454c53c90d/ Log:update caption diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex --- a/talk/vmil2012/paper.tex +++ b/talk/vmil2012/p

[pypy-commit] extradoc extradoc: tweak colors

2012-09-07 Thread bivab
Author: David Schneider Branch: extradoc Changeset: r4772:62080db41733 Date: 2012-09-07 10:58 +0200 http://bitbucket.org/pypy/extradoc/changeset/62080db41733/ 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: Use package flafter for float positioning

2012-09-07 Thread bivab
Author: David Schneider Branch: extradoc Changeset: r4773:1a43456d14e6 Date: 2012-09-07 11:10 +0200 http://bitbucket.org/pypy/extradoc/changeset/1a43456d14e6/ Log:Use package flafter for float positioning diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex --- a/talk/vmil2012/pape

[pypy-commit] extradoc extradoc: these are done

2012-09-07 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r4771:7a6523a9aa2b Date: 2012-09-07 10:59 +0200 http://bitbucket.org/pypy/extradoc/changeset/7a6523a9aa2b/ Log:these are 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: comment in again

2012-09-07 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r4769:093c2875223b Date: 2012-09-07 10:57 +0200 http://bitbucket.org/pypy/extradoc/changeset/093c2875223b/ Log:comment in again diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex --- a/talk/vmil2012/paper.tex +++ b/talk/vmil

[pypy-commit] extradoc extradoc: mention reviewers

2012-09-07 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r4770:191619f2bc4f Date: 2012-09-07 10:57 +0200 http://bitbucket.org/pypy/extradoc/changeset/191619f2bc4f/ Log:mention reviewers diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex --- a/talk/vmil2012/paper.tex +++ b/talk/vmi

[pypy-commit] extradoc extradoc: calculate minima and maxima based on relative numbers

2012-09-07 Thread bivab
Author: David Schneider Branch: extradoc Changeset: r4768:4d515381c73f Date: 2012-09-07 10:49 +0200 http://bitbucket.org/pypy/extradoc/changeset/4d515381c73f/ Log:calculate minima and maxima based on relative numbers diff --git a/talk/vmil2012/tool/build_tables.py b/talk/vmil2012/tool/build

[pypy-commit] extradoc extradoc: Add the number of traces and the absolute number of guards to the table showing operation counts

2012-09-07 Thread bivab
Author: David Schneider Branch: extradoc Changeset: r4767:b765e51ea59c Date: 2012-09-07 10:49 +0200 http://bitbucket.org/pypy/extradoc/changeset/b765e51ea59c/ Log:Add the number of traces and the absolute number of guards to the table showing operation counts diff --git a/talk/vmil20

[pypy-commit] pypy stm-thread-2: fixes fixes

2012-09-07 Thread arigo
Author: Armin Rigo Branch: stm-thread-2 Changeset: r57206:b3866afc618b Date: 2012-09-07 10:42 +0200 http://bitbucket.org/pypy/pypy/changeset/b3866afc618b/ Log:fixes fixes diff --git a/pypy/annotation/builtin.py b/pypy/annotation/builtin.py --- a/pypy/annotation/builtin.py +++ b/pypy/annotati

[pypy-commit] extradoc extradoc: de-stress execution speed issues

2012-09-07 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r4766:bec24cddd1ec Date: 2012-09-07 08:49 +0200 http://bitbucket.org/pypy/extradoc/changeset/bec24cddd1ec/ Log:de-stress execution speed issues diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex --- a/talk/vmil2012/paper.tex

[pypy-commit] extradoc extradoc: a footnote

2012-09-07 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r4765:a936d87c1ba7 Date: 2012-09-07 08:36 +0200 http://bitbucket.org/pypy/extradoc/changeset/a936d87c1ba7/ Log:a footnote diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex --- a/talk/vmil2012/paper.tex +++ b/talk/vmil2012/p

[pypy-commit] extradoc extradoc: another todo

2012-09-07 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r4764:984826be73e2 Date: 2012-09-07 08:34 +0200 http://bitbucket.org/pypy/extradoc/changeset/984826be73e2/ Log:another todo diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex --- a/talk/vmil2012/paper.tex +++ b/talk/vmil2012

[pypy-commit] extradoc extradoc: tentative change: use booktabs

2012-09-07 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r4763:8b07393dbb13 Date: 2012-09-06 21:05 +0200 http://bitbucket.org/pypy/extradoc/changeset/8b07393dbb13/ Log:tentative change: use booktabs diff --git a/talk/vmil2012/tool/table_template.tex b/talk/vmil2012/tool/table_template.tex --

[pypy-commit] extradoc extradoc: describe second kotzmann paper

2012-09-07 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r4762:038ab0475184 Date: 2012-09-06 21:03 +0200 http://bitbucket.org/pypy/extradoc/changeset/038ab0475184/ Log:describe second kotzmann paper diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex --- a/talk/vmil2012/paper.tex +

[pypy-commit] extradoc extradoc: more

2012-09-07 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r4761:5670f2aa9d45 Date: 2012-09-06 21:02 +0200 http://bitbucket.org/pypy/extradoc/changeset/5670f2aa9d45/ Log:more diff --git a/talk/vmil2012/paper.bib b/talk/vmil2012/paper.bib --- a/talk/vmil2012/paper.bib +++ b/talk/vmil2012/paper.b

[pypy-commit] extradoc extradoc: capitalization

2012-09-07 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r4760:6e65ae13f7ac Date: 2012-09-06 21:02 +0200 http://bitbucket.org/pypy/extradoc/changeset/6e65ae13f7ac/ Log:capitalization diff --git a/talk/vmil2012/zotero.bib b/talk/vmil2012/zotero.bib --- a/talk/vmil2012/zotero.bib +++ b/talk/vmi

[pypy-commit] extradoc extradoc: add second escape analysis paper

2012-09-07 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r4759:e095d7e6d73e Date: 2012-09-06 20:39 +0200 http://bitbucket.org/pypy/extradoc/changeset/e095d7e6d73e/ Log:add second escape analysis paper diff --git a/talk/vmil2012/zotero.bib b/talk/vmil2012/zotero.bib --- a/talk/vmil2012/zotero.

[pypy-commit] pypy stm-thread-2: Pass next test

2012-09-07 Thread arigo
Author: Armin Rigo Branch: stm-thread-2 Changeset: r57205:d6c43ce63da5 Date: 2012-09-07 10:08 +0200 http://bitbucket.org/pypy/pypy/changeset/d6c43ce63da5/ Log:Pass next test diff --git a/pypy/rpython/memory/gc/test/test_stmgc.py b/pypy/rpython/memory/gc/test/test_stmgc.py --- a/pypy/rpython

[pypy-commit] pypy numpypy-complex2: test, implement complex copysign, reciprocal

2012-09-07 Thread mattip
Author: mattip Branch: numpypy-complex2 Changeset: r57204:b9f403e27592 Date: 2012-09-07 11:09 +0300 http://bitbucket.org/pypy/pypy/changeset/b9f403e27592/ Log:test, implement complex copysign, reciprocal diff --git a/pypy/module/micronumpy/test/test_ufuncs.py b/pypy/module/micronumpy/test/t

[pypy-commit] pypy stm-thread-2: Fix 'stmgc': in-progress

2012-09-07 Thread arigo
Author: Armin Rigo Branch: stm-thread-2 Changeset: r57203:f23da2c9b5f4 Date: 2012-09-07 10:01 +0200 http://bitbucket.org/pypy/pypy/changeset/f23da2c9b5f4/ Log:Fix 'stmgc': in-progress diff --git a/pypy/annotation/model.py b/pypy/annotation/model.py --- a/pypy/annotation/model.py +++ b/pypy/a

[pypy-commit] cffi default: Mention versionadded 0.4.

2012-09-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r919:6afb1c70debb Date: 2012-09-07 09:05 +0200 http://bitbucket.org/cffi/cffi/changeset/6afb1c70debb/ Log:Mention versionadded 0.4. diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -308,9

[pypy-commit] cffi default: Allow the _cffi_crcchecksum module to be installed in a subpackage,

2012-09-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r918:0b2474de8de5 Date: 2012-09-07 09:02 +0200 http://bitbucket.org/cffi/cffi/changeset/0b2474de8de5/ Log:Allow the _cffi_crcchecksum module to be installed in a subpackage, with the 'ext_package' argument to setup(). Because it's not spe