Author: Maciej Fijalkowski
Branch:
Changeset: r53798:1de751aac608
Date: 2012-03-19 11:18 +0200
http://bitbucket.org/pypy/pypy/changeset/1de751aac608/
Log:don't widen floats
diff --git a/pypy/rlib/rarithmetic.py b/pypy/rlib/rarithmetic.py
--- a/pypy/rlib/rarithmetic.py
+++ b/pypy/rlib/rarith
Author: Maciej Fijalkowski
Branch:
Changeset: r53799:886c48057ff1
Date: 2012-03-19 11:20 +0200
http://bitbucket.org/pypy/pypy/changeset/886c48057ff1/
Log:merge
diff --git a/pypy/jit/backend/test/runner_test.py
b/pypy/jit/backend/test/runner_test.py
--- a/pypy/jit/backend/test/runner_test.p
Author: Maciej Fijalkowski
Branch:
Changeset: r53800:9da831e4941c
Date: 2012-03-19 11:51 +0200
http://bitbucket.org/pypy/pypy/changeset/9da831e4941c/
Log:try to clean up translation
diff --git a/pypy/module/micronumpy/types.py b/pypy/module/micronumpy/types.py
--- a/pypy/module/micronumpy/t
Author: Maciej Fijalkowski
Branch:
Changeset: r53801:3301be1ad839
Date: 2012-03-19 12:32 +0200
http://bitbucket.org/pypy/pypy/changeset/3301be1ad839/
Log:(fijal, antocuni) fix translation
diff --git a/pypy/annotation/classdef.py b/pypy/annotation/classdef.py
--- a/pypy/annotation/classdef.p
Author: Antonio Cuni
Branch: py3k
Changeset: r53802:d93b0bd03f87
Date: 2012-03-19 16:33 +0100
http://bitbucket.org/pypy/pypy/changeset/d93b0bd03f87/
Log:expand this test, and add a reference to the relevant PEP
diff --git a/pypy/objspace/std/test/test_unicodeobject.py
b/pypy/objspace/std/te
Author: Antonio Cuni
Branch: py3k
Changeset: r53804:8568c4bf99d7
Date: 2012-03-19 16:59 +0100
http://bitbucket.org/pypy/pypy/changeset/8568c4bf99d7/
Log:I *think* that we have to kill this implementation of the
multimethod: in py3k we only accept strings as arguments for replace
diff
Author: Antonio Cuni
Branch: py3k
Changeset: r53803:ae43b9af1094
Date: 2012-03-19 16:34 +0100
http://bitbucket.org/pypy/pypy/changeset/ae43b9af1094/
Log:merge heads
diff --git a/pypy/module/_continuation/test/test_generator.py
b/pypy/module/_continuation/test/test_generator.py
--- a/pypy/mo
Author: Antonio Cuni
Branch: py3k
Changeset: r53805:6c0f46ca2071
Date: 2012-03-19 17:22 +0100
http://bitbucket.org/pypy/pypy/changeset/6c0f46ca2071/
Log:make sure that str(str_subclass('foo')) returns something whose
exact type is str
diff --git a/pypy/objspace/std/unicodetype.py b/p
Author: Antonio Cuni
Branch: py3k
Changeset: r53806:0c0fd7170ad3
Date: 2012-03-19 18:02 +0100
http://bitbucket.org/pypy/pypy/changeset/0c0fd7170ad3/
Log:bah, confusion: the str in str_w is of course the interp-level str,
we want unicode_w to unwrap the applevel str. Obvious, isn't it?
Author: Alex Gaynor
Branch: float-bytes
Changeset: r53807:c104e710b89c
Date: 2012-03-19 15:21 -0500
http://bitbucket.org/pypy/pypy/changeset/c104e710b89c/
Log:failing test
diff --git a/pypy/jit/backend/test/runner_test.py
b/pypy/jit/backend/test/runner_test.py
--- a/pypy/jit/backend/test/ru
Author: Alex Gaynor
Branch: float-bytes
Changeset: r53808:e4aadb22bb29
Date: 2012-03-19 15:24 -0500
http://bitbucket.org/pypy/pypy/changeset/e4aadb22bb29/
Log:tabs?
diff --git a/pypy/jit/backend/x86/regalloc.py b/pypy/jit/backend/x86/regalloc.py
--- a/pypy/jit/backend/x86/regalloc.py
+++ b/p
Author: Alex Gaynor
Branch: float-bytes
Changeset: r53809:99208c5bc5a1
Date: 2012-03-19 15:33 -0500
http://bitbucket.org/pypy/pypy/changeset/99208c5bc5a1/
Log:this should be a box, not a const
diff --git a/pypy/jit/backend/test/runner_test.py
b/pypy/jit/backend/test/runner_test.py
--- a/pyp
Author: Alex Gaynor
Branch: float-bytes
Changeset: r53810:285832970fbc
Date: 2012-03-19 20:36 +
http://bitbucket.org/pypy/pypy/changeset/285832970fbc/
Log:Fix for 32-bits.
diff --git a/pypy/jit/backend/test/runner_test.py
b/pypy/jit/backend/test/runner_test.py
--- a/pypy/jit/backend/tes
Author: Alex Gaynor
Branch: float-bytes
Changeset: r53811:73b90252f399
Date: 2012-03-19 15:38 -0500
http://bitbucket.org/pypy/pypy/changeset/73b90252f399/
Log:CLose branch for merge.
___
pypy-commit mailing list
[email protected]
http://mail.p
Author: Alex Gaynor
Branch:
Changeset: r53812:68334a9e9db1
Date: 2012-03-19 15:39 -0500
http://bitbucket.org/pypy/pypy/changeset/68334a9e9db1/
Log:Merged float-bytes. This adds a new llop/resop which converts a
floats bytes to an integer.
diff --git a/pypy/jit/backend/test/runner_te
Author: Alex Gaynor
Branch:
Changeset: r53814:919a11836ae4
Date: 2012-03-19 15:40 -0500
http://bitbucket.org/pypy/pypy/changeset/919a11836ae4/
Log:remerge branch
diff --git a/pypy/jit/backend/test/runner_test.py
b/pypy/jit/backend/test/runner_test.py
--- a/pypy/jit/backend/test/runner_test
Author: Alex Gaynor
Branch: float-bytes
Changeset: r53813:5d2b24435faa
Date: 2012-03-19 15:40 -0500
http://bitbucket.org/pypy/pypy/changeset/5d2b24435faa/
Log:reclose
___
pypy-commit mailing list
[email protected]
http://mail.python.org/mailma
Author: Alex Gaynor
Branch: float-bytes
Changeset: r53816:d34dabb40719
Date: 2012-03-19 15:42 -0500
http://bitbucket.org/pypy/pypy/changeset/d34dabb40719/
Log:closed branch. again.
___
pypy-commit mailing list
[email protected]
http://mail.pyt
Author: Alex Gaynor
Branch:
Changeset: r53817:62902925695c
Date: 2012-03-19 15:42 -0500
http://bitbucket.org/pypy/pypy/changeset/62902925695c/
Log:merged float-bytes, last time.
___
pypy-commit mailing list
[email protected]
http://mail.pytho
Author: Alex Gaynor
Branch: dynamic-specialized-tuple
Changeset: r53819:1454edb567a1
Date: 2012-03-19 15:55 -0500
http://bitbucket.org/pypy/pypy/changeset/1454edb567a1/
Log:support for floats, except we need a convert_longlong_bytes_to_float
llop
diff --git a/pypy/rlib/rerased_raw.py
Author: mattip
Branch: win64-stage1
Changeset: r53820:87e86cdaa9c3
Date: 2012-03-19 23:47 +0200
http://bitbucket.org/pypy/pypy/changeset/87e86cdaa9c3/
Log:begin to revive mingw support, allow --cc
diff --git a/pypy/rlib/_rffi_stacklet.py b/pypy/rlib/_rffi_stacklet.py
--- a/pypy/rlib/_rffi_st
Author: mattip
Branch: win64-stage1
Changeset: r53821:ede02812ff74
Date: 2012-03-20 00:07 +0200
http://bitbucket.org/pypy/pypy/changeset/ede02812ff74/
Log:explicitly state problem when compiler and underlying python
disagree
diff --git a/pypy/rpython/tool/rffi_platform.py
b/pypy/rpyt
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r53822:6d83002cf464
Date: 2012-03-19 23:22 +0100
http://bitbucket.org/pypy/pypy/changeset/6d83002cf464/
Log:Revert this change, at least until we have proper support for
unicode identifiers.
diff --git a/pypy/objspace/std/objspace.
Author: Philip Jenvey
Branch: py3k
Changeset: r53823:42ef0a0b3cbc
Date: 2012-03-19 17:04 -0700
http://bitbucket.org/pypy/pypy/changeset/42ef0a0b3cbc/
Log:_make_function loops, thus needs unroll_safe
diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py
--- a/pypy/interpret
Author: Christian Tismer
Branch: extradoc
Changeset: r4154:46e68ae728c3
Date: 2012-03-20 01:14 +0100
http://bitbucket.org/pypy/extradoc/changeset/46e68ae728c3/
Log:Added my outline of a Stackless story. Will discuss changes and
sharing of talks tomorrow on pypy-sync
diff --git a/talk
Author: Romain Guillebert
Branch: extradoc
Changeset: r4155:83876e46ca36
Date: 2012-03-20 01:32 +0100
http://bitbucket.org/pypy/extradoc/changeset/83876e46ca36/
Log:Typos
diff --git a/talk/ep2012/tools/abstract.rst b/talk/ep2012/tools/abstract.rst
--- a/talk/ep2012/tools/abstract.rst
+++ b/t
Author: Christian Tismer
Branch: win64-stage1
Changeset: r53824:97ab57d7e7d3
Date: 2012-03-20 01:37 +0100
http://bitbucket.org/pypy/pypy/changeset/97ab57d7e7d3/
Log:Merge with default
diff --git a/pypy/annotation/classdef.py b/pypy/annotation/classdef.py
--- a/pypy/annotation/classdef.py
+++
Author: Philip Jenvey
Branch: py3k
Changeset: r53826:ecf6e68ff8c5
Date: 2012-03-19 18:21 -0700
http://bitbucket.org/pypy/pypy/changeset/ecf6e68ff8c5/
Log:2to3
diff --git a/pypy/module/micronumpy/test/test_dtypes.py
b/pypy/module/micronumpy/test/test_dtypes.py
--- a/pypy/module/micronumpy/te
Author: Philip Jenvey
Branch: py3k
Changeset: r53828:f3948fdac195
Date: 2012-03-19 18:23 -0700
http://bitbucket.org/pypy/pypy/changeset/f3948fdac195/
Log:fix default's latest merge
diff --git a/pypy/module/micronumpy/interp_dtype.py
b/pypy/module/micronumpy/interp_dtype.py
--- a/pypy/module
Author: Philip Jenvey
Branch: py3k
Changeset: r53827:2fbeb9105503
Date: 2012-03-19 18:22 -0700
http://bitbucket.org/pypy/pypy/changeset/2fbeb9105503/
Log:minor py3 compat fixes
diff --git a/pypy/module/micronumpy/test/test_dtypes.py
b/pypy/module/micronumpy/test/test_dtypes.py
--- a/pypy/mo
30 matches
Mail list logo