Author: Armin Rigo
Branch:
Changeset: r922:2df9a7b24753
Date: 2012-09-11 10:36 +0200
http://bitbucket.org/cffi/cffi/changeset/2df9a7b24753/
Log:Test and fix for setup.py's that use the 'package_dir' argument and
thus where we can't even import the package before installation.
Author: Armin Rigo
Branch:
Changeset: r923:761b49f2ceeb
Date: 2012-09-11 11:10 +0200
http://bitbucket.org/cffi/cffi/changeset/761b49f2ceeb/
Log:Support for "typedef ... *foo_p".
diff --git a/cffi/cparser.py b/cffi/cparser.py
--- a/cffi/cparser.py
+++ b/cffi/cparser.py
@@ -127,6 +127,12 @@
Author: Armin Rigo
Branch:
Changeset: r924:d71ddeaf61ed
Date: 2012-09-11 11:46 +0200
http://bitbucket.org/cffi/cffi/changeset/d71ddeaf61ed/
Log:Test and fix (thanks Sarvi on python-cffi): there was some
dependency on dictionary order when half the structs were complete
and ha
Author: Maciej Fijalkowski
Branch: numpy-refactor
Changeset: r57267:2908d6fc2373
Date: 2012-09-11 14:29 +0200
http://bitbucket.org/pypy/pypy/changeset/2908d6fc2373/
Log:fixes and tests
diff --git a/pypy/module/micronumpy/interp_arrayops.py
b/pypy/module/micronumpy/interp_arrayops.py
--- a/p
Author: Maciej Fijalkowski
Branch: numpy-refactor
Changeset: r57265:7383b233e9b6
Date: 2012-09-11 14:05 +0200
http://bitbucket.org/pypy/pypy/changeset/7383b233e9b6/
Log:simplify
diff --git a/pypy/module/micronumpy/interp_boxes.py
b/pypy/module/micronumpy/interp_boxes.py
--- a/pypy/module/mi
Author: Maciej Fijalkowski
Branch: numpy-refactor
Changeset: r57266:1efcfcf768c7
Date: 2012-09-11 14:25 +0200
http://bitbucket.org/pypy/pypy/changeset/1efcfcf768c7/
Log:fixes for where
diff --git a/pypy/module/micronumpy/interp_arrayops.py
b/pypy/module/micronumpy/interp_arrayops.py
--- a/p
Author: David Schneider
Branch:
Changeset: r57268:bc5cd8034c17
Date: 2012-09-11 14:29 +0200
http://bitbucket.org/pypy/pypy/changeset/bc5cd8034c17/
Log:use _locale.CHAR_MAX instead of hardcoding 127 as the maximum value.
On ARM/Linux and PPC/Linux this value is 255
diff --git a/pypy/
Author: Armin Rigo
Branch: stm-thread-2
Changeset: r57269:abb2dd77f932
Date: 2012-09-10 12:07 +0200
http://bitbucket.org/pypy/pypy/changeset/abb2dd77f932/
Log:in-progress: fix the tests
diff --git a/pypy/rpython/memory/gc/test/test_stmgc.py
b/pypy/rpython/memory/gc/test/test_stmgc.py
--- a/
Author: Armin Rigo
Branch: stm-thread-2
Changeset: r57270:aa6279422200
Date: 2012-09-10 12:23 +0200
http://bitbucket.org/pypy/pypy/changeset/aa6279422200/
Log:Fixes for the hash tests.
diff --git a/pypy/rpython/lltypesystem/llmemory.py
b/pypy/rpython/lltypesystem/llmemory.py
--- a/pypy/rpyt
Author: Armin Rigo
Branch: stm-thread-2
Changeset: r57271:e24460878a52
Date: 2012-09-10 14:23 +0200
http://bitbucket.org/pypy/pypy/changeset/e24460878a52/
Log:Fix test
diff --git a/pypy/rpython/memory/gc/test/test_stmgc.py
b/pypy/rpython/memory/gc/test/test_stmgc.py
--- a/pypy/rpython/memor
Author: Armin Rigo
Branch: stm-thread-2
Changeset: r57272:296bf379ee86
Date: 2012-09-10 14:23 +0200
http://bitbucket.org/pypy/pypy/changeset/296bf379ee86/
Log:Add a can_move() for the JIT.
diff --git a/pypy/rpython/memory/gc/stmgc.py b/pypy/rpython/memory/gc/stmgc.py
--- a/pypy/rpython/memor
Author: Armin Rigo
Branch: stm-thread-2
Changeset: r57274:31237d8ba2d4
Date: 2012-09-11 14:01 +0200
http://bitbucket.org/pypy/pypy/changeset/31237d8ba2d4/
Log:in-progress: fixing the JIT
diff --git a/pypy/jit/backend/llsupport/gc.py b/pypy/jit/backend/llsupport/gc.py
--- a/pypy/jit/backend/l
Author: Armin Rigo
Branch: stm-thread-2
Changeset: r57273:c12bcfe1fcbf
Date: 2012-09-10 14:28 +0200
http://bitbucket.org/pypy/pypy/changeset/c12bcfe1fcbf/
Log:Fix translation
diff --git a/pypy/jit/backend/llsupport/rewrite.py
b/pypy/jit/backend/llsupport/rewrite.py
--- a/pypy/jit/backend/ll
Author: Armin Rigo
Branch: stm-thread-2
Changeset: r57276:b49679359373
Date: 2012-09-11 14:31 +0200
http://bitbucket.org/pypy/pypy/changeset/b49679359373/
Log:Progress
diff --git a/pypy/jit/backend/llsupport/gc.py b/pypy/jit/backend/llsupport/gc.py
--- a/pypy/jit/backend/llsupport/gc.py
+++
Author: Armin Rigo
Branch: stm-thread-2
Changeset: r57275:c89a58f37e1f
Date: 2012-09-11 14:13 +0200
http://bitbucket.org/pypy/pypy/changeset/c89a58f37e1f/
Log:Finish the setfield tests.
diff --git a/pypy/jit/backend/llsupport/stmrewrite.py
b/pypy/jit/backend/llsupport/stmrewrite.py
--- a/py
Author: Armin Rigo
Branch: stm-thread-2
Changeset: r57277:4625b316dd5f
Date: 2012-09-11 14:33 +0200
http://bitbucket.org/pypy/pypy/changeset/4625b316dd5f/
Log:Fixes. test_stmrewrite.py seems to pass now.
diff --git a/pypy/jit/backend/llsupport/stmrewrite.py
b/pypy/jit/backend/llsupport/stmr
Author: Maciej Fijalkowski
Branch: numpy-refactor
Changeset: r57278:a15661986363
Date: 2012-09-11 14:35 +0200
http://bitbucket.org/pypy/pypy/changeset/a15661986363/
Log:fixes
diff --git a/pypy/module/micronumpy/interp_ufuncs.py
b/pypy/module/micronumpy/interp_ufuncs.py
--- a/pypy/module/mic
Author: Armin Rigo
Branch: stm-thread-2
Changeset: r57280:7cb7c5c88068
Date: 2012-09-11 15:09 +0200
http://bitbucket.org/pypy/pypy/changeset/7cb7c5c88068/
Log:Kill old stm-supporting code from the x86 backend.
diff --git a/pypy/jit/backend/llsupport/gc.py b/pypy/jit/backend/llsupport/gc.py
-
Author: Maciej Fijalkowski
Branch: numpy-refactor
Changeset: r57282:3cdcacaba1ff
Date: 2012-09-11 14:51 +0200
http://bitbucket.org/pypy/pypy/changeset/3cdcacaba1ff/
Log:fixes for swapaxes
diff --git a/pypy/module/micronumpy/arrayimpl/scalar.py
b/pypy/module/micronumpy/arrayimpl/scalar.py
--
Author: Maciej Fijalkowski
Branch: numpy-refactor
Changeset: r57283:400b62643b06
Date: 2012-09-11 14:53 +0200
http://bitbucket.org/pypy/pypy/changeset/400b62643b06/
Log:cleanup
diff --git a/pypy/module/micronumpy/dot.py b/pypy/module/micronumpy/dot.py
--- a/pypy/module/micronumpy/dot.py
+++
Author: Maciej Fijalkowski
Branch: numpy-refactor
Changeset: r57284:701c787a11bc
Date: 2012-09-11 15:40 +0200
http://bitbucket.org/pypy/pypy/changeset/701c787a11bc/
Log:rpython fixes
diff --git a/pypy/module/micronumpy/arrayimpl/scalar.py
b/pypy/module/micronumpy/arrayimpl/scalar.py
--- a/p
Author: Maciej Fijalkowski
Branch: numpy-refactor
Changeset: r57285:33604a703b61
Date: 2012-09-11 15:56 +0200
http://bitbucket.org/pypy/pypy/changeset/33604a703b61/
Log:fix numpy tests
diff --git a/lib_pypy/numpypy/core/arrayprint.py
b/lib_pypy/numpypy/core/arrayprint.py
--- a/lib_pypy/nump
Author: Armin Rigo
Branch: stm-thread-2
Changeset: r57287:997afb65da15
Date: 2012-09-11 15:57 +0200
http://bitbucket.org/pypy/pypy/changeset/997afb65da15/
Log:Pass the test.
diff --git a/pypy/jit/backend/test/runner_test.py
b/pypy/jit/backend/test/runner_test.py
--- a/pypy/jit/backend/test/
Author: Armin Rigo
Branch: stm-thread-2
Changeset: r57286:4dafba14cb5e
Date: 2012-09-11 15:46 +0200
http://bitbucket.org/pypy/pypy/changeset/4dafba14cb5e/
Log:in-progress: remove more leftovers, and start to add a test for the
barrier that returns modified objects.
diff --git a/pypy/
Author: Maciej Fijalkowski
Branch: numpy-refactor
Changeset: r57289:492d301343aa
Date: 2012-09-11 16:03 +0200
http://bitbucket.org/pypy/pypy/changeset/492d301343aa/
Log:close merged branch
___
pypy-commit mailing list
[email protected]
http://
Author: Maciej Fijalkowski
Branch:
Changeset: r57290:370d278d5eeb
Date: 2012-09-11 16:04 +0200
http://bitbucket.org/pypy/pypy/changeset/370d278d5eeb/
Log:fix whatsnew
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-head.rst
+++ b/pypy/doc/whatsne
Author: Maciej Fijalkowski
Branch: ndarray-attributes
Changeset: r57292:1ee6c0771fad
Date: 2012-09-11 16:12 +0200
http://bitbucket.org/pypy/pypy/changeset/1ee6c0771fad/
Log:close branch that got restarted
___
pypy-commit mailing list
pypy-commit@py
Author: Maciej Fijalkowski
Branch: missing-ndarray-attributes
Changeset: r57291:5383b8949fa3
Date: 2012-09-11 16:12 +0200
http://bitbucket.org/pypy/pypy/changeset/5383b8949fa3/
Log:restart the ndarray-attributes branch
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/mic
Author: Armin Rigo
Branch: stm-thread-2
Changeset: r57293:bc6fba36bb22
Date: 2012-09-11 16:47 +0200
http://bitbucket.org/pypy/pypy/changeset/bc6fba36bb22/
Log:Support for mangling the calls to ptr_eq.
diff --git a/pypy/jit/backend/llsupport/gc.py b/pypy/jit/backend/llsupport/gc.py
--- a/pypy
Author: Armin Rigo
Branch: stm-thread-2
Changeset: r57294:62a237085b23
Date: 2012-09-11 16:49 +0200
http://bitbucket.org/pypy/pypy/changeset/62a237085b23/
Log:Another possible optimization to implement later.
diff --git a/pypy/jit/backend/llsupport/test/test_stmrewrite.py
b/pypy/jit/backend
Author: David Schneider
Branch: extradoc
Changeset: r4786:41689a810cd8
Date: 2012-09-11 17:16 +0200
http://bitbucket.org/pypy/extradoc/changeset/41689a810cd8/
Log:Start wrinting a post about the arm backend merge
diff --git a/blog/draft/arm-status-update.rst b/blog/draft/arm-status-update.rs
Author: Hakan Ardo
Branch: extradoc
Changeset: r4788:eedcfe0f28f0
Date: 2012-09-11 20:01 +0200
http://bitbucket.org/pypy/extradoc/changeset/eedcfe0f28f0/
Log:stage 2
diff --git a/talk/dls2012/demo/process.py b/talk/dls2012/demo/process.py
--- a/talk/dls2012/demo/process.py
+++ b/talk/dls2012
Author: Hakan Ardo
Branch: extradoc
Changeset: r4787:1d4d53f768ee
Date: 2012-09-11 19:56 +0200
http://bitbucket.org/pypy/extradoc/changeset/1d4d53f768ee/
Log:dynamic video analytics develoopment demo, stage 1
diff --git a/talk/dls2012/demo/image.py b/talk/dls2012/demo/image.py
new file mode
Author: Hakan Ardo
Branch: extradoc
Changeset: r4789:4c815eb7006e
Date: 2012-09-12 07:10 +0200
http://bitbucket.org/pypy/extradoc/changeset/4c815eb7006e/
Log:stage 3
diff --git a/talk/dls2012/demo/fgbg.py b/talk/dls2012/demo/fgbg.py
new file mode 100644
--- /dev/null
+++ b/talk/dls2012/demo/
Author: Hakan Ardo
Branch: extradoc
Changeset: r4790:5944e2c4015f
Date: 2012-09-12 07:48 +0200
http://bitbucket.org/pypy/extradoc/changeset/5944e2c4015f/
Log:refacor to push images to preceeding steps instead of pulling from
previous
diff --git a/talk/dls2012/demo/analytics.py b/talk
Author: Hakan Ardo
Branch: extradoc
Changeset: r4791:f0ce7597d709
Date: 2012-09-12 07:52 +0200
http://bitbucket.org/pypy/extradoc/changeset/f0ce7597d709/
Log:rename
diff --git a/talk/dls2012/demo/analytics.py b/talk/dls2012/demo/analytics.py
--- a/talk/dls2012/demo/analytics.py
+++ b/talk/dl
Author: Hakan Ardo
Branch: extradoc
Changeset: r4792:e5e0c9a46550
Date: 2012-09-12 07:53 +0200
http://bitbucket.org/pypy/extradoc/changeset/e5e0c9a46550/
Log:merge
diff --git a/blog/draft/arm-status-update.rst b/blog/draft/arm-status-update.rst
new file mode 100644
--- /dev/null
+++ b/blog/d
37 matches
Mail list logo