Author: Amaury Forgeot d'Arc
Branch:
Changeset: r62719:cd5ce30edd5a
Date: 2013-03-24 11:25 +0100
http://bitbucket.org/pypy/pypy/changeset/cd5ce30edd5a/
Log:cpyext: implement PyLong_FromSize_t
diff --git a/pypy/module/cpyext/longobject.py b/pypy/module/cpyext/longobject.py
--- a/pypy/module/
Author: David Schneider
Branch:
Changeset: r62722:9c3bfca89540
Date: 2013-03-24 12:03 +0200
http://bitbucket.org/pypy/pypy/changeset/9c3bfca89540/
Log:fix tests
diff --git a/rpython/jit/backend/arm/test/test_regalloc2.py
b/rpython/jit/backend/arm/test/test_regalloc2.py
--- a/rpython/jit/ba
Author: David Schneider
Branch:
Changeset: r62724:9dd54c5f962d
Date: 2013-03-24 13:02 +0200
http://bitbucket.org/pypy/pypy/changeset/9dd54c5f962d/
Log:merge heads
diff --git a/pypy/module/cpyext/longobject.py b/pypy/module/cpyext/longobject.py
--- a/pypy/module/cpyext/longobject.py
+++ b/py
Author: David Schneider
Branch:
Changeset: r62721:5653a9fd7594
Date: 2013-03-24 11:33 +0200
http://bitbucket.org/pypy/pypy/changeset/5653a9fd7594/
Log:fix test
diff --git a/rpython/jit/backend/arm/test/test_trace_operations.py
b/rpython/jit/backend/arm/test/test_trace_operations.py
--- a/r
Author: David Schneider
Branch:
Changeset: r62720:37563d43267c
Date: 2013-03-24 11:14 +0200
http://bitbucket.org/pypy/pypy/changeset/37563d43267c/
Log:add build_regalloc test helper
diff --git a/rpython/jit/backend/arm/runner.py
b/rpython/jit/backend/arm/runner.py
--- a/rpython/jit/backend
Author: David Schneider
Branch:
Changeset: r62723:c16334951ba0
Date: 2013-03-24 13:00 +0200
http://bitbucket.org/pypy/pypy/changeset/c16334951ba0/
Log:fix more tests
diff --git a/rpython/jit/backend/arm/test/test_regalloc.py
b/rpython/jit/backend/arm/test/test_regalloc.py
--- a/rpython/jit
Author: David Schneider
Branch:
Changeset: r62725:fb9fa47d3ffa
Date: 2013-03-24 13:12 +0200
http://bitbucket.org/pypy/pypy/changeset/fb9fa47d3ffa/
Log:move duplicate tests to llsupport
diff --git a/rpython/jit/backend/arm/test/test_recompilation.py
b/rpython/jit/backend/arm/test/test_recom
Author: David Schneider
Branch:
Changeset: r62726:6a0ae7b3637f
Date: 2013-03-24 13:32 +0200
http://bitbucket.org/pypy/pypy/changeset/6a0ae7b3637f/
Log:fix even more tests
diff --git a/rpython/jit/backend/arm/test/test_generated.py
b/rpython/jit/backend/arm/test/test_generated.py
--- a/rpyt
Author: Aljosa Mohorovic
Branch:
Changeset: r224:854441a34049
Date: 2013-03-24 16:20 -0700
http://bitbucket.org/pypy/jitviewer/changeset/854441a34049/
Log:fixed an issue in javascript when "path" doesn't exist
diff --git a/_jitviewer/static/app.js b/_jitviewer/static/app.js
--- a/_jitviewer
Author: Brian Kearns
Branch:
Changeset: r62727:74d32ef99de4
Date: 2013-03-24 22:02 -0400
http://bitbucket.org/pypy/pypy/changeset/74d32ef99de4/
Log:test and fix for time.accept2dyear behavior (thanks chrish42)
diff --git a/pypy/module/rctime/interp_time.py
b/pypy/module/rctime/interp_time.
Author: Maciej Fijalkowski
Branch:
Changeset: r225:96164884291c
Date: 2013-03-24 19:08 -0700
http://bitbucket.org/pypy/jitviewer/changeset/96164884291c/
Log:fix the hex conversion
diff --git a/_jitviewer/app.py b/_jitviewer/app.py
--- a/_jitviewer/app.py
+++ b/_jitviewer/app.py
@@ -69,7 +69
Author: Maciej Fijalkowski
Branch:
Changeset: r226:dc0e1f65f38b
Date: 2013-03-24 21:03 -0700
http://bitbucket.org/pypy/jitviewer/changeset/dc0e1f65f38b/
Log:oops
diff --git a/_jitviewer/templates/loop.html b/_jitviewer/templates/loop.html
--- a/_jitviewer/templates/loop.html
+++ b/_jitviewe
Author: Greg Price
Branch:
Changeset: r62728:896726ddd842
Date: 2013-03-24 22:36 -0700
http://bitbucket.org/pypy/pypy/changeset/896726ddd842/
Log:(price, fijal) signature: stubs and failing tests for class
signatures
diff --git a/rpython/rlib/signature.py b/rpython/rlib/signature.py
Author: Maciej Fijalkowski
Branch:
Changeset: r62729:0fe403f2aae2
Date: 2013-03-24 23:52 -0700
http://bitbucket.org/pypy/pypy/changeset/0fe403f2aae2/
Log:write a passing test
diff --git a/rpython/annotator/test/test_annrpython.py
b/rpython/annotator/test/test_annrpython.py
--- a/rpython/an
Author: Maciej Fijalkowski
Branch:
Changeset: r62730:35425577893a
Date: 2013-03-24 23:54 -0700
http://bitbucket.org/pypy/pypy/changeset/35425577893a/
Log:update the comment
diff --git a/rpython/annotator/classdef.py b/rpython/annotator/classdef.py
--- a/rpython/annotator/classdef.py
+++ b/r
Author: Maciej Fijalkowski
Branch:
Changeset: r62731:1f13a64d358d
Date: 2013-03-24 23:54 -0700
http://bitbucket.org/pypy/pypy/changeset/1f13a64d358d/
Log:merge
diff --git a/rpython/rlib/signature.py b/rpython/rlib/signature.py
--- a/rpython/rlib/signature.py
+++ b/rpython/rlib/signature.py
16 matches
Mail list logo