[pypy-commit] pypy default: add merged branch

2015-12-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r81373:365503b19799 Date: 2015-12-18 15:47 +0100 http://bitbucket.org/pypy/pypy/changeset/365503b19799/ Log:add merged branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-h

[pypy-commit] pypy default: Need '-lrt' to use clock_gettime. Fix the tests on some random subset of Linuxes

2015-12-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r81374:de2631dc2ed7 Date: 2015-12-18 15:55 +0100 http://bitbucket.org/pypy/pypy/changeset/de2631dc2ed7/ Log:Need '-lrt' to use clock_gettime. Fix the tests on some random subset of Linuxes diff --git a/rpython/rlib/rtime.py b/rpython/rlib/rtime.

[pypy-commit] pypy default: times() can return a negative value (or even -1) even if there is no

2015-12-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r81375:d38aef1c3eb9 Date: 2015-12-18 16:11 +0100 http://bitbucket.org/pypy/pypy/changeset/d38aef1c3eb9/ Log:times() can return a negative value (or even -1) even if there is no error diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py -

[pypy-commit] pypy fix-2198: hg merge default

2015-12-18 Thread rlamy
Author: Ronan Lamy Branch: fix-2198 Changeset: r81376:86b5972fa57a Date: 2015-12-18 16:33 +0100 http://bitbucket.org/pypy/pypy/changeset/86b5972fa57a/ Log:hg merge default diff too long, truncating to 2000 out of 2340 lines diff --git a/lib_pypy/cffi.egg-info/PKG-INFO b/lib_pypy/cffi.egg-in

[pypy-commit] pypy default: Skip this test on 32-bit

2015-12-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r81377:1cc0914334cd Date: 2015-12-18 15:51 + http://bitbucket.org/pypy/pypy/changeset/1cc0914334cd/ Log:Skip this test on 32-bit diff --git a/pypy/module/_file/test/test_large_file.py b/pypy/module/_file/test/test_large_file.py --- a/pypy/module/_f

[pypy-commit] pypy default: Same as 1cc0914334cd

2015-12-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r81378:b37b96b20438 Date: 2015-12-18 15:56 + http://bitbucket.org/pypy/pypy/changeset/b37b96b20438/ Log:Same as 1cc0914334cd diff --git a/pypy/module/mmap/test/test_mmap.py b/pypy/module/mmap/test/test_mmap.py --- a/pypy/module/mmap/test/test_mmap.

[pypy-commit] pypy default: Same as 1cc0914334cd

2015-12-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r81379:364ca56e0027 Date: 2015-12-18 15:59 + http://bitbucket.org/pypy/pypy/changeset/364ca56e0027/ Log:Same as 1cc0914334cd diff --git a/pypy/module/posix/test/test_posix2.py b/pypy/module/posix/test/test_posix2.py --- a/pypy/module/posix/test/tes

[pypy-commit] pypy.org extradoc: update the values

2015-12-18 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r680:72fceeba1ecb Date: 2015-12-18 17:47 +0100 http://bitbucket.org/pypy/pypy.org/changeset/72fceeba1ecb/ Log:update the values diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -15,7 +15,7 @@ - $61605 of $105000 (

[pypy-commit] pypy default: Before resetting SIGALRM, use alarm(0) to make sure pending alarms are cancelled

2015-12-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r81380:10def85dd7bc Date: 2015-12-18 17:49 +0100 http://bitbucket.org/pypy/pypy/changeset/10def85dd7bc/ Log:Before resetting SIGALRM, use alarm(0) to make sure pending alarms are cancelled diff --git a/rpython/rlib/test/test_streamio.py b/rpyth

[pypy-commit] pypy exctrans: Replace FuncCode.funcgens list with single .funcgen, since there is never more than one

2015-12-18 Thread rlamy
Author: Ronan Lamy Branch: exctrans Changeset: r81381:70a2702ce64e Date: 2015-12-18 16:33 +0100 http://bitbucket.org/pypy/pypy/changeset/70a2702ce64e/ Log:Replace FuncCode.funcgens list with single .funcgen, since there is never more than one diff --git a/rpython/translator/c/node.py

[pypy-commit] pypy exctrans: remove dead import

2015-12-18 Thread rlamy
Author: Ronan Lamy Branch: exctrans Changeset: r81382:dd8a27331105 Date: 2015-12-18 18:42 +0100 http://bitbucket.org/pypy/pypy/changeset/dd8a27331105/ Log:remove dead import diff --git a/rpython/translator/c/node.py b/rpython/translator/c/node.py --- a/rpython/translator/c/node.py +++ b/rpyt

[pypy-commit] pypy fix-2198: Write more tests (that are passing) and refactor a little bit setslice()

2015-12-18 Thread arigo
Author: Armin Rigo Branch: fix-2198 Changeset: r81383:83cd07a3e10e Date: 2015-12-18 19:51 +0100 http://bitbucket.org/pypy/pypy/changeset/83cd07a3e10e/ Log:Write more tests (that are passing) and refactor a little bit setslice() with the JIT in mind and some more comments about corner

[pypy-commit] pypy fix-2198: Two tests for the two cases of ll_listsetslice() which resizes the lists.

2015-12-18 Thread arigo
Author: Armin Rigo Branch: fix-2198 Changeset: r81384:8db9bd041275 Date: 2015-12-18 20:27 +0100 http://bitbucket.org/pypy/pypy/changeset/8db9bd041275/ Log:Two tests for the two cases of ll_listsetslice() which resizes the lists. Both fail :-( diff --git a/rpython/rtyper/test/test_rli

[pypy-commit] pypy cpyext-ext: merge;

2015-12-18 Thread fijal
Author: fijal Branch: cpyext-ext Changeset: r81387:8ec857f8797e Date: 2015-12-18 22:06 +0200 http://bitbucket.org/pypy/pypy/changeset/8ec857f8797e/ Log:merge; diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module/cpyext/api.py +++ b/pypy/module/cpyext/api.py @@

[pypy-commit] pypy cpyext-ext: do the same thing, but more in line with what cpython does

2015-12-18 Thread fijal
Author: fijal Branch: cpyext-ext Changeset: r81386:911a6c69a1c9 Date: 2015-12-18 22:05 +0200 http://bitbucket.org/pypy/pypy/changeset/911a6c69a1c9/ Log:do the same thing, but more in line with what cpython does diff --git a/pypy/module/cpyext/sequence.py b/pypy/module/cpyext/sequence.py --- a

[pypy-commit] pypy fix-2198: Fix the tests (writing tons of comments)

2015-12-18 Thread arigo
Author: Armin Rigo Branch: fix-2198 Changeset: r81385:e9ae1b34a1f6 Date: 2015-12-18 21:06 +0100 http://bitbucket.org/pypy/pypy/changeset/e9ae1b34a1f6/ Log:Fix the tests (writing tons of comments) diff --git a/rpython/rlib/rgc.py b/rpython/rlib/rgc.py --- a/rpython/rlib/rgc.py +++ b/rpython/r

[pypy-commit] pypy.org extradoc: update the values

2015-12-18 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r681:c3696d3cdaff Date: 2015-12-18 21:27 +0100 http://bitbucket.org/pypy/pypy.org/changeset/c3696d3cdaff/ Log:update the values diff --git a/don4.html b/don4.html --- a/don4.html +++ b/don4.html @@ -9,7 +9,7 @@ $(function() { $("#progr

[pypy-commit] pypy exctrans: Wrap FunctionCodeGenerator constructor in a factory function

2015-12-18 Thread rlamy
Author: Ronan Lamy Branch: exctrans Changeset: r81388:c5365dc26aa4 Date: 2015-12-19 02:55 +0100 http://bitbucket.org/pypy/pypy/changeset/c5365dc26aa4/ Log:Wrap FunctionCodeGenerator constructor in a factory function + Move some of its side-effecting code there diff --git a/rpython/t