Author: Hakan Ardo
Branch: jit-short_from_state
Changeset: r44067:80bb810b6354
Date: 2011-05-07 10:36 +0200
http://bitbucket.org/pypy/pypy/changeset/80bb810b6354/
Log:generalize unreasonable intbounds at end of preamble
diff --git a/pypy/jit/metainterp/optimizeopt/intutils.py
b/pypy/jit/met
Author: Hakan Ardo
Branch: jit-short_from_state
Changeset: r44068:fcbb3a03ff88
Date: 2011-05-11 08:16 +0200
http://bitbucket.org/pypy/pypy/changeset/fcbb3a03ff88/
Log:retrace bug (work in progress)
diff --git a/pypy/jit/metainterp/compile.py b/pypy/jit/metainterp/compile.py
--- a/pypy/jit/me
Author: Alex Gaynor
Branch:
Changeset: r44066:45e442083707
Date: 2011-05-11 00:27 -0400
http://bitbucket.org/pypy/pypy/changeset/45e442083707/
Log:Fixed trace objspace tests.
diff --git a/pypy/objspace/trace.py b/pypy/objspace/trace.py
--- a/pypy/objspace/trace.py
+++ b/pypy/objspace/trace.
Author: Wim Lavrijsen
Branch: reflex-support
Changeset: r44064:e8c0d8a2b136
Date: 2011-02-07 13:54 -0800
http://bitbucket.org/pypy/pypy/changeset/e8c0d8a2b136/
Log:fix typo
diff --git a/pypy/module/cppyy/interp_cppyy.py
b/pypy/module/cppyy/interp_cppyy.py
--- a/pypy/module/cppyy/interp_cppy
Author: Wim Lavrijsen
Branch: reflex-support
Changeset: r44065:0bb7cb080a74
Date: 2011-05-10 15:49 -0700
http://bitbucket.org/pypy/pypy/changeset/0bb7cb080a74/
Log:write support for static (class-level) data members
diff --git a/pypy/module/cppyy/converter.py b/pypy/module/cppyy/converter.py
Author: Armin Rigo
Branch:
Changeset: r44057:7166ff963e21
Date: 2011-05-10 22:08 +0200
http://bitbucket.org/pypy/pypy/changeset/7166ff963e21/
Log:Implement the app-level interface.
diff --git a/pypy/module/_multibytecodec/c_codecs.py
b/pypy/module/_multibytecodec/c_codecs.py
--- a/pypy/mod
Author: Alex Gaynor
Branch:
Changeset: r44062:66eaacec27db
Date: 2011-05-10 17:11 -0400
http://bitbucket.org/pypy/pypy/changeset/66eaacec27db/
Log:Implemented PyFile_Name, thanks timonator.
diff --git a/pypy/module/cpyext/pyfile.py b/pypy/module/cpyext/pyfile.py
--- a/pypy/module/cpyext/pyf
Author: Armin Rigo
Branch:
Changeset: r44060:9eb070967997
Date: 2011-05-10 23:03 +0200
http://bitbucket.org/pypy/pypy/changeset/9eb070967997/
Log:Just in case, add NOT_RPYTHON.
diff --git a/pypy/module/_multibytecodec/app_multibytecodec.py
b/pypy/module/_multibytecodec/app_multibytecodec.p
Author: Armin Rigo
Branch:
Changeset: r44059:c65231305af3
Date: 2011-05-10 22:45 +0200
http://bitbucket.org/pypy/pypy/changeset/c65231305af3/
Log:Encode interface.
diff --git a/pypy/module/_multibytecodec/interp_multibytecodec.py
b/pypy/module/_multibytecodec/interp_multibytecodec.py
--- a
Author: Armin Rigo
Branch:
Changeset: r44058:6cb94685f116
Date: 2011-05-10 22:40 +0200
http://bitbucket.org/pypy/pypy/changeset/6cb94685f116/
Log:Encoding.
diff --git a/pypy/module/_multibytecodec/c_codecs.py
b/pypy/module/_multibytecodec/c_codecs.py
--- a/pypy/module/_multibytecodec/c_cod
Author: Armin Rigo
Branch:
Changeset: r44052:89ccab9548f1
Date: 2011-05-10 11:42 +0200
http://bitbucket.org/pypy/pypy/changeset/89ccab9548f1/
Log:Adapt the files for PyPy usage.
diff --git a/pypy/module/_multibytecodec/cjkcodecs/README
b/pypy/module/_multibytecodec/cjkcodecs/README
--- a/p
Author: Armin Rigo
Branch:
Changeset: r44056:c5e9d584bb8f
Date: 2011-05-10 21:47 +0200
http://bitbucket.org/pypy/pypy/changeset/c5e9d584bb8f/
Log:Progress.
diff --git a/pypy/module/_multibytecodec/c_codecs.py
b/pypy/module/_multibytecodec/c_codecs.py
--- a/pypy/module/_multibytecodec/c_cod
Author: Armin Rigo
Branch:
Changeset: r44055:b3db989ddedc
Date: 2011-05-10 18:13 +0200
http://bitbucket.org/pypy/pypy/changeset/b3db989ddedc/
Log:In-progress: the very first test passes.
diff --git a/pypy/module/_multibytecodec/c_codecs.py
b/pypy/module/_multibytecodec/c_codecs.py
--- a/py
Author: Armin Rigo
Branch:
Changeset: r44054:c5c360ae4de7
Date: 2011-05-10 16:21 +0200
http://bitbucket.org/pypy/pypy/changeset/c5c360ae4de7/
Log:Write a bit more of the app-level interface. Untested so far.
diff --git a/lib_pypy/_codecs_cn.py b/lib_pypy/_codecs_cn.py
new file mode 100644
-
Author: Armin Rigo
Branch:
Changeset: r44053:2e36d562269a
Date: 2011-05-10 13:52 +0200
http://bitbucket.org/pypy/pypy/changeset/2e36d562269a/
Log:Initial test about accessing the codecs from pypy.
diff --git a/pypy/module/_multibytecodec/__init__.py
b/pypy/module/_multibytecodec/__init__.p
Author: Antonio Cuni
Branch: jitypes2
Changeset: r44050:11719e588a62
Date: 2011-05-10 16:07 +0200
http://bitbucket.org/pypy/pypy/changeset/11719e588a62/
Log:add a handy method dump() to looptoken, which prints a disassembled
version of the compiled loop on stdout
diff --git a/pypy/ji
Author: Antonio Cuni
Branch:
Changeset: r44049:0290536f82b8
Date: 2011-05-10 15:10 +0200
http://bitbucket.org/pypy/pypy/changeset/0290536f82b8/
Log:use intel syntax here: at least, it is consistent with the order of
operands we use in the backend
diff --git a/pypy/jit/backend/x86/to
Author: Antonio Cuni
Branch: jitypes2
Changeset: r44048:1025b1e5c8b3
Date: 2011-05-10 15:10 +0200
http://bitbucket.org/pypy/pypy/changeset/1025b1e5c8b3/
Log:use intel syntax here: at least, it is consistent with the order of
operands we use in the backend
diff --git a/pypy/jit/backen
Author: holger krekel
Branch: extradoc
Changeset: r193:df7b5f4b0e13
Date: 2011-05-10 11:50 +0200
http://bitbucket.org/pypy/pypy.org/changeset/df7b5f4b0e13/
Log:fix another codespeak ML link
diff --git a/source/contact.txt b/source/contact.txt
--- a/source/contact.txt
+++ b/source/contact.txt
19 matches
Mail list logo