[pypy-commit] pypy default: cpyext: implement PyLong_FromSize_t

2013-03-24 Thread amauryfa
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/

[pypy-commit] pypy default: fix tests

2013-03-24 Thread bivab
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

[pypy-commit] pypy default: merge heads

2013-03-24 Thread bivab
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

[pypy-commit] pypy default: fix test

2013-03-24 Thread bivab
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

[pypy-commit] pypy default: add build_regalloc test helper

2013-03-24 Thread bivab
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

[pypy-commit] pypy default: fix more tests

2013-03-24 Thread bivab
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

[pypy-commit] pypy default: move duplicate tests to llsupport

2013-03-24 Thread bivab
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

[pypy-commit] pypy default: fix even more tests

2013-03-24 Thread bivab
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

[pypy-commit] jitviewer default: fixed an issue in javascript when "path" doesn't exist

2013-03-24 Thread aljosa
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

[pypy-commit] pypy default: test and fix for time.accept2dyear behavior (thanks chrish42)

2013-03-24 Thread bdkearns
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.

[pypy-commit] jitviewer default: fix the hex conversion

2013-03-24 Thread fijal
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

[pypy-commit] jitviewer default: oops

2013-03-24 Thread fijal
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

[pypy-commit] pypy default: (price, fijal) signature: stubs and failing tests for class signatures

2013-03-24 Thread Greg Price
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

[pypy-commit] pypy default: write a passing test

2013-03-24 Thread fijal
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

[pypy-commit] pypy default: update the comment

2013-03-24 Thread fijal
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

[pypy-commit] pypy default: merge

2013-03-24 Thread fijal
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