[pypy-commit] pypy new-jit-log: finish is now called in the testing case

2016-04-06 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r83553:dacac0d48a10 Date: 2016-04-07 08:41 +0200 http://bitbucket.org/pypy/pypy/changeset/dacac0d48a10/ Log:finish is now called in the testing case diff --git a/rpython/jit/metainterp/jitlog.py b/rpython/jit/metainterp/jitlog.py --- a/

[pypy-commit] pypy new-jit-log: rvmprof.enable_jitlog now correctly writes the header, teardown must still be called correctly

2016-04-06 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r83552:acf792f13092 Date: 2016-04-07 08:33 +0200 http://bitbucket.org/pypy/pypy/changeset/acf792f13092/ Log:rvmprof.enable_jitlog now correctly writes the header, teardown must still be called correctly diff --git a/rpython/jit/

[pypy-commit] pypy resource_warning: move the logic from __del__ to destructor, because we are not allowed to call arbitrary code from the interp-level __del__

2016-04-06 Thread antocuni
Author: Antonio Cuni Branch: resource_warning Changeset: r83551:110eae852734 Date: 2016-04-06 19:39 + http://bitbucket.org/pypy/pypy/changeset/110eae852734/ Log:move the logic from __del__ to destructor, because we are not allowed to call arbitrary code from the interp-level __del

[pypy-commit] pypy rposix-for-3: Add wrapper for fstatat()

2016-04-06 Thread rlamy
Author: Ronan Lamy Branch: rposix-for-3 Changeset: r83550:464d641a9035 Date: 2016-04-06 20:32 +0100 http://bitbucket.org/pypy/pypy/changeset/464d641a9035/ Log:Add wrapper for fstatat() diff --git a/rpython/rlib/rposix_stat.py b/rpython/rlib/rposix_stat.py --- a/rpython/rlib/rposix_stat.py ++

[pypy-commit] pypy rposix-for-3: Reuse rposix definition of TIMESPEC in rposix_stat

2016-04-06 Thread rlamy
Author: Ronan Lamy Branch: rposix-for-3 Changeset: r83549:f79b252981fb Date: 2016-04-06 20:00 +0100 http://bitbucket.org/pypy/pypy/changeset/f79b252981fb/ Log:Reuse rposix definition of TIMESPEC in rposix_stat diff --git a/rpython/rlib/rposix_stat.py b/rpython/rlib/rposix_stat.py --- a/rpyth

[pypy-commit] pypy follow_symlinks: Allow specifying path as a file descriptor in statvfs()

2016-04-06 Thread rlamy
Author: Ronan Lamy Branch: follow_symlinks Changeset: r83548:afa5e4d31986 Date: 2016-04-06 19:40 +0100 http://bitbucket.org/pypy/pypy/changeset/afa5e4d31986/ Log:Allow specifying path as a file descriptor in statvfs() diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp

[pypy-commit] pypy follow_symlinks: hg merge py3k

2016-04-06 Thread rlamy
Author: Ronan Lamy Branch: follow_symlinks Changeset: r83547:f19923c93568 Date: 2016-04-06 17:21 +0100 http://bitbucket.org/pypy/pypy/changeset/f19923c93568/ Log:hg merge py3k diff too long, truncating to 2000 out of 10581 lines diff --git a/lib_pypy/_ctypes/structure.py b/lib_pypy/_ctypes/

[pypy-commit] pypy rposix-for-3: hg merge default

2016-04-06 Thread rlamy
Author: Ronan Lamy Branch: rposix-for-3 Changeset: r83546:cb511f4d3fb8 Date: 2016-04-06 17:17 +0100 http://bitbucket.org/pypy/pypy/changeset/cb511f4d3fb8/ Log:hg merge default diff too long, truncating to 2000 out of 10351 lines diff --git a/lib_pypy/_ctypes/structure.py b/lib_pypy/_ctypes/

[pypy-commit] pypy py3k: Merge branch 'follow_symlinks'

2016-04-06 Thread rlamy
Author: Ronan Lamy Branch: py3k Changeset: r83543:3fcb678f1119 Date: 2016-04-06 16:42 +0100 http://bitbucket.org/pypy/pypy/changeset/3fcb678f1119/ Log:Merge branch 'follow_symlinks' Update implementation of many posix functions to support functionalities added in 3.3. diff -

[pypy-commit] pypy py3k: hg merge follow_symlinks

2016-04-06 Thread rlamy
Author: Ronan Lamy Branch: py3k Changeset: r83545:5f5d84aa2cd6 Date: 2016-04-06 16:44 +0100 http://bitbucket.org/pypy/pypy/changeset/5f5d84aa2cd6/ Log:hg merge follow_symlinks diff --git a/pypy/module/posix/test/test_interp_posix.py b/pypy/module/posix/test/test_interp_posix.py new file mod

[pypy-commit] pypy follow_symlinks: Add missing test file

2016-04-06 Thread rlamy
Author: Ronan Lamy Branch: follow_symlinks Changeset: r83544:797a89d6950c Date: 2016-04-06 16:43 +0100 http://bitbucket.org/pypy/pypy/changeset/797a89d6950c/ Log:Add missing test file diff --git a/pypy/module/posix/test/test_interp_posix.py b/pypy/module/posix/test/test_interp_posix.py new

[pypy-commit] pypy py3k: hg merge default

2016-04-06 Thread rlamy
Author: Ronan Lamy Branch: py3k Changeset: r83542:c0fce2e85c79 Date: 2016-04-06 16:06 +0100 http://bitbucket.org/pypy/pypy/changeset/c0fce2e85c79/ Log:hg merge default diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsne

[pypy-commit] pypy default: Update whatsnew

2016-04-06 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r83541:f5f369271c0c Date: 2016-04-06 16:02 +0100 http://bitbucket.org/pypy/pypy/changeset/f5f369271c0c/ Log:Update whatsnew diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-hea

[pypy-commit] pypy default: Merge branch 'rposix-for-3'

2016-04-06 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r83540:70a0c992daf3 Date: 2016-04-06 15:58 +0100 http://bitbucket.org/pypy/pypy/changeset/70a0c992daf3/ Log:Merge branch 'rposix-for-3' diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py --- a/rpython/rlib/rposix.py +++ b/rpython/rlib/rposix.p

[pypy-commit] pypy resource_warning: (florin, antocuni) Add resource warning test for file descriptors

2016-04-06 Thread florinpapa
Author: florinpapa Branch: resource_warning Changeset: r83539:d09f1ccc1094 Date: 2016-04-06 15:08 +0300 http://bitbucket.org/pypy/pypy/changeset/d09f1ccc1094/ Log:(florin, antocuni) Add resource warning test for file descriptors diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter

[pypy-commit] stmgc default: add mem_reset_on_abort, a mechanism to reset some memory to the value it had on

2016-04-06 Thread Raemi
Author: Remi Meier Branch: Changeset: r1985:ff3079618aaf Date: 2016-04-06 15:16 +0300 http://bitbucket.org/pypy/stmgc/changeset/ff3079618aaf/ Log:add mem_reset_on_abort, a mechanism to reset some memory to the value it had on tx start in case the tx aborts. diff --git a/c8/stm/core.

[pypy-commit] pypy default: (cfbolz, palecsandru): Fix failing test that was not adapted when the implementation changed.

2016-04-06 Thread palecsandru
Author: Alecsandru Patrascu Branch: Changeset: r83538:1ceea7a807e1 Date: 2016-04-06 11:44 +0300 http://bitbucket.org/pypy/pypy/changeset/1ceea7a807e1/ Log:(cfbolz, palecsandru): Fix failing test that was not adapted when the implementation changed. diff --git a/pypy/module/__pypy__/

[pypy-commit] pypy default: (cfbolz, palecsandru): Fixed what's new that was backed out. The test did not know about the backouts.

2016-04-06 Thread palecsandru
Author: Alecsandru Patrascu Branch: Changeset: r83537:6c39efa5fa43 Date: 2016-04-06 11:35 +0300 http://bitbucket.org/pypy/pypy/changeset/6c39efa5fa43/ Log:(cfbolz, palecsandru): Fixed what's new that was backed out. The test did not know about the backouts. diff --git a/pypy/doc/wha

[pypy-commit] pypy default: Randomly add this here

2016-04-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r83536:de13adcdf05a Date: 2016-04-06 10:39 +0300 http://bitbucket.org/pypy/pypy/changeset/de13adcdf05a/ Log:Randomly add this here diff --git a/rpython/jit/backend/detect_cpu.py b/rpython/jit/backend/detect_cpu.py --- a/rpython/jit/backend/detect_cpu.p

[pypy-commit] pypy cleanup-history-rewriting: ready to merge

2016-04-06 Thread arigo
Author: Armin Rigo Branch: cleanup-history-rewriting Changeset: r83534:ac4f212eb7cb Date: 2016-04-06 10:27 +0300 http://bitbucket.org/pypy/pypy/changeset/ac4f212eb7cb/ Log:ready to merge ___ pypy-commit mailing list pypy-commit@python.org https://m

[pypy-commit] pypy default: hg merge cleanup-history-rewriting

2016-04-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r83535:58a5417201bf Date: 2016-04-06 10:28 +0300 http://bitbucket.org/pypy/pypy/changeset/58a5417201bf/ Log:hg merge cleanup-history-rewriting Remove a headache of history rewriting in pyjitpl diff --git a/rpython/jit/metainterp/pyjitpl.py b/r

[pypy-commit] pypy default: try to fix this test that previously used to enumerate all code objs by tracing

2016-04-06 Thread Raemi
Author: Remi Meier Branch: Changeset: r83533:ac58de5d526f Date: 2016-04-06 10:13 +0300 http://bitbucket.org/pypy/pypy/changeset/ac58de5d526f/ Log:try to fix this test that previously used to enumerate all code objs by tracing the heap and now uses a weakref list. The differe

[pypy-commit] pypy cleanup-history-rewriting: fix fix

2016-04-06 Thread arigo
Author: Armin Rigo Branch: cleanup-history-rewriting Changeset: r83532:e89fe690dd02 Date: 2016-04-06 10:12 +0300 http://bitbucket.org/pypy/pypy/changeset/e89fe690dd02/ Log:fix fix diff --git a/rpython/jit/metainterp/pyjitpl.py b/rpython/jit/metainterp/pyjitpl.py --- a/rpython/jit/metainterp