[pypy-commit] pypy default: try harder to avoid windows-app crashes opening a dialog box under buildbots

2014-08-29 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r73156:716d587362cb Date: 2014-08-29 10:03 +0300 http://bitbucket.org/pypy/pypy/changeset/716d587362cb/ Log:try harder to avoid windows-app crashes opening a dialog box under buildbots diff --git a/pypy/test_all.py

[pypy-commit] pypy default: merge heads

2014-08-29 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r73158:1d79593ea750 Date: 2014-08-29 03:35 -0400 http://bitbucket.org/pypy/pypy/changeset/1d79593ea750/ Log:merge heads diff --git a/pypy/test_all.py b/pypy/test_all.py --- a/pypy/test_all.py +++ b/pypy/test_all.py @@ -27,4 +27,21

[pypy-commit] pypy default: sanitize mode in rfile

2014-08-29 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r73157:3505ae408343 Date: 2014-08-29 03:25 -0400 http://bitbucket.org/pypy/pypy/changeset/3505ae408343/ Log:sanitize mode in rfile diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py --- a/rpython/rlib/rfile.py +++

[pypy-commit] pypy use-file-star-for-file: use mode check from rfile

2014-08-29 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: use-file-star-for-file Changeset: r73160:98475f7b0785 Date: 2014-08-29 03:34 -0400 http://bitbucket.org/pypy/pypy/changeset/98475f7b0785/ Log:use mode check from rfile diff --git a/pypy/module/_file/interp_file.py

[pypy-commit] pypy use-file-star-for-file: merge default

2014-08-29 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: use-file-star-for-file Changeset: r73159:07e7602306fb Date: 2014-08-29 03:26 -0400 http://bitbucket.org/pypy/pypy/changeset/07e7602306fb/ Log:merge default diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py --- a/rpython/rlib/rfile.py

[pypy-commit] pypy default: avoid windows-app crashes opening a dialog box for single tests

2014-08-29 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r73161:807c7a1359e4 Date: 2014-08-29 11:40 +0300 http://bitbucket.org/pypy/pypy/changeset/807c7a1359e4/ Log:avoid windows-app crashes opening a dialog box for single tests diff --git a/pytest.py b/pytest.py --- a/pytest.py +++

[pypy-commit] stmgc default: Merge

2014-08-29 Thread Raemi
Author: Remi Meier remi.me...@inf.ethz.ch Branch: Changeset: r1325:dbe9b14b252f Date: 2014-08-29 11:24 +0200 http://bitbucket.org/pypy/stmgc/changeset/dbe9b14b252f/ Log:Merge diff --git a/duhton/glob.c b/duhton/glob.c --- a/duhton/glob.c +++ b/duhton/glob.c @@ -144,24 +144,13 @@ DuObject

[pypy-commit] stmgc default: uhm, I guess we forgot to update this place when changing the indexing method in card marking

2014-08-29 Thread Raemi
Author: Remi Meier remi.me...@inf.ethz.ch Branch: Changeset: r1324:386289f8c74b Date: 2014-08-29 11:24 +0200 http://bitbucket.org/pypy/stmgc/changeset/386289f8c74b/ Log:uhm, I guess we forgot to update this place when changing the indexing method in card marking diff --git

[pypy-commit] pypy stmgc-c7: import stmgc

2014-08-29 Thread Raemi
Author: Remi Meier remi.me...@inf.ethz.ch Branch: stmgc-c7 Changeset: r73162:c0a9332d75f7 Date: 2014-08-29 13:51 +0200 http://bitbucket.org/pypy/pypy/changeset/c0a9332d75f7/ Log:import stmgc diff --git a/rpython/translator/stm/src_stm/revision b/rpython/translator/stm/src_stm/revision ---

[pypy-commit] pypy default: start a release announcement, help is welcome

2014-08-29 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r73164:e8039184f11e Date: 2014-08-29 16:52 +0300 http://bitbucket.org/pypy/pypy/changeset/e8039184f11e/ Log:start a release announcement, help is welcome diff --git a/pypy/doc/release-2.4.rst b/pypy/doc/release-2.4.rst new file mode

[pypy-commit] pypy default: merge heads

2014-08-29 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r73166:0628cfb76bd5 Date: 2014-08-29 10:38 -0400 http://bitbucket.org/pypy/pypy/changeset/0628cfb76bd5/ Log:merge heads diff --git a/pypy/doc/contributor.rst b/pypy/doc/contributor.rst --- a/pypy/doc/contributor.rst +++

[pypy-commit] pypy default: fix the case of llstr(char)

2014-08-29 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r73165:5ca79366c56e Date: 2014-08-20 14:38 +0200 http://bitbucket.org/pypy/pypy/changeset/5ca79366c56e/ Log:fix the case of llstr(char) diff --git a/rpython/rtyper/annlowlevel.py b/rpython/rtyper/annlowlevel.py ---

[pypy-commit] pypy use-file-star-for-file: merge default

2014-08-29 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: use-file-star-for-file Changeset: r73168:407345c30fb6 Date: 2014-08-29 10:41 -0400 http://bitbucket.org/pypy/pypy/changeset/407345c30fb6/ Log:merge default diff --git a/pypy/doc/contributor.rst b/pypy/doc/contributor.rst ---

[pypy-commit] pypy use-file-star-for-file: improve these tests

2014-08-29 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: use-file-star-for-file Changeset: r73167:00a18e4129fd Date: 2014-08-29 10:41 -0400 http://bitbucket.org/pypy/pypy/changeset/00a18e4129fd/ Log:improve these tests diff --git a/pypy/module/_file/test/test_file.py

[pypy-commit] pypy use-file-star-for-file: test ioerror with unicode filename

2014-08-29 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: use-file-star-for-file Changeset: r73169:21addf9f84cc Date: 2014-08-29 11:12 -0400 http://bitbucket.org/pypy/pypy/changeset/21addf9f84cc/ Log:test ioerror with unicode filename diff --git a/pypy/module/_file/test/test_file.py

[pypy-commit] pypy use-file-star-for-file: fix this test for win32

2014-08-29 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: use-file-star-for-file Changeset: r73171:19dbd8189f60 Date: 2014-08-29 08:31 -0700 http://bitbucket.org/pypy/pypy/changeset/19dbd8189f60/ Log:fix this test for win32 diff --git a/rpython/rlib/test/test_rfile.py b/rpython/rlib/test/test_rfile.py

[pypy-commit] pypy use-file-star-for-file: skip this test on win32

2014-08-29 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: use-file-star-for-file Changeset: r73170:f2ba31323129 Date: 2014-08-29 08:23 -0700 http://bitbucket.org/pypy/pypy/changeset/f2ba31323129/ Log:skip this test on win32 diff --git a/rpython/rlib/test/test_rfile.py b/rpython/rlib/test/test_rfile.py

[pypy-commit] pypy default: fix rfile tests on win32

2014-08-29 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r73172:38edb61347fa Date: 2014-08-29 08:31 -0700 http://bitbucket.org/pypy/pypy/changeset/38edb61347fa/ Log:fix rfile tests on win32 diff --git a/rpython/rlib/test/test_rfile.py b/rpython/rlib/test/test_rfile.py ---

[pypy-commit] pypy default: Add one specific function used during encoding to _pypyjson.

2014-08-29 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r73173:e80c25f01061 Date: 2014-08-29 18:03 +0200 http://bitbucket.org/pypy/pypy/changeset/e80c25f01061/ Log:Add one specific function used during encoding to _pypyjson. It's a performance bottleneck in some cases. diff --git

[pypy-commit] pypy default: skip these on windows, crash

2014-08-29 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r73174:435d9a69a2f6 Date: 2014-08-29 08:55 -0700 http://bitbucket.org/pypy/pypy/changeset/435d9a69a2f6/ Log:skip these on windows, crash diff --git a/pypy/module/_file/test/test_file.py b/pypy/module/_file/test/test_file.py ---

[pypy-commit] pypy default: fix this test against cpython on win32

2014-08-29 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r73175:dc7c03274026 Date: 2014-08-29 09:01 -0700 http://bitbucket.org/pypy/pypy/changeset/dc7c03274026/ Log:fix this test against cpython on win32 diff --git a/pypy/module/_file/test/test_file_extra.py

[pypy-commit] pypy default: test file mode in rfile

2014-08-29 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r73177:06ebd52f400f Date: 2014-08-29 12:54 -0400 http://bitbucket.org/pypy/pypy/changeset/06ebd52f400f/ Log:test file mode in rfile diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py --- a/rpython/rlib/rfile.py +++

[pypy-commit] pypy default: undo test mode in rfile

2014-08-29 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r73179:f7221037bd92 Date: 2014-08-29 13:04 -0400 http://bitbucket.org/pypy/pypy/changeset/f7221037bd92/ Log:undo test mode in rfile diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py --- a/rpython/rlib/rfile.py +++

[pypy-commit] pypy use-file-star-for-file: merge default

2014-08-29 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: use-file-star-for-file Changeset: r73183:64c36466fbba Date: 2014-08-29 13:31 -0400 http://bitbucket.org/pypy/pypy/changeset/64c36466fbba/ Log:merge default diff --git a/pypy/module/_file/interp_file.py b/pypy/module/_file/interp_file.py ---

[pypy-commit] pypy default: check file mode before read/write

2014-08-29 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r73182:7dd943c6998d Date: 2014-08-29 13:25 -0400 http://bitbucket.org/pypy/pypy/changeset/7dd943c6998d/ Log:check file mode before read/write diff --git a/pypy/module/_file/interp_file.py b/pypy/module/_file/interp_file.py ---

[pypy-commit] pypy default: try enforceargs instead

2014-08-29 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r73184:0e6e65cd1b55 Date: 2014-08-29 13:34 -0400 http://bitbucket.org/pypy/pypy/changeset/0e6e65cd1b55/ Log:try enforceargs instead diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py --- a/rpython/rlib/rfile.py +++

[pypy-commit] pypy default: rfile test write after close

2014-08-29 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r73185:46aab882b557 Date: 2014-08-29 14:14 -0400 http://bitbucket.org/pypy/pypy/changeset/46aab882b557/ Log:rfile test write after close diff --git a/rpython/rlib/test/test_rfile.py b/rpython/rlib/test/test_rfile.py ---

[pypy-commit] pypy default: merged upstream

2014-08-29 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r73187:74f177d4a019 Date: 2014-08-29 11:23 -0700 http://bitbucket.org/pypy/pypy/changeset/74f177d4a019/ Log:merged upstream diff --git a/rpython/rlib/test/test_rfile.py b/rpython/rlib/test/test_rfile.py ---

[pypy-commit] pypy default: cleanup

2014-08-29 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r73188:b5b2cc993c2c Date: 2014-08-29 15:50 -0400 http://bitbucket.org/pypy/pypy/changeset/b5b2cc993c2c/ Log:cleanup diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py --- a/rpython/rlib/rfile.py +++ b/rpython/rlib/rfile.py

[pypy-commit] pypy default: cpython releases the gil for these

2014-08-29 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r73189:62f4648aed86 Date: 2014-08-29 15:53 -0400 http://bitbucket.org/pypy/pypy/changeset/62f4648aed86/ Log:cpython releases the gil for these diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py --- a/rpython/rlib/rfile.py

[pypy-commit] pypy py3k: fsencode the executable

2014-08-29 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r73190:b08b3a507401 Date: 2014-08-29 12:59 -0700 http://bitbucket.org/pypy/pypy/changeset/b08b3a507401/ Log:fsencode the executable diff --git a/lib_pypy/_tkinter/__init__.py b/lib_pypy/_tkinter/__init__.py ---

[pypy-commit] pypy py3k: readapt tests to py3

2014-08-29 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r73191:559bee04d58b Date: 2014-08-29 12:59 -0700 http://bitbucket.org/pypy/pypy/changeset/559bee04d58b/ Log:readapt tests to py3 diff --git a/pypy/interpreter/test/test_nestedscope.py

[pypy-commit] pypy py3k: n/a to py3, bytes.decode always returns unicode

2014-08-29 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r73193:e9bdfdd996b2 Date: 2014-08-29 13:04 -0700 http://bitbucket.org/pypy/pypy/changeset/e9bdfdd996b2/ Log:n/a to py3, bytes.decode always returns unicode diff --git a/pypy/interpreter/pyparser/pyparse.py

[pypy-commit] pypy py3k: we now match 2.7.8/3.3.5 behavior, test against that

2014-08-29 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r73192:205a8e437a9a Date: 2014-08-29 13:00 -0700 http://bitbucket.org/pypy/pypy/changeset/205a8e437a9a/ Log:we now match 2.7.8/3.3.5 behavior, test against that diff --git a/lib-python/3/test/test_poll.py

[pypy-commit] pypy py3k: readapt to py3k

2014-08-29 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r73194:a1d33cd5a124 Date: 2014-08-29 13:18 -0700 http://bitbucket.org/pypy/pypy/changeset/a1d33cd5a124/ Log:readapt to py3k diff --git a/pypy/interpreter/nestedscope.py b/pypy/interpreter/nestedscope.py ---

[pypy-commit] pypy use-file-star-for-file: kill unused funcs

2014-08-29 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: use-file-star-for-file Changeset: r73197:a58ff2d31f1e Date: 2014-08-29 16:35 -0400 http://bitbucket.org/pypy/pypy/changeset/a58ff2d31f1e/ Log:kill unused funcs diff --git a/pypy/module/_file/interp_file.py b/pypy/module/_file/interp_file.py ---

[pypy-commit] pypy use-file-star-for-file: merge default

2014-08-29 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: use-file-star-for-file Changeset: r73196:3f3b478b3f53 Date: 2014-08-29 16:33 -0400 http://bitbucket.org/pypy/pypy/changeset/3f3b478b3f53/ Log:merge default diff --git a/pypy/module/_pypyjson/interp_encoder.py