Author: Matti Picus
Branch: argsort-segfault
Changeset: r64880:938d68eb8a73
Date: 2013-06-14 15:57 +0300
http://bitbucket.org/pypy/pypy/changeset/938d68eb8a73/
Log:fix malloc, cleanup
diff --git a/pypy/module/micronumpy/arrayimpl/sort.py
b/pypy/module/micronumpy/arrayimpl/sort.py
--- a/pypy
Author: Amaury Forgeot d'Arc
Branch:
Changeset: r214:92c5c74ce34c
Date: 2013-06-14 15:19 +0200
http://bitbucket.org/pypy/benchmarks/changeset/92c5c74ce34c/
Log:Add support for an opcode recently introduced in pypy. Necessary
when translating with such a recent interpreter.
diff --gi
Author: Matti Picus
Branch: argsort-segfault
Changeset: r64881:65ca8e4122fb
Date: 2013-06-14 16:07 +0300
http://bitbucket.org/pypy/pypy/changeset/65ca8e4122fb/
Log:whoops
diff --git a/pypy/module/micronumpy/arrayimpl/sort.py
b/pypy/module/micronumpy/arrayimpl/sort.py
--- a/pypy/module/micro
Author: Armin Rigo
Branch:
Changeset: r123:171f8b47b009
Date: 2013-06-14 15:18 +0200
http://bitbucket.org/pypy/stmgc/changeset/171f8b47b009/
Log:Next test
diff --git a/c4/et.c b/c4/et.c
--- a/c4/et.c
+++ b/c4/et.c
@@ -391,14 +391,6 @@
#endif
}
-gcptr stmgc_duplicate(gcptr P)
-{
- size_
Author: Matti Picus
Branch: argsort-segfault
Changeset: r64883:4bcabd580cba
Date: 2013-06-14 16:25 +0300
http://bitbucket.org/pypy/pypy/changeset/4bcabd580cba/
Log:document branch
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-head.rst
+++ b/pypy
Author: Armin Rigo
Branch:
Changeset: r124:bbee0ad53806
Date: 2013-06-14 15:48 +0200
http://bitbucket.org/pypy/stmgc/changeset/bbee0ad53806/
Log:Next test
diff --git a/c4/et.c b/c4/et.c
--- a/c4/et.c
+++ b/c4/et.c
@@ -450,17 +450,30 @@
return L;
}
+static inline gcptr check_flag_write
Author: Armin Rigo
Branch:
Changeset: r64884:8d8aa8c2badb
Date: 2013-06-14 15:54 +0200
http://bitbucket.org/pypy/pypy/changeset/8d8aa8c2badb/
Log:untabbify
diff --git a/lib_pypy/_tkinter/tklib.py b/lib_pypy/_tkinter/tklib.py
--- a/lib_pypy/_tkinter/tklib.py
+++ b/lib_pypy/_tkinter/tklib.py
Author: Armin Rigo
Branch:
Changeset: r125:61b9c5a13a48
Date: 2013-06-14 16:54 +0200
http://bitbucket.org/pypy/stmgc/changeset/61b9c5a13a48/
Log:Next test
diff --git a/c4/nursery.c b/c4/nursery.c
--- a/c4/nursery.c
+++ b/c4/nursery.c
@@ -119,16 +119,75 @@
static void mark_public_to_young
Author: Armin Rigo
Branch:
Changeset: r126:60f02332d53f
Date: 2013-06-14 16:55 +0200
http://bitbucket.org/pypy/stmgc/changeset/60f02332d53f/
Log:More tests that pass
diff --git a/c4/test/test_nursery.py b/c4/test/test_nursery.py
--- a/c4/test/test_nursery.py
+++ b/c4/test/test_nursery.py
@@
Author: Armin Rigo
Branch:
Changeset: r127:25521e54d778
Date: 2013-06-14 17:01 +0200
http://bitbucket.org/pypy/stmgc/changeset/25521e54d778/
Log:Reintroduce oalloc()
diff --git a/c4/test/support.py b/c4/test/support.py
--- a/c4/test/support.py
+++ b/c4/test/support.py
@@ -54,6 +54,7 @@
Author: Matti Picus
Branch:
Changeset: r64887:3ed53260e74c
Date: 2013-06-14 18:03 +0300
http://bitbucket.org/pypy/pypy/changeset/3ed53260e74c/
Log:merge heads
diff --git a/lib_pypy/_tkinter/tklib.py b/lib_pypy/_tkinter/tklib.py
--- a/lib_pypy/_tkinter/tklib.py
+++ b/lib_pypy/_tkinter/tklib.
Author: Matti Picus
Branch:
Changeset: r64886:c9e36178fe49
Date: 2013-06-14 18:02 +0300
http://bitbucket.org/pypy/pypy/changeset/c9e36178fe49/
Log:merge argsort-segfault which fixes issue 1510
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-head.
Author: Matti Picus
Branch: argsort-segfault
Changeset: r64885:c7483245daca
Date: 2013-06-14 18:00 +0300
http://bitbucket.org/pypy/pypy/changeset/c7483245daca/
Log:close branch about to be merged
___
pypy-commit mailing list
[email protected]
Author: Armin Rigo
Branch:
Changeset: r128:9cfc156e53f7
Date: 2013-06-14 18:44 +0200
http://bitbucket.org/pypy/stmgc/changeset/9cfc156e53f7/
Log:in-the-middle-of-progress
diff --git a/c4/et.c b/c4/et.c
--- a/c4/et.c
+++ b/c4/et.c
@@ -33,7 +33,7 @@
static int is_private(gcptr P)
{
retur
Author: Alex Gaynor
Branch:
Changeset: r64889:23314bb14a1f
Date: 2013-06-14 09:55 -0700
http://bitbucket.org/pypy/pypy/changeset/23314bb14a1f/
Log:Merged in andrewsmedina/numpypy/dtype-isnative (pull request #155)
implemented dtype.isnative.
diff --git a/pypy/module/micronumpy/inte
Author: Andrews Medina
Branch: dtype-isnative
Changeset: r64888:ec63aaab8cf5
Date: 2013-06-14 13:47 -0300
http://bitbucket.org/pypy/pypy/changeset/ec63aaab8cf5/
Log:implemented dtype.isnative.
diff --git a/pypy/module/micronumpy/interp_dtype.py
b/pypy/module/micronumpy/interp_dtype.py
--- a
Author: Armin Rigo
Branch:
Changeset: r130:aa0f0a2a6f74
Date: 2013-06-14 20:22 +0200
http://bitbucket.org/pypy/stmgc/changeset/aa0f0a2a6f74/
Log:Test passes
diff --git a/c4/test/test_nursery.py b/c4/test/test_nursery.py
--- a/c4/test/test_nursery.py
+++ b/c4/test/test_nursery.py
@@ -195,3 +
Author: Armin Rigo
Branch:
Changeset: r131:69b1046ea32d
Date: 2013-06-14 20:27 +0200
http://bitbucket.org/pypy/stmgc/changeset/69b1046ea32d/
Log:Test and bug fix
diff --git a/c4/et.c b/c4/et.c
--- a/c4/et.c
+++ b/c4/et.c
@@ -476,8 +476,8 @@
if (is_private(R))
{
- record_write
Author: Armin Rigo
Branch:
Changeset: r129:0fdcdfbbc387
Date: 2013-06-14 20:20 +0200
http://bitbucket.org/pypy/stmgc/changeset/0fdcdfbbc387/
Log:Revert the gcflag_xyz() functions; instead found a way to keep the
assertion error message readable, by using "static const" values.
Author: Armin Rigo
Branch:
Changeset: r132:c46d7e01ec15
Date: 2013-06-14 20:30 +0200
http://bitbucket.org/pypy/stmgc/changeset/c46d7e01ec15/
Log:Fix test
diff --git a/c4/test/test_et.py b/c4/test/test_et.py
--- a/c4/test/test_et.py
+++ b/c4/test/test_et.py
@@ -189,7 +189,7 @@
p2b = lib
Author: Maciej Fijalkowski
Branch:
Changeset: r64890:87bfc8884702
Date: 2013-06-15 13:32 +0800
http://bitbucket.org/pypy/pypy/changeset/87bfc8884702/
Log:Add a jit_merge_point to list.find
diff --git a/pypy/objspace/std/listobject.py b/pypy/objspace/std/listobject.py
--- a/pypy/objspace/std
21 matches
Mail list logo