[pypy-commit] pypy default: fix bz2. tests didn't find this.

2011-08-30 Thread justinpeel
Author: Justin Peel Branch: Changeset: r46937:b4d8eb5fdf6c Date: 2011-08-31 00:17 -0600 http://bitbucket.org/pypy/pypy/changeset/b4d8eb5fdf6c/ Log:fix bz2. tests didn't find this. diff --git a/pypy/module/bz2/interp_bz2.py b/pypy/module/bz2/interp_bz2.py --- a/pypy/module/bz2/interp_bz2.py

[pypy-commit] Notification: pypy

2011-08-30 Thread Bitbucket
You have received a notification from tomo cocoa. Hi, I forked pypy. My fork is at https://bitbucket.org/cocoatomo/pypy. -- Disable notifications at https://bitbucket.org/account/notifications/ ___ pypy-commit mailing list pypy-commit@python.org http://

[pypy-commit] pypy default: Max numpy.array.{max, min} use the maximum/minimum ufuncs.

2011-08-30 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r46935:2e6d40cabec2 Date: 2011-08-30 21:44 -0400 http://bitbucket.org/pypy/pypy/changeset/2e6d40cabec2/ Log:Max numpy.array.{max,min} use the maximum/minimum ufuncs. diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/inter

[pypy-commit] extradoc extradoc: added another item

2011-08-30 Thread alex_gaynor
Author: Alex Gaynor Branch: extradoc Changeset: r3891:6fcf7ea879a5 Date: 2011-08-30 19:06 -0400 http://bitbucket.org/pypy/extradoc/changeset/6fcf7ea879a5/ Log:added another item diff --git a/planning/micronumpy.txt b/planning/micronumpy.txt --- a/planning/micronumpy.txt +++ b/planning/micron

[pypy-commit] pypy reflex-support: advanced tests setup and template support in CINT backend

2011-08-30 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r46932:0944ad527358 Date: 2011-08-30 11:56 -0700 http://bitbucket.org/pypy/pypy/changeset/0944ad527358/ Log:advanced tests setup and template support in CINT backend diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@

[pypy-commit] pypy reflex-support: void** and void*& support for CINT backend

2011-08-30 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r46934:bd16dfb72989 Date: 2011-08-30 13:55 -0700 http://bitbucket.org/pypy/pypy/changeset/bd16dfb72989/ Log:void** and void*& support for CINT backend diff --git a/pypy/module/cppyy/converter.py b/pypy/module/cppyy/converter.py --- a/py

[pypy-commit] pypy reflex-support: o) support for virtual base offset calculations in CINT backend

2011-08-30 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r46933:369f8794f266 Date: 2011-08-30 12:52 -0700 http://bitbucket.org/pypy/pypy/changeset/369f8794f266/ Log:o) support for virtual base offset calculations in CINT backend o) some refactoring in Reflex backend diff --git a/pypy/

[pypy-commit] pypy reflex-support: refactoring of capi and CINT backend fix

2011-08-30 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r46931:0208f34619e7 Date: 2011-08-30 11:28 -0700 http://bitbucket.org/pypy/pypy/changeset/0208f34619e7/ Log:refactoring of capi and CINT backend fix diff --git a/pypy/module/cppyy/capi/__init__.py b/pypy/module/cppyy/capi/__init__.py -

[pypy-commit] pypy.org extradoc: Add this README with the proper warning.

2011-08-30 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r249:3c83db07424b Date: 2011-08-30 22:12 +0200 http://bitbucket.org/pypy/pypy.org/changeset/3c83db07424b/ Log:Add this README with the proper warning. diff --git a/README-DO-NOT-EDIT b/README-DO-NOT-EDIT new file mode 100644 --- /dev/null +++ b/

[pypy-commit] [COMMENT] Pull request #1 for pypy/pypy.org: Fix bitbucket links

2011-08-30 Thread Bitbucket
New comment on pull request: https://bitbucket.org/pypy/pypy.org/pull-request/1/fix-bitbucket-links#comment-51 arigo said: Ok, merged, thanks! (The actual web site is updated manually, so it might not be done immediately.) -- This is a pull request comment notification from bitbucket.org. You

[pypy-commit] pypy.org extradoc: Fixes bitbucket links in source and javascript.

2011-08-30 Thread charstring
Author: Chris Wesseling Branch: extradoc Changeset: r247:a043b6cfca9c Date: 2011-08-30 20:15 +0200 http://bitbucket.org/pypy/pypy.org/changeset/a043b6cfca9c/ Log:Fixes bitbucket links in source and javascript. diff --git a/js/detect.js b/js/detect.js --- a/js/detect.js +++ b/js/detect.js @@

[pypy-commit] pypy.org extradoc: Reverts the changes in generated files.

2011-08-30 Thread charstring
Author: Chris Wesseling Branch: extradoc Changeset: r246:923fc3aa2a16 Date: 2011-08-30 20:05 +0200 http://bitbucket.org/pypy/pypy.org/changeset/923fc3aa2a16/ Log:Reverts the changes in generated files. diff --git a/archive.html b/archive.html --- a/archive.html +++ b/archive.html @@ -32,7 +3

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

2011-08-30 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r248:6e5d9285f8a7 Date: 2011-08-30 21:51 +0200 http://bitbucket.org/pypy/pypy.org/changeset/6e5d9285f8a7/ Log:Regenerate. diff --git a/archive.html b/archive.html --- a/archive.html +++ b/archive.html @@ -32,7 +32,7 @@

[pypy-commit] pypy.org extradoc: Changes links to bitbucket to use SSL

2011-08-30 Thread charstring
Author: Chris Wesseling Branch: extradoc Changeset: r245:63c7271ce642 Date: 2011-08-30 11:46 +0200 http://bitbucket.org/pypy/pypy.org/changeset/63c7271ce642/ Log:Changes links to bitbucket to use SSL diff --git a/archive.html b/archive.html --- a/archive.html +++ b/archive.html @@ -32,7 +32,

[pypy-commit] [ACCEPTED] Pull request #1 for pypy/pypy.org: Fix bitbucket links

2011-08-30 Thread Bitbucket
Pull request #1 has been accepted by arigo. Changes in charstring/pypy.org-fix-links have been pulled into pypy/pypy.org. https://bitbucket.org/pypy/pypy.org/pull-request/1/fix-bitbucket-links -- This is an issue notification from bitbucket.org. You are receiving this either because you are the p

[pypy-commit] extradoc extradoc: remove completed item.

2011-08-30 Thread alex_gaynor
Author: Alex Gaynor Branch: extradoc Changeset: r3890:f15694f2fb8f Date: 2011-08-30 15:21 -0400 http://bitbucket.org/pypy/extradoc/changeset/f15694f2fb8f/ Log:remove completed item. diff --git a/planning/micronumpy.txt b/planning/micronumpy.txt --- a/planning/micronumpy.txt +++ b/planning/mi

[pypy-commit] pypy default: merged upstream

2011-08-30 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r46929:5138748476bc Date: 2011-08-30 15:19 -0400 http://bitbucket.org/pypy/pypy/changeset/5138748476bc/ Log:merged upstream diff --git a/lib-python/modified-2.7/ctypes/util.py b/lib-python/modified-2.7/ctypes/util.py --- a/lib-python/modified-2.7/ctyp

[pypy-commit] pypy default: Merged numpy-ufunc-object. This makes ufuncs into objects at app-level, and gives them a reduce method, plus several attributes. array's sum and prod methods now use the uf

2011-08-30 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r46928:9751168d555a Date: 2011-08-30 15:19 -0400 http://bitbucket.org/pypy/pypy/changeset/9751168d555a/ Log:Merged numpy-ufunc-object. This makes ufuncs into objects at app- level, and gives them a reduce method, plus several attributes.

[pypy-commit] pypy numpy-ufunc-object: Closing branch for merge.

2011-08-30 Thread alex_gaynor
Author: Alex Gaynor Branch: numpy-ufunc-object Changeset: r46927:044230edb057 Date: 2011-08-30 15:18 -0400 http://bitbucket.org/pypy/pypy/changeset/044230edb057/ Log:Closing branch for merge. ___ pypy-commit mailing list pypy-commit@python.org http

[pypy-commit] pypy numpy-ufunc-object: translation fixes.

2011-08-30 Thread alex_gaynor
Author: Alex Gaynor Branch: numpy-ufunc-object Changeset: r46926:d1eda06d3a34 Date: 2011-08-30 14:55 -0400 http://bitbucket.org/pypy/pypy/changeset/d1eda06d3a34/ Log:translation fixes. diff --git a/pypy/module/micronumpy/interp_ufuncs.py b/pypy/module/micronumpy/interp_ufuncs.py --- a/pypy/

[pypy-commit] pypy numpy-ufunc-object: give ufuncs a reduce method, make stuff use it.

2011-08-30 Thread alex_gaynor
Author: Alex Gaynor Branch: numpy-ufunc-object Changeset: r46925:b78512479c78 Date: 2011-08-30 14:36 -0400 http://bitbucket.org/pypy/pypy/changeset/b78512479c78/ Log:give ufuncs a reduce method, make stuff use it. diff --git a/pypy/module/micronumpy/compile.py b/pypy/module/micronumpy/compi

[pypy-commit] [COMMENT] Pull request #1 for pypy/pypy.org: Fix bitbucket links

2011-08-30 Thread Bitbucket
New comment on pull request: https://bitbucket.org/pypy/pypy.org/pull-request/1/fix-bitbucket-links#comment-49 Chris Wesseling (charstring) said: I've fixed it in <> -- This is a pull request comment notification from bitbucket.org. You are receiving this either because you are participating in

[pypy-commit] pypy default: try fix issue 844 by breaking a circular import which appears on mac: ctypes.util --> macholib.dyld --> os.path.expanduser --> posixpath --> pwd --> ctypes_support --> ctyp

2011-08-30 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r46924:cf154677dac2 Date: 2011-08-30 18:06 +0200 http://bitbucket.org/pypy/pypy/changeset/cf154677dac2/ Log:try fix issue 844 by breaking a circular import which appears on mac: ctypes.util --> macholib.dyld --> os.path.expanduser --> p

[pypy-commit] pypy default: typo fix in pyjitpl5 doc

2011-08-30 Thread justinpeel
Author: Justin Peel Branch: Changeset: r46923:09e6278b548c Date: 2011-08-30 09:55 -0600 http://bitbucket.org/pypy/pypy/changeset/09e6278b548c/ Log:typo fix in pyjitpl5 doc diff --git a/pypy/doc/jit/pyjitpl5.rst b/pypy/doc/jit/pyjitpl5.rst --- a/pypy/doc/jit/pyjitpl5.rst +++ b/pypy/doc/jit/p

[pypy-commit] pypy numpy-ufunc-object: fix test_zjit, ready for merger already?

2011-08-30 Thread alex_gaynor
Author: Alex Gaynor Branch: numpy-ufunc-object Changeset: r46922:7a7e0f260ee2 Date: 2011-08-30 11:23 -0400 http://bitbucket.org/pypy/pypy/changeset/7a7e0f260ee2/ Log:fix test_zjit, ready for merger already? diff --git a/pypy/module/micronumpy/interp_ufuncs.py b/pypy/module/micronumpy/interp

[pypy-commit] pypy numpy-ufunc-object: refactored ufuncs into objects successfully (well, pending translation). now need to fix test_zjit.

2011-08-30 Thread alex_gaynor
Author: Alex Gaynor Branch: numpy-ufunc-object Changeset: r46921:2a49d4ebb30e Date: 2011-08-30 10:48 -0400 http://bitbucket.org/pypy/pypy/changeset/2a49d4ebb30e/ Log:refactored ufuncs into objects successfully (well, pending translation). now need to fix test_zjit. diff --git a/pypy/

[pypy-commit] [COMMENT] Pull request #1 for pypy/pypy.org: Fix bitbucket links

2011-08-30 Thread Bitbucket
New comment on pull request: https://bitbucket.org/pypy/pypy.org/pull-request/1/fix-bitbucket-links#comment-45 arigo said: The .html files are auto-generated from source/*.rst. Please fix it there... -- This is a pull request comment notification from bitbucket.org. You are receiving this eith

[pypy-commit] pypy default: make the syntax tree viewer use mkdtemp+remove after run when pytest.ensuretemp is not availiable (i.e. outside of testrun)

2011-08-30 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: Changeset: r46920:bf7e78a0e3ac Date: 2011-08-30 12:29 +0200 http://bitbucket.org/pypy/pypy/changeset/bf7e78a0e3ac/ Log:make the syntax tree viewer use mkdtemp+remove after run when pytest.ensuretemp is not availiable (i.e. outside of testrun) diff

[pypy-commit] [OPEN] Pull request #1 for pypy/pypy.org: Fix bitbucket links

2011-08-30 Thread Bitbucket
A new pull request has been opened by Chris Wesseling. charstring/pypy.org-fix-links has changes to be pulled into pypy/pypy.org. https://bitbucket.org/pypy/pypy.org/pull-request/1/fix-bitbucket-links Title: Fix bitbucket links The websites links to bitbucket without SSL. bitbucket will redirec

[pypy-commit] Notification: pypy.org-fix-links

2011-08-30 Thread Bitbucket
You have received a notification from Chris Wesseling. Hi, I forked pypy.org. My fork is at https://bitbucket.org/charstring/pypy.org-fix-links. -- Disable notifications at https://bitbucket.org/account/notifications/ ___ pypy-commit mailing list pypy-

[pypy-commit] pypy ppc-jit-backend: Removed hardcoded offset from emit_strlen.

2011-08-30 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r46919:3dc0d3bb7884 Date: 2011-08-30 11:24 +0200 http://bitbucket.org/pypy/pypy/changeset/3dc0d3bb7884/ Log:Removed hardcoded offset from emit_strlen. diff --git a/pypy/jit/backend/ppc/ppcgen/ppc_assembler.py b/pypy/jit/backend/ppc/ppcgen/ppc

[pypy-commit] pypy jit-duplicated_short_boxes: regression from 8a8304fc7ab6 fixed

2011-08-30 Thread hakanardo
Author: Hakan Ardo Branch: jit-duplicated_short_boxes Changeset: r46918:881e596e3c39 Date: 2011-08-30 10:01 +0200 http://bitbucket.org/pypy/pypy/changeset/881e596e3c39/ Log:regression from 8a8304fc7ab6 fixed diff --git a/pypy/module/pypyjit/test_pypy_c/test_misc.py b/pypy/module/pypyjit/tes

[pypy-commit] pypy jit-duplicated_short_boxes: cleaner and simpler

2011-08-30 Thread hakanardo
Author: Hakan Ardo Branch: jit-duplicated_short_boxes Changeset: r46917:74057c67630a Date: 2011-08-30 09:47 +0200 http://bitbucket.org/pypy/pypy/changeset/74057c67630a/ Log:cleaner and simpler diff --git a/pypy/jit/metainterp/optimizeopt/optimizer.py b/pypy/jit/metainterp/optimizeopt/optimi

[pypy-commit] pypy jit-duplicated_short_boxes: ensure values are imported when accessed from optimizer.values

2011-08-30 Thread hakanardo
Author: Hakan Ardo Branch: jit-duplicated_short_boxes Changeset: r46916:d8a4678476e8 Date: 2011-08-30 09:23 +0200 http://bitbucket.org/pypy/pypy/changeset/d8a4678476e8/ Log:ensure values are imported when accessed from optimizer.values diff --git a/pypy/jit/metainterp/optimizeopt/heap.py b/

[pypy-commit] pypy default: fix a gzip test and still get most of the speed up.

2011-08-30 Thread justinpeel
Author: Justin Peel Branch: Changeset: r46915:41ad1c84aec7 Date: 2011-08-30 01:26 -0600 http://bitbucket.org/pypy/pypy/changeset/41ad1c84aec7/ Log:fix a gzip test and still get most of the speed up. diff --git a/lib-python/modified-2.7/gzip.py b/lib-python/modified-2.7/gzip.py --- a/lib-pyt