[pypy-commit] pypy default: these XXX/commented lines are valid tests now

2013-02-05 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r60898:196680d468e4 Date: 2013-02-06 02:50 -0500 http://bitbucket.org/pypy/pypy/changeset/196680d468e4/ Log:these XXX/commented lines are valid tests now diff --git a/pypy/module/bz2/test/test_bz2_file.py b/pypy/module/bz2/test/test_bz2_file.py --- a

[pypy-commit] pypy default: CheckAllocation seems to work fine here

2013-02-05 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r60897:eecd3ad78b7a Date: 2013-02-06 01:44 -0500 http://bitbucket.org/pypy/pypy/changeset/eecd3ad78b7a/ Log:CheckAllocation seems to work fine here diff --git a/pypy/module/bz2/test/test_bz2_file.py b/pypy/module/bz2/test/test_bz2_file.py --- a/pypy/

[pypy-commit] pypy default: whitespace

2013-02-05 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r60896:0fa34dc08184 Date: 2013-02-06 01:16 -0500 http://bitbucket.org/pypy/pypy/changeset/0fa34dc08184/ Log:whitespace diff --git a/pypy/module/bz2/test/test_bz2_compdecomp.py b/pypy/module/bz2/test/test_bz2_compdecomp.py --- a/pypy/module/bz2/test/t

[pypy-commit] pypy default: fix whatsnew

2013-02-05 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r60895:43221081dc07 Date: 2013-02-06 00:27 -0500 http://bitbucket.org/pypy/pypy/changeset/43221081dc07/ Log:fix 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-head

[pypy-commit] pypy default: Merged in jphalip/pypy/popen2-removal (pull request #114)

2013-02-05 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r60894:1042c2c9707e Date: 2013-02-05 21:22 -0800 http://bitbucket.org/pypy/pypy/changeset/1042c2c9707e/ Log:Merged in jphalip/pypy/popen2-removal (pull request #114) Use subprocess instead of the deprecated popen2 inside posix.popen() diff --g

[pypy-commit] pypy popen2-removal: Use subprocess instead of the deprecated popen2 inside posix.popen(). The 'signal' and 'select' modules are included in the tests as they're imported by subprocess.

2013-02-05 Thread jphalip
Author: Julien Phalip Branch: popen2-removal Changeset: r60893:82e23579d3e9 Date: 2013-02-05 21:12 -0800 http://bitbucket.org/pypy/pypy/changeset/82e23579d3e9/ Log:Use subprocess instead of the deprecated popen2 inside posix.popen(). The 'signal' and 'select' modules are included in t

[pypy-commit] pypy default: __future__ is frozen, so use another module's __file__ (see issue1259)

2013-02-05 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r60892:fa85e21b3f1b Date: 2013-02-05 21:45 -0500 http://bitbucket.org/pypy/pypy/changeset/fa85e21b3f1b/ Log:__future__ is frozen, so use another module's __file__ (see issue1259) diff --git a/lib-python/2.7/test/test_modulefinder.py b/lib-pyt

[pypy-commit] pypy default: add argtypes to silence some warnings

2013-02-05 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r60891:0a4512ee16b3 Date: 2013-02-05 20:04 -0500 http://bitbucket.org/pypy/pypy/changeset/0a4512ee16b3/ Log:add argtypes to silence some warnings diff --git a/lib_pypy/ctypes_support.py b/lib_pypy/ctypes_support.py --- a/lib_pypy/ctypes_support.py +++

[pypy-commit] pypy py3k: add _io Warnings

2013-02-05 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r60890:0a5251c5e487 Date: 2013-02-05 16:28 -0800 http://bitbucket.org/pypy/pypy/changeset/0a5251c5e487/ Log:add _io Warnings diff --git a/pypy/module/_io/interp_bufferedio.py b/pypy/module/_io/interp_bufferedio.py --- a/pypy/module/_io/interp_bu

[pypy-commit] pypy cleanup-tests: merge default

2013-02-05 Thread bdkearns
Author: Brian Kearns Branch: cleanup-tests Changeset: r60889:01cab6cc71bf Date: 2013-02-05 17:56 -0500 http://bitbucket.org/pypy/pypy/changeset/01cab6cc71bf/ Log:merge default diff --git a/lib-python/2.7/collections.py b/lib-python/2.7/collections.py --- a/lib-python/2.7/collections.py +++ b

[pypy-commit] pypy cleanup-tests: merge tests in the two datetime test files

2013-02-05 Thread bdkearns
Author: Brian Kearns Branch: cleanup-tests Changeset: r60887:d57434b6a9d7 Date: 2013-02-05 17:52 -0500 http://bitbucket.org/pypy/pypy/changeset/d57434b6a9d7/ Log:merge tests in the two datetime test files diff --git a/pypy/module/test_lib_pypy/test_datetime.py b/pypy/module/test_lib_pypy/te

[pypy-commit] pypy cleanup-tests: this should always import lib_pypy's sqlite3, never the host's

2013-02-05 Thread bdkearns
Author: Brian Kearns Branch: cleanup-tests Changeset: r60886:9e7230d8f10c Date: 2013-02-05 17:45 -0500 http://bitbucket.org/pypy/pypy/changeset/9e7230d8f10c/ Log:this should always import lib_pypy's sqlite3, never the host's diff --git a/pypy/module/test_lib_pypy/test_sqlite3.py b/pypy/modu

[pypy-commit] pypy default: put this line back where it is upstream

2013-02-05 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r60888:4a15e2b1773e Date: 2013-02-05 17:55 -0500 http://bitbucket.org/pypy/pypy/changeset/4a15e2b1773e/ Log:put this line back where it is upstream diff --git a/lib-python/2.7/collections.py b/lib-python/2.7/collections.py --- a/lib-python/2.7/collect

[pypy-commit] pypy default: a couple usemodules lines

2013-02-05 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r60885:d5b5b5689313 Date: 2013-02-05 17:36 -0500 http://bitbucket.org/pypy/pypy/changeset/d5b5b5689313/ Log:a couple usemodules lines diff --git a/lib-python/conftest.py b/lib-python/conftest.py --- a/lib-python/conftest.py +++ b/lib-python/conftest.p

[pypy-commit] extradoc extradoc: update, change intent of FFT to FFI

2013-02-05 Thread matti
Author: matti Branch: extradoc Changeset: r4942:aacbb71514b1 Date: 2013-02-05 21:46 +0200 http://bitbucket.org/pypy/extradoc/changeset/aacbb71514b1/ Log:update, change intent of FFT to FFI diff --git a/blog/draft/numpy-status-update-6.rst b/blog/draft/numpy-status-update-6.rst --- a/blog/dra

[pypy-commit] pypy default: fix fail caused by 4237a1dca2e8

2013-02-05 Thread mattip
Author: mattip Branch: Changeset: r60883:ddba75d6edf2 Date: 2013-02-05 14:52 +0200 http://bitbucket.org/pypy/pypy/changeset/ddba75d6edf2/ Log:fix fail caused by 4237a1dca2e8 diff --git a/lib-python/2.7/collections.py b/lib-python/2.7/collections.py --- a/lib-python/2.7/collections.py +++ b/l