[pypy-commit] pypy str-dtype-improvement: whoops, missing parts of commit

2013-03-19 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: str-dtype-improvement Changeset: r62449:047dfd1e999f Date: 2013-03-18 23:17 -0700 http://bitbucket.org/pypy/pypy/changeset/047dfd1e999f/ Log:whoops, missing parts of commit diff --git a/pypy/module/micronumpy/loop.py

[pypy-commit] pypy default: I should install pyflakes

2013-03-19 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r62450:242db1afac0e Date: 2013-03-18 23:41 -0700 http://bitbucket.org/pypy/pypy/changeset/242db1afac0e/ Log:I should install pyflakes diff --git a/rpython/jit/backend/test/calling_convention_test.py

[pypy-commit] pypy default: fix the test

2013-03-19 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r62451:9f1099167f6a Date: 2013-03-18 23:41 -0700 http://bitbucket.org/pypy/pypy/changeset/9f1099167f6a/ Log:fix the test diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++

[pypy-commit] pypy gc-del: No-op refactoring.

2013-03-19 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: gc-del Changeset: r62509:904b011232dd Date: 2013-03-19 15:11 -0700 http://bitbucket.org/pypy/pypy/changeset/904b011232dd/ Log:No-op refactoring. diff --git a/rpython/memory/gc/minimark.py b/rpython/memory/gc/minimark.py ---

[pypy-commit] pypy fast-newarray: random progress

2013-03-19 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: fast-newarray Changeset: r62512:8dc4f4ba085c Date: 2013-03-19 16:25 -0700 http://bitbucket.org/pypy/pypy/changeset/8dc4f4ba085c/ Log:random progress diff --git a/rpython/jit/backend/llsupport/assembler.py

[pypy-commit] pypy remove-string-smm: Add str.rjust and str.join methods

2013-03-19 Thread vkryachko
Author: Vladimir Kryachko v.kryac...@gmail.com Branch: remove-string-smm Changeset: r62513:25d514ae998b Date: 2013-03-19 16:37 -0700 http://bitbucket.org/pypy/pypy/changeset/25d514ae998b/ Log:Add str.rjust and str.join methods diff --git a/pypy/objspace/std/bytearrayinterface.py

[pypy-commit] pypy scalar_get_set: test, add set_real, set_imag for scalars. Also add composite() to types.ComplexType to create complex from real, imag boxes

2013-03-19 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: scalar_get_set Changeset: r62514:bc351ea348e1 Date: 2013-03-19 16:41 -0700 http://bitbucket.org/pypy/pypy/changeset/bc351ea348e1/ Log:test, add set_real, set_imag for scalars. Also add composite() to types.ComplexType to create complex

[pypy-commit] pypy remove-list-smm: (alex, arigo, fijal) start removing strange stuff on lists (multimethods in

2013-03-19 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: remove-list-smm Changeset: r62515:bbb0aca228e5 Date: 2013-03-19 16:54 -0700 http://bitbucket.org/pypy/pypy/changeset/bbb0aca228e5/ Log:(alex, arigo, fijal) start removing strange stuff on lists (multimethods in particular) diff

[pypy-commit] pypy remove-list-smm: Add a test

2013-03-19 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: remove-list-smm Changeset: r62516:d937f127b2e5 Date: 2013-03-19 16:55 -0700 http://bitbucket.org/pypy/pypy/changeset/d937f127b2e5/ Log:Add a test diff --git a/pypy/module/__builtin__/test/test_builtin.py

[pypy-commit] pypy py3k-struct: Pass byte strings into struct.{pack, unpack} instead of str strings when testing

2013-03-19 Thread Jason Chu
Author: Jason Chu jason@yougov.com Branch: py3k-struct Changeset: r62517:4a1f0569d60f Date: 2013-03-19 13:21 -0700 http://bitbucket.org/pypy/pypy/changeset/4a1f0569d60f/ Log:Pass byte strings into struct.{pack,unpack} instead of str strings when testing diff --git

[pypy-commit] pypy py3k-struct: Don't accept floats in struct pack/unpack as per py3k test

2013-03-19 Thread Jason Chu
Author: Jason Chu jason@yougov.com Branch: py3k-struct Changeset: r62518:70bd50f9f372 Date: 2013-03-19 15:38 -0700 http://bitbucket.org/pypy/pypy/changeset/70bd50f9f372/ Log:Don't accept floats in struct pack/unpack as per py3k test Python 2 used to accept things like floats as

[pypy-commit] pypy py3k-struct: Also check for a TypeError in test_crasher for struct tests

2013-03-19 Thread Jason Chu
Author: Jason Chu jason@yougov.com Branch: py3k-struct Changeset: r62520:bc0dd18d6b57 Date: 2013-03-19 16:24 -0700 http://bitbucket.org/pypy/pypy/changeset/bc0dd18d6b57/ Log:Also check for a TypeError in test_crasher for struct tests diff --git a/lib-python/3/test/test_struct.py

[pypy-commit] pypy py3k-struct: Add a small struct test that was also failing from the buildbot for python 3

2013-03-19 Thread Jason Chu
Author: Jason Chu jason@yougov.com Branch: py3k-struct Changeset: r62519:ee2033fb01d1 Date: 2013-03-19 15:57 -0700 http://bitbucket.org/pypy/pypy/changeset/ee2033fb01d1/ Log:Add a small struct test that was also failing from the buildbot for python 3 diff --git

[pypy-commit] pypy remove-list-smm: kill another ANY_ANY_ANY

2013-03-19 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: remove-list-smm Changeset: r62522:0a87595e068a Date: 2013-03-19 17:05 -0700 http://bitbucket.org/pypy/pypy/changeset/0a87595e068a/ Log:kill another ANY_ANY_ANY diff --git a/pypy/objspace/std/listobject.py b/pypy/objspace/std/listobject.py

[pypy-commit] pypy remove-list-smm: merge

2013-03-19 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: remove-list-smm Changeset: r62523:161c96abab58 Date: 2013-03-19 17:06 -0700 http://bitbucket.org/pypy/pypy/changeset/161c96abab58/ Log:merge diff --git a/pypy/module/__builtin__/test/test_builtin.py

[pypy-commit] pypy remove-list-smm: remove more crap

2013-03-19 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: remove-list-smm Changeset: r62524:2be78ef9f669 Date: 2013-03-19 17:34 -0700 http://bitbucket.org/pypy/pypy/changeset/2be78ef9f669/ Log:remove more crap diff --git a/pypy/objspace/std/bytearrayobject.py

[pypy-commit] pypy default: support the 6.0.0 db: add its cjk_interval and handle east asian width ranges

2013-03-19 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r62525:5606e1cd236f Date: 2013-03-19 16:30 -0700 http://bitbucket.org/pypy/pypy/changeset/5606e1cd236f/ Log:support the 6.0.0 db: add its cjk_interval and handle east asian width ranges overlapping the general

[pypy-commit] pypy remove-list-smm: update

2013-03-19 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: remove-list-smm Changeset: r62527:6f2c4610695c Date: 2013-03-19 17:49 -0700 http://bitbucket.org/pypy/pypy/changeset/6f2c4610695c/ Log:update diff --git a/pypy/tool/jitlogparser/test/logtest2.log b/pypy/tool/jitlogparser/test/logtest2.log

[pypy-commit] pypy default: update

2013-03-19 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r62529:12d9f6fdc0a0 Date: 2013-03-19 17:49 -0700 http://bitbucket.org/pypy/pypy/changeset/12d9f6fdc0a0/ Log:update diff --git a/pypy/tool/jitlogparser/test/logtest2.log b/pypy/tool/jitlogparser/test/logtest2.log ---

[pypy-commit] pypy remove-list-smm: just to make sure

2013-03-19 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: remove-list-smm Changeset: r62530:a457b8cfefca Date: 2013-03-19 17:55 -0700 http://bitbucket.org/pypy/pypy/changeset/a457b8cfefca/ Log:just to make sure diff --git a/pypy/tool/jitlogparser/test/test_parser.py

[pypy-commit] pypy default: just to make sure

2013-03-19 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r62531:fb6f326f73df Date: 2013-03-19 17:55 -0700 http://bitbucket.org/pypy/pypy/changeset/fb6f326f73df/ Log:just to make sure diff --git a/pypy/tool/jitlogparser/test/test_parser.py b/pypy/tool/jitlogparser/test/test_parser.py

[pypy-commit] pypy default: merge scalar_get_set which adds get_, set_, imag, real for scalar arrays

2013-03-19 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: Changeset: r62534:f1b95506732f Date: 2013-03-19 17:52 -0700 http://bitbucket.org/pypy/pypy/changeset/f1b95506732f/ Log:merge scalar_get_set which adds get_, set_, imag, real for scalar arrays diff --git

[pypy-commit] pypy default: Skip a couple of tests when no Mercurial repo present

2013-03-19 Thread Greg Price
Author: Greg Price pr...@mit.edu Branch: Changeset: r62537:9560ecb7c7e5 Date: 2013-03-19 17:57 -0700 http://bitbucket.org/pypy/pypy/changeset/9560ecb7c7e5/ Log:Skip a couple of tests when no Mercurial repo present diff --git a/pypy/doc/test/test_whatsnew.py b/pypy/doc/test/test_whatsnew.py

[pypy-commit] pypy default: Split up x86 test_ztranslation for better parallelism

2013-03-19 Thread Greg Price
Author: Greg Price pr...@mit.edu Branch: Changeset: r62538:3d0ceb85dc14 Date: 2013-03-19 18:45 -0700 http://bitbucket.org/pypy/pypy/changeset/3d0ceb85dc14/ Log:Split up x86 test_ztranslation for better parallelism This is by far the longest-running test file. diff --git

[pypy-commit] pypy default: ll2ctypes: Avoid keeping 20G all allocated in far_regions

2013-03-19 Thread Greg Price
Author: Greg Price pr...@mit.edu Branch: Changeset: r62540:f442d5262c40 Date: 2013-03-19 19:46 -0700 http://bitbucket.org/pypy/pypy/changeset/f442d5262c40/ Log:ll2ctypes: Avoid keeping 20G all allocated in far_regions This helps avoid scaring Linux about how much memory is

[pypy-commit] pypy default: ll2ctypes: Get unmap from ctypes before it's too late

2013-03-19 Thread Greg Price
Author: Greg Price pr...@mit.edu Branch: Changeset: r62541:3a60f1ff6d07 Date: 2013-03-19 19:47 -0700 http://bitbucket.org/pypy/pypy/changeset/3a60f1ff6d07/ Log:ll2ctypes: Get unmap from ctypes before it's too late diff --git a/rpython/rtyper/lltypesystem/ll2ctypes.py

[pypy-commit] buildbot default: cleanup/simplify nightly builds

2013-03-19 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r741:a1031d3f1833 Date: 2013-03-19 22:49 -0400 http://bitbucket.org/pypy/buildbot/changeset/a1031d3f1833/ Log:cleanup/simplify nightly builds diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py ---

[pypy-commit] pypy default: cleanup unmap/unmapview/unmap_range, skip unmap_range test on non-posix

2013-03-19 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r62542:16d366c59499 Date: 2013-03-20 01:42 -0400 http://bitbucket.org/pypy/pypy/changeset/16d366c59499/ Log:cleanup unmap/unmapview/unmap_range, skip unmap_range test on non- posix diff --git a/rpython/rlib/rmmap.py