[pypy-svn] r20559 - in pypy/dist/pypy: annotation annotation/test doc/discussion interpreter module/thread/rpython objspace/flow rpython rpython/l3interp rpython/lltypesystem rpython/memory rpython/ootypesystem rpython/test tool translator translator/asm translator/backendopt translator/c translator/c/test translator/goal translator/llvm translator/pyrex translator/squeak translator/test translator/tool

arigo at codespeak.net arigo at codespeak.net
Fri Dec 2 00:17:56 CET 2005


Author: arigo
Date: Fri Dec  2 00:17:55 2005
New Revision: 20559

Added:
   pypy/dist/pypy/annotation/binaryop.py
      - copied unchanged from r20557, pypy/branch/somepbc-refactoring/pypy/annotation/binaryop.py
   pypy/dist/pypy/annotation/bookkeeper.py
      - copied unchanged from r20557, pypy/branch/somepbc-refactoring/pypy/annotation/bookkeeper.py
   pypy/dist/pypy/annotation/builtin.py
      - copied unchanged from r20557, pypy/branch/somepbc-refactoring/pypy/annotation/builtin.py
   pypy/dist/pypy/annotation/classdef.py
      - copied unchanged from r20557, pypy/branch/somepbc-refactoring/pypy/annotation/classdef.py
   pypy/dist/pypy/annotation/description.py
      - copied unchanged from r20557, pypy/branch/somepbc-refactoring/pypy/annotation/description.py
   pypy/dist/pypy/annotation/dictdef.py
      - copied unchanged from r20557, pypy/branch/somepbc-refactoring/pypy/annotation/dictdef.py
   pypy/dist/pypy/annotation/model.py
      - copied unchanged from r20557, pypy/branch/somepbc-refactoring/pypy/annotation/model.py
   pypy/dist/pypy/annotation/policy.py
      - copied unchanged from r20557, pypy/branch/somepbc-refactoring/pypy/annotation/policy.py
   pypy/dist/pypy/annotation/specialize.py
      - copied unchanged from r20557, pypy/branch/somepbc-refactoring/pypy/annotation/specialize.py
   pypy/dist/pypy/annotation/test/
      - copied from r20557, pypy/branch/somepbc-refactoring/pypy/annotation/test/
   pypy/dist/pypy/annotation/unaryop.py
      - copied unchanged from r20557, pypy/branch/somepbc-refactoring/pypy/annotation/unaryop.py
   pypy/dist/pypy/doc/discussion/somepbc-refactoring-plan.txt
      - copied unchanged from r20557, pypy/branch/somepbc-refactoring/pypy/doc/discussion/somepbc-refactoring-plan.txt
   pypy/dist/pypy/interpreter/
      - copied from r20557, pypy/branch/somepbc-refactoring/pypy/interpreter/
   pypy/dist/pypy/module/thread/rpython/
      - copied from r20557, pypy/branch/somepbc-refactoring/pypy/module/thread/rpython/
   pypy/dist/pypy/objspace/flow/
      - copied from r20557, pypy/branch/somepbc-refactoring/pypy/objspace/flow/
   pypy/dist/pypy/rpython/annlowlevel.py
      - copied unchanged from r20557, pypy/branch/somepbc-refactoring/pypy/rpython/annlowlevel.py
   pypy/dist/pypy/rpython/callparse.py
      - copied unchanged from r20557, pypy/branch/somepbc-refactoring/pypy/rpython/callparse.py
   pypy/dist/pypy/rpython/l3interp/
      - copied from r20557, pypy/branch/somepbc-refactoring/pypy/rpython/l3interp/
   pypy/dist/pypy/rpython/llinterp.py
      - copied unchanged from r20557, pypy/branch/somepbc-refactoring/pypy/rpython/llinterp.py
   pypy/dist/pypy/rpython/lltypesystem/
      - copied from r20557, pypy/branch/somepbc-refactoring/pypy/rpython/lltypesystem/
   pypy/dist/pypy/rpython/memory/
      - copied from r20557, pypy/branch/somepbc-refactoring/pypy/rpython/memory/
   pypy/dist/pypy/rpython/normalizecalls.py
      - copied unchanged from r20557, pypy/branch/somepbc-refactoring/pypy/rpython/normalizecalls.py
   pypy/dist/pypy/rpython/ootypesystem/
      - copied from r20557, pypy/branch/somepbc-refactoring/pypy/rpython/ootypesystem/
   pypy/dist/pypy/rpython/rbool.py
      - copied unchanged from r20557, pypy/branch/somepbc-refactoring/pypy/rpython/rbool.py
   pypy/dist/pypy/rpython/rbuiltin.py
      - copied unchanged from r20557, pypy/branch/somepbc-refactoring/pypy/rpython/rbuiltin.py
   pypy/dist/pypy/rpython/rclass.py
      - copied unchanged from r20557, pypy/branch/somepbc-refactoring/pypy/rpython/rclass.py
   pypy/dist/pypy/rpython/rdict.py
      - copied unchanged from r20557, pypy/branch/somepbc-refactoring/pypy/rpython/rdict.py
   pypy/dist/pypy/rpython/rfloat.py
      - copied unchanged from r20557, pypy/branch/somepbc-refactoring/pypy/rpython/rfloat.py
   pypy/dist/pypy/rpython/rmodel.py
      - copied unchanged from r20557, pypy/branch/somepbc-refactoring/pypy/rpython/rmodel.py
   pypy/dist/pypy/rpython/rpbc.py
      - copied unchanged from r20557, pypy/branch/somepbc-refactoring/pypy/rpython/rpbc.py
   pypy/dist/pypy/rpython/rptr.py
      - copied unchanged from r20557, pypy/branch/somepbc-refactoring/pypy/rpython/rptr.py
   pypy/dist/pypy/rpython/rspecialcase.py
      - copied unchanged from r20557, pypy/branch/somepbc-refactoring/pypy/rpython/rspecialcase.py
   pypy/dist/pypy/rpython/rtyper.py
      - copied unchanged from r20557, pypy/branch/somepbc-refactoring/pypy/rpython/rtyper.py
   pypy/dist/pypy/rpython/test/test_exception.py
      - copied unchanged from r20557, pypy/branch/somepbc-refactoring/pypy/rpython/test/test_exception.py
   pypy/dist/pypy/rpython/test/test_llann.py
      - copied unchanged from r20557, pypy/branch/somepbc-refactoring/pypy/rpython/test/test_llann.py
   pypy/dist/pypy/rpython/test/test_llinterp.py
      - copied unchanged from r20557, pypy/branch/somepbc-refactoring/pypy/rpython/test/test_llinterp.py
   pypy/dist/pypy/rpython/test/test_nongc.py
      - copied unchanged from r20557, pypy/branch/somepbc-refactoring/pypy/rpython/test/test_nongc.py
   pypy/dist/pypy/rpython/test/test_normalizecalls.py
      - copied unchanged from r20557, pypy/branch/somepbc-refactoring/pypy/rpython/test/test_normalizecalls.py
   pypy/dist/pypy/rpython/test/test_objectmodel.py
      - copied unchanged from r20557, pypy/branch/somepbc-refactoring/pypy/rpython/test/test_objectmodel.py
   pypy/dist/pypy/rpython/test/test_rbool.py
      - copied unchanged from r20557, pypy/branch/somepbc-refactoring/pypy/rpython/test/test_rbool.py
   pypy/dist/pypy/rpython/test/test_rbuiltin.py
      - copied unchanged from r20557, pypy/branch/somepbc-refactoring/pypy/rpython/test/test_rbuiltin.py
   pypy/dist/pypy/rpython/test/test_rclass.py
      - copied unchanged from r20557, pypy/branch/somepbc-refactoring/pypy/rpython/test/test_rclass.py
   pypy/dist/pypy/rpython/test/test_rdict.py
      - copied unchanged from r20557, pypy/branch/somepbc-refactoring/pypy/rpython/test/test_rdict.py
   pypy/dist/pypy/rpython/test/test_rfloat.py
      - copied unchanged from r20557, pypy/branch/somepbc-refactoring/pypy/rpython/test/test_rfloat.py
   pypy/dist/pypy/rpython/test/test_rint.py
      - copied unchanged from r20557, pypy/branch/somepbc-refactoring/pypy/rpython/test/test_rint.py
   pypy/dist/pypy/rpython/test/test_rlist.py
      - copied unchanged from r20557, pypy/branch/somepbc-refactoring/pypy/rpython/test/test_rlist.py
   pypy/dist/pypy/rpython/test/test_rpbc.py
      - copied unchanged from r20557, pypy/branch/somepbc-refactoring/pypy/rpython/test/test_rpbc.py
   pypy/dist/pypy/rpython/test/test_rptr.py
      - copied unchanged from r20557, pypy/branch/somepbc-refactoring/pypy/rpython/test/test_rptr.py
   pypy/dist/pypy/rpython/test/test_rspecialcase.py
      - copied unchanged from r20557, pypy/branch/somepbc-refactoring/pypy/rpython/test/test_rspecialcase.py
   pypy/dist/pypy/rpython/test/test_rtuple.py
      - copied unchanged from r20557, pypy/branch/somepbc-refactoring/pypy/rpython/test/test_rtuple.py
   pypy/dist/pypy/rpython/test/test_rtyper.py
      - copied unchanged from r20557, pypy/branch/somepbc-refactoring/pypy/rpython/test/test_rtyper.py
   pypy/dist/pypy/rpython/typesystem.py
      - copied unchanged from r20557, pypy/branch/somepbc-refactoring/pypy/rpython/typesystem.py
   pypy/dist/pypy/tool/cache.py
      - copied unchanged from r20557, pypy/branch/somepbc-refactoring/pypy/tool/cache.py
   pypy/dist/pypy/tool/sourcetools.py
      - copied unchanged from r20557, pypy/branch/somepbc-refactoring/pypy/tool/sourcetools.py
   pypy/dist/pypy/translator/ann_override.py
      - copied unchanged from r20557, pypy/branch/somepbc-refactoring/pypy/translator/ann_override.py
   pypy/dist/pypy/translator/annrpython.py
      - copied unchanged from r20557, pypy/branch/somepbc-refactoring/pypy/translator/annrpython.py
   pypy/dist/pypy/translator/asm/
      - copied from r20557, pypy/branch/somepbc-refactoring/pypy/translator/asm/
   pypy/dist/pypy/translator/backendopt/
      - copied from r20557, pypy/branch/somepbc-refactoring/pypy/translator/backendopt/
   pypy/dist/pypy/translator/c/extfunc.py
      - copied unchanged from r20557, pypy/branch/somepbc-refactoring/pypy/translator/c/extfunc.py
   pypy/dist/pypy/translator/c/genc.py
      - copied unchanged from r20557, pypy/branch/somepbc-refactoring/pypy/translator/c/genc.py
   pypy/dist/pypy/translator/c/pyobj.py
      - copied unchanged from r20557, pypy/branch/somepbc-refactoring/pypy/translator/c/pyobj.py
   pypy/dist/pypy/translator/c/stackless.py
      - copied unchanged from r20557, pypy/branch/somepbc-refactoring/pypy/translator/c/stackless.py
   pypy/dist/pypy/translator/c/test/
      - copied from r20557, pypy/branch/somepbc-refactoring/pypy/translator/c/test/
   pypy/dist/pypy/translator/c/wrapper.py
      - copied unchanged from r20557, pypy/branch/somepbc-refactoring/pypy/translator/c/wrapper.py
   pypy/dist/pypy/translator/gencl.py
      - copied unchanged from r20557, pypy/branch/somepbc-refactoring/pypy/translator/gencl.py
   pypy/dist/pypy/translator/geninterplevel.py
      - copied unchanged from r20557, pypy/branch/somepbc-refactoring/pypy/translator/geninterplevel.py
   pypy/dist/pypy/translator/goal/driver.py
      - copied unchanged from r20557, pypy/branch/somepbc-refactoring/pypy/translator/goal/driver.py
   pypy/dist/pypy/translator/goal/old_queries.py
      - copied unchanged from r20557, pypy/branch/somepbc-refactoring/pypy/translator/goal/old_queries.py
   pypy/dist/pypy/translator/goal/query.py
      - copied unchanged from r20557, pypy/branch/somepbc-refactoring/pypy/translator/goal/query.py
   pypy/dist/pypy/translator/goal/translate_pypy.py
      - copied unchanged from r20557, pypy/branch/somepbc-refactoring/pypy/translator/goal/translate_pypy.py
   pypy/dist/pypy/translator/llvm/
      - copied from r20557, pypy/branch/somepbc-refactoring/pypy/translator/llvm/
   pypy/dist/pypy/translator/pyrex/
      - copied from r20557, pypy/branch/somepbc-refactoring/pypy/translator/pyrex/
   pypy/dist/pypy/translator/squeak/
      - copied from r20557, pypy/branch/somepbc-refactoring/pypy/translator/squeak/
   pypy/dist/pypy/translator/test/
      - copied from r20557, pypy/branch/somepbc-refactoring/pypy/translator/test/
   pypy/dist/pypy/translator/tool/graphpage.py
      - copied unchanged from r20557, pypy/branch/somepbc-refactoring/pypy/translator/tool/graphpage.py
   pypy/dist/pypy/translator/transform.py
      - copied unchanged from r20557, pypy/branch/somepbc-refactoring/pypy/translator/transform.py
   pypy/dist/pypy/translator/translator.py
      - copied unchanged from r20557, pypy/branch/somepbc-refactoring/pypy/translator/translator.py
Log:
Merging, step 3: copy relevant files and directories from the branch.
The branch should not be modified any more now.




More information about the Pypy-commit mailing list