Author: David Schneider
Branch: extradoc
Changeset: r3995:abf475e17259
Date: 2012-01-03 10:00 +0100
http://bitbucket.org/pypy/extradoc/changeset/abf475e17259/
Log:Add myself
diff --git a/sprintinfo/leysin-winter-2012/people.txt
b/sprintinfo/leysin-winter-2012/people.txt
--- a/sprintinfo/ley
Author: Maciej Fijalkowski
Branch:
Changeset: r50982:dfdc41ac371c
Date: 2012-01-03 11:48 +0200
http://bitbucket.org/pypy/pypy/changeset/dfdc41ac371c/
Log:minor simplifications and fixes that were laying around in my wc
diff --git a/pypy/module/pypyjit/test_pypy_c/test_00_model.py
b/pypy/mo
Author: Maciej Fijalkowski
Branch:
Changeset: r50983:ac51513392d3
Date: 2012-01-03 11:49 +0200
http://bitbucket.org/pypy/pypy/changeset/ac51513392d3/
Log:(mikefc) add an ndim attribute
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_numarray.py
--- a/
Author: Maciej Fijalkowski
Branch:
Changeset: r50986:9a896c04e85a
Date: 2012-01-03 13:17 +0200
http://bitbucket.org/pypy/pypy/changeset/9a896c04e85a/
Log:(mattip) merge numpy-repr-fix
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_numarray.py
--- a/p
Author: Maciej Fijalkowski
Branch: numpypy-repr-fix
Changeset: r50987:cef73b42fc52
Date: 2012-01-03 13:17 +0200
http://bitbucket.org/pypy/pypy/changeset/cef73b42fc52/
Log:close merged branch
___
pypy-commit mailing list
pypy-commit@python.org
http:
Author: Hakan Ardo
Branch: jit-usable_retrace_2
Changeset: r50984:96d5bc2c492d
Date: 2012-01-03 11:33 +0100
http://bitbucket.org/pypy/pypy/changeset/96d5bc2c492d/
Log:Generalize a bit harder by killing intbounds and constants at end of
bridges forcing retracing.
diff --git a/pypy/jit
Author: Hakan Ardo
Branch: jit-usable_retrace_2
Changeset: r50985:8fc4e9a20794
Date: 2012-01-03 12:13 +0100
http://bitbucket.org/pypy/pypy/changeset/8fc4e9a20794/
Log:fix test
diff --git a/pypy/jit/metainterp/test/test_send.py
b/pypy/jit/metainterp/test/test_send.py
--- a/pypy/jit/metainter
Author: hager
Branch: ppc-jit-backend
Changeset: r50989:4da195ede6a6
Date: 2012-01-03 03:24 -0800
http://bitbucket.org/pypy/pypy/changeset/4da195ede6a6/
Log:fix wrong guard condition in CALL_ASSEMBLER
diff --git a/pypy/jit/backend/ppc/ppcgen/opassembler.py
b/pypy/jit/backend/ppc/ppcgen/opas
Author: hager
Branch: ppc-jit-backend
Changeset: r50988:2044da143a09
Date: 2012-01-03 03:23 -0800
http://bitbucket.org/pypy/pypy/changeset/2044da143a09/
Log:fix broken offset in PPC64 direct bootstrap code
diff --git a/pypy/jit/backend/ppc/ppcgen/ppc_assembler.py
b/pypy/jit/backend/ppc/ppcg
Author: Maciej Fijalkowski
Branch: better-jit-hooks
Changeset: r50991:7f549487e540
Date: 2012-01-03 14:03 +0200
http://bitbucket.org/pypy/pypy/changeset/7f549487e540/
Log:remove unnecessary imports
diff --git a/pypy/rlib/jit.py b/pypy/rlib/jit.py
--- a/pypy/rlib/jit.py
+++ b/pypy/rlib/jit.py
Author: hager
Branch: ppc-jit-backend
Changeset: r50992:997593f72e51
Date: 2012-01-03 13:35 +0100
http://bitbucket.org/pypy/pypy/changeset/997593f72e51/
Log:fix another bug in CALL_ASSEMBLER
diff --git a/pypy/jit/backend/ppc/ppcgen/opassembler.py
b/pypy/jit/backend/ppc/ppcgen/opassembler.py
Author: Maciej Fijalkowski
Branch: better-jit-hooks
Changeset: r50993:a8dc9a3fd739
Date: 2012-01-03 14:42 +0200
http://bitbucket.org/pypy/pypy/changeset/a8dc9a3fd739/
Log:work out the API
diff --git a/pypy/rlib/jit.py b/pypy/rlib/jit.py
--- a/pypy/rlib/jit.py
+++ b/pypy/rlib/jit.py
@@ -449,2
Author: Maciej Fijalkowski
Branch: better-jit-hooks
Changeset: r50994:f7c24c0067c5
Date: 2012-01-03 14:59 +0200
http://bitbucket.org/pypy/pypy/changeset/f7c24c0067c5/
Log:progress - have some more information on on_abort hook, kill some
unnecessary clutter
diff --git a/pypy/jit/codew
Author: Maciej Fijalkowski
Branch: better-jit-hooks
Changeset: r50995:fb9acc31d2e9
Date: 2012-01-03 15:02 +0200
http://bitbucket.org/pypy/pypy/changeset/fb9acc31d2e9/
Log:adjust pypyjit module to use the new API
diff --git a/pypy/module/pypyjit/policy.py b/pypy/module/pypyjit/policy.py
--- a
Author: Hakan Ardo
Branch: extradoc
Changeset: r3996:8bce6bae2607
Date: 2012-01-03 14:28 +0100
http://bitbucket.org/pypy/extradoc/changeset/8bce6bae2607/
Log:adjust mplayer hack to also work with more modern mplayer
diff --git a/talk/iwtc11/benchmarks/image/io.py
b/talk/iwtc11/benchmarks/im
Author: hager
Branch: ppc-jit-backend
Changeset: r50996:be5c3642001f
Date: 2012-01-03 14:29 +0100
http://bitbucket.org/pypy/pypy/changeset/be5c3642001f/
Log:(bivab, hager): make test_memoryerror pass, factor out return code
diff --git a/pypy/jit/backend/ppc/ppcgen/ppc_assembler.py
b/pypy/ji
Author: Carl Friedrich Bolz
Branch: extradoc
Changeset: r3997:806e6da58235
Date: 2011-12-19 19:45 +0100
http://bitbucket.org/pypy/extradoc/changeset/806e6da58235/
Log:this was done by the list-strategies branch
diff --git a/planning/jit.txt b/planning/jit.txt
--- a/planning/jit.txt
+++ b/pla
Author: Carl Friedrich Bolz
Branch: extradoc
Changeset: r3998:f5f38f08d90d
Date: 2011-12-19 19:45 +0100
http://bitbucket.org/pypy/extradoc/changeset/f5f38f08d90d/
Log:typo in talk slides
diff --git a/talk/icooolps2011/talk/talk.tex b/talk/icooolps2011/talk/talk.tex
--- a/talk/icooolps2011/ta
Author: Carl Friedrich Bolz
Branch: extradoc
Changeset: r3999:a88377852aa3
Date: 2012-01-03 14:30 +0100
http://bitbucket.org/pypy/extradoc/changeset/a88377852aa3/
Log:merge
diff --git a/blog/draft/matplotlib.rst b/blog/draft/matplotlib.rst
new file mode 100644
--- /dev/null
+++ b/blog/draft/
Author: hager
Branch: ppc-jit-backend
Changeset: r50998:d3d90edc432a
Date: 2012-01-03 15:03 +0100
http://bitbucket.org/pypy/pypy/changeset/d3d90edc432a/
Log:changes due to merge
diff --git a/pypy/jit/backend/ppc/ppcgen/codebuilder.py
b/pypy/jit/backend/ppc/ppcgen/codebuilder.py
--- a/pypy/j
Author: hager
Branch: ppc-jit-backend
Changeset: r50999:59f9ad63fcbc
Date: 2012-01-03 17:05 +0100
http://bitbucket.org/pypy/pypy/changeset/59f9ad63fcbc/
Log:(edelsohn, hager): corrected diagram of stackframes
diff --git a/pypy/jit/backend/ppc/ppcgen/test/test_stackframe.py
b/pypy/jit/backen
Author: hager
Branch: ppc-jit-backend
Changeset: r51000:c0bb80a287e9
Date: 2012-01-03 17:28 +0100
http://bitbucket.org/pypy/pypy/changeset/c0bb80a287e9/
Log:fixed typo in diagram
diff --git a/pypy/jit/backend/ppc/ppcgen/test/test_stackframe.py
b/pypy/jit/backend/ppc/ppcgen/test/test_stackfr
Author: Alex Gaynor
Branch:
Changeset: r51001:1946d8c1d887
Date: 2012-01-03 10:36 -0600
http://bitbucket.org/pypy/pypy/changeset/1946d8c1d887/
Log:small beautification
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_numarray.py
--- a/pypy/module/micro
Author: Alex Gaynor
Branch:
Changeset: r51002:ece227c225ab
Date: 2012-01-03 15:19 -0600
http://bitbucket.org/pypy/pypy/changeset/ece227c225ab/
Log:fix comment
diff --git a/pypy/module/micronumpy/test/test_numarray.py
b/pypy/module/micronumpy/test/test_numarray.py
--- a/pypy/module/micronum
Pull request #1 has been accepted by Alex Gaynor.
Changes in jonashaag/benchmarks have been pulled into pypy/benchmarks.
https://bitbucket.org/pypy/benchmarks/pull-request/1/added-gzip-benchmark
--
This is an issue notification from bitbucket.org.
You are receiving this either because you are the
Author: Jonas Haag
Branch:
Changeset: r155:783f9a3c79e7
Date: 2011-11-24 10:43 +0100
http://bitbucket.org/pypy/benchmarks/changeset/783f9a3c79e7/
Log:Added GZip benchmark
diff --git a/own/bm_gzip.py b/own/bm_gzip.py
new file mode 100644
--- /dev/null
+++ b/own/bm_gzip.py
@@ -0,0 +1,45 @@
+i
Author: mattip
Branch: numpypy-axisops
Changeset: r51003:20bacb9bb86a
Date: 2012-01-03 23:36 +0200
http://bitbucket.org/pypy/pypy/changeset/20bacb9bb86a/
Log:merge with default
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -27,7 +27,7 @@
DEALINGS IN THE SOFTWARE.
-PyP
Author: mattip
Branch: numpypy-axisops
Changeset: r51004:6c64bd2290f9
Date: 2012-01-04 00:44 +0200
http://bitbucket.org/pypy/pypy/changeset/6c64bd2290f9/
Log:add test to cover no identity value in reduce
diff --git a/pypy/module/micronumpy/test/test_numarray.py
b/pypy/module/micronumpy/test/
Author: Maciej Fijalkowski
Branch: extradoc
Changeset: r300:0236eec67b94
Date: 2012-01-04 01:04 +0200
http://bitbucket.org/pypy/pypy.org/changeset/0236eec67b94/
Log:update individual donations
diff --git a/don1.html b/don1.html
--- a/don1.html
+++ b/don1.html
@@ -13,7 +13,7 @@
});
-
Author: Maciej Fijalkowski
Branch: extradoc
Changeset: r301:ce65b7d4c181
Date: 2012-01-04 01:05 +0200
http://bitbucket.org/pypy/pypy.org/changeset/ce65b7d4c181/
Log:merge
diff --git a/compat.html b/compat.html
--- a/compat.html
+++ b/compat.html
@@ -52,7 +52,7 @@
PyPy has alpha/beta-level s
Author: mattip
Branch: numpypy-axisops
Changeset: r51005:e27a9330285a
Date: 2012-01-04 01:11 +0200
http://bitbucket.org/pypy/pypy/changeset/e27a9330285a/
Log:kill dead code, with an assert and a comment
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_nu
31 matches
Mail list logo