[pypy-commit] [COMMENT] Pull request #8 for pypy/pypy: added numpy.sort, tests, and docstring for numpy.array.sort

2011-08-27 Thread Bitbucket
New comment on pull request: https://bitbucket.org/pypy/pypy/pull-request/8/added-numpysort-tests-and-docstring-for#comment-35 Alex Gaynor (alex_gaynor) said: Sorry, here are the issues I saw: * It would need to be rewritten after the merge of the dtypes branch (which rewrites most of everythi

[pypy-commit] pypy unpack-ints-fast: fixed rzipfile problems, I think

2011-08-27 Thread justinpeel
Author: Justin Peel Branch: unpack-ints-fast Changeset: r46850:d18372b66c65 Date: 2011-08-28 00:27 -0600 http://bitbucket.org/pypy/pypy/changeset/d18372b66c65/ Log:fixed rzipfile problems, I think diff --git a/pypy/module/struct/formatiterator.py b/pypy/module/struct/formatiterator.py --- a

[pypy-commit] pypy unpack-ints-fast: try to speed up unpacking ints

2011-08-27 Thread justinpeel
Author: Justin Peel Branch: unpack-ints-fast Changeset: r46849:4cb38c130da5 Date: 2011-08-27 23:20 -0600 http://bitbucket.org/pypy/pypy/changeset/4cb38c130da5/ Log:try to speed up unpacking ints diff --git a/pypy/module/struct/formatiterator.py b/pypy/module/struct/formatiterator.py --- a/p

[pypy-commit] pypy numpy-dtype-alt: fix for 32bits.

2011-08-27 Thread alex_gaynor
Author: Alex Gaynor Branch: numpy-dtype-alt Changeset: r46848:61b579532dcb Date: 2011-08-28 05:54 + http://bitbucket.org/pypy/pypy/changeset/61b579532dcb/ Log:fix for 32bits. diff --git a/pypy/module/micronumpy/test/test_ufuncs.py b/pypy/module/micronumpy/test/test_ufuncs.py --- a/pypy/

[pypy-commit] pypy numpy-dtype-alt: merged upstream.

2011-08-27 Thread alex_gaynor
Author: Alex Gaynor Branch: numpy-dtype-alt Changeset: r46847:ceb4ec31ec83 Date: 2011-08-28 01:16 -0400 http://bitbucket.org/pypy/pypy/changeset/ceb4ec31ec83/ Log:merged upstream. diff --git a/pypy/module/struct/formatiterator.py b/pypy/module/struct/formatiterator.py --- a/pypy/module/stru

[pypy-commit] pypy default: backout unpacking speed up

2011-08-27 Thread justinpeel
Author: Justin Peel Branch: Changeset: r46846:14f152109578 Date: 2011-08-27 23:12 -0600 http://bitbucket.org/pypy/pypy/changeset/14f152109578/ Log:backout unpacking speed up diff --git a/pypy/module/struct/formatiterator.py b/pypy/module/struct/formatiterator.py --- a/pypy/module/struct/fo

[pypy-commit] pypy default: merged jit-codewriter-force-cast-refactor. This branch cleans up the implementation of force_cast in the JIT, fixing bugs, and extending support for between any integer typ

2011-08-27 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r46844:9db83e93127d Date: 2011-08-28 00:55 -0400 http://bitbucket.org/pypy/pypy/changeset/9db83e93127d/ Log:merged jit-codewriter-force-cast-refactor. This branch cleans up the implementation of force_cast in the JIT, fixing bugs, and ex

[pypy-commit] pypy jit-codewriter-force-cast-refactor: merged upstream.

2011-08-27 Thread alex_gaynor
Author: Alex Gaynor Branch: jit-codewriter-force-cast-refactor Changeset: r46842:a99d9b39366e Date: 2011-08-28 00:54 -0400 http://bitbucket.org/pypy/pypy/changeset/a99d9b39366e/ Log:merged upstream. diff --git a/pypy/module/struct/formatiterator.py b/pypy/module/struct/formatiterator.py ---

[pypy-commit] pypy jit-codewriter-force-cast-refactor: closing branch for merge

2011-08-27 Thread alex_gaynor
Author: Alex Gaynor Branch: jit-codewriter-force-cast-refactor Changeset: r46843:ecfa46bdea96 Date: 2011-08-28 00:54 -0400 http://bitbucket.org/pypy/pypy/changeset/ecfa46bdea96/ Log:closing branch for merge ___ pypy-commit mailing list pypy-commit@

[pypy-commit] pypy default: speed up unpacking of integers

2011-08-27 Thread justinpeel
Author: Justin Peel Branch: Changeset: r46841:824c34520e40 Date: 2011-08-27 22:34 -0600 http://bitbucket.org/pypy/pypy/changeset/824c34520e40/ Log:speed up unpacking of integers diff --git a/pypy/module/struct/formatiterator.py b/pypy/module/struct/formatiterator.py --- a/pypy/module/struc

[pypy-commit] pypy jit-codewriter-force-cast-refactor: merged upstream.

2011-08-27 Thread alex_gaynor
Author: Alex Gaynor Branch: jit-codewriter-force-cast-refactor Changeset: r46840:f30d53ff177a Date: 2011-08-27 21:34 -0400 http://bitbucket.org/pypy/pypy/changeset/f30d53ff177a/ Log:merged upstream. diff --git a/pypy/rpython/module/ll_os.py b/pypy/rpython/module/ll_os.py --- a/pypy/rpython/m

[pypy-commit] pypy jit-codewriter-force-cast-refactor: Implemented casts to/from floats to/from ints of various widths and signs and whatever else.

2011-08-27 Thread alex_gaynor
Author: Alex Gaynor Branch: jit-codewriter-force-cast-refactor Changeset: r46839:bf9ec172d960 Date: 2011-08-27 21:23 -0400 http://bitbucket.org/pypy/pypy/changeset/bf9ec172d960/ Log:Implemented casts to/from floats to/from ints of various widths and signs and whatever else. diff --gi

[pypy-commit] pypy jit-codewriter-force-cast-refactor: and anotehr typo fix

2011-08-27 Thread alex_gaynor
Author: Alex Gaynor Branch: jit-codewriter-force-cast-refactor Changeset: r46838:8a6318503585 Date: 2011-08-27 20:57 -0400 http://bitbucket.org/pypy/pypy/changeset/8a6318503585/ Log:and anotehr typo fix diff --git a/pypy/jit/codewriter/jtransform.py b/pypy/jit/codewriter/jtransform.py --- a

[pypy-commit] pypy jit-codewriter-force-cast-refactor: typo fix

2011-08-27 Thread alex_gaynor
Author: Alex Gaynor Branch: jit-codewriter-force-cast-refactor Changeset: r46837:f46319642f70 Date: 2011-08-27 20:51 -0400 http://bitbucket.org/pypy/pypy/changeset/f46319642f70/ Log:typo fix diff --git a/pypy/jit/codewriter/jtransform.py b/pypy/jit/codewriter/jtransform.py --- a/pypy/jit/co

[pypy-commit] pypy jit-codewriter-force-cast-refactor: and finally add back the handling for long long results.

2011-08-27 Thread alex_gaynor
Author: Alex Gaynor Branch: jit-codewriter-force-cast-refactor Changeset: r46836:1388b50690d7 Date: 2011-08-27 18:59 -0400 http://bitbucket.org/pypy/pypy/changeset/1388b50690d7/ Log:and finally add back the handling for long long results. diff --git a/pypy/jit/codewriter/jtransform.py b/pyp

[pypy-commit] pypy jit-codewriter-force-cast-refactor: First pass at handling conversions from longlong to some other int.

2011-08-27 Thread alex_gaynor
Author: Alex Gaynor Branch: jit-codewriter-force-cast-refactor Changeset: r46834:7a27b8efd0d5 Date: 2011-08-27 18:47 -0400 http://bitbucket.org/pypy/pypy/changeset/7a27b8efd0d5/ Log:First pass at handling conversions from longlong to some other int. diff --git a/pypy/jit/codewriter/jtransfor

[pypy-commit] pypy jit-codewriter-force-cast-refactor: fix typo

2011-08-27 Thread alex_gaynor
Author: Alex Gaynor Branch: jit-codewriter-force-cast-refactor Changeset: r46835:c9a92aa9990c Date: 2011-08-27 18:49 -0400 http://bitbucket.org/pypy/pypy/changeset/c9a92aa9990c/ Log:fix typo diff --git a/pypy/jit/codewriter/jtransform.py b/pypy/jit/codewriter/jtransform.py --- a/pypy/jit/co

[pypy-commit] pypy jit-codewriter-force-cast-refactor: Small refactoring, gets back to where we already were, but broken on 32-bits. Pushing mostly so I can play with it more from tannit.

2011-08-27 Thread alex_gaynor
Author: Alex Gaynor Branch: jit-codewriter-force-cast-refactor Changeset: r46833:71b41578fb84 Date: 2011-08-27 18:33 -0400 http://bitbucket.org/pypy/pypy/changeset/71b41578fb84/ Log:Small refactoring, gets back to where we already were, but broken on 32-bits. Pushing mostly so I can p

[pypy-commit] pypy default: (alex gaynor) fix getlogin to not break translation

2011-08-27 Thread justinpeel
Author: Justin Peel Branch: Changeset: r46832:db8707a7079e Date: 2011-08-27 16:02 -0600 http://bitbucket.org/pypy/pypy/changeset/db8707a7079e/ Log:(alex gaynor) fix getlogin to not break translation diff --git a/pypy/rpython/module/ll_os.py b/pypy/rpython/module/ll_os.py --- a/pypy/rpython/

[pypy-commit] pypy default: (mitchellh, skip tests by arigo)

2011-08-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r46830:9337dc94fb03 Date: 2011-08-27 22:47 +0200 http://bitbucket.org/pypy/pypy/changeset/9337dc94fb03/ Log:(mitchellh, skip tests by arigo) Patch to implement os.getlogin(). Thanks! diff --git a/pypy/module/posix/__init__.py b/pypy/module/posi

[pypy-commit] pypy faster-bz2: sped up the buffering when reading bz2 files

2011-08-27 Thread justinpeel
Author: Justin Peel Branch: faster-bz2 Changeset: r46829:ce4fd81688d5 Date: 2011-08-27 14:33 -0600 http://bitbucket.org/pypy/pypy/changeset/ce4fd81688d5/ Log:sped up the buffering when reading bz2 files diff --git a/pypy/module/bz2/interp_bz2.py b/pypy/module/bz2/interp_bz2.py --- a/pypy/mod

[pypy-commit] pypy default: merge heads

2011-08-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r46828:f41530743442 Date: 2011-08-27 21:10 +0200 http://bitbucket.org/pypy/pypy/changeset/f41530743442/ Log:merge heads diff --git a/pypy/module/pypyjit/interp_jit.py b/pypy/module/pypyjit/interp_jit.py --- a/pypy/module/pypyjit/interp_jit.py +++ b/pyp

[pypy-commit] pypy default: Kill file not used any more.

2011-08-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r46827:97474de1cec9 Date: 2011-08-27 21:08 +0200 http://bitbucket.org/pypy/pypy/changeset/97474de1cec9/ Log:Kill file not used any more. diff --git a/pypy/pytest-A-stackless.cfg b/pypy/pytest-A-stackless.cfg deleted file mode 100644 --- a/pypy/pytest-A-

[pypy-commit] pypy default: merge the celldict-versions branch:

2011-08-27 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r46826:b45d94631e12 Date: 2011-08-27 20:33 +0200 http://bitbucket.org/pypy/pypy/changeset/b45d94631e12/ Log:merge the celldict-versions branch: every module dict now has a version, which changes when the dict is mutated. When a

[pypy-commit] pypy celldict-versions: close to-be-merged branch

2011-08-27 Thread cfbolz
Author: Carl Friedrich Bolz Branch: celldict-versions Changeset: r46825:d85c275db5fe Date: 2011-08-27 19:58 +0200 http://bitbucket.org/pypy/pypy/changeset/d85c275db5fe/ Log:close to-be-merged branch ___ pypy-commit mailing list pypy-commit@python.o

[pypy-commit] pypy celldict-versions: more fixes

2011-08-27 Thread cfbolz
Author: Carl Friedrich Bolz Branch: celldict-versions Changeset: r46824:922258c1a762 Date: 2011-08-27 19:09 +0200 http://bitbucket.org/pypy/pypy/changeset/922258c1a762/ Log:more fixes diff --git a/pypy/module/pypyjit/test_pypy_c/test_call.py b/pypy/module/pypyjit/test_pypy_c/test_call.py --

[pypy-commit] pypy default: Fix oofakeimpls for math functions which I broke with my fmod commit (where I condensced some code).

2011-08-27 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r46823:f72d34060e0c Date: 2011-08-27 12:54 -0400 http://bitbucket.org/pypy/pypy/changeset/f72d34060e0c/ Log:Fix oofakeimpls for math functions which I broke with my fmod commit (where I condensced some code). diff --git a/pypy/rpython/extfuncre

[pypy-commit] buildbot default: Better to organize it this way for now.

2011-08-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r587:3d4e4f5ddc79 Date: 2011-08-27 16:24 +0200 http://bitbucket.org/pypy/buildbot/changeset/3d4e4f5ddc79/ Log:Better to organize it this way for now. diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py --- a/bot2/pypybuildbot/master.p

[pypy-commit] buildbot default: Remove the "stackless" builds, now that the --stackless option was

2011-08-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r586:31965529f494 Date: 2011-08-27 16:20 +0200 http://bitbucket.org/pypy/buildbot/changeset/31965529f494/ Log:Remove the "stackless" builds, now that the --stackless option was removed. The FreeBSD slave should be a JIT-building slave now, I

[pypy-commit] pypy stacklet: Close the branch, to be merged.

2011-08-27 Thread arigo
Author: Armin Rigo Branch: stacklet Changeset: r46821:fe48de5a00b9 Date: 2011-08-27 16:00 +0200 http://bitbucket.org/pypy/pypy/changeset/fe48de5a00b9/ Log:Close the branch, to be merged. ___ pypy-commit mailing list pypy-commit@python.org http://ma

[pypy-commit] pypy stacklet: 64-bit fix.

2011-08-27 Thread arigo
Author: Armin Rigo Branch: stacklet Changeset: r46820:6bc300ac2026 Date: 2011-08-27 15:45 +0200 http://bitbucket.org/pypy/pypy/changeset/6bc300ac2026/ Log:64-bit fix. diff --git a/pypy/jit/backend/llsupport/gc.py b/pypy/jit/backend/llsupport/gc.py --- a/pypy/jit/backend/llsupport/gc.py +++ b

[pypy-commit] pypy stacklet: Oups! Missed the fact that root_stack_depth is sometimes overridden

2011-08-27 Thread arigo
Author: Armin Rigo Branch: stacklet Changeset: r46819:77306aa0ecd3 Date: 2011-08-27 15:31 +0200 http://bitbucket.org/pypy/pypy/changeset/77306aa0ecd3/ Log:Oups! Missed the fact that root_stack_depth is sometimes overridden in tests. This no longer had any effect, leading to huge memor

[pypy-commit] [COMMENT] Pull request #8 for pypy/pypy: added numpy.sort, tests, and docstring for numpy.array.sort

2011-08-27 Thread Bitbucket
New comment on pull request: https://bitbucket.org/pypy/pypy/pull-request/8/added-numpysort-tests-and-docstring-for#comment-33 arigo said: Oups, sorry about merging too eagerly the previous pull request. I can foresee a time when these pull requests will become annoying... yasirs should just b

[pypy-commit] pypy stacklet: Don't release the GIL when calling tiny helpers like htons().

2011-08-27 Thread arigo
Author: Armin Rigo Branch: stacklet Changeset: r46818:398f1c8fa5a4 Date: 2011-08-27 11:47 +0200 http://bitbucket.org/pypy/pypy/changeset/398f1c8fa5a4/ Log:Don't release the GIL when calling tiny helpers like htons(). Hopefully fixes test_pypy_c. diff --git a/pypy/rlib/_rsocket_rffi.p

[pypy-commit] pypy effectinfo-cleanup: Close branch. It was merged in stacklet.

2011-08-27 Thread arigo
Author: Armin Rigo Branch: effectinfo-cleanup Changeset: r46817:aa2f47508529 Date: 2011-08-27 11:13 +0200 http://bitbucket.org/pypy/pypy/changeset/aa2f47508529/ Log:Close branch. It was merged in stacklet. ___ pypy-commit mailing list pypy-commit@p

[pypy-commit] pypy default: Python2.5 compat.

2011-08-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r46815:fa83bd510afc Date: 2011-08-27 11:08 +0200 http://bitbucket.org/pypy/pypy/changeset/fa83bd510afc/ Log:Python2.5 compat. diff --git a/pypy/jit/metainterp/test/test_virtualstate.py b/pypy/jit/metainterp/test/test_virtualstate.py --- a/pypy/jit/meta

[pypy-commit] buildbot default: Increase the timeout from 3600 to 5400. Trying to see if waiting

2011-08-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r585:0300a30690f6 Date: 2011-08-27 10:27 +0200 http://bitbucket.org/pypy/buildbot/changeset/0300a30690f6/ Log:Increase the timeout from 3600 to 5400. Trying to see if waiting a little bit more is enough for the OS/X 64 buildslave... diff --git a

[pypy-commit] pypy default: Remove tabs.

2011-08-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r46814:fc3b9ce607d6 Date: 2011-08-27 10:18 +0200 http://bitbucket.org/pypy/pypy/changeset/fc3b9ce607d6/ Log:Remove tabs. diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy/module/micronumpy/int

[pypy-commit] pypy stacklet: Rewrite this test file for continuations. Also add a multithreaded test.

2011-08-27 Thread arigo
Author: Armin Rigo Branch: stacklet Changeset: r46813:68b38c3ff9e0 Date: 2011-08-27 10:04 +0200 http://bitbucket.org/pypy/pypy/changeset/68b38c3ff9e0/ Log:Rewrite this test file for continuations. Also add a multithreaded test. diff --git a/pypy/module/_continuation/test/test_transla

[pypy-commit] pypy default: merge branch streamio-bufinput

2011-08-27 Thread justinpeel
Author: Justin Peel Branch: Changeset: r46812:907a17df6cd4 Date: 2011-08-27 00:58 -0600 http://bitbucket.org/pypy/pypy/changeset/907a17df6cd4/ Log:merge branch streamio-bufinput diff --git a/pypy/rlib/streamio.py b/pypy/rlib/streamio.py --- a/pypy/rlib/streamio.py +++ b/pypy/rlib/streamio.p