[pypy-commit] pypy gc-two-end-nursery: add gctransformer level operation

2014-06-16 Thread wenzhuman
Author: wenzhuman Branch: gc-two-end-nursery Changeset: r72083:395364919ac7 Date: 2014-06-17 01:43 -0400 http://bitbucket.org/pypy/pypy/changeset/395364919ac7/ Log:add gctransformer level operation diff --git a/rpython/memory/gctransform/framework.py b/rpython/memory/gctransform/framework.p

[pypy-commit] pypy default: add default value

2014-06-16 Thread mattip
Author: mattip Branch: Changeset: r72082:ecc6b0658fdb Date: 2014-06-16 23:27 +0300 http://bitbucket.org/pypy/pypy/changeset/ecc6b0658fdb/ Log:add default value diff --git a/rpython/rlib/streamio.py b/rpython/rlib/streamio.py --- a/rpython/rlib/streamio.py +++ b/rpython/rlib/streamio.py @@ -

[pypy-commit] pypy default: skip windows as well as posix

2014-06-16 Thread mattip
Author: mattip Branch: Changeset: r72081:0681a125b579 Date: 2014-06-16 23:20 +0300 http://bitbucket.org/pypy/pypy/changeset/0681a125b579/ Log:skip windows as well as posix diff --git a/rpython/rlib/test/test_streamio.py b/rpython/rlib/test/test_streamio.py --- a/rpython/rlib/test/test_stre

[pypy-commit] pypy default: move failing tests that mess up global state to end so they do not cause other failures

2014-06-16 Thread mattip
Author: mattip Branch: Changeset: r72080:8830a6fd5a51 Date: 2014-06-16 22:40 +0300 http://bitbucket.org/pypy/pypy/changeset/8830a6fd5a51/ Log:move failing tests that mess up global state to end so they do not cause other failures diff --git a/rpython/rlib/test/test_rsocket.py b/rpy

[pypy-commit] pypy default: prevent unexpected failures from opening the dreaded AppCrash dialog box on windows

2014-06-16 Thread mattip
Author: mattip Branch: Changeset: r72079:0b28e987bc19 Date: 2014-06-15 23:54 +0300 http://bitbucket.org/pypy/pypy/changeset/0b28e987bc19/ Log:prevent unexpected failures from opening the dreaded AppCrash dialog box on windows diff --git a/rpython/translator/c/genc.py b/rpython/trans

[pypy-commit] cffi default: Ah, on http://bugs.python.org/issue21778 I got the answer as to what

2014-06-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r1514:f27ffac380dc Date: 2014-06-16 17:15 +0200 http://bitbucket.org/cffi/cffi/changeset/f27ffac380dc/ Log:Ah, on http://bugs.python.org/issue21778 I got the answer as to what the expected way to call this is. diff --git a/c/minibuffer.h b/c/min

[pypy-commit] pypy utf8-unicode2: WIP

2014-06-16 Thread waedt
Author: Tyler Wade Branch: utf8-unicode2 Changeset: r72077:69df5d97a930 Date: 2014-06-16 10:13 -0500 http://bitbucket.org/pypy/pypy/changeset/69df5d97a930/ Log:WIP diff --git a/pypy/interpreter/test/test_utf8.py b/pypy/interpreter/test/test_utf8.py new file mode 100644 --- /dev/null +++ b/p

[pypy-commit] pypy fix-bytearray-complexity: Close branch

2014-06-16 Thread waedt
Author: Tyler Wade Branch: fix-bytearray-complexity Changeset: r72075:102091cd4a70 Date: 2014-06-16 09:53 -0500 http://bitbucket.org/pypy/pypy/changeset/102091cd4a70/ Log:Close branch ___ pypy-commit mailing list pypy-commit@python.org https://mail

[pypy-commit] pypy fix-bytearray-complexity: Document that slicing with negative indices isn't support when overriding __getslice__.

2014-06-16 Thread waedt
Author: Tyler Wade Branch: fix-bytearray-complexity Changeset: r72074:16631b4ddbab Date: 2014-06-16 09:42 -0500 http://bitbucket.org/pypy/pypy/changeset/16631b4ddbab/ Log:Document that slicing with negative indices isn't support when overriding __getslice__. diff --git a/pypy/doc/cod

[pypy-commit] pypy default: Revert a small part of 5c08e05e5ee8, with a theory written down in the comments.

2014-06-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r72073:612b61347513 Date: 2014-06-16 16:20 +0200 http://bitbucket.org/pypy/pypy/changeset/612b61347513/ Log:Revert a small part of 5c08e05e5ee8, with a theory written down in the comments. diff --git a/rpython/jit/metainterp/heapcache.py b/rpyt

[pypy-commit] cffi default: Force the "strides" to be non-NULL. With a NULL strides, CPython >= 3.3

2014-06-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r1513:9461998086e5 Date: 2014-06-16 15:41 +0200 http://bitbucket.org/cffi/cffi/changeset/9461998086e5/ Log:Force the "strides" to be non-NULL. With a NULL strides, CPython >= 3.3 seems to segfault when doing "mymemoryview[:5] = ffi.buffer

[pypy-commit] extradoc extradoc: add copyright data

2014-06-16 Thread Raemi
Author: Remi Meier Branch: extradoc Changeset: r5346:7574b43d330e Date: 2014-06-16 11:18 +0200 http://bitbucket.org/pypy/extradoc/changeset/7574b43d330e/ Log:add copyright data diff --git a/talk/icooolps2014/position-paper.tex b/talk/icooolps2014/position-paper.tex --- a/talk/icooolps2014/p

[pypy-commit] extradoc extradoc: fix some references

2014-06-16 Thread Raemi
Author: Remi Meier Branch: extradoc Changeset: r5345:0b30cb1cdf7e Date: 2014-06-16 11:02 +0200 http://bitbucket.org/pypy/extradoc/changeset/0b30cb1cdf7e/ Log:fix some references diff --git a/talk/dls2014/paper/paper.tex b/talk/dls2014/paper/paper.tex --- a/talk/dls2014/paper/paper.tex +++ b/

[pypy-commit] pypy stringbuilder2-perf: Ready for merge

2014-06-16 Thread arigo
Author: Armin Rigo Branch: stringbuilder2-perf Changeset: r72071:ecfe7e4c7001 Date: 2014-06-16 09:31 +0200 http://bitbucket.org/pypy/pypy/changeset/ecfe7e4c7001/ Log:Ready for merge ___ pypy-commit mailing list pypy-commit@python.org https://mail.p