Author: Brian Kearns
Branch:
Changeset: r68463:a0190dd8fc77
Date: 2013-12-18 03:52 -0500
http://bitbucket.org/pypy/pypy/changeset/a0190dd8fc77/
Log:add multiarray.empty_like()
diff --git a/pypy/module/micronumpy/__init__.py
b/pypy/module/micronumpy/__init__.py
--- a/pypy/module/micronumpy/
Author: Maciej Fijalkowski
Branch:
Changeset: r903:de7d92d8fc1d
Date: 2013-12-18 11:47 +0200
http://bitbucket.org/pypy/buildbot/changeset/de7d92d8fc1d/
Log:add a single run benchmark
diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py
--- a/bot2/pypybuildbot/builds.py
+++
Author: Maciej Fijalkowski
Branch:
Changeset: r904:e4dcdf51ee43
Date: 2013-12-18 11:50 +0200
http://bitbucket.org/pypy/buildbot/changeset/e4dcdf51ee43/
Log:these days we have to specify if you can force it
diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pyp
Author: Brian Kearns
Branch:
Changeset: r68464:5a4adfaff6c6
Date: 2013-12-18 04:30 -0500
http://bitbucket.org/pypy/pypy/changeset/5a4adfaff6c6/
Log:empty_like support subtypes
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_numarray.py
--- a/pypy/modu
Author: Brian Kearns
Branch:
Changeset: r68466:819adf960b3e
Date: 2013-12-18 04:51 -0500
http://bitbucket.org/pypy/pypy/changeset/819adf960b3e/
Log:fix subtypes of numpy scalars
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_numarray.py
--- a/pypy/mo
Author: Brian Kearns
Branch:
Changeset: r68465:b63fad133ab6
Date: 2013-12-18 04:53 -0500
http://bitbucket.org/pypy/pypy/changeset/b63fad133ab6/
Log:cleanup
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_numarray.py
--- a/pypy/module/micronumpy/interp
Author: Brian Kearns
Branch:
Changeset: r68467:12d7e32de888
Date: 2013-12-18 05:06 -0500
http://bitbucket.org/pypy/pypy/changeset/12d7e32de888/
Log:ones lives at python-level in numpy now
diff --git a/pypy/module/micronumpy/__init__.py
b/pypy/module/micronumpy/__init__.py
--- a/pypy/module
Author: Brian Kearns
Branch:
Changeset: r68468:e66481e62e53
Date: 2013-12-18 05:15 -0500
http://bitbucket.org/pypy/pypy/changeset/e66481e62e53/
Log:these live at python-level in numpy also
diff --git a/pypy/module/micronumpy/__init__.py
b/pypy/module/micronumpy/__init__.py
--- a/pypy/modul
Author: Tim Felgentreff
Branch:
Changeset: r535:d296a5bfee07
Date: 2013-12-18 13:28 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/d296a5bfee07/
Log:hoping to get rid of three calls in the interrupt checking code
diff --git a/spyvm/interpreter.py b/spyvm/interpreter.py
--- a/spyvm
Author: Tim Felgentreff
Branch:
Changeset: r541:2c7d7bfa6077
Date: 2013-12-18 17:05 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/2c7d7bfa6077/
Log:update test
diff --git a/spyvm/test/jittest/test_basic.py b/spyvm/test/jittest/test_basic.py
--- a/spyvm/test/jittest/test_basic.py
Author: Tim Felgentreff
Branch:
Changeset: r537:46675f9fdb93
Date: 2013-12-18 13:58 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/46675f9fdb93/
Log:ignore a few more files
diff --git a/.hgignore b/.hgignore
--- a/.hgignore
+++ b/.hgignore
@@ -1,8 +1,12 @@
syntax: glob
*.py[co]
Author: Tim Felgentreff
Branch:
Changeset: r534:16ef5cb0ae0c
Date: 2013-12-18 13:21 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/16ef5cb0ae0c/
Log:add cmdline arg to pass code to run as benchmark
diff --git a/targetimageloadingsmalltalk.py b/targetimageloadingsmalltalk.py
--- a/
Author: Armin Rigo
Branch: c5
Changeset: r556:808b5bebaf57
Date: 2013-12-18 17:05 +0100
http://bitbucket.org/pypy/stmgc/changeset/808b5bebaf57/
Log:Make more public the attempt started at
https://bitbucket.org/arigo/arigo/raw/default/hack/stm/c5
__
Author: Tim Felgentreff
Branch:
Changeset: r539:a37f452bc27c
Date: 2013-12-18 15:18 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/a37f452bc27c/
Log:add jittests like topaz does them
diff --git a/spyvm/test/jittest/__init__.py b/spyvm/test/jittest/__init__.py
new file mode 100644
Author: Tim Felgentreff
Branch:
Changeset: r536:552c99b5e77c
Date: 2013-12-18 13:58 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/552c99b5e77c/
Log:catch exception on os.fstat
diff --git a/spyvm/plugins/fileplugin.py b/spyvm/plugins/fileplugin.py
--- a/spyvm/plugins/fileplugin.py
Author: Tim Felgentreff
Branch:
Changeset: r538:5165739fe96b
Date: 2013-12-18 13:59 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/5165739fe96b/
Log:allow just running literal code, as opposed to fair (using
processes) benchmarking
diff --git a/targetimageloadingsmalltalk.
Author: Tim Felgentreff
Branch:
Changeset: r540:182c667e14ff
Date: 2013-12-18 16:10 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/182c667e14ff/
Log:(hopefully) fix the millisecond clock issue for now
diff --git a/spyvm/constants.py b/spyvm/constants.py
--- a/spyvm/constants.py
++
Author: Armin Rigo
Branch: c5
Changeset: r557:49446e74e137
Date: 2013-12-18 17:09 +0100
http://bitbucket.org/pypy/stmgc/changeset/49446e74e137/
Log:Initial import.
diff --git a/c5/Makefile b/c5/Makefile
new file mode 100644
--- /dev/null
+++ b/c5/Makefile
@@ -0,0 +1,10 @@
+
+H_FILES = core.h
Author: Armin Rigo
Branch: c5
Changeset: r558:d3ce94726f63
Date: 2013-12-18 17:32 +0100
http://bitbucket.org/pypy/stmgc/changeset/d3ce94726f63/
Log:Use MADV_DONTNEED to clear the read marker pages after 255
transactions.
diff --git a/c5/core.c b/c5/core.c
--- a/c5/core.c
+++ b/c5/cor
Author: Brian Kearns
Branch:
Changeset: r68469:912fe4190438
Date: 2013-12-18 14:41 -0500
http://bitbucket.org/pypy/pypy/changeset/912fe4190438/
Log:fix promote_to_largest in reduce operations (fixes issue1663)
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/
Author: Matti Picus
Branch:
Changeset: r68470:69886daae534
Date: 2013-12-18 23:13 +0200
http://bitbucket.org/pypy/pypy/changeset/69886daae534/
Log:adapt import library for changeset a1989cb701a7
diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py
--- a/pypy/tool/release
Author: Wim Lavrijsen
Branch: reflex-support
Changeset: r68471:a53125f2cdc0
Date: 2013-10-17 12:28 -0700
http://bitbucket.org/pypy/pypy/changeset/a53125f2cdc0/
Log:coding convention fix
diff --git a/pypy/module/cppyy/include/capi.h b/pypy/module/cppyy/include/capi.h
--- a/pypy/module/cppyy/i
Author: Wim Lavrijsen
Branch: reflex-support
Changeset: r68474:2a1f5512b630
Date: 2013-12-18 14:18 -0800
http://bitbucket.org/pypy/pypy/changeset/2a1f5512b630/
Log:revert back to default choice of capi
diff --git a/pypy/module/cppyy/capi/__init__.py
b/pypy/module/cppyy/capi/__init__.py
---
Author: Wim Lavrijsen
Branch: reflex-support
Changeset: r68473:0744e9384dae
Date: 2013-12-18 14:07 -0800
http://bitbucket.org/pypy/pypy/changeset/0744e9384dae/
Log:fix callback declaration
diff --git a/pypy/module/cppyy/capi/cint_capi.py
b/pypy/module/cppyy/capi/cint_capi.py
--- a/pypy/modu
Author: Philip Jenvey
Branch: py3k
Changeset: r68476:225823af4c47
Date: 2013-12-18 15:45 -0800
http://bitbucket.org/pypy/pypy/changeset/225823af4c47/
Log:reapply py3k's special casing of int() results and fix buffer
handling
diff --git a/pypy/objspace/std/longtype.py b/pypy/objspace/
Author: Philip Jenvey
Branch: py3k
Changeset: r68477:d37bd06f36fa
Date: 2013-12-18 15:47 -0800
http://bitbucket.org/pypy/pypy/changeset/d37bd06f36fa/
Log:merge default
diff --git a/lib_pypy/_sha1.py b/lib_pypy/_sha1.py
--- a/lib_pypy/_sha1.py
+++ b/lib_pypy/_sha1.py
@@ -115,14 +115,14 @@
Author: Philip Jenvey
Branch: py3k
Changeset: r68478:55a82ced3b8a
Date: 2013-12-18 15:48 -0800
http://bitbucket.org/pypy/pypy/changeset/55a82ced3b8a/
Log:merge upstream
diff --git a/lib-python/3/datetime.py b/lib-python/3/datetime.py
--- a/lib-python/3/datetime.py
+++ b/lib-python/3/datetime
Author: Philip Jenvey
Branch: py3k
Changeset: r68475:c9fe258e0217
Date: 2013-12-18 15:40 -0800
http://bitbucket.org/pypy/pypy/changeset/c9fe258e0217/
Log:merge default
diff --git a/pypy/module/__builtin__/app_operation.py
b/pypy/module/__builtin__/app_operation.py
--- a/pypy/module/__builti
Author: Philip Jenvey
Branch: py3k
Changeset: r68480:46e0449759bb
Date: 2013-12-18 17:53 -0800
http://bitbucket.org/pypy/pypy/changeset/46e0449759bb/
Log:fix -Ojit translation: kill stray/misplaced lines from a merge
diff --git a/pypy/interpreter/pyframe.py b/pypy/interpreter/pyframe.py
---
Author: Brian Kearns
Branch:
Changeset: r68481:84c4bc069470
Date: 2013-12-18 21:27 -0500
http://bitbucket.org/pypy/pypy/changeset/84c4bc069470/
Log:test/fix promote_to_largest wrt 32bit, though demonstrates another
problem
diff --git a/pypy/module/micronumpy/interp_ufuncs.py
b/pypy
Author: Philip Jenvey
Branch: py3k
Changeset: r68483:31ac6a26b147
Date: 2013-12-18 19:30 -0800
http://bitbucket.org/pypy/pypy/changeset/31ac6a26b147/
Log:workaround lack of space.hex/oct in py3k
diff --git a/pypy/module/micronumpy/interp_boxes.py
b/pypy/module/micronumpy/interp_boxes.py
---
Author: Philip Jenvey
Branch: py3k
Changeset: r68482:231446df54bb
Date: 2013-12-18 19:30 -0800
http://bitbucket.org/pypy/pypy/changeset/231446df54bb/
Log:2to3ish
diff --git a/pypy/module/micronumpy/test/test_scalar.py
b/pypy/module/micronumpy/test/test_scalar.py
--- a/pypy/module/micronumpy
Author: Philip Jenvey
Branch: py3k
Changeset: r68484:5547c4821d09
Date: 2013-12-18 20:17 -0800
http://bitbucket.org/pypy/pypy/changeset/5547c4821d09/
Log:2to3
diff --git a/pypy/module/__builtin__/test/test_builtin.py
b/pypy/module/__builtin__/test/test_builtin.py
--- a/pypy/module/__builtin
33 matches
Mail list logo