Author: Brian Kearns
Branch:
Changeset: r61120:7532082ce881
Date: 2013-02-12 02:08 -0500
http://bitbucket.org/pypy/pypy/changeset/7532082ce881/
Log:backout 60b3f3d002ba to test if it caused the performance regression
in genshi_text/xml
diff --git a/pypy/interpreter/eval.py b/pypy/in
Author: Brian Kearns
Branch:
Changeset: r61119:7fc764cd60bf
Date: 2013-02-12 02:07 -0500
http://bitbucket.org/pypy/pypy/changeset/7fc764cd60bf/
Log:another numpypy string array test
diff --git a/pypy/module/micronumpy/test/test_numarray.py
b/pypy/module/micronumpy/test/test_numarray.py
---
Author: Brian Kearns
Branch:
Changeset: r61118:f9c6ec8b2b64
Date: 2013-02-12 01:39 -0500
http://bitbucket.org/pypy/pypy/changeset/f9c6ec8b2b64/
Log:convert this back to a list and verify it is complete
diff --git a/pypy/module/micronumpy/interp_dtype.py
b/pypy/module/micronumpy/interp_dtyp
Author: Alex Gaynor
Branch:
Changeset: r61116:ee04c61f776b
Date: 2013-02-11 22:05 -0800
http://bitbucket.org/pypy/pypy/changeset/ee04c61f776b/
Log:attempt to presize tehse lists
diff --git a/rpython/rlib/rstring.py b/rpython/rlib/rstring.py
--- a/rpython/rlib/rstring.py
+++ b/rpython/rlib/r
Author: Brian Kearns
Branch:
Changeset: r61115:c6a40e53bb2d
Date: 2013-02-11 23:46 -0500
http://bitbucket.org/pypy/pypy/changeset/c6a40e53bb2d/
Log:enhance tests for numpypy string record/array to demonstrate
existing bugs
diff --git a/pypy/module/micronumpy/interp_boxes.py
b/pypy/
Author: Brian Kearns
Branch:
Changeset: r61114:11d464cbfa08
Date: 2013-02-11 22:27 -0500
http://bitbucket.org/pypy/pypy/changeset/11d464cbfa08/
Log:fix numpypy binop promotion
diff --git a/pypy/module/micronumpy/interp_dtype.py
b/pypy/module/micronumpy/interp_dtype.py
--- a/pypy/module/mic
Author: Philip Jenvey
Branch: py3k
Changeset: r61113:54d5f5238df9
Date: 2013-02-11 18:26 -0800
http://bitbucket.org/pypy/pypy/changeset/54d5f5238df9/
Log:this can happen on certain environments unfortunately
diff --git a/pypy/module/imp/test/test_import.py
b/pypy/module/imp/test/test_import
Author: Brian Kearns
Branch:
Changeset: r61112:23bd5566c5f2
Date: 2013-02-11 20:13 -0500
http://bitbucket.org/pypy/pypy/changeset/23bd5566c5f2/
Log:small additions/tightenings for numpypy tests
diff --git a/pypy/module/micronumpy/test/test_dtypes.py
b/pypy/module/micronumpy/test/test_dtype
Author: Philip Jenvey
Branch: py3k
Changeset: r6:2b7b47ad712d
Date: 2013-02-11 16:14 -0800
http://bitbucket.org/pypy/pypy/changeset/2b7b47ad712d/
Log:rearrange for py3
diff --git a/pypy/interpreter/test2/test_app_main.py
b/pypy/interpreter/test2/test_app_main.py
--- a/pypy/interpreter/t
Author: Brian Kearns
Branch:
Changeset: r61110:eea9453b9339
Date: 2013-02-11 19:49 -0500
http://bitbucket.org/pypy/pypy/changeset/eea9453b9339/
Log:some cleanups and a test for numpypy longdouble aliases
diff --git a/pypy/module/micronumpy/interp_dtype.py
b/pypy/module/micronumpy/interp_dt
Author: Brian Kearns
Branch:
Changeset: r61109:513c09948372
Date: 2013-02-11 19:26 -0500
http://bitbucket.org/pypy/pypy/changeset/513c09948372/
Log:have numpypy long dtype override both int32/int64 dtypes
diff --git a/pypy/module/micronumpy/interp_dtype.py
b/pypy/module/micronumpy/interp_d
Author: Brian Kearns
Branch:
Changeset: r61108:707ce69bcd6d
Date: 2013-02-11 19:10 -0500
http://bitbucket.org/pypy/pypy/changeset/707ce69bcd6d/
Log:some more asserts to point out numpypy dtype creation order issues
on 32bit
diff --git a/pypy/module/micronumpy/test/test_dtypes.py
b/
Author: Philip Jenvey
Branch: py3k
Changeset: r61107:ed9576076627
Date: 2013-02-11 15:50 -0800
http://bitbucket.org/pypy/pypy/changeset/ed9576076627/
Log:adapt to py3
diff --git a/pypy/module/posix/test/test_posix2.py
b/pypy/module/posix/test/test_posix2.py
--- a/pypy/module/posix/test/test
Author: mattip
Branch:
Changeset: r61106:21844583c8a0
Date: 2013-02-12 00:28 +0200
http://bitbucket.org/pypy/pypy/changeset/21844583c8a0/
Log:test, fix scalar string types
diff --git a/pypy/module/micronumpy/interp_dtype.py
b/pypy/module/micronumpy/interp_dtype.py
--- a/pypy/module/micronu
Author: Philip Jenvey
Branch: py3k
Changeset: r61105:8bdb31689146
Date: 2013-02-11 13:44 -0800
http://bitbucket.org/pypy/pypy/changeset/8bdb31689146/
Log:we don't expect the bytecode to be written to __pycache__
diff --git a/pypy/module/zipimport/test/test_undocumented.py
b/pypy/module/zipi
Author: Philip Jenvey
Branch: py3k
Changeset: r61104:b745bd223983
Date: 2013-02-11 13:43 -0800
http://bitbucket.org/pypy/pypy/changeset/b745bd223983/
Log:default stderr to backslashreplace
diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_main.py
--- a/pypy/interpreter/app_mai
Author: Philip Jenvey
Branch: py3k
Changeset: r61103:0f6032e23564
Date: 2013-02-11 13:42 -0800
http://bitbucket.org/pypy/pypy/changeset/0f6032e23564/
Log:fix the funny merge from default of Parse and a related test
diff --git a/pypy/module/pyexpat/interp_pyexpat.py
b/pypy/module/pyexpat/int
Author: mattip
Branch:
Changeset: r61101:69281cba1f44
Date: 2013-02-11 20:45 +0200
http://bitbucket.org/pypy/pypy/changeset/69281cba1f44/
Log:merge heads
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_numarray.py
--- a/pypy/module/micronumpy/interp_n
Author: mattip
Branch:
Changeset: r61098:5401a6758467
Date: 2013-02-11 20:37 +0200
http://bitbucket.org/pypy/pypy/changeset/5401a6758467/
Log:allow 0 in shape for concatenate
diff --git a/pypy/module/micronumpy/interp_arrayops.py
b/pypy/module/micronumpy/interp_arrayops.py
--- a/pypy/modul
Author: mattip
Branch:
Changeset: r61097:77172e93542b
Date: 2013-02-11 17:54 +0200
http://bitbucket.org/pypy/pypy/changeset/77172e93542b/
Log:add failing test that corrupts memory
diff --git a/pypy/module/micronumpy/test/test_numarray.py
b/pypy/module/micronumpy/test/test_numarray.py
--- a
Author: mattip
Branch:
Changeset: r61100:620e4dab1ebe
Date: 2013-02-11 20:43 +0200
http://bitbucket.org/pypy/pypy/changeset/620e4dab1ebe/
Log:fix test for 32 bit
diff --git a/pypy/module/micronumpy/test/test_dtypes.py
b/pypy/module/micronumpy/test/test_dtypes.py
--- a/pypy/module/micronump
Author: mattip
Branch:
Changeset: r61099:5b7bc878b043
Date: 2013-02-11 20:38 +0200
http://bitbucket.org/pypy/pypy/changeset/5b7bc878b043/
Log:unskip concatenate tests
diff --git a/pypy/module/test_lib_pypy/numpypy/core/test_shape_base.py
b/pypy/module/test_lib_pypy/numpypy/core/test_shape_
Author: Antonio Cuni
Branch:
Changeset: r61096:2d3671965584
Date: 2013-02-11 17:32 +0100
http://bitbucket.org/pypy/pypy/changeset/2d3671965584/
Log:fix Issue1389 and Issue1281: we need to interpret the dtype before
doing the comparison with the existing one
diff --git a/pypy/module/
Author: Maciej Fijalkowski
Branch: jitframe-on-heap
Changeset: r61095:60480aa850b8
Date: 2013-02-11 16:00 +0200
http://bitbucket.org/pypy/pypy/changeset/60480aa850b8/
Log:merge
diff --git a/rpython/jit/backend/x86/jump.py b/rpython/jit/backend/x86/jump.py
--- a/rpython/jit/backend/x86/jump.p
Author: Maciej Fijalkowski
Branch: jitframe-on-heap
Changeset: r61094:8d6028ef2cb6
Date: 2013-02-11 15:59 +0200
http://bitbucket.org/pypy/pypy/changeset/8d6028ef2cb6/
Log:fix test_regalloc
diff --git a/rpython/jit/backend/x86/regalloc.py
b/rpython/jit/backend/x86/regalloc.py
--- a/rpython/j
Author: Antonio Cuni
Branch:
Changeset: r61093:bed85891f7c2
Date: 2013-02-11 14:53 +0100
http://bitbucket.org/pypy/pypy/changeset/bed85891f7c2/
Log:merge heads
diff --git a/lib_pypy/numpypy/core/shape_base.py
b/lib_pypy/numpypy/core/shape_base.py
--- a/lib_pypy/numpypy/core/shape_base.py
+
Author: Antonio Cuni
Branch:
Changeset: r61092:0805e1ac97db
Date: 2013-02-11 14:52 +0100
http://bitbucket.org/pypy/pypy/changeset/0805e1ac97db/
Log:fix issue1000: None is an acceptable value for numpypy floats and
has to be converted to NaN
diff --git a/pypy/module/micronumpy/test/t
Author: Maciej Fijalkowski
Branch:
Changeset: r61091:e6a2a179b6ae
Date: 2013-02-11 15:51 +0200
http://bitbucket.org/pypy/pypy/changeset/e6a2a179b6ae/
Log:document the option
diff --git a/pypy/doc/config/translation.lldebug.txt
b/pypy/doc/config/translation.lldebug.txt
new file mode 100644
Author: Maciej Fijalkowski
Branch:
Changeset: r61089:b121918635b5
Date: 2013-02-11 15:47 +0200
http://bitbucket.org/pypy/pypy/changeset/b121918635b5/
Log:enable lldebug
diff --git a/rpython/config/translationoption.py
b/rpython/config/translationoption.py
--- a/rpython/config/translationop
Author: Maciej Fijalkowski
Branch:
Changeset: r61088:b27656a5913a
Date: 2013-02-11 15:42 +0200
http://bitbucket.org/pypy/pypy/changeset/b27656a5913a/
Log:add --nostrip option to package
diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py
--- a/pypy/tool/release/package.
Author: Brian Kearns
Branch:
Changeset: r61087:ab09fe08b372
Date: 2013-02-11 07:51 -0500
http://bitbucket.org/pypy/pypy/changeset/ab09fe08b372/
Log:disable these segfaulting tests for now
diff --git a/pypy/module/test_lib_pypy/numpypy/core/test_shape_base.py
b/pypy/module/test_lib_pypy/num
Author: Brian Kearns
Branch:
Changeset: r61086:78f7681f3126
Date: 2013-02-11 06:37 -0500
http://bitbucket.org/pypy/pypy/changeset/78f7681f3126/
Log:add better tests for vstack/hstack/dstack and pep8-ify
diff --git a/pypy/module/test_lib_pypy/numpypy/core/test_shape_base.py
b/pypy/module/te
Author: Brian Kearns
Branch:
Changeset: r61085:5fb4c2227097
Date: 2013-02-11 06:31 -0500
http://bitbucket.org/pypy/pypy/changeset/5fb4c2227097/
Log:might as well add dstack too
diff --git a/lib_pypy/numpypy/core/shape_base.py
b/lib_pypy/numpypy/core/shape_base.py
--- a/lib_pypy/numpypy/cor
Author: Antonio Cuni
Branch:
Changeset: r61083:d10570215445
Date: 2013-02-11 11:50 +0100
http://bitbucket.org/pypy/pypy/changeset/d10570215445/
Log:implement numpypy.vstack (by copying it from numpy source)
diff --git a/lib_pypy/numpypy/core/shape_base.py
b/lib_pypy/numpypy/core/shape_base
Author: Antonio Cuni
Branch:
Changeset: r61082:041283a61f06
Date: 2013-02-11 11:43 +0100
http://bitbucket.org/pypy/pypy/changeset/041283a61f06/
Log:implement numpypy.atleast_3d (by copying it from numpy source)
diff --git a/lib_pypy/numpypy/core/shape_base.py
b/lib_pypy/numpypy/core/shape_
Author: Antonio Cuni
Branch:
Changeset: r61084:74a2914159df
Date: 2013-02-11 11:52 +0100
http://bitbucket.org/pypy/pypy/changeset/74a2914159df/
Log:implement numpypy.hstack (by copying it from numpy source)
diff --git a/lib_pypy/numpypy/core/shape_base.py
b/lib_pypy/numpypy/core/shape_base
Author: Antonio Cuni
Branch:
Changeset: r61080:ae915d2b7d56
Date: 2013-02-11 11:20 +0100
http://bitbucket.org/pypy/pypy/changeset/ae915d2b7d56/
Log:implement numpypy.outer (by copying it from numpy source)
diff --git a/lib_pypy/numpypy/core/numeric.py b/lib_pypy/numpypy/core/numeric.py
---
Author: Antonio Cuni
Branch:
Changeset: r61081:5ab59a258c41
Date: 2013-02-11 11:39 +0100
http://bitbucket.org/pypy/pypy/changeset/5ab59a258c41/
Log:implement numpypy.atleast_1d (by copying it from numpy source)
diff --git a/lib_pypy/numpypy/core/__init__.py
b/lib_pypy/numpypy/core/__init__
Author: Armin Rigo
Branch: jitframe-on-heap
Changeset: r61079:327693ffe242
Date: 2013-02-11 11:51 +0100
http://bitbucket.org/pypy/pypy/changeset/327693ffe242/
Log:merge heads
diff --git a/rpython/jit/backend/llsupport/llmodel.py
b/rpython/jit/backend/llsupport/llmodel.py
--- a/rpython/jit/b
Author: Armin Rigo
Branch: jitframe-on-heap
Changeset: r61078:7dd4f26ec840
Date: 2013-02-11 11:51 +0100
http://bitbucket.org/pypy/pypy/changeset/7dd4f26ec840/
Log:Tweak _getregkey(). The essential part is that for StackLocs it
should return the ebp_offset, so that jump.py detects (on
Author: Maciej Fijalkowski
Branch: jitframe-on-heap
Changeset: r61077:af844bfac322
Date: 2013-02-11 12:17 +0200
http://bitbucket.org/pypy/pypy/changeset/af844bfac322/
Log:remove "simple" logic duplication that was not quite correct
diff --git a/rpython/jit/backend/x86/regalloc.py
b/rpython/
Author: Maciej Fijalkowski
Branch: jitframe-on-heap
Changeset: r61076:fe60721f60e7
Date: 2013-02-11 11:30 +0200
http://bitbucket.org/pypy/pypy/changeset/fe60721f60e7/
Log:fix the xxx
diff --git a/rpython/jit/backend/x86/assembler.py
b/rpython/jit/backend/x86/assembler.py
--- a/rpython/jit/b
Author: arigo
Branch:
Changeset: r61074:e268a994c86f
Date: 2013-02-11 10:28 +0100
http://bitbucket.org/pypy/pypy/changeset/e268a994c86f/
Log:Merged in krono/pypy (pull request #109)
Enhance the dotviewer: change the fonts and add support for unicode.
diff --git a/LICENSE b/LICENSE
Author: Maciej Fijalkowski
Branch: jitframe-on-heap
Changeset: r61075:b11c19a58e2d
Date: 2013-02-11 11:28 +0200
http://bitbucket.org/pypy/pypy/changeset/b11c19a58e2d/
Log:fix the test
diff --git a/rpython/jit/backend/x86/test/test_runner.py
b/rpython/jit/backend/x86/test/test_runner.py
---
Author: Tobias Pape
Branch:
Changeset: r61072:3df200e8f904
Date: 2013-01-28 11:07 +0100
http://bitbucket.org/pypy/pypy/changeset/3df200e8f904/
Log:add missing tests. factor magic constant into RAW_ENCODING
diff --git a/dotviewer/drawgraph.py b/dotviewer/drawgraph.py
--- a/dotviewer/drawgrap
Author: Tobias Pape
Branch:
Changeset: r61070:0d0ae1254725
Date: 2013-01-25 16:39 +0100
http://bitbucket.org/pypy/pypy/changeset/0d0ae1254725/
Log:Enhance the dotviewer.
- include Droid fonts (under Apache license)
- allow for unicode by sending UTF-8 over the wire and force
Author: Tobias Pape
Branch:
Changeset: r61071:c0cda5df2cc0
Date: 2013-01-25 16:59 +0100
http://bitbucket.org/pypy/pypy/changeset/c0cda5df2cc0/
Log:Fix dotviewer translation test
diff --git a/dotviewer/test/test_translator.py
b/dotviewer/test/test_translator.py
--- a/dotviewer/test/test_tra
Author: Maciej Fijalkowski
Branch: jitframe-on-heap
Changeset: r61069:9c927d062ac6
Date: 2013-02-11 11:27 +0200
http://bitbucket.org/pypy/pypy/changeset/9c927d062ac6/
Log:fixes
diff --git a/rpython/jit/backend/x86/assembler.py
b/rpython/jit/backend/x86/assembler.py
--- a/rpython/jit/backend
Author: Maciej Fijalkowski
Branch: jitframe-on-heap
Changeset: r61068:bccb2f5c2cec
Date: 2013-02-11 11:16 +0200
http://bitbucket.org/pypy/pypy/changeset/bccb2f5c2cec/
Log:the famous never passing test
diff --git a/rpython/jit/backend/x86/test/test_runner.py
b/rpython/jit/backend/x86/test/te
Author: Maciej Fijalkowski
Branch: jitframe-on-heap
Changeset: r61066:5f0381c30ee5
Date: 2013-02-11 11:14 +0200
http://bitbucket.org/pypy/pypy/changeset/5f0381c30ee5/
Log:a set of oops and typos
diff --git a/rpython/jit/backend/llsupport/llmodel.py
b/rpython/jit/backend/llsupport/llmodel.py
Author: Maciej Fijalkowski
Branch: jitframe-on-heap
Changeset: r61065:6dd263080f66
Date: 2013-02-11 11:09 +0200
http://bitbucket.org/pypy/pypy/changeset/6dd263080f66/
Log:more 32bit fixes
diff --git a/rpython/jit/backend/llsupport/rewrite.py
b/rpython/jit/backend/llsupport/rewrite.py
--- a/
Author: Armin Rigo
Branch:
Changeset: r61064:71b742f86054
Date: 2013-02-11 09:39 +0100
http://bitbucket.org/pypy/pypy/changeset/71b742f86054/
Log:Yet Another assembler operation
diff --git a/rpython/translator/c/gcc/trackgcroot.py
b/rpython/translator/c/gcc/trackgcroot.py
--- a/rpython/tra
Author: Brian Kearns
Branch:
Changeset: r61063:02a691b8f00d
Date: 2013-02-11 02:58 -0500
http://bitbucket.org/pypy/pypy/changeset/02a691b8f00d/
Log:backport some obvious fixes/cleanups from pyrepl including a fix for
issue1098
dup fds for UnixConsole and and check for closed
53 matches
Mail list logo