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

2014-08-29 Thread mattip
Author: mattip 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 b/pypy/test_all.py --- a/pypy/test

[pypy-commit] pypy default: merge heads

2014-08-29 Thread bdkearns
Author: Brian Kearns 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 @@ sys.path.in

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

2014-08-29 Thread bdkearns
Author: Brian Kearns 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 +++ b/rpython/rlib/rfile.py @@ -9

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

2014-08-29 Thread bdkearns
Author: Brian Kearns 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 b/pypy/module/_file/interp_file.py --- a/pypy/mod

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

2014-08-29 Thread bdkearns
Author: Brian Kearns 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 +++ b/rpython/rlib/r

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

2014-08-29 Thread mattip
Author: mattip 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 +++ b/pytest.py @@ -8,6 +8,21 @@

[pypy-commit] stmgc default: Merge

2014-08-29 Thread Raemi
Author: Remi Meier 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 *du_xor(DuObject *cons,

[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 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 a/c7/stm/nursery.c b/c7/stm/nurs

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

2014-08-29 Thread Raemi
Author: Remi Meier 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 --- a/rpython/translator/stm

[pypy-commit] pypy default: update contributors, 12 new names

2014-08-29 Thread mattip
Author: mattip Branch: Changeset: r73163:c775186e2e80 Date: 2014-08-29 16:21 +0300 http://bitbucket.org/pypy/pypy/changeset/c775186e2e80/ Log:update contributors, 12 new names diff --git a/pypy/doc/contributor.rst b/pypy/doc/contributor.rst --- a/pypy/doc/contributor.rst +++ b/pypy/doc/cont

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

2014-08-29 Thread mattip
Author: mattip 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 100644 --- /dev/null +++

[pypy-commit] pypy default: merge heads

2014-08-29 Thread bdkearns
Author: Brian Kearns 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 +++ b/pypy/doc/contributor.rst @@ -

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

2014-08-29 Thread fijal
Author: Maciej Fijalkowski 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 --- a/rpython/rtyper/annlowlevel.p

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

2014-08-29 Thread bdkearns
Author: Brian Kearns 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 --- a/pypy/doc/contributor.rst +++ b/pypy/

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

2014-08-29 Thread bdkearns
Author: Brian Kearns 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 b/pypy/module/_file/test/test_file.py --- a/pypy/mo

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

2014-08-29 Thread bdkearns
Author: Brian Kearns 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 b/pypy/module/_file/test/test_file.p

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

2014-08-29 Thread bdkearns
Author: Brian Kearns 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 --- a/rpython/rlib

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

2014-08-29 Thread bdkearns
Author: Brian Kearns 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 --- a/rpython/rlib

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

2014-08-29 Thread bdkearns
Author: Brian Kearns 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 --- a/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 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 a/lib-python/2.7/jso

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

2014-08-29 Thread bdkearns
Author: Brian Kearns 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 --- a/pypy/module/_file/te

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

2014-08-29 Thread bdkearns
Author: Brian Kearns 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 b/pypy/module/_file/test/test_file_extra.py ---

[pypy-commit] pypy default: reenable these tests, work on buildbot?

2014-08-29 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r73176:9f0f00ddfc76 Date: 2014-08-29 09:21 -0700 http://bitbucket.org/pypy/pypy/changeset/9f0f00ddfc76/ Log:reenable these tests, work on buildbot? diff --git a/pypy/module/_file/test/test_file.py b/pypy/module/_file/test/test_file.py --- a/pypy/modu

[pypy-commit] pypy default: fix translation

2014-08-29 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r73178:5ddeaa6b6665 Date: 2014-08-29 12:58 -0400 http://bitbucket.org/pypy/pypy/changeset/5ddeaa6b6665/ Log:fix translation diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py --- a/rpython/rlib/rfile.py +++ b/rpython/rlib/rfile.py @@ -206,6 +2

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

2014-08-29 Thread bdkearns
Author: Brian Kearns 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 +++ b/rpython/rlib/rfile.py @@ -

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

2014-08-29 Thread bdkearns
Author: Brian Kearns 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 +++ b/rpython/rlib/rfile.py @@ -

[pypy-commit] pypy default: fix this test on older cpythons

2014-08-29 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r73180:48a6c8cd92f1 Date: 2014-08-29 13:15 -0400 http://bitbucket.org/pypy/pypy/changeset/48a6c8cd92f1/ Log:fix this test on older cpythons diff --git a/rpython/rlib/test/test_rfile.py b/rpython/rlib/test/test_rfile.py --- a/rpython/rlib/test/test_rfi

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

2014-08-29 Thread bdkearns
Author: Brian Kearns Branch: use-file-star-for-file Changeset: r73181:513125b111be Date: 2014-08-29 12:21 -0400 http://bitbucket.org/pypy/pypy/changeset/513125b111be/ Log:merge default diff --git a/lib-python/2.7/json/encoder.py b/lib-python/2.7/json/encoder.py --- a/lib-python/2.7/json/enco

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

2014-08-29 Thread bdkearns
Author: Brian Kearns 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 --- a/pypy/module/_file/in

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

2014-08-29 Thread bdkearns
Author: Brian Kearns 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 --- a/pypy/module/_file/inte

[pypy-commit] pypy default: try enforceargs instead

2014-08-29 Thread bdkearns
Author: Brian Kearns 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 +++ b/rpython/rlib/rfile.py @@ -

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

2014-08-29 Thread bdkearns
Author: Brian Kearns 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 --- a/rpython/rlib/test/test_rfile.

[pypy-commit] pypy default: Presize the StringBuilder to the length of the input string, which is the minimum length for the output

2014-08-29 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r73186:e435043d0dbe Date: 2014-08-29 11:23 -0700 http://bitbucket.org/pypy/pypy/changeset/e435043d0dbe/ Log:Presize the StringBuilder to the length of the input string, which is the minimum length for the output diff --git a/pypy/module/_pypyjs

[pypy-commit] pypy default: merged upstream

2014-08-29 Thread alex_gaynor
Author: Alex Gaynor 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 --- a/rpython/rlib/test/test_rfile.py +++ b/rpyth

[pypy-commit] pypy default: cleanup

2014-08-29 Thread bdkearns
Author: Brian Kearns 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 @@ -52,31 +52,34 @@

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

2014-08-29 Thread bdkearns
Author: Brian Kearns 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 +++ b/rpython/rlib/rf

[pypy-commit] pypy py3k: fsencode the executable

2014-08-29 Thread pjenvey
Author: Philip Jenvey 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 --- a/lib_pypy/_tkinter/__init__.py +++

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

2014-08-29 Thread pjenvey
Author: Philip Jenvey 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 b/pypy/interpreter/test/test_nestedscope.py --- a/pypy/interp

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

2014-08-29 Thread pjenvey
Author: Philip Jenvey 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 b/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 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 b/lib-python/3/test/test_poll.py --- a/li

[pypy-commit] pypy py3k: readapt to py3k

2014-08-29 Thread pjenvey
Author: Philip Jenvey 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 --- a/pypy/interpreter/nestedscope.py +++ b

[pypy-commit] pypy default: more cleanup

2014-08-29 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r73195:e3103fe6a9e9 Date: 2014-08-29 16:33 -0400 http://bitbucket.org/pypy/pypy/changeset/e3103fe6a9e9/ Log:more cleanup diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py --- a/rpython/rlib/rfile.py +++ b/rpython/rlib/rfile.py @@ -57,12 +57,1

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

2014-08-29 Thread bdkearns
Author: Brian Kearns 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 --- a/pypy/module/_fil

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

2014-08-29 Thread bdkearns
Author: Brian Kearns 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 b/pypy/module/_pypyjson/interp_encoder.py --- a/pypy/

[pypy-commit] pypy default: Performance tweaks: may return the unicode object passed in as argument

2014-08-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r73198:c71b5f944ccf Date: 2014-08-30 08:29 +0200 http://bitbucket.org/pypy/pypy/changeset/c71b5f944ccf/ Log:Performance tweaks: may return the unicode object passed in as argument if it needs no encoding at all. diff --git a/pypy/module/_pypyjso

[pypy-commit] pypy default: Test fix for test_xpickle

2014-08-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r73199:aba3692914d3 Date: 2014-08-30 06:44 + http://bitbucket.org/pypy/pypy/changeset/aba3692914d3/ Log:Test fix for test_xpickle diff --git a/lib-python/2.7/test/pickletester.py b/lib-python/2.7/test/pickletester.py --- a/lib-python/2.7/test/pickl