[pypy-commit] pypy default: Most of the cygwin patch (Uwe F. Mayer on pypy-dev).

2012-06-03 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r55275:2907bd0a82ce Date: 2012-06-03 11:52 +0200 http://bitbucket.org/pypy/pypy/changeset/2907bd0a82ce/ Log:Most of the cygwin patch (Uwe F. Mayer on pypy-dev). diff --git a/lib_pypy/ctypes_support.py b/lib_pypy/ctypes_support.py ---

[pypy-commit] pypy default: In-progress: streamline the write barrier called by the x86

2012-06-03 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r55276:247ff481a07e Date: 2012-06-03 01:37 +0200 http://bitbucket.org/pypy/pypy/changeset/247ff481a07e/ Log:In-progress: streamline the write barrier called by the x86 jit backend. The goal is to try out if a simpler write barrier

[pypy-commit] pypy default: Fixes

2012-06-03 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r55277:6bab143c4abe Date: 2012-06-03 10:18 +0200 http://bitbucket.org/pypy/pypy/changeset/6bab143c4abe/ Log:Fixes diff --git a/pypy/jit/backend/x86/assembler.py b/pypy/jit/backend/x86/assembler.py --- a/pypy/jit/backend/x86/assembler.py

[pypy-commit] pypy default: Remove 'rex_fw' from two places where it has no effect. Comment.

2012-06-03 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r55278:40dc84ac4952 Date: 2012-06-03 10:37 +0200 http://bitbucket.org/pypy/pypy/changeset/40dc84ac4952/ Log:Remove 'rex_fw' from two places where it has no effect. Comment. diff --git a/pypy/jit/backend/x86/rx86.py

[pypy-commit] pypy default: Fix the test.

2012-06-03 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r55279:c6a1519817b1 Date: 2012-06-03 11:00 +0200 http://bitbucket.org/pypy/pypy/changeset/c6a1519817b1/ Log:Fix the test. diff --git a/pypy/jit/backend/test/runner_test.py b/pypy/jit/backend/test/runner_test.py ---

[pypy-commit] pypy default: hg merge

2012-06-03 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r55281:b513e71c997d Date: 2012-06-03 12:18 +0200 http://bitbucket.org/pypy/pypy/changeset/b513e71c997d/ Log:hg merge diff --git a/pypy/jit/backend/llsupport/gc.py b/pypy/jit/backend/llsupport/gc.py --- a/pypy/jit/backend/llsupport/gc.py

[pypy-commit] pypy default: Document.

2012-06-03 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r55282:d568e4badf9c Date: 2012-06-03 15:25 +0200 http://bitbucket.org/pypy/pypy/changeset/d568e4badf9c/ Log:Document. diff --git a/pypy/doc/whatsnew-1.9.rst b/pypy/doc/whatsnew-1.9.rst --- a/pypy/doc/whatsnew-1.9.rst +++

[pypy-commit] pypy default: document some branches

2012-06-03 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r55283:b72d6f50dc2c Date: 2012-06-03 15:30 +0200 http://bitbucket.org/pypy/pypy/changeset/b72d6f50dc2c/ Log:document some branches diff --git a/pypy/bin/rpython b/pypy/bin/rpython old mode 100644 new mode 100755 diff --git

[pypy-commit] pypy default: Fix the test on Linux.

2012-06-03 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r55284:f94ef1d4068a Date: 2012-06-03 16:10 +0200 http://bitbucket.org/pypy/pypy/changeset/f94ef1d4068a/ Log:Fix the test on Linux. diff --git a/pypy/module/_socket/test/test_sock_app.py b/pypy/module/_socket/test/test_sock_app.py ---

[pypy-commit] pypy default: merge heads

2012-06-03 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r55285:7ab659fafde0 Date: 2012-06-03 16:10 +0200 http://bitbucket.org/pypy/pypy/changeset/7ab659fafde0/ Log:merge heads diff --git a/pypy/bin/rpython b/pypy/bin/rpython old mode 100644 new mode 100755 diff --git

[pypy-commit] pypy default: support item() on 1-d 1-elem arrays. I could not care less about the performance of this

2012-06-03 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r55286:244ef5a881e9 Date: 2012-06-03 16:10 +0200 http://bitbucket.org/pypy/pypy/changeset/244ef5a881e9/ Log:support item() on 1-d 1-elem arrays. I could not care less about the performance of this diff --git

[pypy-commit] pypy default: merge

2012-06-03 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r55287:2b960ad2d155 Date: 2012-06-03 16:11 +0200 http://bitbucket.org/pypy/pypy/changeset/2b960ad2d155/ Log:merge diff --git a/pypy/module/_socket/test/test_sock_app.py b/pypy/module/_socket/test/test_sock_app.py ---

[pypy-commit] pypy default: add a passing test

2012-06-03 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r55288:a740a48d05cc Date: 2012-06-03 16:13 +0200 http://bitbucket.org/pypy/pypy/changeset/a740a48d05cc/ Log:add a passing test diff --git a/pypy/module/micronumpy/test/test_numarray.py

[pypy-commit] pypy default: unroll this loop

2012-06-03 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r55289:5cc6fbe1c322 Date: 2012-06-03 09:37 -0500 http://bitbucket.org/pypy/pypy/changeset/5cc6fbe1c322/ Log:unroll this loop diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py ---

[pypy-commit] pypy default: Implmenet proper hash functions for the numpy types.

2012-06-03 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r55290:0a3cae6d204d Date: 2012-06-03 09:55 -0500 http://bitbucket.org/pypy/pypy/changeset/0a3cae6d204d/ Log:Implmenet proper hash functions for the numpy types. diff --git a/pypy/module/micronumpy/interp_boxes.py