[pypy-commit] pypy default: Print something also in this case.

2011-08-25 Thread arigo
Author: Armin Rigo Branch: Changeset: r46767:bc2ecbb829b9 Date: 2011-08-25 10:35 +0200 http://bitbucket.org/pypy/pypy/changeset/bc2ecbb829b9/ Log:Print something also in this case. diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py --- a/pypy/tool/release/package.py ++

[pypy-commit] pypy default: What should UnicodeBuilder(-2) do?...

2011-08-25 Thread arigo
Author: Armin Rigo Branch: Changeset: r46768:2e61f1a23067 Date: 2011-08-25 10:37 +0200 http://bitbucket.org/pypy/pypy/changeset/2e61f1a23067/ Log:What should UnicodeBuilder(-2) do?... diff --git a/pypy/module/__pypy__/interp_builders.py b/pypy/module/__pypy__/interp_builders.py --- a/pypy/

[pypy-commit] pypy.org extradoc: Regenerate.

2011-08-25 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r239:922c9618217e Date: 2011-08-25 12:07 +0200 http://bitbucket.org/pypy/pypy.org/changeset/922c9618217e/ Log:Regenerate. diff --git a/people.html b/people.html --- a/people.html +++ b/people.html @@ -73,8 +73,15 @@ Carl Friedrich Bolz -Car

[pypy-commit] pypy.org extradoc: Add the Windows link.

2011-08-25 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r240:8a8aa43583f8 Date: 2011-08-25 12:09 +0200 http://bitbucket.org/pypy/pypy.org/changeset/8a8aa43583f8/ Log:Add the Windows link. diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -48,7 +48,7 @@ as stable a

[pypy-commit] pypy.org extradoc: Add a "BETA" here too.

2011-08-25 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r241:b9ba1fa30ee9 Date: 2011-08-25 12:17 +0200 http://bitbucket.org/pypy/pypy.org/changeset/b9ba1fa30ee9/ Log:Add a "BETA" here too. diff --git a/js/detect.js b/js/detect.js --- a/js/detect.js +++ b/js/detect.js @@ -12,7 +12,7 @@ }

[pypy-commit] pypy ppc-jit-backend: Implemented GUARD_CLASS and GUARD_NONNULL_CLASS.

2011-08-25 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r46769:ccdb31c97bee Date: 2011-08-25 17:14 +0200 http://bitbucket.org/pypy/pypy/changeset/ccdb31c97bee/ Log:Implemented GUARD_CLASS and GUARD_NONNULL_CLASS. diff --git a/pypy/jit/backend/ppc/ppcgen/ppc_assembler.py b/pypy/jit/backend/ppc/ppcg

[pypy-commit] pypy ppc-jit-backend: load_word: change bounds to use <= and >=

2011-08-25 Thread edelsohn
Author: edelsohn Branch: ppc-jit-backend Changeset: r46770:2522da98dd6c Date: 2011-08-25 11:24 -0400 http://bitbucket.org/pypy/pypy/changeset/2522da98dd6c/ Log:load_word: change bounds to use <= and >= emit_guard_class: support PPC64 diff --git a/pypy/jit/backend/ppc/ppcgen/ppc_assemb

[pypy-commit] pypy.org extradoc: adding myself

2011-08-25 Thread hpk42
Author: holger krekel Branch: extradoc Changeset: r242:fb829b240687 Date: 2011-08-25 20:00 +0200 http://bitbucket.org/pypy/pypy.org/changeset/fb829b240687/ Log:adding myself diff --git a/image/people/holger1.jpg b/image/people/holger1.jpg new file mode 100644 index 0

[pypy-commit] pypy numpy-dtype-alt: fix for unknown dtype

2011-08-25 Thread alex_gaynor
Author: Alex Gaynor Branch: numpy-dtype-alt Changeset: r46771:05ba07731112 Date: 2011-08-25 14:08 -0400 http://bitbucket.org/pypy/pypy/changeset/05ba07731112/ Log:fix for unknown dtype diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micronumpy/interp_dtype.py --- a/pypy/mo

[pypy-commit] pypy numpy-dtype-alt: kill some dead imports

2011-08-25 Thread alex_gaynor
Author: Alex Gaynor Branch: numpy-dtype-alt Changeset: r46772:e29e810dda3b Date: 2011-08-25 14:17 -0400 http://bitbucket.org/pypy/pypy/changeset/e29e810dda3b/ Log:kill some dead imports diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micronumpy/interp_dtype.py --- a/pypy/m

[pypy-commit] pypy numpy-dtype-alt: removed the TODO, this branch is merge ready I think

2011-08-25 Thread alex_gaynor
Author: Alex Gaynor Branch: numpy-dtype-alt Changeset: r46773:a258dfd1c5cf Date: 2011-08-25 15:45 -0400 http://bitbucket.org/pypy/pypy/changeset/a258dfd1c5cf/ Log:removed the TODO, this branch is merge ready I think diff --git a/TODO.txt b/TODO.txt deleted file mode 100644 --- a/TODO.txt +++

[pypy-commit] pypy numpy-dtype-alt: fix for array.dot() with a sequence (but non-array) argument.

2011-08-25 Thread alex_gaynor
Author: Alex Gaynor Branch: numpy-dtype-alt Changeset: r46774:7a90f6c151a4 Date: 2011-08-25 17:34 -0400 http://bitbucket.org/pypy/pypy/changeset/7a90f6c151a4/ Log:fix for array.dot() with a sequence (but non-array) argument. diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/modu

[pypy-commit] pypy numpy-dtype-alt: give dtype a shape property and set __module__ correctly

2011-08-25 Thread alex_gaynor
Author: Alex Gaynor Branch: numpy-dtype-alt Changeset: r46775:2efe81d81230 Date: 2011-08-25 22:39 -0400 http://bitbucket.org/pypy/pypy/changeset/2efe81d81230/ Log:give dtype a shape property and set __module__ correctly diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micro

[pypy-commit] pypy default: Translation patch by Juergen Boemmels.

2011-08-25 Thread arigo
Author: Armin Rigo Branch: Changeset: r46776:f6cc493a7f4c Date: 2011-08-26 06:00 +0200 http://bitbucket.org/pypy/pypy/changeset/f6cc493a7f4c/ Log:Translation patch by Juergen Boemmels. diff --git a/pypy/rlib/parsing/makepackrat.py b/pypy/rlib/parsing/makepackrat.py --- a/pypy/rlib/parsing/m

[pypy-commit] [COMMENT] Pull request #6 for pypy/pypy: Some fixes for FreeBSD translation

2011-08-25 Thread Bitbucket
New comment on pull request: https://bitbucket.org/pypy/pypy/pull-request/6/some-fixes-for-freebsd-translation#comment-25 arigo said: Checked in the last two files. About pyexpat.ctc.py: the problem is really that it imports "pypy.*". It is not allowed to... I would rather say that it shoul

[pypy-commit] pypy default: Patch by Gabriel Lavoie for freebsd

2011-08-25 Thread arigo
Author: Armin Rigo Branch: Changeset: r46777:0f2bc7ed8998 Date: 2011-08-26 06:05 +0200 http://bitbucket.org/pypy/pypy/changeset/0f2bc7ed8998/ Log:Patch by Gabriel Lavoie for freebsd diff --git a/pypy/rpython/memory/gc/env.py b/pypy/rpython/memory/gc/env.py --- a/pypy/rpython/memory/gc/env.p

[pypy-commit] pypy default: Patch by Gabriel Lavoie.

2011-08-25 Thread arigo
Author: Armin Rigo Branch: Changeset: r46778:3182c55be0e9 Date: 2011-08-26 06:08 +0200 http://bitbucket.org/pypy/pypy/changeset/3182c55be0e9/ Log:Patch by Gabriel Lavoie. diff --git a/pypy/module/pyexpat/interp_pyexpat.py b/pypy/module/pyexpat/interp_pyexpat.py --- a/pypy/module/pyexpat/in

[pypy-commit] [ACCEPTED] Pull request #7 for pypy/pypy: Added sort for numpy array

2011-08-25 Thread Bitbucket
Pull request #7 has been accepted by arigo. Changes in yasirs/pypy have been pulled into pypy/pypy. https://bitbucket.org/pypy/pypy/pull-request/7/added-sort-for-numpy-array -- This is an issue notification from bitbucket.org. You are receiving this either because you are the participating in a p

[pypy-commit] pypy default: added sort (non-jit) for numpy array, with test

2011-08-25 Thread yasirs
Author: Yasir Suhail Branch: Changeset: r46780:e8e96fd0c623 Date: 2011-08-24 11:23 -0400 http://bitbucket.org/pypy/pypy/changeset/e8e96fd0c623/ Log:added sort (non-jit) for numpy array, with test diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarra

[pypy-commit] pypy default: added sort to micronumpy (is slow?)

2011-08-25 Thread yasirs
Author: yasirs Branch: Changeset: r46779:4f122916efa2 Date: 2011-08-24 10:11 -0400 http://bitbucket.org/pypy/pypy/changeset/4f122916efa2/ Log:added sort to micronumpy (is slow?) diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy/mod

[pypy-commit] pypy default: updated from main repo

2011-08-25 Thread yasirs
Author: Yasir Suhail Branch: Changeset: r46781:ad332a98e80c Date: 2011-08-24 11:25 -0400 http://bitbucket.org/pypy/pypy/changeset/ad332a98e80c/ Log:updated from main repo ___ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/m