Author: Maciej Fijalkowski
Branch:
Changeset: r73964:62dc72d52028
Date: 2014-10-15 10:33 +0200
http://bitbucket.org/pypy/pypy/changeset/62dc72d52028/
Log:disable shared by default and suggest it from pypy instead
diff --git a/pypy/goal/targetpypystandalone.py
b/pypy/goal/targetpypystandalo
Author: Maciej Fijalkowski
Branch:
Changeset: r73965:d13a556c
Date: 2014-10-15 10:52 +0200
http://bitbucket.org/pypy/pypy/changeset/d13a556c/
Log:merge
diff too long, truncating to 2000 out of 2876 lines
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pyp
Author: Ronan Lamy
Branch:
Changeset: r73966:2ae04cf3f6eb
Date: 2014-10-15 15:20 +0100
http://bitbucket.org/pypy/pypy/changeset/2ae04cf3f6eb/
Log:simplify signature of HLOperation.consider()
diff --git a/rpython/annotator/annrpython.py b/rpython/annotator/annrpython.py
--- a/rpython/annotat
Author: Armin Rigo
Branch: extradoc
Changeset: r5432:4e83de5ed358
Date: 2014-10-15 19:05 +0200
http://bitbucket.org/pypy/extradoc/changeset/4e83de5ed358/
Log:Draft
diff --git a/talk/pyconpl-2014/Makefile b/talk/pyconpl-2014/Makefile
new file mode 100644
--- /dev/null
+++ b/talk/pyconpl-2014/
Author: Armin Rigo
Branch: extradoc
Changeset: r5433:efebe3bdb81e
Date: 2014-10-15 19:43 +0200
http://bitbucket.org/pypy/extradoc/changeset/efebe3bdb81e/
Log:- update the funds to the current status
- fix the funds received for stm's first call (error in computation)
diff --git a/tal
Author: Philip Jenvey
Branch: py3k
Changeset: r73967:adcf560c634b
Date: 2014-10-15 11:15 -0700
http://bitbucket.org/pypy/pypy/changeset/adcf560c634b/
Log:issue1891: Struct's format field should be bytes
diff --git a/pypy/module/struct/interp_struct.py
b/pypy/module/struct/interp_struct.py
-
Author: Philip Jenvey
Branch: pypy3-release-2.4.x
Changeset: r73968:b987bd35c886
Date: 2014-10-15 11:15 -0700
http://bitbucket.org/pypy/pypy/changeset/b987bd35c886/
Log:issue1891: Struct's format field should be bytes (grafted from
adcf560c634b06ec87915ca9a811daca81c72c7d)
diff --git
Author: Philip Jenvey
Branch:
Changeset: r921:a768fa781d1b
Date: 2014-10-15 11:34 -0700
http://bitbucket.org/pypy/buildbot/changeset/a768fa781d1b/
Log:handle the new pypy3 binary name
diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py
--- a/bot2/pypybuildbot/builds.py
++
Author: Ronan Lamy
Branch: online-transforms
Changeset: r73969:c4383641f74f
Date: 2014-10-15 20:46 +0100
http://bitbucket.org/pypy/pypy/changeset/c4383641f74f/
Log:Start work on performing annotation-dependent graph transformations
during the annotation phase.
diff --git a/rpython/an
Author: Ronan Lamy
Branch: online-transforms
Changeset: r73970:39658f95ae7f
Date: 2014-10-15 21:59 +0100
http://bitbucket.org/pypy/pypy/changeset/39658f95ae7f/
Log:make it possible to register transformers
diff --git a/rpython/annotator/unaryop.py b/rpython/annotator/unaryop.py
--- a/rpython
Author: Ronan Lamy
Branch: online-transforms
Changeset: r73972:50553de4b946
Date: 2014-10-15 22:42 +0100
http://bitbucket.org/pypy/pypy/changeset/50553de4b946/
Log:handle __iter__, next, __getslice__, __setslice__ with online
transforms
diff --git a/rpython/annotator/unaryop.py b/rpy
Author: Ronan Lamy
Branch: online-transforms
Changeset: r73971:3be802e5b7c9
Date: 2014-10-15 22:22 +0100
http://bitbucket.org/pypy/pypy/changeset/3be802e5b7c9/
Log:InstanceRepr.rtype_len() is not used any more
diff --git a/rpython/rtyper/rclass.py b/rpython/rtyper/rclass.py
--- a/rpython/rty
Author: Ronan Lamy
Branch: online-transforms
Changeset: r73973:e028ddb32e64
Date: 2014-10-15 23:28 +0100
http://bitbucket.org/pypy/pypy/changeset/e028ddb32e64/
Log:handle __getitem__, __setitem__ with online transforms
diff --git a/rpython/annotator/binaryop.py b/rpython/annotator/binaryop.p
Author: Ronan Lamy
Branch:
Changeset: r73974:2b2a57a336fd
Date: 2014-10-16 02:42 +0100
http://bitbucket.org/pypy/pypy/changeset/2b2a57a336fd/
Log:kill dead code
diff --git a/rpython/annotator/description.py b/rpython/annotator/description.py
--- a/rpython/annotator/description.py
+++ b/rpyt
Author: Ronan Lamy
Branch:
Changeset: r73975:5510257f5a68
Date: 2014-10-16 03:14 +0100
http://bitbucket.org/pypy/pypy/changeset/5510257f5a68/
Log:kill more dead code
diff --git a/rpython/annotator/annrpython.py b/rpython/annotator/annrpython.py
--- a/rpython/annotator/annrpython.py
+++ b/rp
Author: Armin Rigo
Branch: finalizer
Changeset: r1469:be062be19b58
Date: 2014-10-16 05:58 +0200
http://bitbucket.org/pypy/stmgc/changeset/be062be19b58/
Log:in-progress
diff --git a/c7/stm/core.c b/c7/stm/core.c
--- a/c7/stm/core.c
+++ b/c7/stm/core.c
@@ -845,6 +845,8 @@
push_modified_to
Author: Armin Rigo
Branch: finalizer
Changeset: r1470:ca1d0b20ebce
Date: 2014-10-16 06:09 +0200
http://bitbucket.org/pypy/stmgc/changeset/ca1d0b20ebce/
Log:in-progress
diff --git a/c7/stm/core.c b/c7/stm/core.c
--- a/c7/stm/core.c
+++ b/c7/stm/core.c
@@ -374,6 +374,7 @@
assert(tree_is_c
Author: Armin Rigo
Branch: finalizer
Changeset: r1471:f191db4c021a
Date: 2014-10-16 06:57 +0200
http://bitbucket.org/pypy/stmgc/changeset/f191db4c021a/
Log:Progress
diff --git a/c7/stm/finalizer.c b/c7/stm/finalizer.c
--- a/c7/stm/finalizer.c
+++ b/c7/stm/finalizer.c
@@ -8,6 +8,7 @@
static
18 matches
Mail list logo