[pypy-commit] pypy stmgc-c4: add guard_value to stm_integration tests

2013-08-12 Thread Raemi
Author: Remi Meier remi.me...@gmail.com Branch: stmgc-c4 Changeset: r66078:9be958070a83 Date: 2013-08-12 08:22 +0200 http://bitbucket.org/pypy/pypy/changeset/9be958070a83/ Log:add guard_value to stm_integration tests diff --git a/rpython/jit/backend/x86/test/test_stm_integration.py

[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 andrewsmed...@gmail.com 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

[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 armin.r...@gmail.com 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

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

2013-08-12 Thread bivab
Author: David Schneider david.schnei...@picle.org 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

[pypy-commit] pypy default: merge heads

2013-08-12 Thread bivab
Author: David Schneider david.schnei...@picle.org 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 ---

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

2013-08-12 Thread Raemi
Author: Remi Meier remi.me...@gmail.com 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

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

2013-08-12 Thread arigo
Author: Armin Rigo ar...@tunes.org 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 ---

[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 remi.me...@gmail.com 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

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

2013-08-12 Thread arigo
Author: Armin Rigo ar...@tunes.org 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 ---

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

2013-08-12 Thread arigo
Author: Armin Rigo ar...@tunes.org 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

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

2013-08-12 Thread arigo
Author: Armin Rigo ar...@tunes.org 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

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

2013-08-12 Thread bivab
Author: David Schneider david.schnei...@picle.org 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

[pypy-commit] pypy default: merge heads

2013-08-12 Thread bivab
Author: David Schneider david.schnei...@picle.org 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 ---

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

2013-08-12 Thread arigo
Author: Armin Rigo ar...@tunes.org 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

[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 ar...@tunes.org 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,

[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 ar...@tunes.org 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

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

2013-08-12 Thread arigo
Author: Armin Rigo ar...@tunes.org 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

[pypy-commit] pypy default: merge heads

2013-08-12 Thread arigo
Author: Armin Rigo ar...@tunes.org 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 ---

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

2013-08-12 Thread arigo
Author: Armin Rigo ar...@tunes.org 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 ---

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

2013-08-12 Thread arigo
Author: Armin Rigo ar...@tunes.org 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

[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 alex.gay...@gmail.com 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

[pypy-commit] pypy default: Merged upstream

2013-08-12 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com 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 ---

[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 kostia.lopu...@gmail.com 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

[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 kostia.lopu...@gmail.com 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

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

2013-08-12 Thread kostialopuhin
Author: Konstantin Lopuhin kostia.lopu...@gmail.com 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

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

2013-08-12 Thread kostialopuhin
Author: Konstantin Lopuhin kostia.lopu...@gmail.com 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

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

2013-08-12 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org 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