[pypy-commit] pypy default: use more canonical way of comparing stuff

2012-03-18 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r53774:8e449ee9d6e4 Date: 2012-03-18 09:08 +0200 http://bitbucket.org/pypy/pypy/changeset/8e449ee9d6e4/ Log:use more canonical way of comparing stuff diff --git a/pypy/__init__.py b/pypy/__init__.py --- a/pypy/__init__.py +++ b/pypy/__init__.py

[pypy-commit] pypy default: fix hashing of complex object

2012-03-18 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r53775:3e15df923f1b Date: 2012-03-18 09:08 +0200 http://bitbucket.org/pypy/pypy/changeset/3e15df923f1b/ Log:fix hashing of complex object diff --git a/pypy/objspace/std/complexobject.py b/pypy/objspace/std/complexobject.py --- a/pypy/objspace/s

[pypy-commit] pypy default: merge newindex

2012-03-18 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r53777:60509bcb3fec Date: 2012-03-18 09:19 +0200 http://bitbucket.org/pypy/pypy/changeset/60509bcb3fec/ Log:merge newindex ___ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mai

[pypy-commit] pypy newindex: close merged branch (hg is confusing)

2012-03-18 Thread fijal
Author: Maciej Fijalkowski Branch: newindex Changeset: r53778:b91746e9cbb9 Date: 2012-03-18 09:19 +0200 http://bitbucket.org/pypy/pypy/changeset/b91746e9cbb9/ Log:close merged branch (hg is confusing) ___ pypy-commit mailing list pypy-commit@python

[pypy-commit] pypy numpy-record-dtypes: Add an assert and carefully ignore the rest of REVIEW (yes, but not this branch

2012-03-18 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-record-dtypes Changeset: r53780:6ff0ec03a38a Date: 2012-03-18 09:35 +0200 http://bitbucket.org/pypy/pypy/changeset/6ff0ec03a38a/ Log:Add an assert and carefully ignore the rest of REVIEW (yes, but not this branch maybe) diff --git a/REVIEW.rst

[pypy-commit] pypy numpy-record-dtypes: implement .byteorder

2012-03-18 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-record-dtypes Changeset: r53779:e7b2477f1ffc Date: 2012-03-18 09:30 +0200 http://bitbucket.org/pypy/pypy/changeset/e7b2477f1ffc/ Log:implement .byteorder diff --git a/REVIEW.rst b/REVIEW.rst --- a/REVIEW.rst +++ b/REVIEW.rst @@ -1,7 +1,6 @@ REVIEW =

[pypy-commit] pypy default: I think this is enough to make translation work on 32bit

2012-03-18 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r53781:b31241d6554d Date: 2012-03-18 10:52 +0200 http://bitbucket.org/pypy/pypy/changeset/b31241d6554d/ Log:I think this is enough to make translation work on 32bit diff --git a/pypy/objspace/flow/model.py b/pypy/objspace/flow/model.py --- a/pyp

[pypy-commit] pypy numpy-record-dtypes: close merged branch

2012-03-18 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-record-dtypes Changeset: r53784:047981f9d0d2 Date: 2012-03-18 11:07 +0200 http://bitbucket.org/pypy/pypy/changeset/047981f9d0d2/ Log:close merged branch ___ pypy-commit mailing list pypy-commit@python.org ht

[pypy-commit] pypy default: there is also 32bit world, forgot

2012-03-18 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r53785:ba43e6d573ff Date: 2012-03-18 12:07 +0200 http://bitbucket.org/pypy/pypy/changeset/ba43e6d573ff/ Log:there is also 32bit world, forgot diff --git a/pypy/rlib/rarithmetic.py b/pypy/rlib/rarithmetic.py --- a/pypy/rlib/rarithmetic.py +++ b/p

[pypy-commit] pypy default: Trivial changes from jit-continulet-2.

2012-03-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r53787:80d004aee308 Date: 2012-03-16 19:08 +0100 http://bitbucket.org/pypy/pypy/changeset/80d004aee308/ Log:Trivial changes from jit-continulet-2. diff --git a/pypy/jit/backend/x86/assembler.py b/pypy/jit/backend/x86/assembler.py --- a/pypy/jit/backend

[pypy-commit] pypy default: Save a word on x86-64.

2012-03-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r53786:7b8cadc63e78 Date: 2012-03-16 18:52 +0100 http://bitbucket.org/pypy/pypy/changeset/7b8cadc63e78/ Log:Save a word on x86-64. diff --git a/pypy/jit/backend/x86/assembler.py b/pypy/jit/backend/x86/assembler.py --- a/pypy/jit/backend/x86/assembler.p

[pypy-commit] pypy continulet-jit-2: Mark with an AssertionError a missing place to fix.

2012-03-18 Thread arigo
Author: Armin Rigo Branch: continulet-jit-2 Changeset: r53789:43cfdc1598f1 Date: 2012-03-16 18:55 +0100 http://bitbucket.org/pypy/pypy/changeset/43cfdc1598f1/ Log:Mark with an AssertionError a missing place to fix. diff --git a/pypy/jit/backend/x86/assembler.py b/pypy/jit/backend/x86/assemb

[pypy-commit] pypy default: finally made the timing work under windows, which is probably a fake QPC

2012-03-18 Thread ctismer
Author: Christian Tismer Branch: Changeset: r53790:aaffe3362a4b Date: 2012-03-18 16:30 +0100 http://bitbucket.org/pypy/pypy/changeset/aaffe3362a4b/ Log:finally made the timing work under windows, which is probably a fake QPC diff --git a/pypy/jit/backend/test/runner_test.py b/pypy/

[pypy-commit] pypy default: typo

2012-03-18 Thread ctismer
Author: Christian Tismer Branch: Changeset: r53793:2be2535ad44a Date: 2012-03-18 16:50 +0100 http://bitbucket.org/pypy/pypy/changeset/2be2535ad44a/ Log:typo diff --git a/pypy/jit/backend/test/runner_test.py b/pypy/jit/backend/test/runner_test.py --- a/pypy/jit/backend/test/runner_test.py +

[pypy-commit] pypy win64-stage1: Merge with default

2012-03-18 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r53794:4df49b007508 Date: 2012-03-18 16:52 +0100 http://bitbucket.org/pypy/pypy/changeset/4df49b007508/ Log:Merge with default diff --git a/pypy/jit/backend/test/runner_test.py b/pypy/jit/backend/test/runner_test.py --- a/pypy/jit/bac

[pypy-commit] extradoc extradoc: write abstract

2012-03-18 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r4152:cc09a42ef4f7 Date: 2012-03-18 18:00 +0200 http://bitbucket.org/pypy/extradoc/changeset/cc09a42ef4f7/ Log:write abstract diff --git a/talk/ep2012/tools/abstract.rst b/talk/ep2012/tools/abstract.rst new file mode 100644 --- /dev/null

[pypy-commit] extradoc extradoc: update

2012-03-18 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r4153:72be6ae2536d Date: 2012-03-18 18:10 +0200 http://bitbucket.org/pypy/extradoc/changeset/72be6ae2536d/ Log:update diff --git a/talk/ep2012/tools/abstract.rst b/talk/ep2012/tools/abstract.rst --- a/talk/ep2012/tools/abstract.rst +++ b

[pypy-commit] pypy arm-backend-2: invert indexing in checkops

2012-03-18 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r53795:a03a2a53ca76 Date: 2012-03-18 11:56 + http://bitbucket.org/pypy/pypy/changeset/a03a2a53ca76/ Log:invert indexing in checkops diff --git a/pypy/jit/backend/test/runner_test.py b/pypy/jit/backend/test/runner_test.py --- a/pyp

[pypy-commit] pypy arm-backend-2: update to gcrootmap.get_basic_shape interface

2012-03-18 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r53796:743ce402a43d Date: 2012-03-18 16:19 + http://bitbucket.org/pypy/pypy/changeset/743ce402a43d/ Log:update to gcrootmap.get_basic_shape interface diff --git a/pypy/jit/backend/arm/regalloc.py b/pypy/jit/backend/arm/regalloc.py

[pypy-commit] pypy default: whitespace

2012-03-18 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r53797:cbc22fbd8892 Date: 2012-03-18 16:44 -0700 http://bitbucket.org/pypy/pypy/changeset/cbc22fbd8892/ Log:whitespace diff --git a/pypy/objspace/std/iterobject.py b/pypy/objspace/std/iterobject.py --- a/pypy/objspace/std/iterobject.py +++ b/pypy/obj