Author: Justin Peel
Branch:
Changeset: r45858:a02ff8434e20
Date: 2011-07-22 00:48 -0600
http://bitbucket.org/pypy/pypy/changeset/a02ff8434e20/
Log:merged streamio-bufout
diff --git a/pypy/rlib/streamio.py b/pypy/rlib/streamio.py
--- a/pypy/rlib/streamio.py
+++ b/pypy/rlib/streamio.py
@@ -87
Author: Justin Peel
Branch: streamio-bufout
Changeset: r45857:89c23d06a9c3
Date: 2011-07-22 00:44 -0600
http://bitbucket.org/pypy/pypy/changeset/89c23d06a9c3/
Log:close for merge
___
pypy-commit mailing list
pypy-commit@python.org
http://mail.pytho
Author: Justin Peel
Branch:
Changeset: r45855:cc2ae015c7fb
Date: 2011-07-21 20:22 -0600
http://bitbucket.org/pypy/pypy/changeset/cc2ae015c7fb/
Log:Fixed a typo in a test
diff --git a/pypy/module/micronumpy/test/test_numarray.py
b/pypy/module/micronumpy/test/test_numarray.py
--- a/pypy/modu
Author: Justin Peel
Branch:
Changeset: r45854:631e083bd996
Date: 2011-07-21 19:20 -0600
http://bitbucket.org/pypy/pypy/changeset/631e083bd996/
Log:fixed numpy's setslice to play nicely with the jit.
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_numa
Author: Maciej Fijalkowski
Branch:
Changeset: r45853:9b2cf174334c
Date: 2011-07-22 01:05 +0200
http://bitbucket.org/pypy/pypy/changeset/9b2cf174334c/
Log:fix the test, thanks justin
diff --git a/pypy/module/micronumpy/test/test_numarray.py
b/pypy/module/micronumpy/test/test_numarray.py
---
Author: Maciej Fijalkowski
Branch:
Changeset: r45852:7b3a66f3c80a
Date: 2011-07-22 00:56 +0200
http://bitbucket.org/pypy/pypy/changeset/7b3a66f3c80a/
Log:a missing test
diff --git a/pypy/module/micronumpy/test/test_numarray.py
b/pypy/module/micronumpy/test/test_numarray.py
--- a/pypy/modul
Author: Maciej Fijalkowski
Branch:
Changeset: r45851:d6837e825d00
Date: 2011-07-22 00:49 +0200
http://bitbucket.org/pypy/pypy/changeset/d6837e825d00/
Log:kill some dead code
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_numarray.py
--- a/pypy/module
Author: Ronny Pfannschmidt
Branch:
Changeset: r45850:38aa87797a59
Date: 2011-07-22 00:45 +0200
http://bitbucket.org/pypy/pypy/changeset/38aa87797a59/
Log:add using coverage reports to the coding guide
diff --git a/pypy/doc/coding-guide.rst b/pypy/doc/coding-guide.rst
--- a/pypy/doc/coding-g
Author: Ronny Pfannschmidt
Branch:
Changeset: r45849:cededc37c18e
Date: 2011-07-22 00:22 +0200
http://bitbucket.org/pypy/pypy/changeset/cededc37c18e/
Log:merge
diff --git a/lib-python/modified-2.7/distutils/sysconfig_pypy.py
b/lib-python/modified-2.7/distutils/sysconfig_pypy.py
--- a/lib-p
Author: Ronny Pfannschmidt
Branch:
Changeset: r45848:e16267c17fb1
Date: 2011-07-22 00:21 +0200
http://bitbucket.org/pypy/pypy/changeset/e16267c17fb1/
Log:mark the xdist hooks of pytest_cov optional
diff --git a/pytest_cov.py b/pytest_cov.py
--- a/pytest_cov.py
+++ b/pytest_cov.py
@@ -323,11
Author: Ronny Pfannschmidt
Branch:
Changeset: r45847:ff4a90f9be99
Date: 2011-07-21 23:59 +0200
http://bitbucket.org/pypy/pypy/changeset/ff4a90f9be99/
Log:also use pytest_cov in the normal pytest script
diff --git a/pytest.py b/pytest.py
--- a/pytest.py
+++ b/pytest.py
@@ -9,6 +9,8 @@
from
Author: Alex Gaynor
Branch:
Changeset: r45846:7203ebd350a7
Date: 2011-07-21 15:13 -0700
http://bitbucket.org/pypy/pypy/changeset/7203ebd350a7/
Log:respect CFLAGS when installing stuff with distutils.
diff --git a/lib-python/modified-2.7/distutils/sysconfig_pypy.py
b/lib-python/modified-2.7
Author: Antonio Cuni
Branch: ootype-rerased
Changeset: r45845:21953bca75cb
Date: 2011-07-21 23:55 +0200
http://bitbucket.org/pypy/pypy/changeset/21953bca75cb/
Log:fix the signature of the oo{box,unbox}_int java methods
diff --git a/pypy/translator/jvm/typesystem.py
b/pypy/translator/jvm/typ
Author: Maciej Fijalkowski
Branch:
Changeset: r45844:cb95026e7622
Date: 2011-07-21 23:46 +0200
http://bitbucket.org/pypy/pypy/changeset/cb95026e7622/
Log:disable those until we know it works
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_numarray.py
Author: Ronny Pfannschmidt
Branch:
Changeset: r45843:b1ae5324c66b
Date: 2011-07-21 23:37 +0200
http://bitbucket.org/pypy/pypy/changeset/b1ae5324c66b/
Log:inline the pytest coverage plugin, and autoload it in
pypy/test_all.py
diff --git a/pypy/test_all.py b/pypy/test_all.py
--- a/pyp
Author: Daniel Roberts
Branch: ootype-rerased
Changeset: r45842:3af86a0633cc
Date: 2011-07-21 12:12 -0700
http://bitbucket.org/pypy/pypy/changeset/3af86a0633cc/
Log:Added test for oo{,un}box_integer. Currently fails.
diff --git a/pypy/rpython/lltypesystem/lloperation.py
b/pypy/rpython/lltyp
Author: Hakan Ardo
Branch: jit-short_from_state
Changeset: r45841:74ad7bd66501
Date: 2011-07-21 20:55 +0200
http://bitbucket.org/pypy/pypy/changeset/74ad7bd66501/
Log:fixed test
diff --git a/pypy/jit/metainterp/optimizeopt/test/test_optimizeopt.py
b/pypy/jit/metainterp/optimizeopt/test/test
Author: Hakan Ardo
Branch: jit-short_from_state
Changeset: r45840:1bf3cbdade3a
Date: 2011-07-21 20:46 +0200
http://bitbucket.org/pypy/pypy/changeset/1bf3cbdade3a/
Log:variable index unicodegetitem nolong cached across loop boundaries
diff --git a/pypy/jit/metainterp/optimizeopt/test/test_opt
Author: Hakan Ardo
Branch: jit-short_from_state
Changeset: r45839:aad66f8cf6be
Date: 2011-07-21 20:46 +0200
http://bitbucket.org/pypy/pypy/changeset/aad66f8cf6be/
Log:variable index strgetitem nolong cached across loop boundaries
diff --git a/pypy/jit/metainterp/optimizeopt/test/test_optimiz
Author: Hakan Ardo
Branch: jit-short_from_state
Changeset: r45838:5b76193812ac
Date: 2011-07-21 20:43 +0200
http://bitbucket.org/pypy/pypy/changeset/5b76193812ac/
Log:fix test
diff --git a/pypy/jit/metainterp/optimizeopt/test/test_optimizeopt.py
b/pypy/jit/metainterp/optimizeopt/test/test_o
Author: Hakan Ardo
Branch: jit-short_from_state
Changeset: r45837:3c2afbf75c4a
Date: 2011-07-21 20:37 +0200
http://bitbucket.org/pypy/pypy/changeset/3c2afbf75c4a/
Log:produce guards before forcing virtuals as one force might lead to
another
diff --git a/pypy/jit/metainterp/optimizeop
Author: Justin Peel
Branch:
Changeset: r45836:acad170d7ecf
Date: 2011-07-21 11:39 -0600
http://bitbucket.org/pypy/pypy/changeset/acad170d7ecf/
Log:Re-enable set slice drivers for numarrays for that the zjit tests
succeed.
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pyp
Author: Maciej Fijalkowski
Branch: extradoc
Changeset: r3837:886df227da76
Date: 2011-07-21 19:22 +0200
http://bitbucket.org/pypy/extradoc/changeset/886df227da76/
Log:done
diff --git a/planning/jit.txt b/planning/jit.txt
--- a/planning/jit.txt
+++ b/planning/jit.txt
@@ -8,11 +8,6 @@
[arigo
Author: Justin Peel
Branch:
Changeset: r45835:9b3ddfcb4c38
Date: 2011-07-21 11:20 -0600
http://bitbucket.org/pypy/pypy/changeset/9b3ddfcb4c38/
Log:merged unary functs
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_numarray.py
--- a/pypy/module/micron
Author: Justin Peel
Branch:
Changeset: r45834:136146a41b4a
Date: 2011-07-21 11:18 -0600
http://bitbucket.org/pypy/pypy/changeset/136146a41b4a/
Log:numpy: changed numarray unary functions to use ufuncs
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_nu
Author: Carl Friedrich Bolz
Branch:
Changeset: r45833:2ead4778c7ac
Date: 2011-07-21 18:56 +0200
http://bitbucket.org/pypy/pypy/changeset/2ead4778c7ac/
Log:fix tests to consistenty use array descrs
diff --git a/pypy/jit/metainterp/optimizeopt/test/test_optimizeopt.py
b/pypy/jit/metainterp/o
Author: Maciej Fijalkowski
Branch: range-immutable
Changeset: r45832:a17d21b7ede9
Date: 2011-07-21 18:15 +0200
http://bitbucket.org/pypy/pypy/changeset/a17d21b7ede9/
Log:merge default again x2
diff --git a/pypy/jit/metainterp/test/test_ajit.py
b/pypy/jit/metainterp/test/test_ajit.py
--- a/p
Author: Maciej Fijalkowski
Branch:
Changeset: r45831:531879ba26f2
Date: 2011-07-21 18:14 +0200
http://bitbucket.org/pypy/pypy/changeset/531879ba26f2/
Log:fix the test
diff --git a/pypy/jit/metainterp/test/test_ajit.py
b/pypy/jit/metainterp/test/test_ajit.py
--- a/pypy/jit/metainterp/test/t
Author: Maciej Fijalkowski
Branch:
Changeset: r45830:f653dfeacbc6
Date: 2011-07-21 17:49 +0200
http://bitbucket.org/pypy/pypy/changeset/f653dfeacbc6/
Log:add a failing test
diff --git a/pypy/jit/metainterp/test/test_ajit.py
b/pypy/jit/metainterp/test/test_ajit.py
--- a/pypy/jit/metainterp/
Author: Maciej Fijalkowski
Branch:
Changeset: r45829:558c3a321a43
Date: 2011-07-21 17:48 +0200
http://bitbucket.org/pypy/pypy/changeset/558c3a321a43/
Log:Disable those jitdrivers for now - they break translation
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronump
Author: Maciej Fijalkowski
Branch: range-immutable
Changeset: r45828:b93130fd5be1
Date: 2011-07-21 17:06 +0200
http://bitbucket.org/pypy/pypy/changeset/b93130fd5be1/
Log:merge default again
diff --git a/pypy/objspace/std/dictproxyobject.py
b/pypy/objspace/std/dictproxyobject.py
--- a/pypy/o
Author: Maciej Fijalkowski
Branch: range-immutable
Changeset: r45827:3e3564841c5c
Date: 2011-07-21 16:58 +0200
http://bitbucket.org/pypy/pypy/changeset/3e3564841c5c/
Log:merge default
diff --git a/pypy/module/__pypy__/__init__.py b/pypy/module/__pypy__/__init__.py
--- a/pypy/module/__pypy__/
Author: Antonio Cuni
Branch:
Changeset: r45826:ebd8af15b4e6
Date: 2011-07-21 17:00 +0200
http://bitbucket.org/pypy/pypy/changeset/ebd8af15b4e6/
Log:bah, I don't know why I did it, but the fix in abaf35bf5217 actually
breaks things. Revert
diff --git a/pypy/objspace/std/dictproxyobje
Author: Maciej Fijalkowski
Branch: range-immutable
Changeset: r45825:143aa349dc6d
Date: 2011-07-21 16:49 +0200
http://bitbucket.org/pypy/pypy/changeset/143aa349dc6d/
Log:kill some dead code and make fields immutable
diff --git a/pypy/objspace/std/rangeobject.py b/pypy/objspace/std/rangeobjec
Author: Maciej Fijalkowski
Branch: range-immutable
Changeset: r45824:d1de6e6a2438
Date: 2011-07-21 16:46 +0200
http://bitbucket.org/pypy/pypy/changeset/d1de6e6a2438/
Log:kill the silly speedups - sort and reverse force the list.
diff --git a/pypy/objspace/std/rangeobject.py b/pypy/objspace/s
Author: Armin Rigo
Branch:
Changeset: r45823:96b67e33eb50
Date: 2011-07-21 16:18 +0200
http://bitbucket.org/pypy/pypy/changeset/96b67e33eb50/
Log:Easter-egg-like implementation of __pypy__.do_what_I_mean().
diff --git a/pypy/module/__pypy__/__init__.py b/pypy/module/__pypy__/__init__.py
---
Author: Armin Rigo
Branch: custom-trace
Changeset: r45822:6e4633e7cfeb
Date: 2011-07-21 15:56 +0200
http://bitbucket.org/pypy/pypy/changeset/6e4633e7cfeb/
Log:A branch in which to implement custom "tracers" for the GC.
The goal is to let some special object types have a custom trace(
Author: Antonio Cuni
Branch:
Changeset: r45821:3e31e1098d65
Date: 2011-07-21 16:12 +0200
http://bitbucket.org/pypy/pypy/changeset/3e31e1098d65/
Log:this field is now quasi-immutable
diff --git a/pypy/module/pypyjit/test_pypy_c/test__ffi.py
b/pypy/module/pypyjit/test_pypy_c/test__ffi.py
---
Author: Antonio Cuni
Branch:
Changeset: r45820:abaf35bf5217
Date: 2011-07-21 16:11 +0200
http://bitbucket.org/pypy/pypy/changeset/abaf35bf5217/
Log:translation fix
diff --git a/pypy/objspace/std/dictproxyobject.py
b/pypy/objspace/std/dictproxyobject.py
--- a/pypy/objspace/std/dictproxyobje
Author: Maciej Fijalkowski
Branch:
Changeset: r45819:aa1f3c5c459c
Date: 2011-07-21 15:57 +0200
http://bitbucket.org/pypy/pypy/changeset/aa1f3c5c459c/
Log:remove code duplication and fix the translation hopefully
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronump
Author: Antonio Cuni
Branch:
Changeset: r45818:5f668bf0e242
Date: 2011-07-21 15:15 +0200
http://bitbucket.org/pypy/pypy/changeset/5f668bf0e242/
Log:write doc for this option
diff --git a/pypy/doc/config/translation.dont_write_c_files.txt
b/pypy/doc/config/translation.dont_write_c_files.txt
Author: Antonio Cuni
Branch:
Changeset: r45817:69a7e76a319a
Date: 2011-07-21 15:10 +0200
http://bitbucket.org/pypy/pypy/changeset/69a7e76a319a/
Log:merge the identity-dict-strategy branch, which optimizes access to
dictionary containing only classes which compare 'by identity'
diff
Author: Antonio Cuni
Branch: identity-dict-strategy
Changeset: r45816:6746c1579cab
Date: 2011-07-21 15:10 +0200
http://bitbucket.org/pypy/pypy/changeset/6746c1579cab/
Log:close about-to-be-merged branch
___
pypy-commit mailing list
pypy-commit@pyth
Author: Antonio Cuni
Branch: identity-dict-strategy
Changeset: r45815:9c9eaa7e08db
Date: 2011-07-21 15:09 +0200
http://bitbucket.org/pypy/pypy/changeset/9c9eaa7e08db/
Log:write doc for this option
diff --git a/pypy/doc/config/objspace.std.withidentitydict.txt
b/pypy/doc/config/objspace.std.
Author: Wim Lavrijsen
Branch: reflex-support
Changeset: r45814:d099ce6f
Date: 2011-07-21 05:15 -0700
http://bitbucket.org/pypy/pypy/changeset/d099ce6f/
Log:improved error reporting for unknown typed data members
diff --git a/pypy/module/cppyy/converter.py b/pypy/module/cppyy/converte
Author: Wim Lavrijsen
Branch: reflex-support
Changeset: r45813:41aebf1d8db1
Date: 2011-07-21 05:15 -0700
http://bitbucket.org/pypy/pypy/changeset/41aebf1d8db1/
Log:bench02 code cleanup and test of bench
diff --git a/pypy/module/cppyy/bench/bench02.cxx
b/pypy/module/cppyy/bench/bench02.cxx
-
Author: Antonio Cuni
Branch: identity-dict-strategy
Changeset: r45812:a02a3e34b4f2
Date: 2011-07-21 14:07 +0200
http://bitbucket.org/pypy/pypy/changeset/a02a3e34b4f2/
Log:document this small difference
diff --git a/pypy/doc/cpython_differences.rst b/pypy/doc/cpython_differences.rst
--- a/pyp
Author: Wim Lavrijsen
Branch: reflex-support
Changeset: r45811:bddd0178cf08
Date: 2011-07-21 05:05 -0700
http://bitbucket.org/pypy/pypy/changeset/bddd0178cf08/
Log:merge heads
diff --git a/pypy/module/cppyy/test/bench1.py b/pypy/module/cppyy/test/bench1.py
--- a/pypy/module/cppyy/test/bench1
Author: Wim Lavrijsen
Branch: reflex-support
Changeset: r45810:f93d9c300124
Date: 2011-07-21 05:04 -0700
http://bitbucket.org/pypy/pypy/changeset/f93d9c300124/
Log:rules for compiling .cxx in generated makefile
diff --git a/pypy/translator/platform/posix.py
b/pypy/translator/platform/posix.
Author: Wim Lavrijsen
Branch: reflex-support
Changeset: r45809:dbf532b2eb5c
Date: 2011-07-19 06:50 -0700
http://bitbucket.org/pypy/pypy/changeset/dbf532b2eb5c/
Log:update to new interp interface and bench for PyROOT
diff --git a/pypy/module/cppyy/test/bench1.py b/pypy/module/cppyy/test/bench
Author: Antonio Cuni
Branch: identity-dict-strategy
Changeset: r45807:23f86e47c147
Date: 2011-07-21 13:48 +0200
http://bitbucket.org/pypy/pypy/changeset/23f86e47c147/
Log:kill empty line
diff --git a/pypy/objspace/std/test/test_identitydict.py
b/pypy/objspace/std/test/test_identitydict.py
-
Author: Antonio Cuni
Branch: identity-dict-strategy
Changeset: r45806:d8d5656b9fb0
Date: 2011-07-21 13:40 +0200
http://bitbucket.org/pypy/pypy/changeset/d8d5656b9fb0/
Log:add a test for old classes, which are not supported
diff --git a/pypy/objspace/std/test/test_identitydict.py
b/pypy/objs
Author: Antonio Cuni
Branch: identity-dict-strategy
Changeset: r45805:76c609d60ebd
Date: 2011-07-21 12:11 +0200
http://bitbucket.org/pypy/pypy/changeset/76c609d60ebd/
Log:kill the global versioning logic, and add a big comment which
explains why it's not needed
diff --git a/pypy/objs
Author: Antonio Cuni
Branch: identity-dict-strategy
Changeset: r45804:3fa4e79e2664
Date: 2011-07-21 11:42 +0200
http://bitbucket.org/pypy/pypy/changeset/3fa4e79e2664/
Log:a passing test
diff --git a/pypy/objspace/std/test/test_identitydict.py
b/pypy/objspace/std/test/test_identitydict.py
--
Author: Antonio Cuni
Branch: identity-dict-strategy
Changeset: r45803:2171351a31a8
Date: 2011-07-21 11:29 +0200
http://bitbucket.org/pypy/pypy/changeset/2171351a31a8/
Log:write a test_pypy_c test
diff --git a/pypy/module/pypyjit/test_pypy_c/test_containers.py
b/pypy/module/pypyjit/test_pypy
Author: Hakan Ardo
Branch: jit-short_from_state
Changeset: r45802:9b09294e5686
Date: 2011-07-21 12:14 +0200
http://bitbucket.org/pypy/pypy/changeset/9b09294e5686/
Log:dont lose intbound on lengths of virtuals
diff --git a/pypy/jit/metainterp/optimizeopt/intbounds.py
b/pypy/jit/metainterp/op
Author: Hakan Ardo
Branch: jit-short_from_state
Changeset: r45801:d5c554280935
Date: 2011-07-20 16:48 +0200
http://bitbucket.org/pypy/pypy/changeset/d5c554280935/
Log:cleaner
diff --git a/pypy/jit/metainterp/optimizeopt/intbounds.py
b/pypy/jit/metainterp/optimizeopt/intbounds.py
--- a/pypy/
Author: Maciej Fijalkowski
Branch:
Changeset: r152:3b5afee740b3
Date: 2011-07-21 11:43 +0200
http://bitbucket.org/pypy/jitviewer/changeset/3b5afee740b3/
Log:first go at working filter
diff --git a/_jitviewer/static/script.js b/_jitviewer/static/script.js
--- a/_jitviewer/static/script.js
++
Author: Maciej Fijalkowski
Branch:
Changeset: r45799:2c43451adecb
Date: 2011-07-21 10:41 +0200
http://bitbucket.org/pypy/pypy/changeset/2c43451adecb/
Log:fix tests and improve signature
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_numarray.py
--- a
Author: Maciej Fijalkowski
Branch:
Changeset: r45800:96cbeff5195d
Date: 2011-07-21 10:42 +0200
http://bitbucket.org/pypy/pypy/changeset/96cbeff5195d/
Log:make the test assert something
diff --git a/pypy/module/micronumpy/test/test_numarray.py
b/pypy/module/micronumpy/test/test_numarray.py
Author: Maciej Fijalkowski
Branch:
Changeset: r45798:6bc10a129273
Date: 2011-07-21 10:32 +0200
http://bitbucket.org/pypy/pypy/changeset/6bc10a129273/
Log:cleanup
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_numarray.py
--- a/pypy/module/micronumpy/
Author: Maciej Fijalkowski
Branch:
Changeset: r45797:e03df75209a9
Date: 2011-07-21 10:25 +0200
http://bitbucket.org/pypy/pypy/changeset/e03df75209a9/
Log:improve display a bit and fix the test
diff --git a/pypy/tool/jitlogparser/parser.py b/pypy/tool/jitlogparser/parser.py
--- a/pypy/tool/j
Author: Maciej Fijalkowski
Branch:
Changeset: r45796:065c98a10f0d
Date: 2011-07-21 10:22 +0200
http://bitbucket.org/pypy/pypy/changeset/065c98a10f0d/
Log:that was easy, fix arg usage
diff --git a/pypy/tool/jitlogparser/parser.py b/pypy/tool/jitlogparser/parser.py
--- a/pypy/tool/jitlogparse
Author: Maciej Fijalkowski
Branch:
Changeset: r45795:95a8a9907969
Date: 2011-07-21 09:55 +0200
http://bitbucket.org/pypy/pypy/changeset/95a8a9907969/
Log:merge default
diff --git a/pypy/module/micronumpy/__init__.py
b/pypy/module/micronumpy/__init__.py
--- a/pypy/module/micronumpy/__init__
Author: Maciej Fijalkowski
Branch: numpy-setslice
Changeset: r45794:bb33f506f1a2
Date: 2011-07-21 09:54 +0200
http://bitbucket.org/pypy/pypy/changeset/bb33f506f1a2/
Log:close merged branch
___
pypy-commit mailing list
pypy-commit@python.org
http://
Author: Maciej Fijalkowski
Branch:
Changeset: r45793:fb245ad56f79
Date: 2011-07-21 09:54 +0200
http://bitbucket.org/pypy/pypy/changeset/fb245ad56f79/
Log:merge numpy-slice
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_numarray.py
--- a/pypy/module/m
Author: Maciej Fijalkowski
Branch: numpy-setslice
Changeset: r45792:4ee6a8782003
Date: 2011-07-21 09:51 +0200
http://bitbucket.org/pypy/pypy/changeset/4ee6a8782003/
Log:improve tests
diff --git a/pypy/module/micronumpy/test/test_zjit.py
b/pypy/module/micronumpy/test/test_zjit.py
--- a/pypy/
Author: Alex Gaynor
Branch:
Changeset: r45791:a3f9ed7d37a7
Date: 2011-07-21 00:44 -0700
http://bitbucket.org/pypy/pypy/changeset/a3f9ed7d37a7/
Log:Merged numpy-ufuncs into trunk.
diff --git a/pypy/module/micronumpy/__init__.py
b/pypy/module/micronumpy/__init__.py
--- a/pypy/module/micronum
Author: Alex Gaynor
Branch: numpy-ufuncs
Changeset: r45790:2722bcb465c0
Date: 2011-07-21 00:44 -0700
http://bitbucket.org/pypy/pypy/changeset/2722bcb465c0/
Log:Closing about to be merged branch.
___
pypy-commit mailing list
pypy-commit@python.org
h
Author: Alex Gaynor
Branch: numpy-ufuncs
Changeset: r45789:cb06fc29e57c
Date: 2011-07-21 00:38 -0700
http://bitbucket.org/pypy/pypy/changeset/cb06fc29e57c/
Log:Make the operators on an array use the ufuncs internally.
diff --git a/pypy/module/micronumpy/compile.py
b/pypy/module/micronumpy/c
70 matches
Mail list logo