[pypy-commit] extradoc extradoc: (all) planning for today

2013-08-28 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r5040:0edfb54e5d7e Date: 2013-08-28 10:39 +0100 http://bitbucket.org/pypy/extradoc/changeset/0edfb54e5d7e/ Log:(all) planning for today diff --git a/sprintinfo/london-2013/planning.txt b/sprintinfo/london-2013/planning.txt --- a/sprint

[pypy-commit] pypy nobold-backtrace: Revise display of FlowingError to look more like the new UnionError error.

2013-08-28 Thread vext01
Author: Edd Barrett Branch: nobold-backtrace Changeset: r66374:8c89148edd71 Date: 2013-08-27 16:57 +0100 http://bitbucket.org/pypy/pypy/changeset/8c89148edd71/ Log:Revise display of FlowingError to look more like the new UnionError error. diff --git a/rpython/flowspace/flowcontext.py

[pypy-commit] pypy default: Merged in vext01/pypy/nobold-backtrace (pull request #183)

2013-08-28 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r66376:f7a79b540a6e Date: 2013-08-28 10:43 +0100 http://bitbucket.org/pypy/pypy/changeset/f7a79b540a6e/ Log:Merged in vext01/pypy/nobold-backtrace (pull request #183) Work on improving UnionError messages and stack trace displays. diff

[pypy-commit] pypy nobold-backtrace: Improve printing of error messages from the annotator.

2013-08-28 Thread vext01
Author: Edd Barrett Branch: nobold-backtrace Changeset: r66371:bd21357ce288 Date: 2013-08-26 15:09 +0100 http://bitbucket.org/pypy/pypy/changeset/bd21357ce288/ Log:Improve printing of error messages from the annotator. The trace and summary now print at different log levels. diff --

[pypy-commit] pypy nobold-backtrace: Make 'blocked block' errors look like the other errors.

2013-08-28 Thread vext01
Author: Edd Barrett Branch: nobold-backtrace Changeset: r66375:bf45de26fd1d Date: 2013-08-27 17:24 +0100 http://bitbucket.org/pypy/pypy/changeset/bf45de26fd1d/ Log:Make 'blocked block' errors look like the other errors. diff --git a/rpython/tool/error.py b/rpython/tool/error.py --- a/rpython

[pypy-commit] pypy nobold-backtrace: Defining new classes is fine, just not inside functions/methods.

2013-08-28 Thread vext01
Author: Edd Barrett Branch: nobold-backtrace Changeset: r66373:3dfa52d1c632 Date: 2013-08-27 16:46 +0100 http://bitbucket.org/pypy/pypy/changeset/3dfa52d1c632/ Log:Defining new classes is fine, just not inside functions/methods. diff --git a/rpython/flowspace/flowcontext.py b/rpython/flowspa

[pypy-commit] pypy nobold-backtrace: Improve error reporting/formatting for UnionErrors and test.

2013-08-28 Thread vext01
Author: Edd Barrett Branch: nobold-backtrace Changeset: r66372:208c4f0bed8e Date: 2013-08-26 18:14 +0100 http://bitbucket.org/pypy/pypy/changeset/208c4f0bed8e/ Log:Improve error reporting/formatting for UnionErrors and test. When instantiating UnionError with two args, this is a "gen

[pypy-commit] extradoc extradoc: (all): planning for today

2013-08-28 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r5041:4e50706dc4b6 Date: 2013-08-28 10:49 +0100 http://bitbucket.org/pypy/extradoc/changeset/4e50706dc4b6/ Log:(all): planning for today diff --git a/sprintinfo/london-2013/planning.txt b/sprintinfo/london-2013/planning.txt --- a/sprin

[pypy-commit] pypy default: (rguillebert, ronan, joanna) Progress on fancy indexing with booleans

2013-08-28 Thread rguillebert
Author: Romain Guillebert Branch: Changeset: r66377:9515e4524aaa Date: 2013-08-27 17:56 +0100 http://bitbucket.org/pypy/pypy/changeset/9515e4524aaa/ Log:(rguillebert, ronan, joanna) Progress on fancy indexing with booleans diff --git a/pypy/module/micronumpy/interp_numarray.py b/py

[pypy-commit] pypy default: Fix more of fancy indexing

2013-08-28 Thread rguillebert
Author: Romain Guillebert Branch: Changeset: r66378:dbb60d9a195a Date: 2013-08-28 13:36 +0100 http://bitbucket.org/pypy/pypy/changeset/dbb60d9a195a/ Log:Fix more of fancy indexing diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy/

[pypy-commit] pypy default: Merge heads

2013-08-28 Thread rguillebert
Author: Romain Guillebert Branch: Changeset: r66379:c240d50f3830 Date: 2013-08-28 13:37 +0100 http://bitbucket.org/pypy/pypy/changeset/c240d50f3830/ Log:Merge heads diff --git a/rpython/annotator/annrpython.py b/rpython/annotator/annrpython.py --- a/rpython/annotator/annrpython.py +++ b/rpy

[pypy-commit] pypy improve-docs: Add more getting-started stuff into getting-started-python

2013-08-28 Thread necaris
Author: Rami Chowdhury Branch: improve-docs Changeset: r66385:275734994ef5 Date: 2013-08-28 13:46 +0100 http://bitbucket.org/pypy/pypy/changeset/275734994ef5/ Log:Add more getting-started stuff into getting-started-python diff --git a/pypy/doc/getting-started-python.rst b/pypy/doc/getting-s

[pypy-commit] pypy improve-docs: Remove nonexistent documents, update references to getting-started

2013-08-28 Thread necaris
Author: Rami Chowdhury Branch: improve-docs Changeset: r66386:fcbb6cfccce4 Date: 2013-08-28 13:46 +0100 http://bitbucket.org/pypy/pypy/changeset/fcbb6cfccce4/ Log:Remove nonexistent documents, update references to getting-started diff --git a/pypy/doc/dev_method.rst b/pypy/doc/dev_method.rst

[pypy-commit] pypy improve-docs: Remove unused import of confrest configuration file

2013-08-28 Thread necaris
Author: Rami Chowdhury Branch: improve-docs Changeset: r66387:7df2382ef8bb Date: 2013-08-28 13:47 +0100 http://bitbucket.org/pypy/pypy/changeset/7df2382ef8bb/ Log:Remove unused import of confrest configuration file diff --git a/pypy/doc/config/generate.py b/pypy/doc/config/generate.py --- a/

[pypy-commit] pypy improve-docs: Split out getting-started doc

2013-08-28 Thread necaris
Author: Rami Chowdhury Branch: improve-docs Changeset: r66384:7d1d8febf184 Date: 2013-08-28 13:45 +0100 http://bitbucket.org/pypy/pypy/changeset/7d1d8febf184/ Log:Split out getting-started doc Extract the relevant portions into index, getting-started-dev, and build documents,

[pypy-commit] pypy py3k-memoryview: IN-PROGRESS: I'll refactor the internal buffer API on default before continuing.

2013-08-28 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k-memoryview Changeset: r66380:4ef858c69a40 Date: 2013-08-28 13:26 +0100 http://bitbucket.org/pypy/pypy/changeset/4ef858c69a40/ Log:IN-PROGRESS: I'll refactor the internal buffer API on default before continuing. diff --git a/pypy/module/__builtin__/int

[pypy-commit] pypy improve-docs: Remove unused Sphinx configuration / customization

2013-08-28 Thread necaris
Author: Rami Chowdhury Branch: improve-docs Changeset: r66383:33b19de0fe6d Date: 2013-08-28 13:42 +0100 http://bitbucket.org/pypy/pypy/changeset/33b19de0fe6d/ Log:Remove unused Sphinx configuration / customization diff --git a/pypy/doc/config/confrest.py b/pypy/doc/config/confrest.py deleted

[pypy-commit] pypy refactor-buffer-api: Start a branch in which to refactor the internal buffer API.

2013-08-28 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-buffer-api Changeset: r66381:f9258d2dd31f Date: 2013-08-28 13:32 +0100 http://bitbucket.org/pypy/pypy/changeset/f9258d2dd31f/ Log:Start a branch in which to refactor the internal buffer API. ___ pypy-commit mail

[pypy-commit] pypy improve-docs: Better phrasing, more links in architecture & introduction documents

2013-08-28 Thread necaris
Author: Rami Chowdhury Branch: improve-docs Changeset: r66388:77fade6cb02c Date: 2013-08-28 13:48 +0100 http://bitbucket.org/pypy/pypy/changeset/77fade6cb02c/ Log:Better phrasing, more links in architecture & introduction documents diff --git a/pypy/doc/architecture.rst b/pypy/doc/architectu

[pypy-commit] pypy improve-docs: Remove unused 'statistic' subdirectory

2013-08-28 Thread necaris
Author: Rami Chowdhury Branch: improve-docs Changeset: r66382:837ebf436385 Date: 2013-08-28 13:41 +0100 http://bitbucket.org/pypy/pypy/changeset/837ebf436385/ Log:Remove unused 'statistic' subdirectory Doesn't look like it's been touched in _years_. diff too long, truncating to 2000

[pypy-commit] stmgc default: clear MARKED flag too

2013-08-28 Thread Raemi
Author: Remi Meier Branch: Changeset: r502:aa8b51f1033d Date: 2013-08-28 15:03 +0200 http://bitbucket.org/pypy/stmgc/changeset/aa8b51f1033d/ Log:clear MARKED flag too diff --git a/c4/et.c b/c4/et.c --- a/c4/et.c +++ b/c4/et.c @@ -588,6 +588,7 @@ assert(!(L->h_tid & GCFLAG_STUB)); asse

[pypy-commit] stmgc default: stubs should have a thread assigned to them

2013-08-28 Thread Raemi
Author: Remi Meier Branch: Changeset: r501:cdd017855adc Date: 2013-08-27 18:45 +0200 http://bitbucket.org/pypy/stmgc/changeset/cdd017855adc/ Log:stubs should have a thread assigned to them diff --git a/c4/extra.c b/c4/extra.c --- a/c4/extra.c +++ b/c4/extra.c @@ -57,6 +57,8 @@ stub

[pypy-commit] pypy stmgc-c4: threadlocal_base() should not be threadsafe (and release the gil)

2013-08-28 Thread Raemi
Author: Remi Meier Branch: stmgc-c4 Changeset: r66393:d7a1bf94c7a6 Date: 2013-08-28 15:10 +0200 http://bitbucket.org/pypy/pypy/changeset/d7a1bf94c7a6/ Log:threadlocal_base() should not be threadsafe (and release the gil) diff --git a/rpython/jit/backend/x86/stmtlocal.py b/rpython/jit/backen

[pypy-commit] pypy stmgc-c4: merge static-write-barriers

2013-08-28 Thread Raemi
Author: Remi Meier Branch: stmgc-c4 Changeset: r66391:f37582685aca Date: 2013-08-28 15:07 +0200 http://bitbucket.org/pypy/pypy/changeset/f37582685aca/ Log:merge static-write-barriers diff --git a/rpython/jit/backend/tool/viewcode.py b/rpython/jit/backend/tool/viewcode.py --- a/rpython/jit/b

[pypy-commit] pypy stmgc-c4: implement rgc.no_release_gil

2013-08-28 Thread Raemi
Author: Remi Meier Branch: stmgc-c4 Changeset: r66392:ff994d51e7d4 Date: 2013-08-28 15:09 +0200 http://bitbucket.org/pypy/pypy/changeset/ff994d51e7d4/ Log:implement rgc.no_release_gil diff --git a/rpython/memory/gctransform/framework.py b/rpython/memory/gctransform/framework.py --- a/rpytho

[pypy-commit] pypy stmgc-c4: import stmgc

2013-08-28 Thread Raemi
Author: Remi Meier Branch: stmgc-c4 Changeset: r66390:a9503a4c6217 Date: 2013-08-27 15:28 +0200 http://bitbucket.org/pypy/pypy/changeset/a9503a4c6217/ Log:import stmgc diff --git a/rpython/translator/stm/src_stm/gcpage.c b/rpython/translator/stm/src_stm/gcpage.c --- a/rpython/translator/stm

[pypy-commit] pypy stmgc-c4: cleanup for last fix

2013-08-28 Thread Raemi
Author: Remi Meier Branch: stmgc-c4 Changeset: r66389:1ae1396869f6 Date: 2013-08-27 11:41 +0200 http://bitbucket.org/pypy/pypy/changeset/1ae1396869f6/ Log:cleanup for last fix diff --git a/rpython/jit/backend/llsupport/regalloc.py b/rpython/jit/backend/llsupport/regalloc.py --- a/rpython/ji

[pypy-commit] pypy stmgc-c4: in-progress fixes to test_stm_integration

2013-08-28 Thread Raemi
Author: Remi Meier Branch: stmgc-c4 Changeset: r66395:671127330eac Date: 2013-08-28 15:12 +0200 http://bitbucket.org/pypy/pypy/changeset/671127330eac/ Log:in-progress fixes to test_stm_integration diff --git a/rpython/jit/backend/x86/test/test_stm_integration.py b/rpython/jit/backend/x86/te

[pypy-commit] pypy stmgc-c4: import stmgc

2013-08-28 Thread Raemi
Author: Remi Meier Branch: stmgc-c4 Changeset: r66394:5fb41d870c59 Date: 2013-08-28 15:11 +0200 http://bitbucket.org/pypy/pypy/changeset/5fb41d870c59/ Log:import stmgc diff --git a/rpython/translator/stm/src_stm/et.c b/rpython/translator/stm/src_stm/et.c --- a/rpython/translator/stm/src_stm

[pypy-commit] pypy jitframe-offset: (fijal, antocuni, rguillebert) Small refactoring in the x86 backend

2013-08-28 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-offset Changeset: r66396:0868aba1db4d Date: 2013-08-28 14:59 +0100 http://bitbucket.org/pypy/pypy/changeset/0868aba1db4d/ Log:(fijal, antocuni, rguillebert) Small refactoring in the x86 backend to have one way to read the position in jitfram

[pypy-commit] pypy stmgc-c4: add support for instantiate_call to rgc.no_release_gil

2013-08-28 Thread Raemi
Author: Remi Meier Branch: stmgc-c4 Changeset: r66397:a47c7b9b052e Date: 2013-08-28 16:31 +0200 http://bitbucket.org/pypy/pypy/changeset/a47c7b9b052e/ Log:add support for instantiate_call to rgc.no_release_gil diff --git a/rpython/memory/gctransform/framework.py b/rpython/memory/gctransform

[pypy-commit] pypy stmgc-c4: add rgc.no_release_gil to places that may access the prebuilt assembler object

2013-08-28 Thread Raemi
Author: Remi Meier Branch: stmgc-c4 Changeset: r66398:c7cebe44256d Date: 2013-08-28 16:33 +0200 http://bitbucket.org/pypy/pypy/changeset/c7cebe44256d/ Log:add rgc.no_release_gil to places that may access the prebuilt assembler object diff --git a/rpython/jit/backend/arm/assembler.py

[pypy-commit] pypy refactor-buffer-api: Split pypy.interpreter.buffer.Buffer into an interp-level part and an app-level wrapper.

2013-08-28 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-buffer-api Changeset: r66399:072e215b9c7b Date: 2013-08-28 16:00 +0100 http://bitbucket.org/pypy/pypy/changeset/072e215b9c7b/ Log:Split pypy.interpreter.buffer.Buffer into an interp-level part and an app-level wrapper. diff --git a/pypy/interprete

[pypy-commit] pypy resume-refactor: merge jitframe-offset

2013-08-28 Thread fijal
Author: Maciej Fijalkowski Branch: resume-refactor Changeset: r66401:ea101e9bbee4 Date: 2013-08-28 15:04 +0100 http://bitbucket.org/pypy/pypy/changeset/ea101e9bbee4/ Log:merge jitframe-offset diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py

[pypy-commit] pypy resume-refactor: (fijal, arigo, antocuni, rguillebert) Commit in-progress of resume

2013-08-28 Thread fijal
Author: Maciej Fijalkowski Branch: resume-refactor Changeset: r66402:73b0937bd931 Date: 2013-08-28 15:57 +0100 http://bitbucket.org/pypy/pypy/changeset/73b0937bd931/ Log:(fijal, arigo, antocuni, rguillebert) Commit in-progress of resume refactoring diff --git a/rpython/jit/backend/ll

[pypy-commit] pypy resume-refactor: (fijal, arigo, antocuni, rguillebert) Make the first test pass about

2013-08-28 Thread fijal
Author: Maciej Fijalkowski Branch: resume-refactor Changeset: r66403:20e57f63b0cc Date: 2013-08-28 16:36 +0100 http://bitbucket.org/pypy/pypy/changeset/20e57f63b0cc/ Log:(fijal, arigo, antocuni, rguillebert) Make the first test pass about the resume logic diff --git a/rpython/jit/bac

[pypy-commit] pypy resume-refactor: (fijal, arigo, antocuni, rguillebert) in-progress, start fighting with

2013-08-28 Thread fijal
Author: Maciej Fijalkowski Branch: resume-refactor Changeset: r66400:f43bf844019b Date: 2013-08-28 15:03 +0100 http://bitbucket.org/pypy/pypy/changeset/f43bf844019b/ Log:(fijal, arigo, antocuni, rguillebert) in-progress, start fighting with resume diff --git a/rpython/jit/backend/lls

[pypy-commit] pypy resume-refactor: (fijal, antocuni) Start adding resume2.py infrastructure + tests

2013-08-28 Thread fijal
Author: Maciej Fijalkowski Branch: resume-refactor Changeset: r66404:8b3e2a4c9b4b Date: 2013-08-28 17:06 +0100 http://bitbucket.org/pypy/pypy/changeset/8b3e2a4c9b4b/ Log:(fijal, antocuni) Start adding resume2.py infrastructure + tests diff --git a/rpython/jit/backend/llsupport/resumebuilder.

[pypy-commit] pypy stmgc-c4: prefix debug lines with the thread number during testing

2013-08-28 Thread Raemi
Author: Remi Meier Branch: stmgc-c4 Changeset: r66407:dc4ed04113de Date: 2013-08-28 18:13 +0200 http://bitbucket.org/pypy/pypy/changeset/dc4ed04113de/ Log:prefix debug lines with the thread number during testing diff --git a/rpython/rlib/debug.py b/rpython/rlib/debug.py --- a/rpython/rlib/de

[pypy-commit] pypy stmgc-c4: move rgc.no_release_gil to backendopt

2013-08-28 Thread Raemi
Author: Remi Meier Branch: stmgc-c4 Changeset: r66405:27b6cc609d16 Date: 2013-08-28 17:55 +0200 http://bitbucket.org/pypy/pypy/changeset/27b6cc609d16/ Log:move rgc.no_release_gil to backendopt diff --git a/rpython/memory/gctransform/framework.py b/rpython/memory/gctransform/framework.py ---

[pypy-commit] pypy stmgc-c4: add comment

2013-08-28 Thread Raemi
Author: Remi Meier Branch: stmgc-c4 Changeset: r66406:c63bfbc93cec Date: 2013-08-28 17:56 +0200 http://bitbucket.org/pypy/pypy/changeset/c63bfbc93cec/ Log:add comment diff --git a/rpython/translator/backendopt/gilanalysis.py b/rpython/translator/backendopt/gilanalysis.py --- a/rpython/trans

[pypy-commit] pypy resume-refactor: rename test

2013-08-28 Thread fijal
Author: Maciej Fijalkowski Branch: resume-refactor Changeset: r66408:ae17909428e1 Date: 2013-08-28 17:08 +0100 http://bitbucket.org/pypy/pypy/changeset/ae17909428e1/ Log:rename test diff --git a/rpython/jit/metainterp/test/test_resume2.py b/rpython/jit/metainterp/test/test_resume2.py --- a/

[pypy-commit] pypy resume-refactor: (fijal, antocuni) Write more tests

2013-08-28 Thread fijal
Author: Maciej Fijalkowski Branch: resume-refactor Changeset: r66409:d90df29ed710 Date: 2013-08-28 17:20 +0100 http://bitbucket.org/pypy/pypy/changeset/d90df29ed710/ Log:(fijal, antocuni) Write more tests diff --git a/rpython/jit/metainterp/resume2.py b/rpython/jit/metainterp/resume2.py ---

[pypy-commit] pypy resume-refactor: (fijal, antocuni) kill the failargs support from logger

2013-08-28 Thread fijal
Author: Maciej Fijalkowski Branch: resume-refactor Changeset: r66410:07794a0a5cb2 Date: 2013-08-28 17:23 +0100 http://bitbucket.org/pypy/pypy/changeset/07794a0a5cb2/ Log:(fijal, antocuni) kill the failargs support from logger diff --git a/rpython/jit/metainterp/logger.py b/rpython/jit/metain

[pypy-commit] pypy improve-errors-again: (Ronan, Edd) Move AnnotatorError to a place that makes more sense.

2013-08-28 Thread vext01
Author: Edd Barrett Branch: improve-errors-again Changeset: r66412:79c2e7e9bdd8 Date: 2013-08-28 12:31 +0100 http://bitbucket.org/pypy/pypy/changeset/79c2e7e9bdd8/ Log:(Ronan, Edd) Move AnnotatorError to a place that makes more sense. diff --git a/rpython/annotator/annrpython.py b/rpython/an

[pypy-commit] pypy improve-errors-again: (Ronan, Edd) Move formatting of annotations into its own function.

2013-08-28 Thread vext01
Author: Edd Barrett Branch: improve-errors-again Changeset: r66411:c39e6e158893 Date: 2013-08-28 11:18 +0100 http://bitbucket.org/pypy/pypy/changeset/c39e6e158893/ Log:(Ronan, Edd) Move formatting of annotations into its own function. diff --git a/rpython/tool/error.py b/rpython/tool/error.p

[pypy-commit] pypy improve-errors-again: (Ronan, Edd) Improve an error message.

2013-08-28 Thread vext01
Author: Edd Barrett Branch: improve-errors-again Changeset: r66415:3f413263db37 Date: 2013-08-28 15:40 +0100 http://bitbucket.org/pypy/pypy/changeset/3f413263db37/ Log:(Ronan, Edd) Improve an error message. diff --git a/rpython/annotator/unaryop.py b/rpython/annotator/unaryop.py --- a/rpytho

[pypy-commit] pypy improve-errors-again: (Edd, Ronan) Begin refactoring UnionError/AnnotatorError.

2013-08-28 Thread vext01
Author: Edd Barrett Branch: improve-errors-again Changeset: r66413:34e2f4edb458 Date: 2013-08-28 12:43 +0100 http://bitbucket.org/pypy/pypy/changeset/34e2f4edb458/ Log:(Edd, Ronan) Begin refactoring UnionError/AnnotatorError. diff --git a/rpython/annotator/annrpython.py b/rpython/annotator/a

[pypy-commit] pypy improve-errors-again: (Edd, Ronan) Change any RPython error that the user should see to a subclass of AnnotatorError.

2013-08-28 Thread vext01
Author: Edd Barrett Branch: improve-errors-again Changeset: r66414:c7946783093d Date: 2013-08-28 15:00 +0100 http://bitbucket.org/pypy/pypy/changeset/c7946783093d/ Log:(Edd, Ronan) Change any RPython error that the user should see to a subclass of AnnotatorError. Builtin exce

[pypy-commit] pypy improve-errors-again: (Ronan, Edd) Correctly report a couple of user-level errors.

2013-08-28 Thread vext01
Author: Edd Barrett Branch: improve-errors-again Changeset: r66416:bd95e658ba19 Date: 2013-08-28 16:53 +0100 http://bitbucket.org/pypy/pypy/changeset/bd95e658ba19/ Log:(Ronan, Edd) Correctly report a couple of user-level errors. It wasn't obvious from the error message what the actua

[pypy-commit] pypy default: Merged in vext01/pypy/improve-errors-again (pull request #184)

2013-08-28 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r66418:4f1cd13cc351 Date: 2013-08-28 17:25 +0100 http://bitbucket.org/pypy/pypy/changeset/4f1cd13cc351/ Log:Merged in vext01/pypy/improve-errors-again (pull request #184) More improvements and refactorings of error messages. diff --git a/rpytho

[pypy-commit] pypy improve-errors-again: Oops, left a comment.

2013-08-28 Thread vext01
Author: Edd Barrett Branch: improve-errors-again Changeset: r66417:a0b3bd524f32 Date: 2013-08-28 17:22 +0100 http://bitbucket.org/pypy/pypy/changeset/a0b3bd524f32/ Log:Oops, left a comment. diff --git a/rpython/annotator/classdef.py b/rpython/annotator/classdef.py --- a/rpython/annotator/cla

[pypy-commit] pypy resume-refactor: (fijal, antocuni) start fixing the assembler backend tests

2013-08-28 Thread fijal
Author: Maciej Fijalkowski Branch: resume-refactor Changeset: r66419:480e2c71e31a Date: 2013-08-28 18:06 +0100 http://bitbucket.org/pypy/pypy/changeset/480e2c71e31a/ Log:(fijal, antocuni) start fixing the assembler backend tests diff --git a/rpython/jit/backend/llsupport/llmodel.py b/rpytho

[pypy-commit] pypy jitframe-offset: merge default

2013-08-28 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-offset Changeset: r66420:dacc8ce3ed06 Date: 2013-08-28 18:09 +0100 http://bitbucket.org/pypy/pypy/changeset/dacc8ce3ed06/ Log:merge default diff --git a/rpython/annotator/annrpython.py b/rpython/annotator/annrpython.py --- a/rpython/annotator/annrp

[pypy-commit] pypy refactor-buffer-api: Fix __pypy__.bytebuffer.

2013-08-28 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-buffer-api Changeset: r66422:d73e50624b31 Date: 2013-08-28 17:06 +0100 http://bitbucket.org/pypy/pypy/changeset/d73e50624b31/ Log:Fix __pypy__.bytebuffer. diff --git a/pypy/module/__pypy__/bytebuffer.py b/pypy/module/__pypy__/bytebuffer.py --- a/pypy/mod

[pypy-commit] pypy refactor-buffer-api: Fix _io module.

2013-08-28 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-buffer-api Changeset: r66423:0abbdca2f517 Date: 2013-08-28 17:07 +0100 http://bitbucket.org/pypy/pypy/changeset/0abbdca2f517/ Log:Fix _io module. diff --git a/pypy/module/_io/interp_bufferedio.py b/pypy/module/_io/interp_bufferedio.py --- a/pypy/module/_

[pypy-commit] pypy refactor-buffer-api: Fix pypy/interpreter/test/test_buffer.py.

2013-08-28 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-buffer-api Changeset: r66421:8f6362df0589 Date: 2013-08-28 16:58 +0100 http://bitbucket.org/pypy/pypy/changeset/8f6362df0589/ Log:Fix pypy/interpreter/test/test_buffer.py. diff --git a/pypy/interpreter/test/test_buffer.py b/pypy/interpreter/test/test_buf

[pypy-commit] pypy refactor-buffer-api: cpyext fix #1

2013-08-28 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-buffer-api Changeset: r66424:237e3312dceb Date: 2013-08-28 19:37 +0100 http://bitbucket.org/pypy/pypy/changeset/237e3312dceb/ Log:cpyext fix #1 diff --git a/pypy/module/cpyext/bufferobject.py b/pypy/module/cpyext/bufferobject.py --- a/pypy/module/cpyext/

[pypy-commit] pypy refactor-buffer-api: Fix.

2013-08-28 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-buffer-api Changeset: r66425:00d7bc2225d1 Date: 2013-08-28 19:57 +0100 http://bitbucket.org/pypy/pypy/changeset/00d7bc2225d1/ Log:Fix. diff --git a/pypy/module/__builtin__/interp_memoryview.py b/pypy/module/__builtin__/interp_memoryview.py --- a/pypy/mod