[pypy-commit] pypy default: a failing test

2012-04-02 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r54135:e69f9eaa2352 Date: 2012-04-02 09:15 +0200 http://bitbucket.org/pypy/pypy/changeset/e69f9eaa2352/ Log:a failing test diff --git a/pypy/module/micronumpy/test/test_numarray.py b/pypy/module/micronumpy/test/test_numarray.py --- a/pypy/modul

[pypy-commit] pypy default: oops

2012-04-02 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r54136:78c41b32d5f1 Date: 2012-04-02 09:22 +0200 http://bitbucket.org/pypy/pypy/changeset/78c41b32d5f1/ Log:oops diff --git a/pypy/module/micronumpy/signature.py b/pypy/module/micronumpy/signature.py --- a/pypy/module/micronumpy/signature.py ++

[pypy-commit] pypy default: grumble, of course you apply stuff in this order

2012-04-02 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r54137:73cc3cc4b016 Date: 2012-04-02 09:36 +0200 http://bitbucket.org/pypy/pypy/changeset/73cc3cc4b016/ Log:grumble, of course you apply stuff in this order diff --git a/pypy/module/micronumpy/signature.py b/pypy/module/micronumpy/signature.py

[pypy-commit] pypy default: 64-bit compat.

2012-04-02 Thread arigo
Author: Armin Rigo Branch: Changeset: r54138:4b68bb8c88de Date: 2012-04-02 09:44 +0200 http://bitbucket.org/pypy/pypy/changeset/4b68bb8c88de/ Log:64-bit compat. diff --git a/pypy/module/pypyjit/test_pypy_c/test_string.py b/pypy/module/pypyjit/test_pypy_c/test_string.py --- a/pypy/module/py

[pypy-commit] pypy exception-cannot-occur: Disable a test that occasionally crashes because of ll2ctypes not being

2012-04-02 Thread arigo
Author: Armin Rigo Branch: exception-cannot-occur Changeset: r54139:2b2762fea668 Date: 2012-04-02 10:13 +0200 http://bitbucket.org/pypy/pypy/changeset/2b2762fea668/ Log:Disable a test that occasionally crashes because of ll2ctypes not being thread-safe at all. diff --git a/pypy/modul

[pypy-commit] pypy exception-cannot-occur: Close branch ready for merge.

2012-04-02 Thread arigo
Author: Armin Rigo Branch: exception-cannot-occur Changeset: r54140:cbe26c9ba624 Date: 2012-04-02 10:14 +0200 http://bitbucket.org/pypy/pypy/changeset/cbe26c9ba624/ Log:Close branch ready for merge. ___ pypy-commit mailing list pypy-commit@python.o

[pypy-commit] pypy default: Merge exception-cannot-occur: now we have to say either

2012-04-02 Thread arigo
Author: Armin Rigo Branch: Changeset: r54141:5820e4a53018 Date: 2012-04-02 10:17 +0200 http://bitbucket.org/pypy/pypy/changeset/5820e4a53018/ Log:Merge exception-cannot-occur: now we have to say either hop.exception_cannot_occur() or hop.exception_is_here() in all specialize_

[pypy-commit] pypy default: Export tp_doc.

2012-04-02 Thread arigo
Author: Armin Rigo Branch: Changeset: r54142:171b149844d2 Date: 2012-04-02 10:26 +0200 http://bitbucket.org/pypy/pypy/changeset/171b149844d2/ Log:Export tp_doc. diff --git a/pypy/module/cpyext/test/foo.c b/pypy/module/cpyext/test/foo.c --- a/pypy/module/cpyext/test/foo.c +++ b/pypy/module/c

[pypy-commit] pypy default: Fix for issue1111: wrap_objobjargproc() returns None in CPython.

2012-04-02 Thread arigo
Author: Armin Rigo Branch: Changeset: r54143:7da597d3c86d Date: 2012-04-02 10:33 +0200 http://bitbucket.org/pypy/pypy/changeset/7da597d3c86d/ Log:Fix for issue: wrap_objobjargproc() returns None in CPython. diff --git a/pypy/module/cpyext/slotdefs.py b/pypy/module/cpyext/slotdefs.py ---

[pypy-commit] pypy default: Test and fix for issue1107: "x in y" must return a bool.

2012-04-02 Thread arigo
Author: Armin Rigo Branch: Changeset: r54144:849cc68d148d Date: 2012-04-02 10:47 +0200 http://bitbucket.org/pypy/pypy/changeset/849cc68d148d/ Log:Test and fix for issue1107: "x in y" must return a bool. diff --git a/pypy/module/cpyext/slotdefs.py b/pypy/module/cpyext/slotdefs.py --- a/pypy/

[pypy-commit] pypy default: Re-add an optimization that was incorrectly implemented and

2012-04-02 Thread arigo
Author: Armin Rigo Branch: Changeset: r54145:4767e4614bfa Date: 2012-04-02 11:20 +0200 http://bitbucket.org/pypy/pypy/changeset/4767e4614bfa/ Log:Re-add an optimization that was incorrectly implemented and so killed by the merge of list strategies. diff --git a/pypy/objspace/descrop

[pypy-commit] pypy default: implement repeat. a tad inefficient, but I could not care less

2012-04-02 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r54146:5da12de5d696 Date: 2012-04-02 10:41 +0200 http://bitbucket.org/pypy/pypy/changeset/5da12de5d696/ Log:implement repeat. a tad inefficient, but I could not care less diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/micronumpy/

[pypy-commit] pypy default: repeat as a method

2012-04-02 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r54147:6e49d0a11647 Date: 2012-04-02 11:52 +0200 http://bitbucket.org/pypy/pypy/changeset/6e49d0a11647/ Log:repeat as a method diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy/module/

[pypy-commit] pypy default: merge

2012-04-02 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r54148:5708f4c44e53 Date: 2012-04-02 12:10 +0200 http://bitbucket.org/pypy/pypy/changeset/5708f4c44e53/ Log:merge diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/micronumpy/__init__.py --- a/pypy/module/micronumpy/__init__.py +++

[pypy-commit] pypy default: Translation fix.

2012-04-02 Thread arigo
Author: Armin Rigo Branch: Changeset: r54149:53c5958727e6 Date: 2012-04-02 12:18 +0200 http://bitbucket.org/pypy/pypy/changeset/53c5958727e6/ Log:Translation fix. diff --git a/pypy/module/cpyext/slotdefs.py b/pypy/module/cpyext/slotdefs.py --- a/pypy/module/cpyext/slotdefs.py +++ b/pypy/mod

[pypy-commit] pypy default: merge heads

2012-04-02 Thread arigo
Author: Armin Rigo Branch: Changeset: r54150:c519e300f325 Date: 2012-04-02 12:19 +0200 http://bitbucket.org/pypy/pypy/changeset/c519e300f325/ Log:merge heads diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/micronumpy/__init__.py --- a/pypy/module/micronumpy/__init__.py +++ b/

[pypy-commit] extradoc extradoc: Sprint announcement, first draft

2012-04-02 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r4169:6da880f2846e Date: 2012-04-02 14:03 +0200 http://bitbucket.org/pypy/extradoc/changeset/6da880f2846e/ Log:Sprint announcement, first draft diff --git a/sprintinfo/leipzig2012/announce.txt b/sprintinfo/leipzig2012/announce.txt new file mode

[pypy-commit] extradoc extradoc: Initial goals

2012-04-02 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r4170:4ae5466dbaf3 Date: 2012-04-02 14:10 +0200 http://bitbucket.org/pypy/extradoc/changeset/4ae5466dbaf3/ Log:Initial goals diff --git a/sprintinfo/leipzig2012/announce.txt b/sprintinfo/leipzig2012/announce.txt --- a/sprintinfo/leipzig2012/ann

[pypy-commit] extradoc extradoc: Make the dates more precise.

2012-04-02 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r4171:e2291545b923 Date: 2012-04-02 14:14 +0200 http://bitbucket.org/pypy/extradoc/changeset/e2291545b923/ Log:Make the dates more precise. diff --git a/sprintinfo/leipzig2012/announce.txt b/sprintinfo/leipzig2012/announce.txt --- a/sprintinfo/

[pypy-commit] extradoc extradoc: Update.

2012-04-02 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r4172:71246f66f47a Date: 2012-04-02 15:40 +0200 http://bitbucket.org/pypy/extradoc/changeset/71246f66f47a/ Log:Update. diff --git a/sprintinfo/leipzig2012/announce.txt b/sprintinfo/leipzig2012/announce.txt --- a/sprintinfo/leipzig2012/announce.

[pypy-commit] extradoc extradoc: Also add the html version, to be linked from the blog post.

2012-04-02 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r4173:477481830a61 Date: 2012-04-02 15:40 +0200 http://bitbucket.org/pypy/extradoc/changeset/477481830a61/ Log:Also add the html version, to be linked from the blog post. diff --git a/sprintinfo/leipzig2012/announce.html b/sprintinfo/leipzig201

[pypy-commit] extradoc extradoc: Remove the html version; we can't seem to link to it anyway.

2012-04-02 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r4174:13d4f71f9018 Date: 2012-04-02 15:43 +0200 http://bitbucket.org/pypy/extradoc/changeset/13d4f71f9018/ Log:Remove the html version; we can't seem to link to it anyway. diff --git a/sprintinfo/leipzig2012/announce.html b/sprintinfo/leipzig20

[pypy-commit] pypy stm-gc: Add a minimal usage example.

2012-04-02 Thread arigo
Author: Armin Rigo Branch: stm-gc Changeset: r54151:ae91dbd26901 Date: 2012-04-02 16:09 +0200 http://bitbucket.org/pypy/pypy/changeset/ae91dbd26901/ Log:Add a minimal usage example. diff --git a/lib_pypy/transaction.py b/lib_pypy/transaction.py --- a/lib_pypy/transaction.py +++ b/lib_pypy/tr

[pypy-commit] pypy.org extradoc: Update with a link to the documentation -- so far only in transaction.py.

2012-04-02 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r351:0bffaf37ab63 Date: 2012-04-02 16:11 +0200 http://bitbucket.org/pypy/pypy.org/changeset/0bffaf37ab63/ Log:Update with a link to the documentation -- so far only in transaction.py. diff --git a/source/tmdonate.txt b/source/tmdonate.tx

[pypy-commit] pypy default: Fix: apply this change, even if it's incompatible with CPython 2.2(!).

2012-04-02 Thread arigo
Author: Armin Rigo Branch: Changeset: r54152:49d683bbd92b Date: 2012-04-02 17:17 +0200 http://bitbucket.org/pypy/pypy/changeset/49d683bbd92b/ Log:Fix: apply this change, even if it's incompatible with CPython 2.2(!). It fixes an issue reported by adoven on irc. Add a test. diff --gi

[pypy-commit] pypy default: Fix for issue1100.

2012-04-02 Thread arigo
Author: Armin Rigo Branch: Changeset: r54153:ae4a7ab99a76 Date: 2012-04-02 17:32 +0200 http://bitbucket.org/pypy/pypy/changeset/ae4a7ab99a76/ Log:Fix for issue1100. diff --git a/pypy/objspace/std/dictmultiobject.py b/pypy/objspace/std/dictmultiobject.py --- a/pypy/objspace/std/dictmultiobj

[pypy-commit] pypy default: Another case: iterating should work if the dict strategy changed "just"

2012-04-02 Thread arigo
Author: Armin Rigo Branch: Changeset: r54154:7e37a82840df Date: 2012-04-02 18:14 +0200 http://bitbucket.org/pypy/pypy/changeset/7e37a82840df/ Log:Another case: iterating should work if the dict strategy changed "just" because of a __getitem__. It's workaroundesque but enough, I

[pypy-commit] [pypy/pypy] added implementation of Py_Initialize (pull request #67)

2012-04-02 Thread unbit
A new pull request has been opened by unbit. unbit/pypy has changes to be pulled into pypy/pypy. https://bitbucket.org/pypy/pypy/pull-request/67/added-implementation-of-py_initialize Title: added implementation of Py_Initialize Py_Initialize() is the function called by apps wanting to embed a p

[pypy-commit] pypy default: Same issue and same fix for sets.

2012-04-02 Thread arigo
Author: Armin Rigo Branch: Changeset: r54155:f16be5ae31e6 Date: 2012-04-02 18:22 +0200 http://bitbucket.org/pypy/pypy/changeset/f16be5ae31e6/ Log:Same issue and same fix for sets. diff --git a/pypy/objspace/std/setobject.py b/pypy/objspace/std/setobject.py --- a/pypy/objspace/std/setobject.

[pypy-commit] extradoc extradoc: Add a point

2012-04-02 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r4175:1c44b080a0e5 Date: 2012-04-02 19:58 +0200 http://bitbucket.org/pypy/extradoc/changeset/1c44b080a0e5/ Log:Add a point diff --git a/sprintinfo/leipzig2012/announce.txt b/sprintinfo/leipzig2012/announce.txt --- a/sprintinfo/leipzig2012/annou

[pypy-commit] extradoc extradoc: add a point

2012-04-02 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r4176:1bdfa84745f2 Date: 2012-04-02 20:03 +0200 http://bitbucket.org/pypy/extradoc/changeset/1bdfa84745f2/ Log:add a point diff --git a/sprintinfo/leipzig2012/announce.txt b/sprintinfo/leipzig2012/announce.txt --- a/sprintinfo/leipzig20

[pypy-commit] extradoc extradoc: Added myself, without exact dates yet

2012-04-02 Thread ctismer
Author: Christian Tismer Branch: extradoc Changeset: r4177:5099f4763dbb Date: 2012-04-02 21:17 +0200 http://bitbucket.org/pypy/extradoc/changeset/5099f4763dbb/ Log:Added myself, without exact dates yet diff --git a/sprintinfo/leipzig2012/people.txt b/sprintinfo/leipzig2012/people.txt --- a

[pypy-commit] pypy default: Same fix on other dict implementations :(

2012-04-02 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r54158:cc56984630fc Date: 2012-04-03 00:51 +0200 http://bitbucket.org/pypy/pypy/changeset/cc56984630fc/ Log:Same fix on other dict implementations :( diff --git a/pypy/objspace/std/dictproxyobject.py b/pypy/objspace/std/dictproxyobject.py ---

[pypy-commit] pypy reflex-support: files needed for update-handling testing

2012-04-02 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r54160:f2d76f0952a9 Date: 2012-03-30 14:03 -0700 http://bitbucket.org/pypy/pypy/changeset/f2d76f0952a9/ Log:files needed for update-handling testing diff --git a/pypy/module/cppyy/test/advancedcpp2.cxx b/pypy/module/cppyy/test/advanced

[pypy-commit] pypy reflex-support: needed for CINT update tests

2012-04-02 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r54163:4794b0f265d6 Date: 2012-03-30 16:21 -0700 http://bitbucket.org/pypy/pypy/changeset/4794b0f265d6/ Log:needed for CINT update tests diff --git a/pypy/module/cppyy/test/advancedcpp2_LinkDef.h b/pypy/module/cppyy/test/advancedcpp2_L

[pypy-commit] pypy reflex-support: ignore reflection information by-products

2012-04-02 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r54165:42cf027dd5ea Date: 2012-04-02 15:44 -0700 http://bitbucket.org/pypy/pypy/changeset/42cf027dd5ea/ Log:ignore reflection information by-products diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -19,10 +19,14 @@

[pypy-commit] pypy default: Fix test_celldict, and translation as well.

2012-04-02 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r54157:3f8bd87cfc04 Date: 2012-04-03 00:31 +0200 http://bitbucket.org/pypy/pypy/changeset/3f8bd87cfc04/ Log:Fix test_celldict, and translation as well. diff --git a/pypy/objspace/std/celldict.py b/pypy/objspace/std/celldict.py --- a/pypy/objsp

[pypy-commit] pypy reflex-support: groundwork for lazy lookup on namespaces (for now, only for updates)

2012-04-02 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r54159:228864642d3d Date: 2012-03-30 13:51 -0700 http://bitbucket.org/pypy/pypy/changeset/228864642d3d/ Log:groundwork for lazy lookup on namespaces (for now, only for updates) diff --git a/pypy/module/cppyy/capi/__init__.py b/pypy/mod

[pypy-commit] pypy reflex-support: likewise, lazy lookups for CINT back-end

2012-04-02 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r54161:8277dedafc32 Date: 2012-03-30 14:57 -0700 http://bitbucket.org/pypy/pypy/changeset/8277dedafc32/ Log:likewise, lazy lookups for CINT back-end diff --git a/pypy/module/cppyy/src/cintcwrapper.cxx b/pypy/module/cppyy/src/cintcwrapp

[pypy-commit] pypy reflex-support: rollback (translation fails in array)

2012-04-02 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r54162:a869f2ef3eb2 Date: 2012-03-30 16:20 -0700 http://bitbucket.org/pypy/pypy/changeset/a869f2ef3eb2/ Log:rollback (translation fails in array) ___ pypy-commit mailing list pypy-commit@pytho

[pypy-commit] pypy reflex-support: easier use for testing the various executables

2012-04-02 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r54164:ea7e2c6e0d5b Date: 2012-03-30 16:52 -0700 http://bitbucket.org/pypy/pypy/changeset/ea7e2c6e0d5b/ Log:easier use for testing the various executables diff --git a/pypy/module/cppyy/bench/bench02.h b/pypy/module/cppyy/bench/bench02

[pypy-commit] pypy reflex-support: o) merge default into branch

2012-04-02 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r54166:ec9d1aee9f1a Date: 2012-04-02 15:55 -0700 http://bitbucket.org/pypy/pypy/changeset/ec9d1aee9f1a/ Log:o) merge default into branch o) fix on my side the problems due to changes in array diff --git a/pypy/doc/project-ideas.

[pypy-commit] pypy reflex-support: merge default into branch; translation now works again

2012-04-02 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r54168:374968f4e0af Date: 2012-04-02 16:41 -0700 http://bitbucket.org/pypy/pypy/changeset/374968f4e0af/ Log:merge default into branch; translation now works again diff --git a/pypy/objspace/std/dictproxyobject.py b/pypy/objspace/std/di

[pypy-commit] Notification: pypy

2012-04-02 Thread Bitbucket
You have received a notification from Preston Timmons. Hi, I forked pypy. My fork is at https://bitbucket.org/prestontimmons/pypy. -- Disable notifications at https://bitbucket.org/account/notifications/ ___ pypy-commit mailing list pypy-commit@python.o