Author: Philip Jenvey
Branch: py3k
Changeset: r60187:baaf834ac228
Date: 2013-01-18 13:29 -0800
http://bitbucket.org/pypy/pypy/changeset/baaf834ac228/
Log:sys.long_info -> int_info
diff --git a/lib-python/3.2/test/test_sys.py b/lib-python/3.2/test/test_sys.py
--- a/lib-python/3.2/test/test_sy
Author: Philip Jenvey
Branch: py3k
Changeset: r60189:6fa9f0dc9942
Date: 2013-01-18 13:30 -0800
http://bitbucket.org/pypy/pypy/changeset/6fa9f0dc9942/
Log:PyPy ignores the optimize flag
diff --git a/lib-python/3.2/test/test_imp.py b/lib-python/3.2/test/test_imp.py
--- a/lib-python/3.2/test/te
Author: Philip Jenvey
Branch: py3k
Changeset: r60186:4739822aa049
Date: 2013-01-18 13:29 -0800
http://bitbucket.org/pypy/pypy/changeset/4739822aa049/
Log:raw_unicode_escape_decode accepts unicode
diff --git a/pypy/module/_codecs/interp_codecs.py
b/pypy/module/_codecs/interp_codecs.py
--- a/
Author: Philip Jenvey
Branch: py3k
Changeset: r60188:7b97d4152ebc
Date: 2013-01-18 13:29 -0800
http://bitbucket.org/pypy/pypy/changeset/7b97d4152ebc/
Log:.pyo are an impl detail
diff --git a/lib-python/3.2/test/test_compileall.py
b/lib-python/3.2/test/test_compileall.py
--- a/lib-python/3.2
Author: Philip Jenvey
Branch: py3k
Changeset: r60185:950bba699a87
Date: 2013-01-18 13:28 -0800
http://bitbucket.org/pypy/pypy/changeset/950bba699a87/
Log:o add py3's inherent comparisons o avoid binding comparison
descriptors when possible, as you can't bind descriptors to None
Author: Alexander Hesse
Branch: split-rpython
Changeset: r60184:6cf02861c5c4
Date: 2013-01-18 21:31 +0100
http://bitbucket.org/pypy/pypy/changeset/6cf02861c5c4/
Log:Added conftestpath back to test_pytestsupport
diff --git a/pypy/tool/pytest/test/test_pytestsupport.py
b/pypy/tool/pytest/test
Author: Alexander Hesse
Branch: split-rpython
Changeset: r60183:777d30901063
Date: 2013-01-18 19:55 +0100
http://bitbucket.org/pypy/pypy/changeset/777d30901063/
Log:hg merge default
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_numarray.py
--- a/pypy
Author: Antonio Cuni
Branch:
Changeset: r60182:85218b7bd814
Date: 2013-01-18 17:10 +
http://bitbucket.org/pypy/pypy/changeset/85218b7bd814/
Log:numpy arrays should be weakreferenceable
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_numarray.py
--
Author: Antonio Cuni
Branch:
Changeset: r60181:f62b43e0d1b5
Date: 2013-01-18 17:04 +
http://bitbucket.org/pypy/pypy/changeset/f62b43e0d1b5/
Log:add a writable __pypy_data__ attribute to ndarray: it will be useful
to implement the numpy C API in pure python
diff --git a/pypy/modu
Author: Armin Rigo
Branch: stm-thread-2
Changeset: r60180:521cbc238824
Date: 2013-01-18 16:58 +0100
http://bitbucket.org/pypy/pypy/changeset/521cbc238824/
Log:These two flags are not referenced from C.
diff --git a/pypy/rpython/memory/gc/stmgc.py b/pypy/rpython/memory/gc/stmgc.py
--- a/pypy/
Author: Armin Rigo
Branch: stm-thread-2
Changeset: r60179:712bc4b2fa75
Date: 2013-01-18 16:56 +0100
http://bitbucket.org/pypy/pypy/changeset/712bc4b2fa75/
Log:Another point
diff --git a/TODO b/TODO
--- a/TODO
+++ b/TODO
@@ -33,7 +33,7 @@
---
Author: Armin Rigo
Branch: stm-thread-2
Changeset: r60178:3fe775d4717c
Date: 2013-01-18 16:42 +0100
http://bitbucket.org/pypy/pypy/changeset/3fe775d4717c/
Log:Fix at least one of the ztranslated test: test_targetdemo.
diff --git a/pypy/translator/c/src/mem.c b/pypy/translator/c/src/mem.c
---
Author: Ronny Pfannschmidt
Branch: split-rpython
Changeset: r60177:2e610d355c7e
Date: 2013-01-18 16:16 +0100
http://bitbucket.org/pypy/pypy/changeset/2e610d355c7e/
Log:kill remainders of expecttest in pypy
also fixme notes for defered fixes to the expecttest plugin
diff --git a/pypy
Author: Armin Rigo
Branch: stm-thread-2
Changeset: r60176:ffd1aad64887
Date: 2013-01-18 16:04 +0100
http://bitbucket.org/pypy/pypy/changeset/ffd1aad64887/
Log:Do not turn inevitable either on raw_malloc, in addition to
malloc(flavor='raw').
diff --git a/pypy/translator/backendopt/wri
Author: Ronny Pfannschmidt
Branch: split-rpython
Changeset: r60175:ebd8f08afe07
Date: 2013-01-18 15:45 +0100
http://bitbucket.org/pypy/pypy/changeset/ebd8f08afe07/
Log:move expecttest to rpython, where it is used
diff --git a/pypy/tool/pytest/test/test_pytestsupport.py
b/pypy/tool/pytest/te
Author: Ronny Pfannschmidt
Branch: pytest
Changeset: r60174:1d88326d9eda
Date: 2013-01-18 10:10 +0100
http://bitbucket.org/pypy/pypy/changeset/1d88326d9eda/
Log:merge from default
diff --git a/pypy/jit/metainterp/compile.py b/pypy/jit/metainterp/compile.py
--- a/pypy/jit/metainterp/compile.p
Author: Maciej Fijalkowski
Branch: jitframe-on-heap
Changeset: r60173:c68a9032570c
Date: 2013-01-18 16:17 +0200
http://bitbucket.org/pypy/pypy/changeset/c68a9032570c/
Log:an API I want from a custom tracer (that can be run directly too)
diff --git a/pypy/rpython/lltypesystem/lltype.py
b/pyp
Author: Alexander Hesse
Branch: split-rpython
Changeset: r60172:63789f745d8f
Date: 2013-01-18 14:38 +0100
http://bitbucket.org/pypy/pypy/changeset/63789f745d8f/
Log:Fixed import
diff --git a/rpython/tool/test/test_descriptor.py
b/rpython/tool/test/test_descriptor.py
--- a/rpython/tool/test/
Author: Alexander Hesse
Branch: split-rpython
Changeset: r60171:1b9bd9092295
Date: 2013-01-18 13:57 +0100
http://bitbucket.org/pypy/pypy/changeset/1b9bd9092295/
Log:Fixed test
diff --git a/rpython/translator/c/test/test_standalone.py
b/rpython/translator/c/test/test_standalone.py
--- a/rpyt
Author: Alexander Hesse
Branch: split-rpython
Changeset: r60170:2c26eb0182a7
Date: 2013-01-18 11:41 +0100
http://bitbucket.org/pypy/pypy/changeset/2c26eb0182a7/
Log:merge?
___
pypy-commit mailing list
[email protected]
http://mail.python.org/m
Author: Alexander Hesse
Branch: split-rpython
Changeset: r60169:b4732d7b026e
Date: 2013-01-18 11:37 +0100
http://bitbucket.org/pypy/pypy/changeset/b4732d7b026e/
Log:call rpythons pytest_addoption in pypys
diff --git a/pypy/conftest.py b/pypy/conftest.py
--- a/pypy/conftest.py
+++ b/pypy/conf
Author: Alexander Hesse
Branch: split-rpython
Changeset: r60168:d0ef4dc66113
Date: 2013-01-18 11:19 +0100
http://bitbucket.org/pypy/pypy/changeset/d0ef4dc66113/
Log:Fixed test
diff --git a/pypy/module/micronumpy/test/test_numarray.py
b/pypy/module/micronumpy/test/test_numarray.py
--- a/pypy
Author: Alexander Hesse
Branch: split-rpython
Changeset: r60167:8bb2781a798b
Date: 2013-01-17 22:38 +0100
http://bitbucket.org/pypy/pypy/changeset/8bb2781a798b/
Log:Fixed missing rename
diff --git a/pypy/module/micronumpy/test/test_numarray.py
b/pypy/module/micronumpy/test/test_numarray.py
Author: Ronny Pfannschmidt
Branch: split-rpython
Changeset: r60166:812974e07064
Date: 2013-01-18 09:59 +0100
http://bitbucket.org/pypy/pypy/changeset/812974e07064/
Log:work around pytest issue 251
collection ignores test classes with __init__ for unittest support,
but is sile
24 matches
Mail list logo