Author: Lars Wassermann
Branch:
Changeset: r352:9b6429ace28b
Date: 2013-04-30 09:42 +0200
http://bitbucket.org/pypy/lang-smalltalk/changeset/9b6429ace28b/
Log:added headless option to cog-calls in (vain) hope to succeed running
on CI
diff --git a/benchmarks.py b/benchmarks.py
--- a/
Author: Lars Wassermann
Branch:
Changeset: r353:55fb742e4097
Date: 2013-04-30 10:08 +0200
http://bitbucket.org/pypy/lang-smalltalk/changeset/55fb742e4097/
Log:fixed visibility bug
diff --git a/benchmarks.py b/benchmarks.py
--- a/benchmarks.py
+++ b/benchmarks.py
@@ -118,6 +118,7 @@
def add
Author: David Schneider
Branch:
Changeset: r63765:22402f1ba4ea
Date: 2013-04-30 08:41 +
http://bitbucket.org/pypy/pypy/changeset/22402f1ba4ea/
Log:fix library dir inclusion for cross compilation builds
diff --git a/rpython/translator/platform/arm.py
b/rpython/translator/platform/arm.py
Author: Lars Wassermann
Branch:
Changeset: r354:c1db68c509c6
Date: 2013-04-30 11:07 +0200
http://bitbucket.org/pypy/lang-smalltalk/changeset/c1db68c509c6/
Log:commit just to kick off the CI
diff --git a/.hgignore b/.hgignore
--- a/.hgignore
+++ b/.hgignore
@@ -5,3 +5,6 @@
images/Squeak*
t
Author: Lars Wassermann
Branch:
Changeset: r355:00e92c2f5b1c
Date: 2013-04-30 11:14 +0200
http://bitbucket.org/pypy/lang-smalltalk/changeset/00e92c2f5b1c/
Log:added vmdebugging plugin allowing squeak code to start tracing and
halting (when interpreted)
diff --git a/spyvm/plugins/vmd
Author: Armin Rigo
Branch:
Changeset: r63767:5af6563cf284
Date: 2013-04-30 11:28 +0200
http://bitbucket.org/pypy/pypy/changeset/5af6563cf284/
Log:Fix for translating a sandbox
diff --git a/rpython/rlib/types.py b/rpython/rlib/types.py
--- a/rpython/rlib/types.py
+++ b/rpython/rlib/types.py
Author: Maciej Fijalkowski
Branch:
Changeset: r63768:33bd2dbd04b2
Date: 2013-04-30 11:34 +0200
http://bitbucket.org/pypy/pypy/changeset/33bd2dbd04b2/
Log:skip those tests
diff --git a/rpython/translator/cli/test/test_list.py
b/rpython/translator/cli/test/test_list.py
--- a/rpython/translat
Author: Armin Rigo
Branch:
Changeset: r63769:2c3d5d1a6245
Date: 2013-04-30 13:38 +0200
http://bitbucket.org/pypy/pypy/changeset/2c3d5d1a6245/
Log:Use only uints as keys in the jit_cells dict, rather than a tuple
(next_instr, is_being_profiled).
Kill a deprecated method ("ret
Author: Tim Felgentreff
Branch:
Changeset: r356:37a1dfe0e066
Date: 2013-04-30 15:42 +0200
http://bitbucket.org/pypy/lang-smalltalk/changeset/37a1dfe0e066/
Log:FRAMEWORK ALL THE THINGS (related to codespeed and benchmarks)
diff --git a/benchmarks.py b/benchmarks.py
--- a/benchmarks.py
+++ b/
Author: Tim Felgentreff
Branch:
Changeset: r357:c9d95a10ca3c
Date: 2013-04-30 16:08 +0200
http://bitbucket.org/pypy/lang-smalltalk/changeset/c9d95a10ca3c/
Log:fix benchmark script
diff --git a/benchmarks.py b/benchmarks.py
--- a/benchmarks.py
+++ b/benchmarks.py
@@ -154,9 +154,9 @@
Author: Lars Wassermann
Branch:
Changeset: r358:813b6f270b6c
Date: 2013-04-30 16:42 +0200
http://bitbucket.org/pypy/lang-smalltalk/changeset/813b6f270b6c/
Log:added the StackVM, without automatically looking for new versions
diff --git a/benchmarks.py b/benchmarks.py
--- a/benchmarks.py
+++
Author: Lars Wassermann
Branch:
Changeset: r359:60891eda87e3
Date: 2013-04-30 16:43 +0200
http://bitbucket.org/pypy/lang-smalltalk/changeset/60891eda87e3/
Log:merge with tip
diff --git a/benchmarks.py b/benchmarks.py
--- a/benchmarks.py
+++ b/benchmarks.py
@@ -154,9 +154,9 @@
c
Author: Tim Felgentreff
Branch:
Changeset: r360:c46a4d25f6ea
Date: 2013-04-30 16:44 +0200
http://bitbucket.org/pypy/lang-smalltalk/changeset/c46a4d25f6ea/
Log:short hash
diff --git a/benchmarks.py b/benchmarks.py
--- a/benchmarks.py
+++ b/benchmarks.py
@@ -54,7 +54,7 @@
def get_commiti
Author: Tim Felgentreff
Branch:
Changeset: r361:d8c5396941c4
Date: 2013-04-30 16:45 +0200
http://bitbucket.org/pypy/lang-smalltalk/changeset/d8c5396941c4/
Log:merge default
diff --git a/benchmarks.py b/benchmarks.py
--- a/benchmarks.py
+++ b/benchmarks.py
@@ -194,6 +194,12 @@
"
Author: Lars Wassermann
Branch:
Changeset: r362:d5d056861228
Date: 2013-04-30 17:28 +0200
http://bitbucket.org/pypy/lang-smalltalk/changeset/d5d056861228/
Log:added possibilities to output "name;value;min;max\n" from squeak
(instead of "name;value\n") thus enabeling tracking of multi
Author: Lars Wassermann
Branch:
Changeset: r363:8a6c4d9be439
Date: 2013-04-30 17:29 +0200
http://bitbucket.org/pypy/lang-smalltalk/changeset/8a6c4d9be439/
Log:merge tip
diff --git a/benchmarks.py b/benchmarks.py
--- a/benchmarks.py
+++ b/benchmarks.py
@@ -60,7 +60,7 @@
def get_commitid
Author: David Schneider
Branch:
Changeset: r63770:b7810d45dff1
Date: 2013-04-30 17:41 +0200
http://bitbucket.org/pypy/pypy/changeset/b7810d45dff1/
Log:get size of long double using rfficache instead of ctypes.sizeof
diff --git a/rpython/rtyper/lltypesystem/rffi.py
b/rpython/rtyper/lltypesy
Author: Philip Jenvey
Branch: py3k
Changeset: r63771:22b213574ebb
Date: 2013-04-30 11:52 -0700
http://bitbucket.org/pypy/pypy/changeset/22b213574ebb/
Log:fix mistaken changes from a609f7a7a5fa
diff --git a/pypy/module/_continuation/test/test_zpickle.py
b/pypy/module/_continuation/test/test_
Author: Philip Jenvey
Branch: py3k
Changeset: r63772:0b9904f7bb80
Date: 2013-04-30 11:53 -0700
http://bitbucket.org/pypy/pypy/changeset/0b9904f7bb80/
Log:apply the function pickling extras from default, fixes all but 1 of
the outstanding pickle py3k_skips
diff --git a/lib-python/3/pi
Author: Philip Jenvey
Branch: py3k
Changeset: r63773:2db1e0a806e2
Date: 2013-04-30 13:33 -0700
http://bitbucket.org/pypy/pypy/changeset/2db1e0a806e2/
Log:skip the rest of the strategy tests for now
diff --git a/pypy/module/__pypy__/test/test_special.py
b/pypy/module/__pypy__/test/test_speci
Author: Philip Jenvey
Branch: py3k
Changeset: r63774:25e7ce4956dd
Date: 2013-04-30 13:49 -0700
http://bitbucket.org/pypy/pypy/changeset/25e7ce4956dd/
Log:loosen the str cmp to fix test_methodcache's test_many_names. py3k
likely doesn't intern the names as often as default since they'r
Author: Philip Jenvey
Branch: py3k
Changeset: r63775:c0a21ffcbb97
Date: 2013-04-30 13:55 -0700
http://bitbucket.org/pypy/pypy/changeset/c0a21ffcbb97/
Log:test against py3's pow behavior
diff --git a/pypy/objspace/std/test/test_floatobject.py
b/pypy/objspace/std/test/test_floatobject.py
---
Author: Philip Jenvey
Branch: py3k
Changeset: r63776:49b50e7a7d05
Date: 2013-04-30 14:28 -0700
http://bitbucket.org/pypy/pypy/changeset/49b50e7a7d05/
Log:switch to py3 behavior
diff --git a/pypy/module/cmath/test/test_cmath.py
b/pypy/module/cmath/test/test_cmath.py
--- a/pypy/module/cmath/t
Author: Philip Jenvey
Branch: py3k
Changeset: r63777:1640a73b7e8d
Date: 2013-04-30 14:42 -0700
http://bitbucket.org/pypy/pypy/changeset/1640a73b7e8d/
Log:quiet a warning
diff --git a/pypy/module/_codecs/locale.c b/pypy/module/_codecs/locale.c
--- a/pypy/module/_codecs/locale.c
+++ b/pypy/mod
Author: Philip Jenvey
Branch: py3k
Changeset: r63778:2a5856d48bbf
Date: 2013-04-30 15:03 -0700
http://bitbucket.org/pypy/pypy/changeset/2a5856d48bbf/
Log:skip this test on ascii or similar fsencodings
diff --git a/pypy/module/cpyext/test/test_unicodeobject.py
b/pypy/module/cpyext/test/test_
Author: Philip Jenvey
Branch: py3k
Changeset: r63779:52baabd4e81f
Date: 2013-04-30 15:52 -0700
http://bitbucket.org/pypy/pypy/changeset/52baabd4e81f/
Log:fix under appdirect
diff --git a/pypy/objspace/std/test/test_obj.py
b/pypy/objspace/std/test/test_obj.py
--- a/pypy/objspace/std/test/tes
Author: Philip Jenvey
Branch:
Changeset: r63780:3b9de8a7eec4
Date: 2013-04-30 17:43 -0700
http://bitbucket.org/pypy/pypy/changeset/3b9de8a7eec4/
Log:cleanup imports
diff --git a/pypy/objspace/std/bytearrayobject.py
b/pypy/objspace/std/bytearrayobject.py
--- a/pypy/objspace/std/bytearrayobj
Author: Philip Jenvey
Branch: py3k
Changeset: r63781:6a38c7006aed
Date: 2013-04-30 18:18 -0700
http://bitbucket.org/pypy/pypy/changeset/6a38c7006aed/
Log:merge default
diff --git a/pypy/module/pypyjit/interp_jit.py
b/pypy/module/pypyjit/interp_jit.py
--- a/pypy/module/pypyjit/interp_jit.py
Author: Philip Jenvey
Branch:
Changeset: r63782:ba2b2f2160e8
Date: 2013-04-30 18:34 -0700
http://bitbucket.org/pypy/pypy/changeset/ba2b2f2160e8/
Log:refactor
diff --git a/lib-python/2.7/distutils/command/install.py
b/lib-python/2.7/distutils/command/install.py
--- a/lib-python/2.7/distutil
Author: Philip Jenvey
Branch: py3k
Changeset: r63783:1e656277959b
Date: 2013-04-30 18:41 -0700
http://bitbucket.org/pypy/pypy/changeset/1e656277959b/
Log:apply the home/user distutils scheme fix from default (5b253d146851)
diff --git a/lib-python/3/distutils/command/install.py
b/lib-python/
30 matches
Mail list logo