[pypy-commit] pypy default: Kill a bunch of duplicate code.

2011-07-19 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r45757:fabe4fc0dc08 Date: 2011-07-19 20:54 -0700 http://bitbucket.org/pypy/pypy/changeset/fabe4fc0dc08/ Log:Kill a bunch of duplicate code. diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy/m

[pypy-commit] pypy default: Name is a quassiimmut field.

2011-07-19 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r45756:dff2f4c69db1 Date: 2011-07-19 20:54 -0700 http://bitbucket.org/pypy/pypy/changeset/dff2f4c69db1/ Log:Name is a quassiimmut field. diff --git a/pypy/interpreter/function.py b/pypy/interpreter/function.py --- a/pypy/interpreter/function.py +++ b/p

[pypy-commit] pypy default: merged upstream.

2011-07-19 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r45755:5cdc83706551 Date: 2011-07-19 20:27 -0700 http://bitbucket.org/pypy/pypy/changeset/5cdc83706551/ Log:merged upstream. diff --git a/pypy/module/_multibytecodec/c_codecs.py b/pypy/module/_multibytecodec/c_codecs.py --- a/pypy/module/_multibytecod

[pypy-commit] pypy default: Fix formatting of numarray's str and repr to be fancy when translated.

2011-07-19 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r45754:5a66b387f79e Date: 2011-07-19 20:27 -0700 http://bitbucket.org/pypy/pypy/changeset/5a66b387f79e/ Log:Fix formatting of numarray's str and repr to be fancy when translated. diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/mo

[pypy-commit] pypy default: Add undocumented _PyString_Join function and test

2011-07-19 Thread lambacck
Author: Chris Lambacher Branch: Changeset: r45753:1a887e1b99cc Date: 2011-07-19 22:37 -0400 http://bitbucket.org/pypy/pypy/changeset/1a887e1b99cc/ Log:Add undocumented _PyString_Join function and test diff --git a/pypy/module/cpyext/stringobject.py b/pypy/module/cpyext/stringobject.py ---

[pypy-commit] [ACCEPTED] Pull request #3 for pypy: Add the undocumented _PyString_Join function to cpyext

2011-07-19 Thread Bitbucket
Pull request #3 has been accepted by Alex Gaynor. Changes in lambacck/pypy have been pulled into pypy/pypy. https://bitbucket.org/pypy/pypy/pull-request/3/add-the-undocumented-_pystring_join -- This is an issue notification from bitbucket.org. You are receiving this either because you are the par

[pypy-commit] [ACCEPTED] Pull request #3 for pypy: Add the undocumented _PyString_Join function to cpyext

2011-07-19 Thread Bitbucket
Pull request #3 has been accepted by Alex Gaynor. Changes in lambacck/pypy have been pulled into pypy/pypy. https://bitbucket.org/pypy/pypy/pull-request/3/add-the-undocumented-_pystring_join -- This is an issue notification from bitbucket.org. You are receiving this either because you are the par

[pypy-commit] [ACCEPTED] Pull request #3 for pypy: Add the undocumented _PyString_Join function to cpyext

2011-07-19 Thread Bitbucket
Pull request #3 has been accepted by Alex Gaynor. Changes in lambacck/pypy have been pulled into pypy/pypy. https://bitbucket.org/pypy/pypy/pull-request/3/add-the-undocumented-_pystring_join -- This is an issue notification from bitbucket.org. You are receiving this either because you are the par

[pypy-commit] [ACCEPTED] Pull request #3 for pypy: Add the undocumented _PyString_Join function to cpyext

2011-07-19 Thread Bitbucket
Pull request #3 has been accepted by Alex Gaynor. Changes in lambacck/pypy have been pulled into pypy/pypy. https://bitbucket.org/pypy/pypy/pull-request/3/add-the-undocumented-_pystring_join -- This is an issue notification from bitbucket.org. You are receiving this either because you are the par

[pypy-commit] [ACCEPTED] Pull request #3 for pypy: Add the undocumented _PyString_Join function to cpyext

2011-07-19 Thread Bitbucket
Pull request #3 has been accepted by Alex Gaynor. Changes in lambacck/pypy have been pulled into pypy/pypy. https://bitbucket.org/pypy/pypy/pull-request/3/add-the-undocumented-_pystring_join -- This is an issue notification from bitbucket.org. You are receiving this either because you are the par

[pypy-commit] [ACCEPTED] Pull request #3 for pypy: Add the undocumented _PyString_Join function to cpyext

2011-07-19 Thread Bitbucket
Pull request #3 has been accepted by Alex Gaynor. Changes in lambacck/pypy have been pulled into pypy/pypy. https://bitbucket.org/pypy/pypy/pull-request/3/add-the-undocumented-_pystring_join -- This is an issue notification from bitbucket.org. You are receiving this either because you are the par

[pypy-commit] [OPEN] Pull request #3 for pypy: Add the undocumented _PyString_Join function to cpyext

2011-07-19 Thread Bitbucket
A new pull request has been opened by lambacck. lambacck/pypy has changes to be pulled into pypy/pypy. https://bitbucket.org/pypy/pypy/pull-request/3/add-the-undocumented-_pystring_join Title: Add the undocumented _PyString_Join function to cpyext Also included is a test. I modeled it after th

[pypy-commit] Notification: pypy

2011-07-19 Thread Bitbucket
You have received a notification from lambacck. Hi, I forked pypy. My fork is at https://bitbucket.org/lambacck/pypy. -- Change your notification settings at https://bitbucket.org/account/notifications/ ___ pypy-commit mailing list pypy-commit@python.o

[pypy-commit] pypy default: export missing symbols

2011-07-19 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r45752:e490f90f2aa1 Date: 2011-07-19 15:37 -0700 http://bitbucket.org/pypy/pypy/changeset/e490f90f2aa1/ Log:export missing symbols diff --git a/pypy/module/_multibytecodec/c_codecs.py b/pypy/module/_multibytecodec/c_codecs.py --- a/pypy/module/_mult

[pypy-commit] pypy ootype-rerased: Fixed test and removed useless need_result_type for ll operations

2011-07-19 Thread ademan
Author: Daniel Roberts Branch: ootype-rerased Changeset: r45751:03db3de729eb Date: 2011-07-19 12:50 -0700 http://bitbucket.org/pypy/pypy/changeset/03db3de729eb/ Log:Fixed test and removed useless need_result_type for ll operations diff --git a/pypy/rlib/test/test_rerased.py b/pypy/rlib/test/

[pypy-commit] pypy ootype-rerased: Merge default. (Again)

2011-07-19 Thread ademan
Author: Daniel Roberts Branch: ootype-rerased Changeset: r45750:f4898b2258db Date: 2011-07-19 12:36 -0700 http://bitbucket.org/pypy/pypy/changeset/f4898b2258db/ Log:Merge default. (Again) diff --git a/pypy/jit/codewriter/call.py b/pypy/jit/codewriter/call.py --- a/pypy/jit/codewriter/call.py

[pypy-commit] pypy default: Kill some duplicate code (thanks to Zain Memon for spotting the log duplication).

2011-07-19 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r45748:625c07c3be9d Date: 2011-07-19 12:20 -0700 http://bitbucket.org/pypy/pypy/changeset/625c07c3be9d/ Log:Kill some duplicate code (thanks to Zain Memon for spotting the log duplication). diff --git a/pypy/jit/codewriter/support.py b/pypy/jit

[pypy-commit] pypy numpy-setslice: Fixed setslice and added extra tests for slice of slice. Everything appears to be working for setting slices.

2011-07-19 Thread justinpeel
Author: Justin Peel Branch: numpy-setslice Changeset: r45747:818b17e123de Date: 2011-07-18 18:15 -0600 http://bitbucket.org/pypy/pypy/changeset/818b17e123de/ Log:Fixed setslice and added extra tests for slice of slice. Everything appears to be working for setting slices. diff --git a

[pypy-commit] pypy identity-dict-strategy: use an enum instead of a bool to keep track of the comparse_by_identiy status; this way, we can cache also the False case

2011-07-19 Thread antocuni
Author: Antonio Cuni Branch: identity-dict-strategy Changeset: r45746:f99a873a003f Date: 2011-07-19 18:43 +0200 http://bitbucket.org/pypy/pypy/changeset/f99a873a003f/ Log:use an enum instead of a bool to keep track of the comparse_by_identiy status; this way, we can cache also the Fal

[pypy-commit] pypy identity-dict-strategy: reset the version numbers after each test

2011-07-19 Thread antocuni
Author: Antonio Cuni Branch: identity-dict-strategy Changeset: r45745:78d8ec2a9f71 Date: 2011-07-19 18:32 +0200 http://bitbucket.org/pypy/pypy/changeset/78d8ec2a9f71/ Log:reset the version numbers after each test diff --git a/pypy/objspace/std/test/test_typeobject.py b/pypy/objspace/std/tes

[pypy-commit] pypy identity-dict-strategy: update the global version counter if we change the class of an object whose old class was tracked as compares_by_identity

2011-07-19 Thread antocuni
Author: Antonio Cuni Branch: identity-dict-strategy Changeset: r45744:6a28c75d117e Date: 2011-07-19 18:30 +0200 http://bitbucket.org/pypy/pypy/changeset/6a28c75d117e/ Log:update the global version counter if we change the class of an object whose old class was tracked as compares_by_i

[pypy-commit] pypy identity-dict-strategy: implement a global version counter to track changes to classes that changed their compares_by_identity() status

2011-07-19 Thread antocuni
Author: Antonio Cuni Branch: identity-dict-strategy Changeset: r45743:923f2db3961e Date: 2011-07-19 18:19 +0200 http://bitbucket.org/pypy/pypy/changeset/923f2db3961e/ Log:implement a global version counter to track changes to classes that changed their compares_by_identity() status d

[pypy-commit] pypy identity-dict-strategy: add an XXX

2011-07-19 Thread antocuni
Author: Antonio Cuni Branch: identity-dict-strategy Changeset: r45742:2f37e2d466b7 Date: 2011-07-19 17:15 +0200 http://bitbucket.org/pypy/pypy/changeset/2f37e2d466b7/ Log:add an XXX diff --git a/pypy/objspace/std/typeobject.py b/pypy/objspace/std/typeobject.py --- a/pypy/objspace/std/typeobj

[pypy-commit] pypy identity-dict-strategy: invalidate the cache when the type is mutated

2011-07-19 Thread antocuni
Author: Antonio Cuni Branch: identity-dict-strategy Changeset: r45741:62b65edc5a4b Date: 2011-07-19 17:09 +0200 http://bitbucket.org/pypy/pypy/changeset/62b65edc5a4b/ Log:invalidate the cache when the type is mutated diff --git a/pypy/objspace/std/test/test_typeobject.py b/pypy/objspace/std

[pypy-commit] pypy identity-dict-strategy: add a way to check whether a type has custom versions of __eq__, __hash__ or __cmp__

2011-07-19 Thread antocuni
Author: Antonio Cuni Branch: identity-dict-strategy Changeset: r45740:a2ad83608b4b Date: 2011-07-19 17:02 +0200 http://bitbucket.org/pypy/pypy/changeset/a2ad83608b4b/ Log:add a way to check whether a type has custom versions of __eq__, __hash__ or __cmp__ diff --git a/pypy/config/pyp

[pypy-commit] pypy identity-dict-strategy: a branch in which to develop a dict strategy for user instances which use the default by-identity comparison

2011-07-19 Thread antocuni
Author: Antonio Cuni Branch: identity-dict-strategy Changeset: r45739:4de5eefc2d61 Date: 2011-07-19 14:38 +0200 http://bitbucket.org/pypy/pypy/changeset/4de5eefc2d61/ Log:a branch in which to develop a dict strategy for user instances which use the default by-identity comparison

[pypy-commit] pypy release-gil-flush-heapcache: close merged branch

2011-07-19 Thread fijal
Author: Maciej Fijalkowski Branch: release-gil-flush-heapcache Changeset: r45738:995cbdd4ffa1 Date: 2011-07-19 12:24 +0200 http://bitbucket.org/pypy/pypy/changeset/995cbdd4ffa1/ Log:close merged branch ___ pypy-commit mailing list pypy-commit@pytho

[pypy-commit] pypy default: (fijal, alex_gaynor) merge release-gil-flush-heapcache

2011-07-19 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r45737:10d2740f6ab6 Date: 2011-07-19 12:24 +0200 http://bitbucket.org/pypy/pypy/changeset/10d2740f6ab6/ Log:(fijal, alex_gaynor) merge release-gil-flush-heapcache diff --git a/pypy/jit/codewriter/call.py b/pypy/jit/codewriter/call.py --- a/pypy/

[pypy-commit] buildbot default: ignore whitespace when doing the diff

2011-07-19 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r534:c620633ed570 Date: 2011-07-19 12:24 +0200 http://bitbucket.org/pypy/buildbot/changeset/c620633ed570/ Log:ignore whitespace when doing the diff diff --git a/bbhook/scm.py b/bbhook/scm.py --- a/bbhook/scm.py +++ b/bbhook/scm.py @@ -20,7 +20,7 @@

[pypy-commit] pypy reflex-support: enable global and now mode for dlopen

2011-07-19 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r45736:fce0d480d104 Date: 2011-07-19 02:54 -0700 http://bitbucket.org/pypy/pypy/changeset/fce0d480d104/ Log:enable global and now mode for dlopen diff --git a/pypy/module/cppyy/interp_cppyy.py b/pypy/module/cppyy/interp_cppyy.py --- a/