Author: Wim Lavrijsen
Branch: reflex-support
Changeset: r56034:0625d894fb06
Date: 2012-07-11 12:39 -0700
http://bitbucket.org/pypy/pypy/changeset/0625d894fb06/
Log:fix mem-overwrite
diff --git a/pypy/module/cppyy/src/cintcwrapper.cxx
b/pypy/module/cppyy/src/cintcwrapper.cxx
--- a/pypy/modul
Author: Wim Lavrijsen
Branch: reflex-support
Changeset: r56035:7022f512e092
Date: 2012-07-11 12:45 -0700
http://bitbucket.org/pypy/pypy/changeset/7022f512e092/
Log:explain about p3k support
diff --git a/pypy/doc/cppyy.rst b/pypy/doc/cppyy.rst
--- a/pypy/doc/cppyy.rst
+++ b/pypy/doc/cppyy.rst
Author: Wim Lavrijsen
Branch: reflex-support
Changeset: r56036:c1ecf89da7f8
Date: 2012-07-11 17:01 -0700
http://bitbucket.org/pypy/pypy/changeset/c1ecf89da7f8/
Log:clarifications
diff --git a/pypy/doc/cppyy.rst b/pypy/doc/cppyy.rst
--- a/pypy/doc/cppyy.rst
+++ b/pypy/doc/cppyy.rst
@@ -164,7
Author: Wim Lavrijsen
Branch: reflex-support
Changeset: r56038:530dc824896d
Date: 2012-07-11 23:49 -0700
http://bitbucket.org/pypy/pypy/changeset/530dc824896d/
Log:reshuffling to allow back-end specific pythonizations
diff --git a/pypy/module/cppyy/capi/__init__.py
b/pypy/module/cppyy/capi/
Author: Wim Lavrijsen
Branch: reflex-support
Changeset: r56037:f800d0b2a935
Date: 2012-07-11 22:42 -0700
http://bitbucket.org/pypy/pypy/changeset/f800d0b2a935/
Log:stricter handling of r_float and bool and associated tests
diff --git a/pypy/module/cppyy/capi/__init__.py
b/pypy/module/cppyy/
Author: Armin Rigo
Branch:
Changeset: r630:fd33636aebec
Date: 2012-07-12 12:32 +0200
http://bitbucket.org/cffi/cffi/changeset/fd33636aebec/
Log:Tweak the repr of cdata objects in an attempt to reduce a bit
confusion.
diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c
--- a/c/_cffi_b
Author: Matti Picus
Branch: py3k
Changeset: r56039:8bf8a3702d6f
Date: 2012-07-12 15:10 +0300
http://bitbucket.org/pypy/pypy/changeset/8bf8a3702d6f/
Log:py3k syntax fix
diff --git a/pypy/conftest.py b/pypy/conftest.py
--- a/pypy/conftest.py
+++ b/pypy/conftest.py
@@ -78,7 +78,7 @@
"""
Author: Maciej Fijalkowski
Branch:
Changeset: r56040:208ef00be27d
Date: 2012-07-12 19:40 +0200
http://bitbucket.org/pypy/pypy/changeset/208ef00be27d/
Log:eh, don't export w_ in front of every attribute
diff --git a/pypy/module/pypyjit/interp_resop.py
b/pypy/module/pypyjit/interp_resop.py
-
Author: Maciej Fijalkowski
Branch: speedup-unpackiterable
Changeset: r56041:316f403e7dec
Date: 2012-07-12 20:46 +0200
http://bitbucket.org/pypy/pypy/changeset/316f403e7dec/
Log:part one - try to add jitdriver to unpackiterable that specializes
on type of the iterable
diff --git a/pyp
Author: Maciej Fijalkowski
Branch: speedup-unpackiterable
Changeset: r56042:726ba326bf2f
Date: 2012-07-12 20:46 +0200
http://bitbucket.org/pypy/pypy/changeset/726ba326bf2f/
Log:Add a name
diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py
--- a/pypy/interpreter/
Author: Maciej Fijalkowski
Branch:
Changeset: r56043:2e468d04652f
Date: 2012-07-12 20:55 +0200
http://bitbucket.org/pypy/pypy/changeset/2e468d04652f/
Log:Remove lib_pypy/distributed. It was a nice concept, but I doubt
anyone ever used it for anything (it was also not quite working).
Author: Maciej Fijalkowski
Branch:
Changeset: r56044:7913c1e80432
Date: 2012-07-12 21:01 +0200
http://bitbucket.org/pypy/pypy/changeset/7913c1e80432/
Log:increaste test coverage, by removing random unrelated stuff
diff --git a/lib_pypy/PyQt4.py b/lib_pypy/PyQt4.py
deleted file mode 100644
-
Author: Maciej Fijalkowski
Branch: speedup-unpackiterable
Changeset: r56045:c840e60b28ad
Date: 2012-07-12 21:22 +0200
http://bitbucket.org/pypy/pypy/changeset/c840e60b28ad/
Log:an obscure fix for an obscure problem
diff --git a/pypy/jit/metainterp/warmspot.py b/pypy/jit/metainterp/warmspot.p
Author: Maciej Fijalkowski
Branch: speedup-unpackiterable
Changeset: r56046:e47e3159542b
Date: 2012-07-12 21:38 +0200
http://bitbucket.org/pypy/pypy/changeset/e47e3159542b/
Log:merge default
diff --git a/lib_pypy/PyQt4.py b/lib_pypy/PyQt4.py
deleted file mode 100644
--- a/lib_pypy/PyQt4.py
+
Author: Antonio Cuni
Branch: py3k
Changeset: r56047:aad1226fa707
Date: 2012-07-13 00:36 +0200
http://bitbucket.org/pypy/pypy/changeset/aad1226fa707/
Log:the 'exceptions' module is gone in Python3, and exceptions are now
directly in builtins. However, in PyPy we cannot simply move them
Author: Antonio Cuni
Branch: py3k
Changeset: r56048:97ac1994450a
Date: 2012-07-13 00:49 +0200
http://bitbucket.org/pypy/pypy/changeset/97ac1994450a/
Log:import the types directly from __exception__ instead of builtins.
This makes a difference because the conftest overrides the
Author: Maciej Fijalkowski
Branch: speedup-unpackiterable
Changeset: r56049:ddb50e25e3e9
Date: 2012-07-13 00:59 +0200
http://bitbucket.org/pypy/pypy/changeset/ddb50e25e3e9/
Log:add itertools.repeat.__len__
diff --git a/pypy/module/itertools/interp_itertools.py
b/pypy/module/itertools/interp
Author: Maciej Fijalkowski
Branch: speedup-unpackiterable
Changeset: r56051:b08585390218
Date: 2012-07-13 01:25 +0200
http://bitbucket.org/pypy/pypy/changeset/b08585390218/
Log:a major refactor - try to have different classes for
iterkeys/itervalues/iteritems
diff --git a/pypy/objspa
Author: Maciej Fijalkowski
Branch: speedup-unpackiterable
Changeset: r56052:227d0a0b4ef2
Date: 2012-07-13 01:52 +0200
http://bitbucket.org/pypy/pypy/changeset/227d0a0b4ef2/
Log:translation fix
diff --git a/pypy/objspace/std/kwargsdict.py b/pypy/objspace/std/kwargsdict.py
--- a/pypy/objspace/
Author: Philip Jenvey
Branch: length-hint
Changeset: r56053:7ff6c6244984
Date: 2012-07-12 16:56 -0700
http://bitbucket.org/pypy/pypy/changeset/7ff6c6244984/
Log:add resizelist_hint
diff --git a/pypy/rlib/objectmodel.py b/pypy/rlib/objectmodel.py
--- a/pypy/rlib/objectmodel.py
+++ b/pypy/rlib
Author: Philip Jenvey
Branch: length-hint
Changeset: r56054:cdfc0fe387be
Date: 2012-07-12 16:58 -0700
http://bitbucket.org/pypy/pypy/changeset/cdfc0fe387be/
Log:refer to the generic resize call
diff --git a/pypy/rlib/objectmodel.py b/pypy/rlib/objectmodel.py
--- a/pypy/rlib/objectmodel.py
++
Author: Maciej Fijalkowski
Branch: speedup-unpackiterable
Changeset: r56055:5cd82fbdcba8
Date: 2012-07-13 02:03 +0200
http://bitbucket.org/pypy/pypy/changeset/5cd82fbdcba8/
Log:I think it's safe that way
diff --git a/pypy/objspace/std/dictmultiobject.py
b/pypy/objspace/std/dictmultiobject.p
Author: Philip Jenvey
Branch: length-hint
Changeset: r56056:c0456a723fa3
Date: 2012-07-12 21:19 -0700
http://bitbucket.org/pypy/pypy/changeset/c0456a723fa3/
Log:__length_hint__ comes from the type dict, not getattr thanks arigo
diff --git a/pypy/objspace/std/iterobject.py b/pypy/objspace/std
23 matches
Mail list logo