Author: Armin Rigo
Branch:
Changeset: r46265:98ee4765637d
Date: 2011-08-04 08:58 +0200
http://bitbucket.org/pypy/pypy/changeset/98ee4765637d/
Log:Fix the (disabled) test, and add another one, skipped too.
diff --git a/pypy/jit/metainterp/optimizeopt/test/test_optimizebasic.py
b/pypy/jit/me
Author: Maciej Fijalkowski
Branch:
Changeset: r46266:7c630a3bda08
Date: 2011-08-04 09:13 +0200
http://bitbucket.org/pypy/pypy/changeset/7c630a3bda08/
Log:release announcement, unfinished
diff --git a/pypy/doc/release-1.6.0.rst b/pypy/doc/release-1.6.0.rst
--- a/pypy/doc/release-1.6.0.rst
++
Author: Armin Rigo
Branch:
Changeset: r46267:845a20f574a8
Date: 2011-08-04 09:28 +0200
http://bitbucket.org/pypy/pypy/changeset/845a20f574a8/
Log:Comment out the stackless build.
diff --git a/pypy/tool/release/force-builds.py
b/pypy/tool/release/force-builds.py
--- a/pypy/tool/release/forc
Author: Armin Rigo
Branch:
Changeset: r46268:fa51adbaccd0
Date: 2011-08-04 09:31 +0200
http://bitbucket.org/pypy/pypy/changeset/fa51adbaccd0/
Log:merge heads
diff --git a/pypy/doc/release-1.6.0.rst b/pypy/doc/release-1.6.0.rst
--- a/pypy/doc/release-1.6.0.rst
+++ b/pypy/doc/release-1.6.0.rs
Author: Antonio Cuni
Branch:
Changeset: r46269:29f682cd91eb
Date: 2011-08-04 11:19 +0200
http://bitbucket.org/pypy/pypy/changeset/29f682cd91eb/
Log:improve the release announcement
diff --git a/pypy/doc/release-1.6.0.rst b/pypy/doc/release-1.6.0.rst
--- a/pypy/doc/release-1.6.0.rst
+++ b/py
Author: Antonio Cuni
Branch:
Changeset: r46270:5282c8dc5e34
Date: 2011-08-04 11:20 +0200
http://bitbucket.org/pypy/pypy/changeset/5282c8dc5e34/
Log:reflow the paragraph
diff --git a/pypy/doc/release-1.6.0.rst b/pypy/doc/release-1.6.0.rst
--- a/pypy/doc/release-1.6.0.rst
+++ b/pypy/doc/relea
Author: Antonio Cuni
Branch:
Changeset: r46271:59054f240984
Date: 2011-08-04 11:34 +0200
http://bitbucket.org/pypy/pypy/changeset/59054f240984/
Log:signature
diff --git a/pypy/doc/release-1.6.0.rst b/pypy/doc/release-1.6.0.rst
--- a/pypy/doc/release-1.6.0.rst
+++ b/pypy/doc/release-1.6.0.rs
Author: Antonio Cuni
Branch:
Changeset: r46272:5714e1716790
Date: 2011-08-04 14:17 +0200
http://bitbucket.org/pypy/pypy/changeset/5714e1716790/
Log:fix docstring
diff --git a/pypy/tool/gdb_pypy.py b/pypy/tool/gdb_pypy.py
--- a/pypy/tool/gdb_pypy.py
+++ b/pypy/tool/gdb_pypy.py
@@ -1,12 +1,11
Author: Antonio Cuni
Branch:
Changeset: r46273:9fca7652288f
Date: 2011-08-04 15:08 +0200
http://bitbucket.org/pypy/pypy/changeset/9fca7652288f/
Log:automatically find typeids.txt based on the exe name, and cache the
result of load_typeids
diff --git a/pypy/tool/gdb_pypy.py b/pypy/to
Author: Antonio Cuni
Branch:
Changeset: r46274:6acca3ec3ace
Date: 2011-08-04 16:49 +0200
http://bitbucket.org/pypy/pypy/changeset/6acca3ec3ace/
Log:refactor the code and start to write tests
diff --git a/pypy/tool/gdb_pypy.py b/pypy/tool/gdb_pypy.py
--- a/pypy/tool/gdb_pypy.py
+++ b/pypy/to
Author: Antonio Cuni
Branch:
Changeset: r46275:62e1af4ab97b
Date: 2011-08-04 17:03 +0200
http://bitbucket.org/pypy/pypy/changeset/62e1af4ab97b/
Log:write a test for the rpy_type command
diff --git a/pypy/tool/gdb_pypy.py b/pypy/tool/gdb_pypy.py
--- a/pypy/tool/gdb_pypy.py
+++ b/pypy/tool/gd
Author: Alex Gaynor
Branch:
Changeset: r46276:b93fffded57b
Date: 2011-08-04 10:54 -0700
http://bitbucket.org/pypy/pypy/changeset/b93fffded57b/
Log:fix these tests, the resop int_mod returns a negative value for
mixed operand signs.
diff --git a/pypy/jit/metainterp/optimizeopt/intbou
Author: Alex Gaynor
Branch:
Changeset: r46277:89041e70a53c
Date: 2011-08-04 11:00 -0700
http://bitbucket.org/pypy/pypy/changeset/89041e70a53c/
Log:set a good example for the children.
diff --git a/pypy/tool/gdb_pypy.py b/pypy/tool/gdb_pypy.py
--- a/pypy/tool/gdb_pypy.py
+++ b/pypy/tool/gdb_
Author: Alex Gaynor
Branch:
Changeset: r46278:0711b0884500
Date: 2011-08-04 11:12 -0700
http://bitbucket.org/pypy/pypy/changeset/0711b0884500/
Log:a bit of cleanup to the release notes.
diff --git a/pypy/doc/release-1.6.0.rst b/pypy/doc/release-1.6.0.rst
--- a/pypy/doc/release-1.6.0.rst
+++
Author: Alex Gaynor
Branch:
Changeset: r46279:262a9d9d8cf2
Date: 2011-08-04 13:47 -0700
http://bitbucket.org/pypy/pypy/changeset/262a9d9d8cf2/
Log:Use intbounds information to decide if a {get,set}arrayitem_gc can
alias a previous setfield which became lazy.
diff --git a/pypy/jit/me
Author: Alex Gaynor
Branch: unroll-if-alt
Changeset: r46281:4cf72bb9debd
Date: 2011-08-04 14:52 -0700
http://bitbucket.org/pypy/pypy/changeset/4cf72bb9debd/
Log:Add a pair of NotImplementedError methods, just for completeness.
diff --git a/pypy/jit/backend/model.py b/pypy/jit/backend/model.p
Author: Wim Lavrijsen
Branch: reflex-support
Changeset: r46282:3a02f1e69310
Date: 2011-08-04 10:55 -0700
http://bitbucket.org/pypy/pypy/changeset/3a02f1e69310/
Log:hsimple benchmark improvements
diff --git a/pypy/module/cppyy/bench/bench02.cxx
b/pypy/module/cppyy/bench/bench02.cxx
--- a/pyp
Author: Wim Lavrijsen
Branch: reflex-support
Changeset: r46283:db2e4676dd01
Date: 2011-08-04 17:44 -0700
http://bitbucket.org/pypy/pypy/changeset/db2e4676dd01/
Log:further progress on CINT back-end
diff --git a/pypy/module/cppyy/capi/cint_capi.py
b/pypy/module/cppyy/capi/cint_capi.py
--- a/
18 matches
Mail list logo