[pypy-commit] pypy default: try to show shorter paths by using ~/ instead of /home/user/

2012-11-29 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: Changeset: r59120:44c4e9c635ea Date: 2012-11-29 11:17 + http://bitbucket.org/pypy/pypy/changeset/44c4e9c635ea/ Log:try to show shorter paths by using ~/ instead of /home/user/ diff --git a/pypy/tool/jitlogparser/parser.py

[pypy-commit] pypy default: merge heads

2012-11-29 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: Changeset: r59121:6df3c512293e Date: 2012-11-29 11:18 + http://bitbucket.org/pypy/pypy/changeset/6df3c512293e/ Log:merge heads diff --git a/pypy/tool/jitlogparser/parser.py b/pypy/tool/jitlogparser/parser.py ---

[pypy-commit] jitviewer default: add the possibility to show the bytecode position on demand. Useful when playing with jit hooks, because that is the info you have in the greenkey

2012-11-29 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: Changeset: r205:1c2ebeffd357 Date: 2012-11-29 10:47 + http://bitbucket.org/pypy/jitviewer/changeset/1c2ebeffd357/ Log:add the possibility to show the bytecode position on demand. Useful when playing with jit hooks, because that is

[pypy-commit] jitviewer default: use the standard filename:lineno notation

2012-11-29 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: Changeset: r206:d6029f3ae6c8 Date: 2012-11-29 11:20 + http://bitbucket.org/pypy/jitviewer/changeset/d6029f3ae6c8/ Log:use the standard filename:lineno notation diff --git a/_jitviewer/app.py b/_jitviewer/app.py --- a/_jitviewer/app.py +++

[pypy-commit] pypy default: Backed out changeset 44c4e9c635ea: this breaks the loading of cource code in

2012-11-29 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: Changeset: r59122:3282301eb9af Date: 2012-11-29 14:54 + http://bitbucket.org/pypy/pypy/changeset/3282301eb9af/ Log:Backed out changeset 44c4e9c635ea: this breaks the loading of cource code in the jitviewer: it's better for directly

[pypy-commit] pypy default: merge heads

2012-11-29 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: Changeset: r59123:6de567f53239 Date: 2012-11-29 14:56 + http://bitbucket.org/pypy/pypy/changeset/6de567f53239/ Log:merge heads diff --git a/pypy/tool/jitlogparser/parser.py b/pypy/tool/jitlogparser/parser.py ---

[pypy-commit] buildbot default: reenable nightly os x build

2012-11-29 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r730:efd3549c2a44 Date: 2012-11-29 16:31 +0100 http://bitbucket.org/pypy/buildbot/changeset/efd3549c2a44/ Log:reenable nightly os x build diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py ---

[pypy-commit] pypy default: Test and fix for Issue 1338: Don't raise an error when closing an epoll fd twice.

2012-11-29 Thread Manuel Jacob
Author: Manuel Jacob Branch: Changeset: r59124:9e389d386a5a Date: 2012-11-29 16:11 +0100 http://bitbucket.org/pypy/pypy/changeset/9e389d386a5a/ Log:Test and fix for Issue 1338: Don't raise an error when closing an epoll fd twice. diff --git a/pypy/module/select/interp_epoll.py

[pypy-commit] pypy py3k: kill StandardError

2012-11-29 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r59125:bfdf6992ccf2 Date: 2012-11-29 11:46 -0800 http://bitbucket.org/pypy/pypy/changeset/bfdf6992ccf2/ Log:kill StandardError diff --git a/pypy/module/exceptions/__init__.py b/pypy/module/exceptions/__init__.py ---

[pypy-commit] pypy py3k: grp must now fsencode/decode

2012-11-29 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r59127:87607989426d Date: 2012-11-29 11:47 -0800 http://bitbucket.org/pypy/pypy/changeset/87607989426d/ Log:grp must now fsencode/decode diff --git a/lib_pypy/grp.py b/lib_pypy/grp.py --- a/lib_pypy/grp.py +++

[pypy-commit] pypy py3k: add type.__prepare__

2012-11-29 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r59126:1fbbf6afc0b3 Date: 2012-11-29 11:47 -0800 http://bitbucket.org/pypy/pypy/changeset/1fbbf6afc0b3/ Log:add type.__prepare__ diff --git a/pypy/objspace/std/test/test_typeobject.py

[pypy-commit] pypy py3k: cleanup exec tests error message

2012-11-29 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r59128:558fa21fa080 Date: 2012-11-29 11:47 -0800 http://bitbucket.org/pypy/pypy/changeset/558fa21fa080/ Log:cleanup exec tests error message diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py ---

[pypy-commit] pypy py3k: Skip this test completely, it passes for bad reasons on CPython,

2012-11-29 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: py3k Changeset: r59132:279756e62262 Date: 2012-11-29 21:46 +0100 http://bitbucket.org/pypy/pypy/changeset/279756e62262/ Log:Skip this test completely, it passes for bad reasons on CPython, loops forever when the expected

[pypy-commit] pypy py3k: cpyext: add PyUnicode_CompareWithASCIIString

2012-11-29 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: py3k Changeset: r59131:ec104e524331 Date: 2012-11-28 23:35 +0100 http://bitbucket.org/pypy/pypy/changeset/ec104e524331/ Log:cpyext: add PyUnicode_CompareWithASCIIString diff --git a/pypy/module/cpyext/stubs.py

[pypy-commit] pypy numpypy-longdouble: create branch for longdouble container type, actual implementation is float64 or float96

2012-11-29 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: numpypy-longdouble Changeset: r59133:0a5978ec6918 Date: 2012-11-29 22:00 +0200 http://bitbucket.org/pypy/pypy/changeset/0a5978ec6918/ Log:create branch for longdouble container type, actual implementation is float64 or float96

[pypy-commit] pypy numpypy-longdouble: add test, but it is incorrectly skipped for now

2012-11-29 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: numpypy-longdouble Changeset: r59135:76d0d3425c6e Date: 2012-11-30 00:04 +0200 http://bitbucket.org/pypy/pypy/changeset/76d0d3425c6e/ Log:add test, but it is incorrectly skipped for now diff --git a/pypy/module/micronumpy/test/test_numarray.py

[pypy-commit] pypy numpypy-longdouble: test, implement dtype as container for long double

2012-11-29 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: numpypy-longdouble Changeset: r59134:14ed3b6a2d4f Date: 2012-11-29 23:39 +0200 http://bitbucket.org/pypy/pypy/changeset/14ed3b6a2d4f/ Log:test, implement dtype as container for long double diff --git a/pypy/module/micronumpy/__init__.py

[pypy-commit] pypy py3k: update the exception message

2012-11-29 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r59136:9e265c64b4b6 Date: 2012-11-29 14:09 -0800 http://bitbucket.org/pypy/pypy/changeset/9e265c64b4b6/ Log:update the exception message diff --git a/pypy/interpreter/error.py b/pypy/interpreter/error.py ---

[pypy-commit] pypy py3k: make type.__prepare__ a classmethod to match cpython (though it doesn't seem to matter)

2012-11-29 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r59138:428fc41aca64 Date: 2012-11-29 14:10 -0800 http://bitbucket.org/pypy/pypy/changeset/428fc41aca64/ Log:make type.__prepare__ a classmethod to match cpython (though it doesn't seem to matter) diff --git

[pypy-commit] pypy py3k: whitespace

2012-11-29 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r59137:8afe689677da Date: 2012-11-29 14:10 -0800 http://bitbucket.org/pypy/pypy/changeset/8afe689677da/ Log:whitespace diff --git a/pypy/module/__builtin__/compiling.py b/pypy/module/__builtin__/compiling.py ---

[pypy-commit] pypy py3k: bytes can only contain ASCII literal characters.

2012-11-29 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: py3k Changeset: r59139:06ccdd561468 Date: 2012-11-29 22:22 +0100 http://bitbucket.org/pypy/pypy/changeset/06ccdd561468/ Log:bytes can only contain ASCII literal characters. diff --git a/pypy/interpreter/pyparser/parsestring.py

[pypy-commit] pypy py3k: Fix typo in pyrepl.

2012-11-29 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: py3k Changeset: r59140:f6f82f93549c Date: 2012-11-29 23:17 +0100 http://bitbucket.org/pypy/pypy/changeset/f6f82f93549c/ Log:Fix typo in pyrepl. diff --git a/lib_pypy/pyrepl/readline.py b/lib_pypy/pyrepl/readline.py ---

[pypy-commit] pypy py3k: Test the test with -A, fix it, then fix the implementation.

2012-11-29 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: py3k Changeset: r59141:e4c2a49ccf41 Date: 2012-11-30 00:11 +0100 http://bitbucket.org/pypy/pypy/changeset/e4c2a49ccf41/ Log:Test the test with -A, fix it, then fix the implementation. diff --git a/pypy/module/_warnings/__init__.py

[pypy-commit] pypy py3k: Fix skipped test

2012-11-29 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: py3k Changeset: r59142:bcf0ce5f4c0c Date: 2012-11-30 00:33 +0100 http://bitbucket.org/pypy/pypy/changeset/bcf0ce5f4c0c/ Log:Fix skipped test diff --git a/pypy/module/_warnings/interp_warnings.py

[pypy-commit] pypy py3k: With PyPy, builtin functions also have a __code__; check __code__.co_filename.

2012-11-29 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: py3k Changeset: r59143:ef3cb0c76516 Date: 2012-11-30 00:50 +0100 http://bitbucket.org/pypy/pypy/changeset/ef3cb0c76516/ Log:With PyPy, builtin functions also have a __code__; check __code__.co_filename. 2.7 had the same tweak.

[pypy-commit] pypy py3k: don't lose the cmd line script's filename

2012-11-29 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r59144:f3626f6833ff Date: 2012-11-29 16:08 -0800 http://bitbucket.org/pypy/pypy/changeset/f3626f6833ff/ Log:don't lose the cmd line script's filename diff --git a/pypy/translator/goal/app_main.py

[pypy-commit] pypy py3k: Use a simpler implementation of random.getrandbits() which does not waste any bit.

2012-11-29 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: py3k Changeset: r59145:8bf783fb12b8 Date: 2012-11-30 01:09 +0100 http://bitbucket.org/pypy/pypy/changeset/8bf783fb12b8/ Log:Use a simpler implementation of random.getrandbits() which does not waste any bit. diff --git

[pypy-commit] cffi default: Improve error reporting for functions that return an opaque type.

2012-11-29 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r1077:54980638b1bc Date: 2012-11-29 17:39 -0800 http://bitbucket.org/cffi/cffi/changeset/54980638b1bc/ Log:Improve error reporting for functions that return an opaque type. diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c ---

[pypy-commit] cffi default: Generalize the error reporting: attach the name of the current

2012-11-29 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r1078:909b4978d473 Date: 2012-11-29 17:54 -0800 http://bitbucket.org/cffi/cffi/changeset/909b4978d473/ Log:Generalize the error reporting: attach the name of the current function/struct when we get any error. diff --git

[pypy-commit] extradoc extradoc: added a planning doc

2012-11-29 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: extradoc Changeset: r4927:3d37a9d1688b Date: 2012-11-29 19:35 -0800 http://bitbucket.org/pypy/extradoc/changeset/3d37a9d1688b/ Log:added a planning doc diff --git a/sprintinfo/san-francisco-2012/planning.txt

[pypy-commit] pypy default: Remove this warning: it works with hybrid, which is the default GC.

2012-11-29 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r59146:47fb6a93c8ac Date: 2012-11-29 20:39 -0800 http://bitbucket.org/pypy/pypy/changeset/47fb6a93c8ac/ Log:Remove this warning: it works with hybrid, which is the default GC. diff --git a/pypy/translator/sandbox/pypy_interact.py

[pypy-commit] pypy default: Import changes to cffi's test_c.py

2012-11-29 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r59147:a22038105b94 Date: 2012-11-29 20:41 -0800 http://bitbucket.org/pypy/pypy/changeset/a22038105b94/ Log:Import changes to cffi's test_c.py diff --git a/pypy/module/_cffi_backend/test/_backend_test_c.py

[pypy-commit] pypy default: Fix this test when run together with test_posix2.py.

2012-11-29 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r59148:e885df77366e Date: 2012-11-29 20:45 -0800 http://bitbucket.org/pypy/pypy/changeset/e885df77366e/ Log:Fix this test when run together with test_posix2.py. diff --git a/pypy/module/posix/test/test_posix_libfile.py

[pypy-commit] cffi default: Test and fix.

2012-11-29 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r1079:92bdeb9ef3e2 Date: 2012-11-29 21:34 -0800 http://bitbucket.org/cffi/cffi/changeset/92bdeb9ef3e2/ Log:Test and fix. diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -437,7 +437,7

[pypy-commit] pypy default: Update to cffi/92bdeb9ef3e2

2012-11-29 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r59149:93a2f6b9dcd0 Date: 2012-11-29 21:36 -0800 http://bitbucket.org/pypy/pypy/changeset/93a2f6b9dcd0/ Log:Update to cffi/92bdeb9ef3e2 diff --git a/pypy/module/_cffi_backend/test/_backend_test_c.py