[pypy-commit] pypy stdlib-2.7.4-pwd-fix: improved the uid range check

2013-08-12 Thread andrewsmedina
Author: Andrews Medina Branch: stdlib-2.7.4-pwd-fix Changeset: r66080:210278811677 Date: 2013-08-11 23:23 -0300 http://bitbucket.org/pypy/pypy/changeset/210278811677/ Log:improved the uid range check diff --git a/pypy/module/pwd/interp_pwd.py b/pypy/module/pwd/interp_pwd.py --- a/pypy/module

[pypy-commit] pypy stdlib-2.7.4-pwd-fix: fixed support for pwd stdlib 2.7.4

2013-08-12 Thread andrewsmedina
Author: Andrews Medina Branch: stdlib-2.7.4-pwd-fix Changeset: r66079:8886e7984343 Date: 2013-07-30 21:32 -0300 http://bitbucket.org/pypy/pypy/changeset/8886e7984343/ Log:fixed support for pwd stdlib 2.7.4 diff --git a/pypy/module/pwd/interp_pwd.py b/pypy/module/pwd/interp_pwd.py --- a/pypy/

[pypy-commit] pypy stdlib-2.7.4: Merged in andrewsmedina/numpypy/stdlib-2.7.4-pwd-fix (pull request #175)

2013-08-12 Thread arigo
Author: Armin Rigo Branch: stdlib-2.7.4 Changeset: r66081:3725099b37be Date: 2013-08-12 09:47 +0200 http://bitbucket.org/pypy/pypy/changeset/3725099b37be/ Log:Merged in andrewsmedina/numpypy/stdlib-2.7.4-pwd-fix (pull request #175) fixed support for pwd stdlib 2.7.4 diff --g

[pypy-commit] pypy default: implemente changes to the ARM backend from kill-gen-store-back-in

2013-08-12 Thread bivab
Author: David Schneider Branch: Changeset: r66082:b1f3ded4536f Date: 2013-08-12 02:49 -0500 http://bitbucket.org/pypy/pypy/changeset/b1f3ded4536f/ Log:implemente changes to the ARM backend from kill-gen-store-back-in diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backend/a

[pypy-commit] pypy default: merge heads

2013-08-12 Thread bivab
Author: David Schneider Branch: Changeset: r66083:0ef546bb8d2c Date: 2013-08-12 02:50 -0500 http://bitbucket.org/pypy/pypy/changeset/0ef546bb8d2c/ Log:merge heads diff --git a/rpython/memory/gc/minimark.py b/rpython/memory/gc/minimark.py --- a/rpython/memory/gc/minimark.py +++ b/rpython/mem

[pypy-commit] pypy stmgc-c4: make exception thread-local stm-aware

2013-08-12 Thread Raemi
Author: Remi Meier Branch: stmgc-c4 Changeset: r66084:a285d16c08c8 Date: 2013-08-12 10:54 +0200 http://bitbucket.org/pypy/pypy/changeset/a285d16c08c8/ Log:make exception thread-local stm-aware diff --git a/rpython/jit/backend/llsupport/assembler.py b/rpython/jit/backend/llsupport/assembler.

[pypy-commit] pypy default: Don't fall back to codespeak, which doesn't exist any more

2013-08-12 Thread arigo
Author: Armin Rigo Branch: Changeset: r66085:f4d0526d45eb Date: 2013-08-12 11:15 +0200 http://bitbucket.org/pypy/pypy/changeset/f4d0526d45eb/ Log:Don't fall back to codespeak, which doesn't exist any more diff --git a/dotviewer/graphparse.py b/dotviewer/graphparse.py --- a/dotviewer/graphpa

[pypy-commit] pypy stmgc-c4: hack to show full 64bit addresses in assembler dump of jitviewer. This doesn't work in cases where the truncated (by objdump) 32bit address already overflows

2013-08-12 Thread Raemi
Author: Remi Meier Branch: stmgc-c4 Changeset: r66086:f3193a9bf2f3 Date: 2013-08-12 17:12 +0200 http://bitbucket.org/pypy/pypy/changeset/f3193a9bf2f3/ Log:hack to show full 64bit addresses in assembler dump of jitviewer. This doesn't work in cases where the truncated (by objdump) 32bi

[pypy-commit] pypy default: Fix on 32-bit linux

2013-08-12 Thread arigo
Author: Armin Rigo Branch: Changeset: r66087:476cabac8fcb Date: 2013-08-12 17:29 +0200 http://bitbucket.org/pypy/pypy/changeset/476cabac8fcb/ Log:Fix on 32-bit linux diff --git a/pypy/tool/jitlogparser/parser.py b/pypy/tool/jitlogparser/parser.py --- a/pypy/tool/jitlogparser/parser.py +++ b

[pypy-commit] pypy default: Print assembler including the address of the current instruction

2013-08-12 Thread arigo
Author: Armin Rigo Branch: Changeset: r66088:2d0eaeda9275 Date: 2013-08-12 17:35 +0200 http://bitbucket.org/pypy/pypy/changeset/2d0eaeda9275/ Log:Print assembler including the address of the current instruction and the raw bytes; I think there is little point in hiding information

[pypy-commit] pypy default: Try to reuse the World class from viewcode. It will correctly handle

2013-08-12 Thread arigo
Author: Armin Rigo Branch: Changeset: r66089:6688b05ff4aa Date: 2013-08-12 18:11 +0200 http://bitbucket.org/pypy/pypy/changeset/6688b05ff4aa/ Log:Try to reuse the World class from viewcode. It will correctly handle the patching, so unlike the previous version, we see correct

[pypy-commit] pypy default: use helper method that collects locs for fail args

2013-08-12 Thread bivab
Author: David Schneider Branch: Changeset: r66090:46192cfa897e Date: 2013-08-12 18:28 +0200 http://bitbucket.org/pypy/pypy/changeset/46192cfa897e/ Log:use helper method that collects locs for fail args diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backend/arm/assembler.py

[pypy-commit] pypy default: merge heads

2013-08-12 Thread bivab
Author: David Schneider Branch: Changeset: r66091:eab7a5e0b341 Date: 2013-08-12 18:29 +0200 http://bitbucket.org/pypy/pypy/changeset/eab7a5e0b341/ Log:merge heads diff --git a/pypy/tool/jitlogparser/parser.py b/pypy/tool/jitlogparser/parser.py --- a/pypy/tool/jitlogparser/parser.py +++ b/py

[pypy-commit] pypy default: Always load symbols from the executable, but just print an error and

2013-08-12 Thread arigo
Author: Armin Rigo Branch: Changeset: r66094:783e5f660b9c Date: 2013-08-12 19:19 +0200 http://bitbucket.org/pypy/pypy/changeset/783e5f660b9c/ Log:Always load symbols from the executable, but just print an error and continue if that fails. diff --git a/pypy/tool/jitlogparser/parser.p

[pypy-commit] pypy stmgc-c4: Try to reuse the World class from viewcode. It will correctly handle

2013-08-12 Thread arigo
Author: Armin Rigo Branch: stmgc-c4 Changeset: r66095:66dd859b8759 Date: 2013-08-12 18:11 +0200 http://bitbucket.org/pypy/pypy/changeset/66dd859b8759/ Log:Try to reuse the World class from viewcode. It will correctly handle the patching, so unlike the previous version, we see correct

[pypy-commit] pypy stmgc-c4: Always load symbols from the executable, but just print an error and

2013-08-12 Thread arigo
Author: Armin Rigo Branch: stmgc-c4 Changeset: r66096:d8014f0977e6 Date: 2013-08-12 19:19 +0200 http://bitbucket.org/pypy/pypy/changeset/d8014f0977e6/ Log:Always load symbols from the executable, but just print an error and continue if that fails. (transplanted from 783e5f660b

[pypy-commit] pypy stmgc-c4: Fix on 32-bit linux

2013-08-12 Thread arigo
Author: Armin Rigo Branch: stmgc-c4 Changeset: r66092:99a030212c04 Date: 2013-08-12 17:29 +0200 http://bitbucket.org/pypy/pypy/changeset/99a030212c04/ Log:Fix on 32-bit linux (transplanted from 476cabac8fcb9f22775630b8f998ca393697f81d) diff --git a/pypy/tool/jitlogparser/parser.py b/

[pypy-commit] pypy default: merge heads

2013-08-12 Thread arigo
Author: Armin Rigo Branch: Changeset: r66098:95401f5d05ba Date: 2013-08-12 19:24 +0200 http://bitbucket.org/pypy/pypy/changeset/95401f5d05ba/ Log:merge heads diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backend/arm/assembler.py --- a/rpython/jit/backend/arm/assembler.py

[pypy-commit] pypy stmgc-c4: merge heads

2013-08-12 Thread arigo
Author: Armin Rigo Branch: stmgc-c4 Changeset: r66097:977c929b6804 Date: 2013-08-12 19:24 +0200 http://bitbucket.org/pypy/pypy/changeset/977c929b6804/ Log:merge heads diff --git a/pypy/tool/jitlogparser/parser.py b/pypy/tool/jitlogparser/parser.py --- a/pypy/tool/jitlogparser/parser.py +++ b

[pypy-commit] pypy stmgc-c4: Print assembler including the address of the current instruction

2013-08-12 Thread arigo
Author: Armin Rigo Branch: stmgc-c4 Changeset: r66093:c6e59f8abe95 Date: 2013-08-12 17:35 +0200 http://bitbucket.org/pypy/pypy/changeset/c6e59f8abe95/ Log:Print assembler including the address of the current instruction and the raw bytes; I think there is little point in hiding inform

[pypy-commit] pypy default: Fixed #1582 -- Corrected the behavior of file.seek(X, os.SEEK_CUR) when it raises an IOError

2013-08-12 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r66099:b134074e011c Date: 2013-08-12 18:41 -0400 http://bitbucket.org/pypy/pypy/changeset/b134074e011c/ Log:Fixed #1582 -- Corrected the behavior of file.seek(X, os.SEEK_CUR) when it raises an IOError diff --git a/pypy/module/_file/test/test_fi

[pypy-commit] pypy default: Merged upstream

2013-08-12 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r66100:5b2ef39d2fc9 Date: 2013-08-12 18:41 -0400 http://bitbucket.org/pypy/pypy/changeset/5b2ef39d2fc9/ Log:Merged upstream diff --git a/pypy/tool/jitlogparser/parser.py b/pypy/tool/jitlogparser/parser.py --- a/pypy/tool/jitlogparser/parser.py +++ b/py

[pypy-commit] pypy py3k-list-compr-or: handle_source_expr_meth is not used any more, remove it

2013-08-12 Thread kostialopuhin
Author: Konstantin Lopuhin Branch: py3k-list-compr-or Changeset: r66104:169a83467a6d Date: 2013-08-07 21:15 +0200 http://bitbucket.org/pypy/pypy/changeset/169a83467a6d/ Log:handle_source_expr_meth is not used any more, remove it diff --git a/pypy/interpreter/astcompiler/astbuilder.py b/pypy

[pypy-commit] pypy py3k-list-compr-or: hmm, not sure why handle_testlist was here in the first place - this is the fix

2013-08-12 Thread kostialopuhin
Author: Konstantin Lopuhin Branch: py3k-list-compr-or Changeset: r66102:d0489e1cc387 Date: 2013-08-06 23:38 +0200 http://bitbucket.org/pypy/pypy/changeset/d0489e1cc387/ Log:hmm, not sure why handle_testlist was here in the first place - this is the fix diff --git a/pypy/interpreter/a

[pypy-commit] pypy py3k-list-compr-or: two failing tests for list comprehensions with or

2013-08-12 Thread kostialopuhin
Author: Konstantin Lopuhin Branch: py3k-list-compr-or Changeset: r66101:bb9bab43e9dc Date: 2013-08-06 23:21 +0200 http://bitbucket.org/pypy/pypy/changeset/bb9bab43e9dc/ Log:two failing tests for list comprehensions with or diff --git a/pypy/interpreter/astcompiler/test/test_astbuilder.py b/

[pypy-commit] pypy py3k-list-compr-or: fix test

2013-08-12 Thread kostialopuhin
Author: Konstantin Lopuhin Branch: py3k-list-compr-or Changeset: r66103:1c07c858164e Date: 2013-08-06 23:39 +0200 http://bitbucket.org/pypy/pypy/changeset/1c07c858164e/ Log:fix test diff --git a/pypy/interpreter/astcompiler/test/test_astbuilder.py b/pypy/interpreter/astcompiler/test/test_as

[pypy-commit] pypy py3k: pypy doesn't support site-python, only site-packages. reapplied from default

2013-08-12 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r66110:56f39e6adf81 Date: 2013-08-12 17:23 -0700 http://bitbucket.org/pypy/pypy/changeset/56f39e6adf81/ Log:pypy doesn't support site-python, only site-packages. reapplied from default diff --git a/lib-python/3/test/test_site.py b/lib-pyt

[pypy-commit] pypy default: Make the crash clearer, e.g. if we compile old code which still uses

2013-08-12 Thread arigo
Author: Armin Rigo Branch: Changeset: r66111:1ab21f809581 Date: 2013-08-13 08:37 +0200 http://bitbucket.org/pypy/pypy/changeset/1ab21f809581/ Log:Make the crash clearer, e.g. if we compile old code which still uses '_virtualizable2_' diff --git a/rpython/jit/metainterp/typesystem.py