Author: Maciej Fijalkowski
Branch: extradoc
Changeset: r5117:9bb6c3e692ac
Date: 2013-12-09 12:48 +0200
http://bitbucket.org/pypy/extradoc/changeset/9bb6c3e692ac/
Log:add myself
diff --git a/sprintinfo/leysin-winter-2014/people.txt
b/sprintinfo/leysin-winter-2014/people.txt
--- a/sprintinfo/
Author: Matti Picus
Branch: align_float_cast
Changeset: r68402:25d255b374ed
Date: 2013-12-09 19:15 +0200
http://bitbucket.org/pypy/pypy/changeset/25d255b374ed/
Log:mark functions that need to check alignment (what about JIT?)
diff --git a/rpython/rlib/rawstorage.py b/rpython/rlib/rawstorage.
Author: Matti Picus
Branch: align_float_cast
Changeset: r68401:e09e70a66110
Date: 2013-12-09 19:13 +0200
http://bitbucket.org/pypy/pypy/changeset/e09e70a66110/
Log:add unaligned raw read functions
___
pypy-commit mailing list
pypy-commit@python.org
Author: Philip Jenvey
Branch: py3k
Changeset: r68403:4380ccd33714
Date: 2013-12-09 15:48 -0800
http://bitbucket.org/pypy/pypy/changeset/4380ccd33714/
Log:a lame workaround for this failing test_ztranslation
diff --git a/pypy/module/cpyext/test/test_ztranslation.py
b/pypy/module/cpyext/test/
Author: Philip Jenvey
Branch:
Changeset: r68405:d638fc970ebc
Date: 2013-12-09 16:56 -0800
http://bitbucket.org/pypy/pypy/changeset/d638fc970ebc/
Log:minor cleanup
diff --git a/pypy/module/math/app_math.py b/pypy/module/math/app_math.py
--- a/pypy/module/math/app_math.py
+++ b/pypy/module/ma
Author: Philip Jenvey
Branch: py3k
Changeset: r68406:3680c352658b
Date: 2013-12-09 17:19 -0800
http://bitbucket.org/pypy/pypy/changeset/3680c352658b/
Log:fix breakage from the previous merge commit
diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py
--- a/pypy/module/cpyext/ap
Author: Philip Jenvey
Branch: py3k
Changeset: r68407:5144606eb31e
Date: 2013-12-09 19:15 -0800
http://bitbucket.org/pypy/pypy/changeset/5144606eb31e/
Log:adjust per latest cffi: py3 str() now acts like repr()
diff --git a/pypy/module/_cffi_backend/cbuffer.py
b/pypy/module/_cffi_backend/cbuf