[pypy-commit] extradoc extradoc: talk as it went

2014-09-20 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r5412:9257532b4a94 Date: 2014-09-20 12:40 +0200 http://bitbucket.org/pypy/extradoc/changeset/9257532b4a94/ Log:talk as it went diff --git a/talk/brno-php-2014/Makefile b/talk/brno-php-2014/Makefile new file mode 100644 --- /dev/null +++

[pypy-commit] pypy gc_no_cleanup_nursery: clear array of structs too;

2014-09-20 Thread fijal
Author: Maciej Fijalkowski Branch: gc_no_cleanup_nursery Changeset: r73616:7b6328a2da99 Date: 2014-09-20 18:16 +0200 http://bitbucket.org/pypy/pypy/changeset/7b6328a2da99/ Log:clear array of structs too; diff --git a/rpython/jit/backend/llsupport/rewrite.py b/rpython/jit/backend/llsupport/r

[pypy-commit] pypy default: Fix curses on OS X -- copy this logic from cpython

2014-09-20 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r73617:6948fbcc0042 Date: 2014-09-20 14:16 -0700 http://bitbucket.org/pypy/pypy/changeset/6948fbcc0042/ Log:Fix curses on OS X -- copy this logic from cpython diff --git a/lib_pypy/_curses.py b/lib_pypy/_curses.py --- a/lib_pypy/_curses.py +++ b/lib_py

[pypy-commit] pypy use-file-star-for-file: add comment

2014-09-20 Thread bdkearns
Author: Brian Kearns Branch: use-file-star-for-file Changeset: r73618:509fd1d325f2 Date: 2014-09-20 17:19 -0400 http://bitbucket.org/pypy/pypy/changeset/509fd1d325f2/ Log:add comment diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py --- a/rpython/rlib/rfile.py +++ b/rpython/rlib/rfi

[pypy-commit] pypy default: update for 2.4.0 final

2014-09-20 Thread mattip
Author: mattip Branch: Changeset: r73619:e0c96ae36f5b Date: 2014-09-21 00:19 +0300 http://bitbucket.org/pypy/pypy/changeset/e0c96ae36f5b/ Log:update for 2.4.0 final diff --git a/pypy/doc/release-2.4.0.rst b/pypy/doc/release-2.4.0.rst --- a/pypy/doc/release-2.4.0.rst +++ b/pypy/doc/release-2

[pypy-commit] pypy default: fix cffi to remove tmp files, should be ported to upstream

2014-09-20 Thread mattip
Author: mattip Branch: Changeset: r73620:cdf3042470fb Date: 2014-09-21 01:00 +0300 http://bitbucket.org/pypy/pypy/changeset/cdf3042470fb/ Log:fix cffi to remove tmp files, should be ported to upstream diff --git a/pypy/module/test_lib_pypy/cffi_tests/test_zdistutils.py b/pypy/module/test_l

[pypy-commit] cffi default: remove tmp files after test

2014-09-20 Thread mattip
Author: Matti Picus Branch: Changeset: r1567:4f869a54f47e Date: 2014-09-21 01:06 +0300 http://bitbucket.org/cffi/cffi/changeset/4f869a54f47e/ Log:remove tmp files after test diff --git a/testing/test_zdistutils.py b/testing/test_zdistutils.py --- a/testing/test_zdistutils.py +++ b/testing/t

[pypy-commit] cffi default: remove tmp files after test

2014-09-20 Thread mattip
Author: Matti Picus Branch: Changeset: r1568:bad1c0344487 Date: 2014-09-21 01:29 +0300 http://bitbucket.org/cffi/cffi/changeset/bad1c0344487/ Log:remove tmp files after test diff --git a/testing/test_zintegration.py b/testing/test_zintegration.py --- a/testing/test_zintegration.py +++ b/tes

[pypy-commit] pypy default: remove tmp files after test (ported from upstream)

2014-09-20 Thread mattip
Author: mattip Branch: Changeset: r73621:0f69f42b7721 Date: 2014-09-21 01:46 +0300 http://bitbucket.org/pypy/pypy/changeset/0f69f42b7721/ Log:remove tmp files after test (ported from upstream) diff --git a/pypy/module/test_lib_pypy/cffi_tests/test_zintegration.py b/pypy/module/test_lib_pyp

[pypy-commit] pypy.org extradoc: update for 2.4.0

2014-09-20 Thread mattip
Author: mattip Branch: extradoc Changeset: r537:171c02d0ea6f Date: 2014-09-21 01:54 +0300 http://bitbucket.org/pypy/pypy.org/changeset/171c02d0ea6f/ Log:update for 2.4.0 diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -52,8 +52,7 @@ miscompiled due to b

[pypy-commit] pypy gc_no_cleanup_nursery: remove spurious zero_ptr_fields + fix tests

2014-09-20 Thread fijal
Author: Maciej Fijalkowski Branch: gc_no_cleanup_nursery Changeset: r73622:fe96b6f2e560 Date: 2014-09-21 07:26 +0200 http://bitbucket.org/pypy/pypy/changeset/fe96b6f2e560/ Log:remove spurious zero_ptr_fields + fix tests diff --git a/rpython/jit/backend/llsupport/rewrite.py b/rpython/jit/bac