[pypy-commit] pypy py3k: this test does not make sense for py3k, we cannot use % on bytes

2012-04-19 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r54513:77b126a20fff Date: 2012-04-19 09:46 +0200 http://bitbucket.org/pypy/pypy/changeset/77b126a20fff/ Log:this test does not make sense for py3k, we cannot use % on bytes diff --git

[pypy-commit] pypy py3k: slight differences between py2 and py3k wrt chars and unicodes

2012-04-19 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r54514:f215b274d3e1 Date: 2012-04-19 09:49 +0200 http://bitbucket.org/pypy/pypy/changeset/f215b274d3e1/ Log:slight differences between py2 and py3k wrt chars and unicodes diff --git a/pypy/objspace/std/test/test_stringformat.py

[pypy-commit] pypy py3k: kill this test, we no longer have longs

2012-04-19 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r54515:2eb703b200a6 Date: 2012-04-19 09:50 +0200 http://bitbucket.org/pypy/pypy/changeset/2eb703b200a6/ Log:kill this test, we no longer have longs diff --git a/pypy/objspace/std/test/test_stringformat.py

[pypy-commit] pypy py3k: don't use the L notation (not supported in py3k), and use a value which is big enough not to fit a word on 64bit cpus

2012-04-19 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r54518:4a2187c22c5e Date: 2012-04-19 09:57 +0200 http://bitbucket.org/pypy/pypy/changeset/4a2187c22c5e/ Log:don't use the L notation (not supported in py3k), and use a value which is big enough not to fit a word on 64bit

[pypy-commit] pypy py3k: py3k-ify. The test still fail because we cannot have unicode exception messages yet, but apart from that it raises the correct exception

2012-04-19 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r54517:ae3dff717bbb Date: 2012-04-19 09:54 +0200 http://bitbucket.org/pypy/pypy/changeset/ae3dff717bbb/ Log:py3k-ify. The test still fail because we cannot have unicode exception messages yet, but apart from that it

[pypy-commit] pypy default: don't use the L notation (not supported in py3k), and use a value which is big enough not to fit a word on 64bit cpus

2012-04-19 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: Changeset: r54519:fb765e0d956e Date: 2012-04-19 09:57 +0200 http://bitbucket.org/pypy/pypy/changeset/fb765e0d956e/ Log:don't use the L notation (not supported in py3k), and use a value which is big enough not to fit a word on 64bit

[pypy-commit] pypy default: don't use the L notation (not supported in py3k), and kill useless print

2012-04-19 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: Changeset: r54521:62b3d1aaf311 Date: 2012-04-19 10:02 +0200 http://bitbucket.org/pypy/pypy/changeset/62b3d1aaf311/ Log:don't use the L notation (not supported in py3k), and kill useless print diff --git

[pypy-commit] pypy py3k: don't use the L notation (not supported in py3k), and kill useless print

2012-04-19 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r54520:1695068fd9cf Date: 2012-04-19 10:02 +0200 http://bitbucket.org/pypy/pypy/changeset/1695068fd9cf/ Log:don't use the L notation (not supported in py3k), and kill useless print diff --git

[pypy-commit] pypy stm-gc: Bah.

2012-04-19 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: stm-gc Changeset: r54524:9332cddf50d1 Date: 2012-04-19 11:56 +0200 http://bitbucket.org/pypy/pypy/changeset/9332cddf50d1/ Log:Bah. diff --git a/pypy/translator/c/src/allocator.h b/pypy/translator/c/src/allocator.h ---

[pypy-commit] pypy stm-gc: Comment.

2012-04-19 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: stm-gc Changeset: r54523:691cfbdef6df Date: 2012-04-19 11:51 +0200 http://bitbucket.org/pypy/pypy/changeset/691cfbdef6df/ Log:Comment. diff --git a/pypy/rpython/memory/gc/stmshared.py b/pypy/rpython/memory/gc/stmshared.py ---

[pypy-commit] pypy stm-gc: Partial fix: don't record orecs when running in an inevitable

2012-04-19 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: stm-gc Changeset: r54525:a046810511bf Date: 2012-04-19 11:57 +0200 http://bitbucket.org/pypy/pypy/changeset/a046810511bf/ Log:Partial fix: don't record orecs when running in an inevitable transaction (like the main thread). Should be improved

[pypy-commit] Notification: pypy

2012-04-19 Thread Bitbucket
You have received a notification from John Hsing. Hi, I forked pypy. My fork is at https://bitbucket.org/droid4u/pypy. -- Disable notifications at https://bitbucket.org/account/notifications/ ___ pypy-commit mailing list pypy-commit@python.org

[pypy-commit] lang-smalltalk default: Re-import a FixedStack implementation

2012-04-19 Thread krono
Author: Tobias Pape tob...@netshed.de Branch: Changeset: r19:4da7f6a039b9 Date: 2012-04-19 13:37 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/4da7f6a039b9/ Log:Re-import a FixedStack implementation - fix deprecated overflowcheck w/ shift - fix r_uints missing

[pypy-commit] pypy stm-gc: Fix for tests.

2012-04-19 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: stm-gc Changeset: r54526:22f9ada8f2f9 Date: 2012-04-19 14:37 +0200 http://bitbucket.org/pypy/pypy/changeset/22f9ada8f2f9/ Log:Fix for tests. diff --git a/pypy/rpython/llinterp.py b/pypy/rpython/llinterp.py --- a/pypy/rpython/llinterp.py +++

[pypy-commit] pypy stm-gc: Fix test.

2012-04-19 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: stm-gc Changeset: r54527:7b3615f8e6d4 Date: 2012-04-19 14:49 +0200 http://bitbucket.org/pypy/pypy/changeset/7b3615f8e6d4/ Log:Fix test. diff --git a/pypy/rpython/test/test_rvirtualizable2.py b/pypy/rpython/test/test_rvirtualizable2.py ---

[pypy-commit] pypy py3k: partial backout of 83fc38544bca: we don't want rlib/ to diverge from default

2012-04-19 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r54533:a290ac54 Date: 2012-04-19 14:10 +0200 http://bitbucket.org/pypy/pypy/changeset/a290ac54/ Log:partial backout of 83fc38544bca: we don't want rlib/ to diverge from default diff --git a/pypy/rlib/rbigint.py

[pypy-commit] pypy py3k: these two tests don't make sense on py3k where we have only unicode strings

2012-04-19 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r54528:580294c5d310 Date: 2012-04-19 10:06 +0200 http://bitbucket.org/pypy/pypy/changeset/580294c5d310/ Log:these two tests don't make sense on py3k where we have only unicode strings diff --git

[pypy-commit] pypy py3k: py3k-ify

2012-04-19 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r54529:35d076905f8f Date: 2012-04-19 10:07 +0200 http://bitbucket.org/pypy/pypy/changeset/35d076905f8f/ Log:py3k-ify diff --git a/pypy/objspace/std/test/test_stringformat.py b/pypy/objspace/std/test/test_stringformat.py ---

[pypy-commit] pypy py3k: re-fix what was broken by 0000a290ac54 and 0954589ca523: on py3k, the repr() of longs is the same as their str(), i.e. the number without the L suffix

2012-04-19 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r54534:5995e1a6e2a1 Date: 2012-04-19 14:14 +0200 http://bitbucket.org/pypy/pypy/changeset/5995e1a6e2a1/ Log:re-fix what was broken by a290ac54 and 0954589ca523: on py3k, the repr() of longs is the same as their

[pypy-commit] pypy py3k: fix this test which was broken by aa1d34b5a927

2012-04-19 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r54530:c9384faead26 Date: 2012-04-19 10:38 +0200 http://bitbucket.org/pypy/pypy/changeset/c9384faead26/ Log:fix this test which was broken by aa1d34b5a927 diff --git a/pypy/rlib/test/test_objectmodel.py

[pypy-commit] pypy py3k: py3k-ify

2012-04-19 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r54535:1795cb766136 Date: 2012-04-19 15:30 +0200 http://bitbucket.org/pypy/pypy/changeset/1795cb766136/ Log:py3k-ify diff --git a/pypy/objspace/std/test/test_index.py b/pypy/objspace/std/test/test_index.py ---

[pypy-commit] pypy py3k: fix another test broken by aa1d34b5a927

2012-04-19 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r54531:a1935ceb3977 Date: 2012-04-19 10:40 +0200 http://bitbucket.org/pypy/pypy/changeset/a1935ceb3977/ Log:fix another test broken by aa1d34b5a927 diff --git a/pypy/rlib/test/test_objectmodel.py

[pypy-commit] pypy py3k: py3k-ify: maxint has gone, and __getitem__ gets a slice() object now. The test was previously written with __getslice__ but got changed in a parent revision

2012-04-19 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r54536:1373e06b8e6d Date: 2012-04-19 15:31 +0200 http://bitbucket.org/pypy/pypy/changeset/1373e06b8e6d/ Log:py3k-ify: maxint has gone, and __getitem__ gets a slice() object now. The test was previously written with

[pypy-commit] pypy py3k: partial backout of f4af6649c12f: we don't want rlib/ to diverge from default

2012-04-19 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r54532:0954589ca523 Date: 2012-04-19 14:10 +0200 http://bitbucket.org/pypy/pypy/changeset/0954589ca523/ Log:partial backout of f4af6649c12f: we don't want rlib/ to diverge from default diff --git a/pypy/rlib/rbigint.py

[pypy-commit] pypy py3k: classic classes are gone in py3k

2012-04-19 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r54537:c577976dd5d2 Date: 2012-04-19 15:32 +0200 http://bitbucket.org/pypy/pypy/changeset/c577976dd5d2/ Log:classic classes are gone in py3k diff --git a/pypy/objspace/std/test/test_index.py

[pypy-commit] pypy py3k: py3k-ify, __getslice__ vs __getitem__

2012-04-19 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r54538:ab9676ffcac3 Date: 2012-04-19 15:33 +0200 http://bitbucket.org/pypy/pypy/changeset/ab9676ffcac3/ Log:py3k-ify, __getslice__ vs __getitem__ diff --git a/pypy/objspace/std/test/test_index.py

[pypy-commit] pypy default: Expand a bit the comments.

2012-04-19 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r54539:b89254c1241f Date: 2012-04-19 16:49 +0200 http://bitbucket.org/pypy/pypy/changeset/b89254c1241f/ Log:Expand a bit the comments. diff --git a/pypy/jit/backend/x86/assembler.py b/pypy/jit/backend/x86/assembler.py ---

[pypy-commit] pypy ppc-jit-backend: (edelsohn, arigato): Complete guard_class support for GC.

2012-04-19 Thread edelsohn
Author: edelsohn Branch: ppc-jit-backend Changeset: r54540:5b05d7de13d5 Date: 2012-04-19 11:30 -0400 http://bitbucket.org/pypy/pypy/changeset/5b05d7de13d5/ Log:(edelsohn, arigato): Complete guard_class support for GC. diff --git a/pypy/jit/backend/ppc/opassembler.py

[pypy-commit] pypy py3k: py3k_skip these two tests

2012-04-19 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r54546:abe0df9a5ff4 Date: 2012-04-19 16:34 +0200 http://bitbucket.org/pypy/pypy/changeset/abe0df9a5ff4/ Log:py3k_skip these two tests diff --git a/pypy/objspace/std/test/test_liststrategies.py

[pypy-commit] pypy py3k: py3k_skip two tests which fails right now because of missing strategies

2012-04-19 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r54541:572c64c9e79a Date: 2012-04-19 15:59 +0200 http://bitbucket.org/pypy/pypy/changeset/572c64c9e79a/ Log:py3k_skip two tests which fails right now because of missing strategies diff --git

[pypy-commit] pypy py3k: allow lookup of str subclasses in dictproxies. Comment out py2-only checks

2012-04-19 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r54542:f5af4b8cad47 Date: 2012-04-19 16:11 +0200 http://bitbucket.org/pypy/pypy/changeset/f5af4b8cad47/ Log:allow lookup of str subclasses in dictproxies. Comment out py2-only checks diff --git

[pypy-commit] pypy py3k: comment out an assert which is no longer valid in py3k

2012-04-19 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r54547:552ef9b9b6d0 Date: 2012-04-19 16:34 +0200 http://bitbucket.org/pypy/pypy/changeset/552ef9b9b6d0/ Log:comment out an assert which is no longer valid in py3k diff --git a/pypy/objspace/std/test/test_versionedtype.py

[pypy-commit] pypy py3k: we no longer have oldstyle classes, kill the test

2012-04-19 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r54543:c20cf887558b Date: 2012-04-19 16:12 +0200 http://bitbucket.org/pypy/pypy/changeset/c20cf887558b/ Log:we no longer have oldstyle classes, kill the test diff --git a/pypy/objspace/std/test/test_identitydict.py

[pypy-commit] pypy py3k: oldstyle classes are gone, kill this test

2012-04-19 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r54548:823e45ade349 Date: 2012-04-19 16:35 +0200 http://bitbucket.org/pypy/pypy/changeset/823e45ade349/ Log:oldstyle classes are gone, kill this test diff --git a/pypy/objspace/std/test/test_versionedtype.py

[pypy-commit] pypy py3k: py3k_skip for now the tests which fails because they need to handle unicode and longs now

2012-04-19 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r54550:55deb3442c05 Date: 2012-04-19 18:19 +0200 http://bitbucket.org/pypy/pypy/changeset/55deb3442c05/ Log:py3k_skip for now the tests which fails because they need to handle unicode and longs now diff --git

[pypy-commit] pypy py3k: py3k-ify

2012-04-19 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r54544:cad97b461205 Date: 2012-04-19 16:13 +0200 http://bitbucket.org/pypy/pypy/changeset/cad97b461205/ Log:py3k-ify diff --git a/pypy/objspace/std/test/test_instmethobject.py b/pypy/objspace/std/test/test_instmethobject.py

[pypy-commit] pypy py3k: py3k_skip for now the tests which fails because they need to handle unicode and longs now

2012-04-19 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r54549:15d867fe89e9 Date: 2012-04-19 18:12 +0200 http://bitbucket.org/pypy/pypy/changeset/15d867fe89e9/ Log:py3k_skip for now the tests which fails because they need to handle unicode and longs now diff --git

[pypy-commit] pypy arm-backend-2: Comment that it's a Very Bad Idea to make tests pass by adding

2012-04-19 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: arm-backend-2 Changeset: r54551:ab1b025eb51b Date: 2012-04-19 18:21 +0200 http://bitbucket.org/pypy/pypy/changeset/ab1b025eb51b/ Log:Comment that it's a Very Bad Idea to make tests pass by adding if not we_are_translated(): sections. It just

[pypy-commit] pypy default: Expand a bit more the comment

2012-04-19 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r54552:d9b5f8a7d8fe Date: 2012-04-19 19:46 +0200 http://bitbucket.org/pypy/pypy/changeset/d9b5f8a7d8fe/ Log:Expand a bit more the comment diff --git a/pypy/jit/backend/x86/assembler.py b/pypy/jit/backend/x86/assembler.py ---

[pypy-commit] pypy default: Argh

2012-04-19 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r54553:d65a34cca537 Date: 2012-04-19 19:47 +0200 http://bitbucket.org/pypy/pypy/changeset/d65a34cca537/ Log:Argh diff --git a/pypy/annotation/description.py b/pypy/annotation/description.py --- a/pypy/annotation/description.py +++

[pypy-commit] pypy stm-gc: hg merge default

2012-04-19 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: stm-gc Changeset: r54554:bc86c14c03bd Date: 2012-04-19 19:47 +0200 http://bitbucket.org/pypy/pypy/changeset/bc86c14c03bd/ Log:hg merge default diff --git a/pypy/annotation/description.py b/pypy/annotation/description.py ---

[pypy-commit] pypy default: Fix two more cases that could, in theory, give strange results if

2012-04-19 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r54555:96124bafacbe Date: 2012-04-19 19:59 +0200 http://bitbucket.org/pypy/pypy/changeset/96124bafacbe/ Log:Fix two more cases that could, in theory, give strange results if 'name' happens to be something else than a string (like

[pypy-commit] pypy stm-gc: stacklets are not compatible with stm right now.

2012-04-19 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: stm-gc Changeset: r54556:ffae6c7c3160 Date: 2012-04-19 20:03 +0200 http://bitbucket.org/pypy/pypy/changeset/ffae6c7c3160/ Log:stacklets are not compatible with stm right now. diff --git a/pypy/config/translationoption.py

[pypy-commit] pypy default: add import, fixes issue 1133

2012-04-19 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: Changeset: r54557:3afde514d040 Date: 2012-04-19 21:23 +0300 http://bitbucket.org/pypy/pypy/changeset/3afde514d040/ Log:add import, fixes issue 1133 diff --git a/pypy/rpython/module/test/test_ll_os.py b/pypy/rpython/module/test/test_ll_os.py