[pypy-svn] r66082 - in pypy/branch/pyjitpl5: . ctypes_configure demo dotviewer lib-python lib-python/2.5.2 lib-python/modified-2.5.2 pypy pypy/annotation pypy/annotation/test pypy/bin pypy/config pypy/config/test pypy/doc pypy/doc/config pypy/doc/jit pypy/doc/js pypy/doc/tool pypy/interpreter pypy/interpreter/astcompiler pypy/interpreter/pyparser pypy/interpreter/stablecompiler pypy/interpreter/test pypy/lang pypy/lib pypy/module/__builtin__ pypy/module/_codecs pypy/module/_file pypy/module/_locale pypy/module/_lsprof pypy/module/_minimal_curses pypy/module/_pickle_support pypy/module/_random pypy/module/_rawffi pypy/module/_socket pypy/module/_sre pypy/module/_ssl pypy/module/_stackless pypy/module/_weakref pypy/module/_winreg pypy/module/bz2 pypy/module/clr pypy/module/fcntl pypy/module/gc pypy/module/marshal pypy/module/md5 pypy/module/mmap pypy/module/operator pypy/module/posix pypy/module/pyexpat pypy/module/rctime pypy/module/sha pypy/module/sys pypy/module/termios pypy/module/thread pypy/module/unicodedata pypy/module/zipimport pypy/module/zlib pypy/objspace pypy/objspace/fake pypy/objspace/flow pypy/objspace/flow/test pypy/objspace/std pypy/objspace/std/test pypy/objspace/test pypy/rlib pypy/rlib/rsdl pypy/rlib/rsre pypy/rlib/test pypy/rpython pypy/rpython/lltypesystem pypy/rpython/lltypesystem/test pypy/rpython/memory/gc pypy/rpython/memory/gctransform pypy/rpython/module pypy/rpython/module/test pypy/rpython/numpy pypy/rpython/ootypesystem pypy/rpython/ootypesystem/test pypy/rpython/test pypy/rpython/tool pypy/tool pypy/tool/algo pypy/tool/pytest pypy/tool/test pypy/translator pypy/translator/backendopt pypy/translator/backendopt/test pypy/translator/benchmark pypy/translator/c pypy/translator/c/gcc pypy/translator/c/gcc/test pypy/translator/c/src pypy/translator/c/test pypy/translator/cli pypy/translator/cli/src pypy/translator/cli/test pypy/translator/goal pypy/translator/goal/win32 pypy/translator/jvm pypy/translator/jvm/src pypy/translator/jvm/test pypy/translator/microbench pypy/translator/oosupport pypy/translator/oosupport/test_template pypy/translator/platform pypy/translator/sandbox pypy/translator/stackless pypy/translator/test pypy/translator/tool

arigo at codespeak.net arigo at codespeak.net
Tue Jun 30 16:42:31 CEST 2009


Author: arigo
Date: Tue Jun 30 16:42:28 2009
New Revision: 66082

Added:
   pypy/branch/pyjitpl5/LICENSE
      - copied unchanged from r66081, pypy/trunk/LICENSE
   pypy/branch/pyjitpl5/README
      - copied unchanged from r66081, pypy/trunk/README
   pypy/branch/pyjitpl5/ctypes_configure/
      - copied from r66081, pypy/trunk/ctypes_configure/
   pypy/branch/pyjitpl5/demo/
      - copied from r66081, pypy/trunk/demo/
   pypy/branch/pyjitpl5/dotviewer/conftest.py
      - copied unchanged from r66081, pypy/trunk/dotviewer/conftest.py
   pypy/branch/pyjitpl5/dotviewer/graphclient.py
      - copied unchanged from r66081, pypy/trunk/dotviewer/graphclient.py
   pypy/branch/pyjitpl5/dotviewer/graphserver.py
      - copied unchanged from r66081, pypy/trunk/dotviewer/graphserver.py
   pypy/branch/pyjitpl5/lib-python/2.5.2/
      - copied from r66081, pypy/trunk/lib-python/2.5.2/
   pypy/branch/pyjitpl5/lib-python/conftest.py
      - copied unchanged from r66081, pypy/branch/pyjitpl5/lib-python/conftest.py.merge.tmp
   pypy/branch/pyjitpl5/lib-python/modified-2.5.2/
      - copied from r66081, pypy/trunk/lib-python/modified-2.5.2/
   pypy/branch/pyjitpl5/lib-python/win32-failures.txt
      - copied unchanged from r66081, pypy/trunk/lib-python/win32-failures.txt
   pypy/branch/pyjitpl5/pypy/annotation/annrpython.py
      - copied unchanged from r66081, pypy/branch/pyjitpl5/pypy/annotation/annrpython.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/annotation/binaryop.py
      - copied unchanged from r66081, pypy/branch/pyjitpl5/pypy/annotation/binaryop.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/annotation/bookkeeper.py
      - copied unchanged from r66081, pypy/branch/pyjitpl5/pypy/annotation/bookkeeper.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/annotation/classdef.py
      - copied unchanged from r66081, pypy/trunk/pypy/annotation/classdef.py
   pypy/branch/pyjitpl5/pypy/annotation/description.py
      - copied unchanged from r66081, pypy/trunk/pypy/annotation/description.py
   pypy/branch/pyjitpl5/pypy/annotation/model.py
      - copied unchanged from r66081, pypy/branch/pyjitpl5/pypy/annotation/model.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/annotation/policy.py
      - copied unchanged from r66081, pypy/trunk/pypy/annotation/policy.py
   pypy/branch/pyjitpl5/pypy/annotation/specialize.py
      - copied unchanged from r66081, pypy/branch/pyjitpl5/pypy/annotation/specialize.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/annotation/test/test_annrpython.py
      - copied unchanged from r66081, pypy/trunk/pypy/annotation/test/test_annrpython.py
   pypy/branch/pyjitpl5/pypy/annotation/unaryop.py
      - copied unchanged from r66081, pypy/branch/pyjitpl5/pypy/annotation/unaryop.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/bin/
      - copied from r66081, pypy/trunk/pypy/bin/
   pypy/branch/pyjitpl5/pypy/config/pypyoption.py
      - copied unchanged from r66081, pypy/trunk/pypy/config/pypyoption.py
   pypy/branch/pyjitpl5/pypy/config/test/test_config.py
      - copied unchanged from r66081, pypy/branch/pyjitpl5/pypy/config/test/test_config.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/config/translationoption.py
      - copied unchanged from r66081, pypy/branch/pyjitpl5/pypy/config/translationoption.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/doc/_ref.txt
      - copied unchanged from r66081, pypy/trunk/pypy/doc/_ref.txt
   pypy/branch/pyjitpl5/pypy/doc/architecture.txt
      - copied unchanged from r66081, pypy/trunk/pypy/doc/architecture.txt
   pypy/branch/pyjitpl5/pypy/doc/carbonpython.txt
      - copied unchanged from r66081, pypy/trunk/pypy/doc/carbonpython.txt
   pypy/branch/pyjitpl5/pypy/doc/cli-backend.txt
      - copied unchanged from r66081, pypy/trunk/pypy/doc/cli-backend.txt
   pypy/branch/pyjitpl5/pypy/doc/clr-module.txt
      - copied unchanged from r66081, pypy/trunk/pypy/doc/clr-module.txt
   pypy/branch/pyjitpl5/pypy/doc/coding-guide.txt
      - copied unchanged from r66081, pypy/trunk/pypy/doc/coding-guide.txt
   pypy/branch/pyjitpl5/pypy/doc/config/objspace.std.withcelldict.txt
      - copied unchanged from r66081, pypy/trunk/pypy/doc/config/objspace.std.withcelldict.txt
   pypy/branch/pyjitpl5/pypy/doc/config/objspace.usemodules._locale.txt
      - copied unchanged from r66081, pypy/trunk/pypy/doc/config/objspace.usemodules._locale.txt
   pypy/branch/pyjitpl5/pypy/doc/config/objspace.usemodules._minimal_curses.txt
      - copied unchanged from r66081, pypy/trunk/pypy/doc/config/objspace.usemodules._minimal_curses.txt
   pypy/branch/pyjitpl5/pypy/doc/config/objspace.usemodules._ssl.txt
      - copied unchanged from r66081, pypy/trunk/pypy/doc/config/objspace.usemodules._ssl.txt
   pypy/branch/pyjitpl5/pypy/doc/config/objspace.usemodules.pyexpat.txt
      - copied unchanged from r66081, pypy/trunk/pypy/doc/config/objspace.usemodules.pyexpat.txt
   pypy/branch/pyjitpl5/pypy/doc/confrest.py
      - copied unchanged from r66081, pypy/trunk/pypy/doc/confrest.py
   pypy/branch/pyjitpl5/pypy/doc/confrest_oldpy.py
      - copied unchanged from r66081, pypy/trunk/pypy/doc/confrest_oldpy.py
   pypy/branch/pyjitpl5/pypy/doc/contributor.txt
      - copied unchanged from r66081, pypy/trunk/pypy/doc/contributor.txt
   pypy/branch/pyjitpl5/pypy/doc/cpython_differences.txt
      - copied unchanged from r66081, pypy/trunk/pypy/doc/cpython_differences.txt
   pypy/branch/pyjitpl5/pypy/doc/docindex.txt
      - copied unchanged from r66081, pypy/trunk/pypy/doc/docindex.txt
   pypy/branch/pyjitpl5/pypy/doc/download.txt
      - copied unchanged from r66081, pypy/trunk/pypy/doc/download.txt
   pypy/branch/pyjitpl5/pypy/doc/eventhistory.txt
      - copied unchanged from r66081, pypy/trunk/pypy/doc/eventhistory.txt
   pypy/branch/pyjitpl5/pypy/doc/extradoc.txt
      - copied unchanged from r66081, pypy/trunk/pypy/doc/extradoc.txt
   pypy/branch/pyjitpl5/pypy/doc/faq.txt
      - copied unchanged from r66081, pypy/trunk/pypy/doc/faq.txt
   pypy/branch/pyjitpl5/pypy/doc/getting-started-dev.txt
      - copied unchanged from r66081, pypy/trunk/pypy/doc/getting-started-dev.txt
   pypy/branch/pyjitpl5/pypy/doc/getting-started-python.txt
      - copied unchanged from r66081, pypy/trunk/pypy/doc/getting-started-python.txt
   pypy/branch/pyjitpl5/pypy/doc/getting-started.txt
      - copied unchanged from r66081, pypy/trunk/pypy/doc/getting-started.txt
   pypy/branch/pyjitpl5/pypy/doc/glossary.txt
      - copied unchanged from r66081, pypy/trunk/pypy/doc/glossary.txt
   pypy/branch/pyjitpl5/pypy/doc/jit/
      - copied from r66081, pypy/trunk/pypy/doc/jit/
   pypy/branch/pyjitpl5/pypy/doc/project-ideas.txt
      - copied unchanged from r66081, pypy/trunk/pypy/doc/project-ideas.txt
   pypy/branch/pyjitpl5/pypy/doc/redirections
      - copied unchanged from r66081, pypy/trunk/pypy/doc/redirections
   pypy/branch/pyjitpl5/pypy/doc/release-1.1.0.txt
      - copied unchanged from r66081, pypy/trunk/pypy/doc/release-1.1.0.txt
   pypy/branch/pyjitpl5/pypy/doc/rffi.txt
      - copied unchanged from r66081, pypy/trunk/pypy/doc/rffi.txt
   pypy/branch/pyjitpl5/pypy/doc/rtyper.txt
      - copied unchanged from r66081, pypy/trunk/pypy/doc/rtyper.txt
   pypy/branch/pyjitpl5/pypy/doc/sandbox.txt
      - copied unchanged from r66081, pypy/trunk/pypy/doc/sandbox.txt
   pypy/branch/pyjitpl5/pypy/doc/stackless.txt
      - copied unchanged from r66081, pypy/trunk/pypy/doc/stackless.txt
   pypy/branch/pyjitpl5/pypy/doc/test_redirections.py
      - copied unchanged from r66081, pypy/trunk/pypy/doc/test_redirections.py
   pypy/branch/pyjitpl5/pypy/doc/theory.txt
      - copied unchanged from r66081, pypy/trunk/pypy/doc/theory.txt
   pypy/branch/pyjitpl5/pypy/doc/tool/
      - copied from r66081, pypy/trunk/pypy/doc/tool/
   pypy/branch/pyjitpl5/pypy/doc/translation-aspects.txt
      - copied unchanged from r66081, pypy/trunk/pypy/doc/translation-aspects.txt
   pypy/branch/pyjitpl5/pypy/doc/translation.txt
      - copied unchanged from r66081, pypy/trunk/pypy/doc/translation.txt
   pypy/branch/pyjitpl5/pypy/doc/video-index.txt
      - copied unchanged from r66081, pypy/trunk/pypy/doc/video-index.txt
   pypy/branch/pyjitpl5/pypy/doc/windows.txt
      - copied unchanged from r66081, pypy/trunk/pypy/doc/windows.txt
   pypy/branch/pyjitpl5/pypy/interpreter/argument.py
      - copied unchanged from r66081, pypy/trunk/pypy/interpreter/argument.py
   pypy/branch/pyjitpl5/pypy/interpreter/astcompiler/
      - copied from r66081, pypy/trunk/pypy/interpreter/astcompiler/
   pypy/branch/pyjitpl5/pypy/interpreter/baseobjspace.py
      - copied unchanged from r66081, pypy/branch/pyjitpl5/pypy/interpreter/baseobjspace.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/interpreter/buffer.py
      - copied unchanged from r66081, pypy/trunk/pypy/interpreter/buffer.py
   pypy/branch/pyjitpl5/pypy/interpreter/eval.py
      - copied unchanged from r66081, pypy/trunk/pypy/interpreter/eval.py
   pypy/branch/pyjitpl5/pypy/interpreter/function.py
      - copied unchanged from r66081, pypy/branch/pyjitpl5/pypy/interpreter/function.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/interpreter/gateway.py
      - copied unchanged from r66081, pypy/branch/pyjitpl5/pypy/interpreter/gateway.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/interpreter/interactive.py
      - copied unchanged from r66081, pypy/trunk/pypy/interpreter/interactive.py
   pypy/branch/pyjitpl5/pypy/interpreter/module.py
      - copied unchanged from r66081, pypy/trunk/pypy/interpreter/module.py
   pypy/branch/pyjitpl5/pypy/interpreter/pycode.py
      - copied unchanged from r66081, pypy/branch/pyjitpl5/pypy/interpreter/pycode.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/interpreter/pyframe.py
      - copied unchanged from r66081, pypy/branch/pyjitpl5/pypy/interpreter/pyframe.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/interpreter/pyopcode.py
      - copied unchanged from r66081, pypy/branch/pyjitpl5/pypy/interpreter/pyopcode.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/interpreter/pyparser/
      - copied from r66081, pypy/trunk/pypy/interpreter/pyparser/
   pypy/branch/pyjitpl5/pypy/interpreter/test/
      - copied from r66081, pypy/trunk/pypy/interpreter/test/
   pypy/branch/pyjitpl5/pypy/interpreter/typedef.py
      - copied unchanged from r66081, pypy/trunk/pypy/interpreter/typedef.py
   pypy/branch/pyjitpl5/pypy/interpreter/unicodehelper.py
      - copied unchanged from r66081, pypy/trunk/pypy/interpreter/unicodehelper.py
   pypy/branch/pyjitpl5/pypy/lang/
      - copied from r66081, pypy/trunk/pypy/lang/
   pypy/branch/pyjitpl5/pypy/lib/
      - copied from r66081, pypy/trunk/pypy/lib/
   pypy/branch/pyjitpl5/pypy/module/__builtin__/
      - copied from r66081, pypy/trunk/pypy/module/__builtin__/
   pypy/branch/pyjitpl5/pypy/module/_codecs/
      - copied from r66081, pypy/trunk/pypy/module/_codecs/
   pypy/branch/pyjitpl5/pypy/module/_file/
      - copied from r66081, pypy/trunk/pypy/module/_file/
   pypy/branch/pyjitpl5/pypy/module/_locale/
      - copied from r66081, pypy/trunk/pypy/module/_locale/
   pypy/branch/pyjitpl5/pypy/module/_lsprof/
      - copied from r66081, pypy/trunk/pypy/module/_lsprof/
   pypy/branch/pyjitpl5/pypy/module/_minimal_curses/
      - copied from r66081, pypy/trunk/pypy/module/_minimal_curses/
   pypy/branch/pyjitpl5/pypy/module/_pickle_support/
      - copied from r66081, pypy/trunk/pypy/module/_pickle_support/
   pypy/branch/pyjitpl5/pypy/module/_random/
      - copied from r66081, pypy/trunk/pypy/module/_random/
   pypy/branch/pyjitpl5/pypy/module/_rawffi/
      - copied from r66081, pypy/trunk/pypy/module/_rawffi/
   pypy/branch/pyjitpl5/pypy/module/_socket/
      - copied from r66081, pypy/trunk/pypy/module/_socket/
   pypy/branch/pyjitpl5/pypy/module/_sre/
      - copied from r66081, pypy/trunk/pypy/module/_sre/
   pypy/branch/pyjitpl5/pypy/module/_ssl/
      - copied from r66081, pypy/trunk/pypy/module/_ssl/
   pypy/branch/pyjitpl5/pypy/module/_stackless/
      - copied from r66081, pypy/trunk/pypy/module/_stackless/
   pypy/branch/pyjitpl5/pypy/module/_weakref/
      - copied from r66081, pypy/trunk/pypy/module/_weakref/
   pypy/branch/pyjitpl5/pypy/module/_winreg/
      - copied from r66081, pypy/trunk/pypy/module/_winreg/
   pypy/branch/pyjitpl5/pypy/module/bz2/
      - copied from r66081, pypy/trunk/pypy/module/bz2/
   pypy/branch/pyjitpl5/pypy/module/clr/
      - copied from r66081, pypy/trunk/pypy/module/clr/
   pypy/branch/pyjitpl5/pypy/module/fcntl/
      - copied from r66081, pypy/trunk/pypy/module/fcntl/
   pypy/branch/pyjitpl5/pypy/module/gc/
      - copied from r66081, pypy/trunk/pypy/module/gc/
   pypy/branch/pyjitpl5/pypy/module/marshal/
      - copied from r66081, pypy/trunk/pypy/module/marshal/
   pypy/branch/pyjitpl5/pypy/module/md5/
      - copied from r66081, pypy/trunk/pypy/module/md5/
   pypy/branch/pyjitpl5/pypy/module/mmap/
      - copied from r66081, pypy/trunk/pypy/module/mmap/
   pypy/branch/pyjitpl5/pypy/module/operator/
      - copied from r66081, pypy/trunk/pypy/module/operator/
   pypy/branch/pyjitpl5/pypy/module/posix/
      - copied from r66081, pypy/trunk/pypy/module/posix/
   pypy/branch/pyjitpl5/pypy/module/pyexpat/
      - copied from r66081, pypy/trunk/pypy/module/pyexpat/
   pypy/branch/pyjitpl5/pypy/module/rctime/
      - copied from r66081, pypy/trunk/pypy/module/rctime/
   pypy/branch/pyjitpl5/pypy/module/sha/
      - copied from r66081, pypy/trunk/pypy/module/sha/
   pypy/branch/pyjitpl5/pypy/module/sys/
      - copied from r66081, pypy/trunk/pypy/module/sys/
   pypy/branch/pyjitpl5/pypy/module/termios/
      - copied from r66081, pypy/trunk/pypy/module/termios/
   pypy/branch/pyjitpl5/pypy/module/thread/
      - copied from r66081, pypy/trunk/pypy/module/thread/
   pypy/branch/pyjitpl5/pypy/module/unicodedata/
      - copied from r66081, pypy/trunk/pypy/module/unicodedata/
   pypy/branch/pyjitpl5/pypy/module/zipimport/
      - copied from r66081, pypy/trunk/pypy/module/zipimport/
   pypy/branch/pyjitpl5/pypy/module/zlib/
      - copied from r66081, pypy/trunk/pypy/module/zlib/
   pypy/branch/pyjitpl5/pypy/objspace/descroperation.py
      - copied unchanged from r66081, pypy/trunk/pypy/objspace/descroperation.py
   pypy/branch/pyjitpl5/pypy/objspace/fake/
      - copied from r66081, pypy/trunk/pypy/objspace/fake/
   pypy/branch/pyjitpl5/pypy/objspace/flow/flowcontext.py
      - copied unchanged from r66081, pypy/trunk/pypy/objspace/flow/flowcontext.py
   pypy/branch/pyjitpl5/pypy/objspace/flow/model.py
      - copied unchanged from r66081, pypy/branch/pyjitpl5/pypy/objspace/flow/model.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/objspace/flow/objspace.py
      - copied unchanged from r66081, pypy/trunk/pypy/objspace/flow/objspace.py
   pypy/branch/pyjitpl5/pypy/objspace/flow/specialcase.py
      - copied unchanged from r66081, pypy/trunk/pypy/objspace/flow/specialcase.py
   pypy/branch/pyjitpl5/pypy/objspace/flow/test/
      - copied from r66081, pypy/trunk/pypy/objspace/flow/test/
   pypy/branch/pyjitpl5/pypy/objspace/reflective.py
      - copied unchanged from r66081, pypy/trunk/pypy/objspace/reflective.py
   pypy/branch/pyjitpl5/pypy/objspace/std/boolobject.py
      - copied unchanged from r66081, pypy/trunk/pypy/objspace/std/boolobject.py
   pypy/branch/pyjitpl5/pypy/objspace/std/builtinshortcut.py
      - copied unchanged from r66081, pypy/trunk/pypy/objspace/std/builtinshortcut.py
   pypy/branch/pyjitpl5/pypy/objspace/std/celldict.py
      - copied unchanged from r66081, pypy/trunk/pypy/objspace/std/celldict.py
   pypy/branch/pyjitpl5/pypy/objspace/std/dictmultiobject.py
      - copied unchanged from r66081, pypy/branch/pyjitpl5/pypy/objspace/std/dictmultiobject.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/objspace/std/dictproxytype.py
      - copied unchanged from r66081, pypy/trunk/pypy/objspace/std/dictproxytype.py
   pypy/branch/pyjitpl5/pypy/objspace/std/fake.py
      - copied unchanged from r66081, pypy/trunk/pypy/objspace/std/fake.py
   pypy/branch/pyjitpl5/pypy/objspace/std/listtype.py
      - copied unchanged from r66081, pypy/trunk/pypy/objspace/std/listtype.py
   pypy/branch/pyjitpl5/pypy/objspace/std/marshal_impl.py
      - copied unchanged from r66081, pypy/trunk/pypy/objspace/std/marshal_impl.py
   pypy/branch/pyjitpl5/pypy/objspace/std/model.py
      - copied unchanged from r66081, pypy/trunk/pypy/objspace/std/model.py
   pypy/branch/pyjitpl5/pypy/objspace/std/mro.py
      - copied unchanged from r66081, pypy/trunk/pypy/objspace/std/mro.py
   pypy/branch/pyjitpl5/pypy/objspace/std/objspace.py
      - copied unchanged from r66081, pypy/trunk/pypy/objspace/std/objspace.py
   pypy/branch/pyjitpl5/pypy/objspace/std/rangeobject.py
      - copied unchanged from r66081, pypy/trunk/pypy/objspace/std/rangeobject.py
   pypy/branch/pyjitpl5/pypy/objspace/std/register_all.py
      - copied unchanged from r66081, pypy/trunk/pypy/objspace/std/register_all.py
   pypy/branch/pyjitpl5/pypy/objspace/std/ropeobject.py
      - copied unchanged from r66081, pypy/trunk/pypy/objspace/std/ropeobject.py
   pypy/branch/pyjitpl5/pypy/objspace/std/stdtypedef.py
      - copied unchanged from r66081, pypy/trunk/pypy/objspace/std/stdtypedef.py
   pypy/branch/pyjitpl5/pypy/objspace/std/stringobject.py
      - copied unchanged from r66081, pypy/trunk/pypy/objspace/std/stringobject.py
   pypy/branch/pyjitpl5/pypy/objspace/std/strutil.py
      - copied unchanged from r66081, pypy/trunk/pypy/objspace/std/strutil.py
   pypy/branch/pyjitpl5/pypy/objspace/std/test/
      - copied from r66081, pypy/trunk/pypy/objspace/std/test/
   pypy/branch/pyjitpl5/pypy/objspace/std/unicodeobject.py
      - copied unchanged from r66081, pypy/trunk/pypy/objspace/std/unicodeobject.py
   pypy/branch/pyjitpl5/pypy/objspace/test/
      - copied from r66081, pypy/trunk/pypy/objspace/test/
   pypy/branch/pyjitpl5/pypy/objspace/thunk.py
      - copied unchanged from r66081, pypy/trunk/pypy/objspace/thunk.py
   pypy/branch/pyjitpl5/pypy/rlib/_rsocket_rffi.py
      - copied unchanged from r66081, pypy/trunk/pypy/rlib/_rsocket_rffi.py
   pypy/branch/pyjitpl5/pypy/rlib/bitmanipulation.py
      - copied unchanged from r66081, pypy/trunk/pypy/rlib/bitmanipulation.py
   pypy/branch/pyjitpl5/pypy/rlib/libffi.py
      - copied unchanged from r66081, pypy/branch/pyjitpl5/pypy/rlib/libffi.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/rlib/objectmodel.py
      - copied unchanged from r66081, pypy/trunk/pypy/rlib/objectmodel.py
   pypy/branch/pyjitpl5/pypy/rlib/rcoroutine.py
      - copied unchanged from r66081, pypy/branch/pyjitpl5/pypy/rlib/rcoroutine.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/rlib/rmd5.py
      - copied unchanged from r66081, pypy/trunk/pypy/rlib/rmd5.py
   pypy/branch/pyjitpl5/pypy/rlib/rposix.py
      - copied unchanged from r66081, pypy/trunk/pypy/rlib/rposix.py
   pypy/branch/pyjitpl5/pypy/rlib/rsdl/
      - copied from r66081, pypy/trunk/pypy/rlib/rsdl/
   pypy/branch/pyjitpl5/pypy/rlib/rsocket.py
      - copied unchanged from r66081, pypy/trunk/pypy/rlib/rsocket.py
   pypy/branch/pyjitpl5/pypy/rlib/rsre/
      - copied from r66081, pypy/trunk/pypy/rlib/rsre/
   pypy/branch/pyjitpl5/pypy/rlib/rstack.py
      - copied unchanged from r66081, pypy/trunk/pypy/rlib/rstack.py
   pypy/branch/pyjitpl5/pypy/rlib/runicode.py
      - copied unchanged from r66081, pypy/trunk/pypy/rlib/runicode.py
   pypy/branch/pyjitpl5/pypy/rlib/rwin32.py
      - copied unchanged from r66081, pypy/trunk/pypy/rlib/rwin32.py
   pypy/branch/pyjitpl5/pypy/rlib/rzipfile.py
      - copied unchanged from r66081, pypy/trunk/pypy/rlib/rzipfile.py
   pypy/branch/pyjitpl5/pypy/rlib/rzlib.py
      - copied unchanged from r66081, pypy/trunk/pypy/rlib/rzlib.py
   pypy/branch/pyjitpl5/pypy/rlib/streamio.py
      - copied unchanged from r66081, pypy/trunk/pypy/rlib/streamio.py
   pypy/branch/pyjitpl5/pypy/rlib/test/test_bitmanipulation.py
      - copied unchanged from r66081, pypy/trunk/pypy/rlib/test/test_bitmanipulation.py
   pypy/branch/pyjitpl5/pypy/rlib/test/test_rsocket.py
      - copied unchanged from r66081, pypy/trunk/pypy/rlib/test/test_rsocket.py
   pypy/branch/pyjitpl5/pypy/rlib/test/test_runicode.py
      - copied unchanged from r66081, pypy/trunk/pypy/rlib/test/test_runicode.py
   pypy/branch/pyjitpl5/pypy/rlib/test/test_rzipfile.py
      - copied unchanged from r66081, pypy/trunk/pypy/rlib/test/test_rzipfile.py
   pypy/branch/pyjitpl5/pypy/rlib/test/test_streamio.py
      - copied unchanged from r66081, pypy/trunk/pypy/rlib/test/test_streamio.py
   pypy/branch/pyjitpl5/pypy/rpython/callparse.py
      - copied unchanged from r66081, pypy/trunk/pypy/rpython/callparse.py
   pypy/branch/pyjitpl5/pypy/rpython/llinterp.py
      - copied unchanged from r66081, pypy/branch/pyjitpl5/pypy/rpython/llinterp.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/rpython/lltypesystem/ll2ctypes.py
      - copied unchanged from r66081, pypy/branch/pyjitpl5/pypy/rpython/lltypesystem/ll2ctypes.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/rpython/lltypesystem/lloperation.py
      - copied unchanged from r66081, pypy/branch/pyjitpl5/pypy/rpython/lltypesystem/lloperation.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/rpython/lltypesystem/rffi.py
      - copied unchanged from r66081, pypy/branch/pyjitpl5/pypy/rpython/lltypesystem/rffi.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/rpython/lltypesystem/rstr.py
      - copied unchanged from r66081, pypy/branch/pyjitpl5/pypy/rpython/lltypesystem/rstr.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/rpython/lltypesystem/test/test_rffi.py
      - copied unchanged from r66081, pypy/trunk/pypy/rpython/lltypesystem/test/test_rffi.py
   pypy/branch/pyjitpl5/pypy/rpython/memory/gc/semispace.py
      - copied unchanged from r66081, pypy/trunk/pypy/rpython/memory/gc/semispace.py
   pypy/branch/pyjitpl5/pypy/rpython/module/ll_os.py
      - copied unchanged from r66081, pypy/trunk/pypy/rpython/module/ll_os.py
   pypy/branch/pyjitpl5/pypy/rpython/module/ll_os_stat.py
      - copied unchanged from r66081, pypy/branch/pyjitpl5/pypy/rpython/module/ll_os_stat.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/rpython/module/ll_time.py
      - copied unchanged from r66081, pypy/trunk/pypy/rpython/module/ll_time.py
   pypy/branch/pyjitpl5/pypy/rpython/module/test/test_ll_os.py
      - copied unchanged from r66081, pypy/trunk/pypy/rpython/module/test/test_ll_os.py
   pypy/branch/pyjitpl5/pypy/rpython/module/test/test_ll_time.py
      - copied unchanged from r66081, pypy/trunk/pypy/rpython/module/test/test_ll_time.py
   pypy/branch/pyjitpl5/pypy/rpython/module/test/test_posix.py
      - copied unchanged from r66081, pypy/branch/pyjitpl5/pypy/rpython/module/test/test_posix.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/rpython/numpy/
      - copied from r66081, pypy/trunk/pypy/rpython/numpy/
   pypy/branch/pyjitpl5/pypy/rpython/ootypesystem/rstr.py
      - copied unchanged from r66081, pypy/trunk/pypy/rpython/ootypesystem/rstr.py
   pypy/branch/pyjitpl5/pypy/rpython/rmodel.py
      - copied unchanged from r66081, pypy/trunk/pypy/rpython/rmodel.py
   pypy/branch/pyjitpl5/pypy/rpython/rpbc.py
      - copied unchanged from r66081, pypy/trunk/pypy/rpython/rpbc.py
   pypy/branch/pyjitpl5/pypy/rpython/rstr.py
      - copied unchanged from r66081, pypy/trunk/pypy/rpython/rstr.py
   pypy/branch/pyjitpl5/pypy/rpython/rtyper.py
      - copied unchanged from r66081, pypy/trunk/pypy/rpython/rtyper.py
   pypy/branch/pyjitpl5/pypy/rpython/test/test_rdict.py
      - copied unchanged from r66081, pypy/trunk/pypy/rpython/test/test_rdict.py
   pypy/branch/pyjitpl5/pypy/rpython/test/test_rstr.py
      - copied unchanged from r66081, pypy/branch/pyjitpl5/pypy/rpython/test/test_rstr.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/rpython/test/test_runicode.py
      - copied unchanged from r66081, pypy/branch/pyjitpl5/pypy/rpython/test/test_runicode.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/rpython/tool/
      - copied from r66081, pypy/trunk/pypy/rpython/tool/
   pypy/branch/pyjitpl5/pypy/testrunner_cfg.py
      - copied unchanged from r66081, pypy/trunk/pypy/testrunner_cfg.py
   pypy/branch/pyjitpl5/pypy/tool/_enum_exceptions_broken.py
      - copied unchanged from r66081, pypy/trunk/pypy/tool/_enum_exceptions_broken.py
   pypy/branch/pyjitpl5/pypy/tool/algo/
      - copied from r66081, pypy/trunk/pypy/tool/algo/
   pypy/branch/pyjitpl5/pypy/tool/cache.py
      - copied unchanged from r66081, pypy/trunk/pypy/tool/cache.py
   pypy/branch/pyjitpl5/pypy/tool/importfun.py
      - copied unchanged from r66081, pypy/trunk/pypy/tool/importfun.py
   pypy/branch/pyjitpl5/pypy/tool/isolate.py
      - copied unchanged from r66081, pypy/trunk/pypy/tool/isolate.py
   pypy/branch/pyjitpl5/pypy/tool/makerelease.py
      - copied unchanged from r66081, pypy/trunk/pypy/tool/makerelease.py
   pypy/branch/pyjitpl5/pypy/tool/pydis.py
      - copied unchanged from r66081, pypy/trunk/pypy/tool/pydis.py
   pypy/branch/pyjitpl5/pypy/tool/pytest/
      - copied from r66081, pypy/trunk/pypy/tool/pytest/
   pypy/branch/pyjitpl5/pypy/tool/test/
      - copied from r66081, pypy/trunk/pypy/tool/test/
   pypy/branch/pyjitpl5/pypy/tool/watchdog.py
      - copied unchanged from r66081, pypy/trunk/pypy/tool/watchdog.py
   pypy/branch/pyjitpl5/pypy/tool/watchdog_nt.py
      - copied unchanged from r66081, pypy/trunk/pypy/tool/watchdog_nt.py
   pypy/branch/pyjitpl5/pypy/translator/backendopt/all.py
      - copied unchanged from r66081, pypy/trunk/pypy/translator/backendopt/all.py
   pypy/branch/pyjitpl5/pypy/translator/backendopt/malloc.py
      - copied unchanged from r66081, pypy/trunk/pypy/translator/backendopt/malloc.py
   pypy/branch/pyjitpl5/pypy/translator/backendopt/ssa.py
      - copied unchanged from r66081, pypy/trunk/pypy/translator/backendopt/ssa.py
   pypy/branch/pyjitpl5/pypy/translator/backendopt/test/test_malloc.py
      - copied unchanged from r66081, pypy/trunk/pypy/translator/backendopt/test/test_malloc.py
   pypy/branch/pyjitpl5/pypy/translator/backendopt/test/test_merge_if_blocks.py
      - copied unchanged from r66081, pypy/branch/pyjitpl5/pypy/translator/backendopt/test/test_merge_if_blocks.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/translator/benchmark/
      - copied from r66081, pypy/trunk/pypy/translator/benchmark/
   pypy/branch/pyjitpl5/pypy/translator/c/dlltool.py
      - copied unchanged from r66081, pypy/trunk/pypy/translator/c/dlltool.py
   pypy/branch/pyjitpl5/pypy/translator/c/external.py
      - copied unchanged from r66081, pypy/trunk/pypy/translator/c/external.py
   pypy/branch/pyjitpl5/pypy/translator/c/funcgen.py
      - copied unchanged from r66081, pypy/branch/pyjitpl5/pypy/translator/c/funcgen.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/translator/c/gc.py
      - copied unchanged from r66081, pypy/trunk/pypy/translator/c/gc.py
   pypy/branch/pyjitpl5/pypy/translator/c/gcc/test/
      - copied from r66081, pypy/trunk/pypy/translator/c/gcc/test/
   pypy/branch/pyjitpl5/pypy/translator/c/gcc/trackgcroot.py
      - copied unchanged from r66081, pypy/branch/pyjitpl5/pypy/translator/c/gcc/trackgcroot.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/translator/c/genc.py
      - copied unchanged from r66081, pypy/branch/pyjitpl5/pypy/translator/c/genc.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/translator/c/node.py
      - copied unchanged from r66081, pypy/trunk/pypy/translator/c/node.py
   pypy/branch/pyjitpl5/pypy/translator/c/src/thread_nt.h
      - copied unchanged from r66081, pypy/trunk/pypy/translator/c/src/thread_nt.h
   pypy/branch/pyjitpl5/pypy/translator/c/src/thread_pthread.h
      - copied unchanged from r66081, pypy/trunk/pypy/translator/c/src/thread_pthread.h
   pypy/branch/pyjitpl5/pypy/translator/c/support.py
      - copied unchanged from r66081, pypy/trunk/pypy/translator/c/support.py
   pypy/branch/pyjitpl5/pypy/translator/c/test/test_dlltool.py
      - copied unchanged from r66081, pypy/trunk/pypy/translator/c/test/test_dlltool.py
   pypy/branch/pyjitpl5/pypy/translator/c/test/test_extfunc.py
      - copied unchanged from r66081, pypy/trunk/pypy/translator/c/test/test_extfunc.py
   pypy/branch/pyjitpl5/pypy/translator/c/test/test_genc.py
      - copied unchanged from r66081, pypy/trunk/pypy/translator/c/test/test_genc.py
   pypy/branch/pyjitpl5/pypy/translator/c/test/test_newgc.py
      - copied unchanged from r66081, pypy/trunk/pypy/translator/c/test/test_newgc.py
   pypy/branch/pyjitpl5/pypy/translator/c/test/test_stackless.py
      - copied unchanged from r66081, pypy/trunk/pypy/translator/c/test/test_stackless.py
   pypy/branch/pyjitpl5/pypy/translator/c/test/test_standalone.py
      - copied unchanged from r66081, pypy/trunk/pypy/translator/c/test/test_standalone.py
   pypy/branch/pyjitpl5/pypy/translator/cli/carbonpython.py
      - copied unchanged from r66081, pypy/trunk/pypy/translator/cli/carbonpython.py
   pypy/branch/pyjitpl5/pypy/translator/cli/rte.py
      - copied unchanged from r66081, pypy/branch/pyjitpl5/pypy/translator/cli/rte.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/translator/cli/src/pypylib.cs
      - copied unchanged from r66081, pypy/branch/pyjitpl5/pypy/translator/cli/src/pypylib.cs.merge.tmp
   pypy/branch/pyjitpl5/pypy/translator/cli/test/test_builtin.py
      - copied unchanged from r66081, pypy/trunk/pypy/translator/cli/test/test_builtin.py
   pypy/branch/pyjitpl5/pypy/translator/cli/test/test_carbonpython.py
      - copied unchanged from r66081, pypy/branch/pyjitpl5/pypy/translator/cli/test/test_carbonpython.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/translator/driver.py
      - copied unchanged from r66081, pypy/branch/pyjitpl5/pypy/translator/driver.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/translator/geninterplevel.py
      - copied unchanged from r66081, pypy/trunk/pypy/translator/geninterplevel.py
   pypy/branch/pyjitpl5/pypy/translator/gensupp.py
      - copied unchanged from r66081, pypy/trunk/pypy/translator/gensupp.py
   pypy/branch/pyjitpl5/pypy/translator/goal/app_main.py
      - copied unchanged from r66081, pypy/trunk/pypy/translator/goal/app_main.py
   pypy/branch/pyjitpl5/pypy/translator/goal/bench-cronjob.py
      - copied unchanged from r66081, pypy/trunk/pypy/translator/goal/bench-cronjob.py
   pypy/branch/pyjitpl5/pypy/translator/goal/bench-windows.py
      - copied unchanged from r66081, pypy/trunk/pypy/translator/goal/bench-windows.py
   pypy/branch/pyjitpl5/pypy/translator/goal/launch-bench-cronjob.sh
      - copied unchanged from r66081, pypy/trunk/pypy/translator/goal/launch-bench-cronjob.sh
   pypy/branch/pyjitpl5/pypy/translator/goal/sharedpypy.py
      - copied unchanged from r66081, pypy/trunk/pypy/translator/goal/sharedpypy.py
   pypy/branch/pyjitpl5/pypy/translator/goal/targetgbfullprofiling.py
      - copied unchanged from r66081, pypy/trunk/pypy/translator/goal/targetgbfullprofiling.py
   pypy/branch/pyjitpl5/pypy/translator/goal/targetpypystandalone.py
      - copied unchanged from r66081, pypy/branch/pyjitpl5/pypy/translator/goal/targetpypystandalone.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/translator/goal/translate.py
      - copied unchanged from r66081, pypy/trunk/pypy/translator/goal/translate.py
   pypy/branch/pyjitpl5/pypy/translator/goal/win32/
      - copied from r66081, pypy/trunk/pypy/translator/goal/win32/
   pypy/branch/pyjitpl5/pypy/translator/interactive.py
      - copied unchanged from r66081, pypy/trunk/pypy/translator/interactive.py
   pypy/branch/pyjitpl5/pypy/translator/jvm/database.py
      - copied unchanged from r66081, pypy/trunk/pypy/translator/jvm/database.py
   pypy/branch/pyjitpl5/pypy/translator/jvm/generator.py
      - copied unchanged from r66081, pypy/trunk/pypy/translator/jvm/generator.py
   pypy/branch/pyjitpl5/pypy/translator/jvm/genjvm.py
      - copied unchanged from r66081, pypy/trunk/pypy/translator/jvm/genjvm.py
   pypy/branch/pyjitpl5/pypy/translator/jvm/metavm.py
      - copied unchanged from r66081, pypy/trunk/pypy/translator/jvm/metavm.py
   pypy/branch/pyjitpl5/pypy/translator/jvm/node.py
      - copied unchanged from r66081, pypy/trunk/pypy/translator/jvm/node.py
   pypy/branch/pyjitpl5/pypy/translator/jvm/src/
      - copied from r66081, pypy/trunk/pypy/translator/jvm/src/
   pypy/branch/pyjitpl5/pypy/translator/jvm/test/
      - copied from r66081, pypy/trunk/pypy/translator/jvm/test/
   pypy/branch/pyjitpl5/pypy/translator/microbench/
      - copied from r66081, pypy/trunk/pypy/translator/microbench/
   pypy/branch/pyjitpl5/pypy/translator/oosupport/metavm.py
      - copied unchanged from r66081, pypy/trunk/pypy/translator/oosupport/metavm.py
   pypy/branch/pyjitpl5/pypy/translator/oosupport/test_template/builtin.py
      - copied unchanged from r66081, pypy/trunk/pypy/translator/oosupport/test_template/builtin.py
   pypy/branch/pyjitpl5/pypy/translator/oosupport/test_template/cast.py
      - copied unchanged from r66081, pypy/trunk/pypy/translator/oosupport/test_template/cast.py
   pypy/branch/pyjitpl5/pypy/translator/platform/__init__.py
      - copied unchanged from r66081, pypy/branch/pyjitpl5/pypy/translator/platform/__init__.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/translator/platform/darwin.py
      - copied unchanged from r66081, pypy/trunk/pypy/translator/platform/darwin.py
   pypy/branch/pyjitpl5/pypy/translator/platform/freebsd7.py
      - copied unchanged from r66081, pypy/trunk/pypy/translator/platform/freebsd7.py
   pypy/branch/pyjitpl5/pypy/translator/platform/posix.py
      - copied unchanged from r66081, pypy/branch/pyjitpl5/pypy/translator/platform/posix.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/translator/platform/windows.py
      - copied unchanged from r66081, pypy/trunk/pypy/translator/platform/windows.py
   pypy/branch/pyjitpl5/pypy/translator/sandbox/
      - copied from r66081, pypy/trunk/pypy/translator/sandbox/
   pypy/branch/pyjitpl5/pypy/translator/stackless/
      - copied from r66081, pypy/trunk/pypy/translator/stackless/
   pypy/branch/pyjitpl5/pypy/translator/test/rpystone_newstyle.py
      - copied unchanged from r66081, pypy/trunk/pypy/translator/test/rpystone_newstyle.py
   pypy/branch/pyjitpl5/pypy/translator/test/snippet.py
      - copied unchanged from r66081, pypy/trunk/pypy/translator/test/snippet.py
   pypy/branch/pyjitpl5/pypy/translator/test/test_driver.py
      - copied unchanged from r66081, pypy/trunk/pypy/translator/test/test_driver.py
   pypy/branch/pyjitpl5/pypy/translator/test/test_geninterp.py
      - copied unchanged from r66081, pypy/trunk/pypy/translator/test/test_geninterp.py
   pypy/branch/pyjitpl5/pypy/translator/test/test_interactive.py
      - copied unchanged from r66081, pypy/trunk/pypy/translator/test/test_interactive.py
   pypy/branch/pyjitpl5/pypy/translator/tool/cbuild.py
      - copied unchanged from r66081, pypy/branch/pyjitpl5/pypy/translator/tool/cbuild.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/translator/tool/make_dot.py
      - copied unchanged from r66081, pypy/trunk/pypy/translator/tool/make_dot.py
   pypy/branch/pyjitpl5/pypy/translator/tool/taskengine.py
      - copied unchanged from r66081, pypy/trunk/pypy/translator/tool/taskengine.py
   pypy/branch/pyjitpl5/pypy/translator/transform.py
      - copied unchanged from r66081, pypy/trunk/pypy/translator/transform.py
Removed:
   pypy/branch/pyjitpl5/lib-python/conftest.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/annotation/annrpython.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/annotation/binaryop.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/annotation/bookkeeper.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/annotation/model.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/annotation/specialize.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/annotation/unaryop.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/config/test/test_config.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/config/translationoption.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/doc/aspect_oriented_programming.txt
   pypy/branch/pyjitpl5/pypy/doc/config/translation.llvm.debug.txt
   pypy/branch/pyjitpl5/pypy/doc/config/translation.llvm.isolate.txt
   pypy/branch/pyjitpl5/pypy/doc/config/translation.llvm.logging.txt
   pypy/branch/pyjitpl5/pypy/doc/config/translation.llvm.opt_options.txt
   pypy/branch/pyjitpl5/pypy/doc/config/translation.llvm.txt
   pypy/branch/pyjitpl5/pypy/doc/config/translation.llvm_via_c.txt
   pypy/branch/pyjitpl5/pypy/doc/dynamic-language-translation.txt
   pypy/branch/pyjitpl5/pypy/doc/home.txt
   pypy/branch/pyjitpl5/pypy/doc/js/
   pypy/branch/pyjitpl5/pypy/doc/summer-of-pypy.txt
   pypy/branch/pyjitpl5/pypy/interpreter/baseobjspace.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/interpreter/function.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/interpreter/gateway.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/interpreter/pycode.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/interpreter/pyframe.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/interpreter/pyopcode.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/interpreter/stablecompiler/
   pypy/branch/pyjitpl5/pypy/objspace/flow/model.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/objspace/std/dictmultiobject.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/rlib/libffi.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/rlib/rcoroutine.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/rpython/llinterp.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/rpython/lltypesystem/ll2ctypes.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/rpython/lltypesystem/lloperation.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/rpython/lltypesystem/rffi.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/rpython/lltypesystem/rstr.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/rpython/memory/gctransform/llvmgcroot.py
   pypy/branch/pyjitpl5/pypy/rpython/module/ll_os_stat.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/rpython/module/test/test_posix.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/rpython/ootypesystem/bltregistry.py
   pypy/branch/pyjitpl5/pypy/rpython/ootypesystem/extdesc.py
   pypy/branch/pyjitpl5/pypy/rpython/ootypesystem/rbltregistry.py
   pypy/branch/pyjitpl5/pypy/rpython/ootypesystem/test/test_bltann.py
   pypy/branch/pyjitpl5/pypy/rpython/test/test_rstr.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/rpython/test/test_runicode.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/tool/codespeak-gendoc.py
   pypy/branch/pyjitpl5/pypy/translator/backendopt/test/test_merge_if_blocks.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/translator/c/funcgen.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/translator/c/gcc/trackgcroot.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/translator/c/genc.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/translator/cli/rte.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/translator/cli/src/pypylib.cs.merge.tmp
   pypy/branch/pyjitpl5/pypy/translator/cli/test/test_carbonpython.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/translator/driver.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/translator/goal/targetportal.py
   pypy/branch/pyjitpl5/pypy/translator/goal/targetpypystandalone.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/translator/jvm/platform.py
   pypy/branch/pyjitpl5/pypy/translator/platform/__init__.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/translator/platform/posix.py.merge.tmp
   pypy/branch/pyjitpl5/pypy/translator/tool/cbuild.py.merge.tmp
Log:
Finish the merge of trunk into pyjitpl5.




More information about the Pypy-commit mailing list