[pypy-commit] pypy py3k-newhash: fix translation

2013-02-21 Thread pjenvey
Author: Philip Jenvey Branch: py3k-newhash Changeset: r61585:51531d96fa0e Date: 2013-02-21 23:36 -0800 http://bitbucket.org/pypy/pypy/changeset/51531d96fa0e/ Log:fix translation diff --git a/pypy/objspace/std/floatobject.py b/pypy/objspace/std/floatobject.py --- a/pypy/objspace/std/floatobje

[pypy-commit] pypy default: Merged in modcloth/pypy/clean-up-remaining-pypy-rlib-refs (pull request #127)

2013-02-21 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r61584:df8a2aa4 Date: 2013-02-21 19:13 -0800 http://bitbucket.org/pypy/pypy/changeset/df8a2aa4/ Log:Merged in modcloth/pypy/clean-up-remaining-pypy-rlib-refs (pull request #127) Cleaning up remaining 'pypy[./]rlib' references d

[pypy-commit] pypy clean-up-remaining-pypy-rlib-refs: Cleaning up remaining 'pypy[./]rlib' references

2013-02-21 Thread modcloth
Author: Dan Buch Branch: clean-up-remaining-pypy-rlib-refs Changeset: r61583:69715240f0db Date: 2013-02-21 22:03 -0500 http://bitbucket.org/pypy/pypy/changeset/69715240f0db/ Log:Cleaning up remaining 'pypy[./]rlib' references diff --git a/pypy/doc/ctypes-implementation.rst b/pypy/doc/ctypes

[pypy-commit] pypy py3k: Implement str.format_map().

2013-02-21 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k Changeset: r61582:53becf146b8d Date: 2013-02-22 03:26 +0100 http://bitbucket.org/pypy/pypy/changeset/53becf146b8d/ Log:Implement str.format_map(). diff --git a/pypy/objspace/std/newformat.py b/pypy/objspace/std/newformat.py --- a/pypy/objspace/std/newformat.p

[pypy-commit] pypy py3k-newhash: modernize float's hash

2013-02-21 Thread pjenvey
Author: Philip Jenvey Branch: py3k-newhash Changeset: r61581:32410af09b82 Date: 2013-02-21 16:42 -0800 http://bitbucket.org/pypy/pypy/changeset/32410af09b82/ Log:modernize float's hash diff --git a/pypy/module/sys/system.py b/pypy/module/sys/system.py --- a/pypy/module/sys/system.py +++ b/py

[pypy-commit] pypy py3k: kill stupid softspace because it's stupid

2013-02-21 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r61580:442dad67f48e Date: 2013-02-21 16:40 -0800 http://bitbucket.org/pypy/pypy/changeset/442dad67f48e/ Log:kill stupid softspace because it's stupid diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_main.py --- a/pypy/interpreter/

[pypy-commit] pypy py3k: merge upstream

2013-02-21 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r61579:80cbaa6d2c4e Date: 2013-02-21 16:40 -0800 http://bitbucket.org/pypy/pypy/changeset/80cbaa6d2c4e/ Log:merge upstream ___ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mail

[pypy-commit] pypy py3k: make __file/cached__ overwriting optional in _run_compiled_module as app_main

2013-02-21 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r61578:8632713d526b Date: 2013-02-21 16:03 -0800 http://bitbucket.org/pypy/pypy/changeset/8632713d526b/ Log:make __file/cached__ overwriting optional in _run_compiled_module as app_main doesn't want it diff --git a/pypy/interpreter/app_ma

[pypy-commit] pypy py3k: hg backout 235bcc368b18

2013-02-21 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k Changeset: r61576:fa5cde0dc7f0 Date: 2013-02-22 01:37 +0100 http://bitbucket.org/pypy/pypy/changeset/fa5cde0dc7f0/ Log:hg backout 235bcc368b18 diff --git a/lib-python/3.2/decimal.py b/lib-python/3.2/decimal.py --- a/lib-python/3.2/decimal.py +++ b/lib-python/

[pypy-commit] pypy py3k: ensure __cached__

2013-02-21 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r61577:130ac0517e82 Date: 2013-02-21 16:01 -0800 http://bitbucket.org/pypy/pypy/changeset/130ac0517e82/ Log:ensure __cached__ diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_main.py --- a/pypy/interpreter/app_main.py +++ b/pypy/i

[pypy-commit] pypy py3k: hg backout a20722978155

2013-02-21 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k Changeset: r61575:60ad835b0972 Date: 2013-02-22 01:36 +0100 http://bitbucket.org/pypy/pypy/changeset/60ad835b0972/ Log:hg backout a20722978155 diff --git a/lib-python/3.2/fractions.py b/lib-python/3.2/fractions.py --- a/lib-python/3.2/fractions.py +++ b/lib-p

[pypy-commit] pypy py3k: Same here.

2013-02-21 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k Changeset: r61574:a20722978155 Date: 2013-02-22 01:25 +0100 http://bitbucket.org/pypy/pypy/changeset/a20722978155/ Log:Same here. diff --git a/lib-python/3.2/fractions.py b/lib-python/3.2/fractions.py --- a/lib-python/3.2/fractions.py +++ b/lib-python/3.2/fra

[pypy-commit] pypy py3k: Don't avoid returning -1 as hash value.

2013-02-21 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k Changeset: r61573:235bcc368b18 Date: 2013-02-22 01:22 +0100 http://bitbucket.org/pypy/pypy/changeset/235bcc368b18/ Log:Don't avoid returning -1 as hash value. diff --git a/lib-python/3.2/decimal.py b/lib-python/3.2/decimal.py --- a/lib-python/3.2/decimal.py +

[pypy-commit] pypy py3k: Fix docstring-only test functions (a hack to test python3-only syntax)

2013-02-21 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r61572:01ed12fd958d Date: 2013-02-21 23:41 +0100 http://bitbucket.org/pypy/pypy/changeset/01ed12fd958d/ Log:Fix docstring-only test functions (a hack to test python3-only syntax) diff --git a/pypy/tool/pytest/apptest.py b/pypy/tool

[pypy-commit] pypy py3k: hg merge default

2013-02-21 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k Changeset: r61570:1988eaba1a6d Date: 2013-02-21 23:26 +0100 http://bitbucket.org/pypy/pypy/changeset/1988eaba1a6d/ Log:hg merge default diff --git a/pypy/module/_io/interp_bytesio.py b/pypy/module/_io/interp_bytesio.py --- a/pypy/module/_io/interp_bytesio.py

[pypy-commit] pypy py3k: Adapt for py3k.

2013-02-21 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k Changeset: r61571:a67c05d6af91 Date: 2013-02-21 23:28 +0100 http://bitbucket.org/pypy/pypy/changeset/a67c05d6af91/ Log:Adapt for py3k. diff --git a/pypy/module/_io/interp_bytesio.py b/pypy/module/_io/interp_bytesio.py --- a/pypy/module/_io/interp_bytesio.py

[pypy-commit] pypy default: Add a readline() implementation for _io.BytesIO which should be faster than _io._BufferedIOBase's one.

2013-02-21 Thread Manuel Jacob
Author: Manuel Jacob Branch: Changeset: r61569:da67e5b7be9e Date: 2013-02-21 23:17 +0100 http://bitbucket.org/pypy/pypy/changeset/da67e5b7be9e/ Log:Add a readline() implementation for _io.BytesIO which should be faster than _io._BufferedIOBase's one. diff --git a/pypy/module/_io/inte

[pypy-commit] pypy numpy-unify-methods: fix list of non-callable ufuncs for complex

2013-02-21 Thread mattip
Author: mattip Branch: numpy-unify-methods Changeset: r61568:2c821fe56f19 Date: 2013-02-21 23:52 +0200 http://bitbucket.org/pypy/pypy/changeset/2c821fe56f19/ Log:fix list of non-callable ufuncs for complex diff --git a/pypy/module/micronumpy/test/test_ufuncs.py b/pypy/module/micronumpy/test

[pypy-commit] pypy numpy-unify-methods: remove nonsense

2013-02-21 Thread mattip
Author: mattip Branch: numpy-unify-methods Changeset: r61567:4ef81c9388b0 Date: 2013-02-21 23:41 +0200 http://bitbucket.org/pypy/pypy/changeset/4ef81c9388b0/ Log:remove nonsense diff --git a/pypy/module/micronumpy/test/test_ufuncs.py b/pypy/module/micronumpy/test/test_ufuncs.py --- a/pypy/m

[pypy-commit] pypy numpy-unify-methods: rename and comment for clarity (hopefully)

2013-02-21 Thread mattip
Author: mattip Branch: numpy-unify-methods Changeset: r61566:b286c50e65c2 Date: 2013-02-21 23:32 +0200 http://bitbucket.org/pypy/pypy/changeset/b286c50e65c2/ Log:rename and comment for clarity (hopefully) diff --git a/pypy/module/micronumpy/test/test_ufuncs.py b/pypy/module/micronumpy/test/

[pypy-commit] pypy py3k: utilize the new rpython enumerate on strs

2013-02-21 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r61564:af2f29a59d00 Date: 2013-02-21 12:56 -0800 http://bitbucket.org/pypy/pypy/changeset/af2f29a59d00/ Log:utilize the new rpython enumerate on strs diff --git a/pypy/module/__builtin__/compiling.py b/pypy/module/__builtin__/compiling.py --- a/

[pypy-commit] pypy py3k: merge default

2013-02-21 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r61563:42449723af3a Date: 2013-02-21 12:55 -0800 http://bitbucket.org/pypy/pypy/changeset/42449723af3a/ Log:merge default diff --git a/pypy/doc/_ref.txt b/pypy/doc/_ref.txt --- a/pypy/doc/_ref.txt +++ b/pypy/doc/_ref.txt @@ -1,24 +1,19 @@ .. _`c

[pypy-commit] pypy numpypy-disable-longdouble: rearrange remaining tests to skip longdouble

2013-02-21 Thread mattip
Author: mattip Branch: numpypy-disable-longdouble Changeset: r61562:ea0500012d37 Date: 2013-02-14 11:58 +0200 http://bitbucket.org/pypy/pypy/changeset/ea0500012d37/ Log:rearrange remaining tests to skip longdouble diff --git a/pypy/module/micronumpy/test/test_dtypes.py b/pypy/module/micronu

[pypy-commit] pypy numpypy-disable-longdouble: fix complex tests

2013-02-21 Thread mattip
Author: mattip Branch: numpypy-disable-longdouble Changeset: r61561:20e3e8514b54 Date: 2013-02-14 11:34 +0200 http://bitbucket.org/pypy/pypy/changeset/20e3e8514b54/ Log:fix complex tests diff --git a/pypy/module/micronumpy/test/test_complex.py b/pypy/module/micronumpy/test/test_complex.py -

[pypy-commit] pypy numpypy-disable-longdouble: remove longdouble and related dtypes, start to move tests accordingly

2013-02-21 Thread mattip
Author: mattip Branch: numpypy-disable-longdouble Changeset: r61559:5980ccbb798c Date: 2013-02-14 11:05 +0200 http://bitbucket.org/pypy/pypy/changeset/5980ccbb798c/ Log:remove longdouble and related dtypes, start to move tests accordingly diff --git a/pypy/module/micronumpy/__init__.

[pypy-commit] pypy numpypy-disable-longdouble: remove longfloat from types, interp_boxes, adjust more tests

2013-02-21 Thread mattip
Author: mattip Branch: numpypy-disable-longdouble Changeset: r61560:10579024f6bc Date: 2013-02-14 11:28 +0200 http://bitbucket.org/pypy/pypy/changeset/10579024f6bc/ Log:remove longfloat from types, interp_boxes, adjust more tests diff --git a/pypy/module/micronumpy/interp_boxes.py b/pypy/mo

[pypy-commit] pypy enumerate-rstr: Proper tests and some oothingies.

2013-02-21 Thread jerith
Author: Jeremy Thurgood Branch: enumerate-rstr Changeset: r61557:5671340d830e Date: 2013-02-21 20:36 +0200 http://bitbucket.org/pypy/pypy/changeset/5671340d830e/ Log:Proper tests and some oothingies. diff --git a/rpython/rtyper/ootypesystem/rstr.py b/rpython/rtyper/ootypesystem/rstr.py ---

[pypy-commit] pypy enumerate-rstr: Backed out changeset 7563dcd4e19e

2013-02-21 Thread jerith
Author: Jeremy Thurgood Branch: enumerate-rstr Changeset: r61556:537fe824215d Date: 2013-02-21 20:33 +0200 http://bitbucket.org/pypy/pypy/changeset/537fe824215d/ Log:Backed out changeset 7563dcd4e19e diff --git a/rpython/annotator/test/test_annrpython.py b/rpython/annotator/test/test_annrpy

[pypy-commit] pypy enumerate-rstr: Some tests for enumerating rstrs.

2013-02-21 Thread jerith
Author: Jeremy Thurgood Branch: enumerate-rstr Changeset: r61555:7563dcd4e19e Date: 2013-02-21 19:14 +0200 http://bitbucket.org/pypy/pypy/changeset/7563dcd4e19e/ Log:Some tests for enumerating rstrs. diff --git a/rpython/annotator/test/test_annrpython.py b/rpython/annotator/test/test_annrpy

[pypy-commit] pypy enumerate-rstr: Make enumerate() work with rstr.

2013-02-21 Thread jerith
Author: Jeremy Thurgood Branch: enumerate-rstr Changeset: r61554:c0e310c1482e Date: 2013-02-21 18:57 +0200 http://bitbucket.org/pypy/pypy/changeset/c0e310c1482e/ Log:Make enumerate() work with rstr. diff --git a/rpython/rtyper/lltypesystem/rlist.py b/rpython/rtyper/lltypesystem/rlist.py ---

[pypy-commit] pypy default: this is not valid RPython

2013-02-21 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r61553:800659282a1a Date: 2013-02-21 18:32 +0200 http://bitbucket.org/pypy/pypy/changeset/800659282a1a/ Log:this is not valid RPython diff --git a/rpython/jit/metainterp/pyjitpl.py b/rpython/jit/metainterp/pyjitpl.py --- a/rpython/jit/metainter

[pypy-commit] pypy default: maybe, just maybe, get rid of the crashes with InteriorPtr

2013-02-21 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r61552:e176b19b813a Date: 2013-02-21 18:02 +0200 http://bitbucket.org/pypy/pypy/changeset/e176b19b813a/ Log:maybe, just maybe, get rid of the crashes with InteriorPtr diff --git a/rpython/rtyper/lltypesystem/rdict.py b/rpython/rtyper/lltypesyst

[pypy-commit] pypy default: we most likely want caching here too

2013-02-21 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r61550:c3d37dbae146 Date: 2013-02-21 17:24 +0200 http://bitbucket.org/pypy/pypy/changeset/c3d37dbae146/ Log:we most likely want caching here too diff --git a/rpython/rtyper/rclass.py b/rpython/rtyper/rclass.py --- a/rpython/rtyper/rclass.py +++

[pypy-commit] pypy default: give up and implement this convert_from_to

2013-02-21 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r61551:705665c5ba31 Date: 2013-02-21 17:25 +0200 http://bitbucket.org/pypy/pypy/changeset/705665c5ba31/ Log:give up and implement this convert_from_to diff --git a/rpython/rtyper/rptr.py b/rpython/rtyper/rptr.py --- a/rpython/rtyper/rptr.py +++

[pypy-commit] pypy default: (tos9) another approach

2013-02-21 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r61549:a72c3e886452 Date: 2013-02-21 17:02 +0200 http://bitbucket.org/pypy/pypy/changeset/a72c3e886452/ Log:(tos9) another approach diff --git a/pypy/doc/index.rst b/pypy/doc/index.rst --- a/pypy/doc/index.rst +++ b/pypy/doc/index.rst @@ -217,10

[pypy-commit] pypy default: maybe

2013-02-21 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r61548:d268fdd09079 Date: 2013-02-21 16:30 +0200 http://bitbucket.org/pypy/pypy/changeset/d268fdd09079/ Log:maybe diff --git a/pypy/doc/_ref.txt b/pypy/doc/_ref.txt --- a/pypy/doc/_ref.txt +++ b/pypy/doc/_ref.txt @@ -7,6 +7,7 @@ .. _`lib_pypy/p

[pypy-commit] pypy default: fight with links

2013-02-21 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r61547:a9263de83cad Date: 2013-02-21 16:19 +0200 http://bitbucket.org/pypy/pypy/changeset/a9263de83cad/ Log:fight with links diff --git a/pypy/doc/_ref.txt b/pypy/doc/_ref.txt --- a/pypy/doc/_ref.txt +++ b/pypy/doc/_ref.txt @@ -1,24 +1,18 @@ ..

[pypy-commit] pypy default: cleanup

2013-02-21 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r61545:4295043dccea Date: 2013-02-21 16:07 +0200 http://bitbucket.org/pypy/pypy/changeset/4295043dccea/ Log:cleanup diff --git a/pypy/doc/index.rst b/pypy/doc/index.rst --- a/pypy/doc/index.rst +++ b/pypy/doc/index.rst @@ -217,17 +217,21 @@ Her

[pypy-commit] pypy default: try with an extra enter

2013-02-21 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r61546:d57cfb317484 Date: 2013-02-21 16:10 +0200 http://bitbucket.org/pypy/pypy/changeset/d57cfb317484/ Log:try with an extra enter diff --git a/pypy/doc/index.rst b/pypy/doc/index.rst --- a/pypy/doc/index.rst +++ b/pypy/doc/index.rst @@ -316,6

[pypy-commit] pypy default: another try

2013-02-21 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r61544:8cd74634f441 Date: 2013-02-21 16:02 +0200 http://bitbucket.org/pypy/pypy/changeset/8cd74634f441/ Log:another try diff --git a/pypy/doc/index.rst b/pypy/doc/index.rst --- a/pypy/doc/index.rst +++ b/pypy/doc/index.rst @@ -217,9 +217,9 @@ H

[pypy-commit] lang-js default: optimized property access

2013-02-21 Thread stepahn
Author: Stephan Branch: Changeset: r360:33a38e14a318 Date: 2013-02-21 14:57 +0100 http://bitbucket.org/pypy/lang-js/changeset/33a38e14a318/ Log:optimized property access diff --git a/js/jsobj.py b/js/jsobj.py --- a/js/jsobj.py +++ b/js/jsobj.py @@ -2,7 +2,7 @@ from rpython.rlib.rarithmetic

[pypy-commit] lang-js default: optimized declarative binding initialization

2013-02-21 Thread stepahn
Author: Stephan Branch: Changeset: r359:1e753170a6e1 Date: 2013-02-21 14:56 +0100 http://bitbucket.org/pypy/lang-js/changeset/1e753170a6e1/ Log:optimized declarative binding initialization diff --git a/js/astbuilder.py b/js/astbuilder.py --- a/js/astbuilder.py +++ b/js/astbuilder.py @@ -320

[pypy-commit] pypy default: another attempt

2013-02-21 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r61543:df826a8d4cfb Date: 2013-02-21 15:57 +0200 http://bitbucket.org/pypy/pypy/changeset/df826a8d4cfb/ Log:another attempt diff --git a/pypy/doc/index.rst b/pypy/doc/index.rst --- a/pypy/doc/index.rst +++ b/pypy/doc/index.rst @@ -296,7 +296,7 @

[pypy-commit] pypy default: fix urls?

2013-02-21 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r61542:516c661ff236 Date: 2013-02-21 15:52 +0200 http://bitbucket.org/pypy/pypy/changeset/516c661ff236/ Log:fix urls? diff --git a/pypy/doc/tool/makeref.py b/pypy/doc/tool/makeref.py --- a/pypy/doc/tool/makeref.py +++ b/pypy/doc/tool/makeref.py

[pypy-commit] pypy default: update whatsnew

2013-02-21 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r61541:7d20db5b18b5 Date: 2013-02-21 15:50 +0200 http://bitbucket.org/pypy/pypy/changeset/7d20db5b18b5/ Log:update whatsnew diff --git a/pypy/doc/tool/makeref.py b/pypy/doc/tool/makeref.py --- a/pypy/doc/tool/makeref.py +++ b/pypy/doc/tool/maker

[pypy-commit] pypy jitframe-on-heap: in progress: update wb_slowpath

2013-02-21 Thread bivab
Author: David Schneider Branch: jitframe-on-heap Changeset: r61539:2366da3f56c9 Date: 2013-02-21 14:29 +0100 http://bitbucket.org/pypy/pypy/changeset/2366da3f56c9/ Log:in progress: update wb_slowpath diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backend/arm/assembler.py --

[pypy-commit] pypy jitframe-on-heap: rename _build_stack_check_failure to build_frame_realloc_slowpath

2013-02-21 Thread bivab
Author: David Schneider Branch: jitframe-on-heap Changeset: r61538:5e490176a2ba Date: 2013-02-21 14:27 +0100 http://bitbucket.org/pypy/pypy/changeset/5e490176a2ba/ Log:rename _build_stack_check_failure to build_frame_realloc_slowpath diff --git a/rpython/jit/backend/arm/assembler.py b/rpyth

[pypy-commit] pypy jitframe-on-heap: set ofs by default to 0 in store_reg and load_reg

2013-02-21 Thread bivab
Author: David Schneider Branch: jitframe-on-heap Changeset: r61537:3e38be380144 Date: 2013-02-21 14:26 +0100 http://bitbucket.org/pypy/pypy/changeset/3e38be380144/ Log:set ofs by default to 0 in store_reg and load_reg diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backend/a

[pypy-commit] pypy jitframe-on-heap: port changes to storing and restoring exception info

2013-02-21 Thread bivab
Author: David Schneider Branch: jitframe-on-heap Changeset: r61536:affdcf6df46c Date: 2013-02-21 14:25 +0100 http://bitbucket.org/pypy/pypy/changeset/affdcf6df46c/ Log:port changes to storing and restoring exception info diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backen

[pypy-commit] pypy default: fix formatting?

2013-02-21 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r61535:82eec7c33061 Date: 2013-02-21 15:45 +0200 http://bitbucket.org/pypy/pypy/changeset/82eec7c33061/ Log:fix formatting? diff --git a/pypy/doc/index.rst b/pypy/doc/index.rst --- a/pypy/doc/index.rst +++ b/pypy/doc/index.rst @@ -295,8 +295,7 @

[pypy-commit] pypy jitframe-on-heap: merge default

2013-02-21 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61534:506c40ccbb06 Date: 2013-02-21 12:13 +0200 http://bitbucket.org/pypy/pypy/changeset/506c40ccbb06/ Log:merge default diff --git a/rpython/rtyper/rptr.py b/rpython/rtyper/rptr.py --- a/rpython/rtyper/rptr.py +++ b/rpython/rty

[pypy-commit] pypy default: missing rtyper_makekey

2013-02-21 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r61533:63466cc2d5a8 Date: 2013-02-21 12:12 +0200 http://bitbucket.org/pypy/pypy/changeset/63466cc2d5a8/ Log:missing rtyper_makekey diff --git a/rpython/rtyper/rptr.py b/rpython/rtyper/rptr.py --- a/rpython/rtyper/rptr.py +++ b/rpython/rtyper/rpt

[pypy-commit] pypy default: fix the filename

2013-02-21 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r61531:4202dd240cc5 Date: 2013-02-21 11:54 +0200 http://bitbucket.org/pypy/pypy/changeset/4202dd240cc5/ Log:fix the filename diff --git a/rpython/jit/backend/x86/test/test_zrpy_releasegil.py b/rpython/jit/backend/x86/test/test_zrpy_releasegil.p

[pypy-commit] pypy default: fix

2013-02-21 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r61530:b1d924aa5a40 Date: 2013-02-21 11:47 +0200 http://bitbucket.org/pypy/pypy/changeset/b1d924aa5a40/ Log:fix diff --git a/rpython/jit/backend/x86/test/test_zrpy_releasegil.py b/rpython/jit/backend/x86/test/test_zrpy_releasegil.py --- a/rpyth

[pypy-commit] pypy default: merge

2013-02-21 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r61529:42ae84d5dfef Date: 2013-02-21 11:43 +0200 http://bitbucket.org/pypy/pypy/changeset/42ae84d5dfef/ Log:merge diff --git a/pypy/doc/coding-guide.rst b/pypy/doc/coding-guide.rst --- a/pypy/doc/coding-guide.rst +++ b/pypy/doc/coding-guide.rst

[pypy-commit] pypy default: make sure we don't collect

2013-02-21 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r61528:51827b238db8 Date: 2013-02-21 11:43 +0200 http://bitbucket.org/pypy/pypy/changeset/51827b238db8/ Log:make sure we don't collect diff --git a/rpython/jit/backend/x86/test/test_zrpy_releasegil.py b/rpython/jit/backend/x86/test/test_zrpy_re

[pypy-commit] pypy default: try to make those tests actually test anything

2013-02-21 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r61527:7ef29ceaae85 Date: 2013-02-21 11:40 +0200 http://bitbucket.org/pypy/pypy/changeset/7ef29ceaae85/ Log:try to make those tests actually test anything diff --git a/rpython/jit/backend/x86/test/test_zrpy_gc.py b/rpython/jit/backend/x86/test/