[pypy-svn] r49053 - in pypy/dist/pypy: annotation bin config doc interpreter jit module/_file module/mmap module/readline module/signal objspace/cpy rlib rlib/rcairo rlib/rctypes rpython rpython/lltypesystem rpython/lltypesystem/test rpython/memory rpython/rctypes rpython/test translator translator/c translator/c/src translator/c/test translator/goal translator/llsupport translator/test translator/tool

arigo at codespeak.net arigo at codespeak.net
Sat Nov 24 18:53:42 CET 2007


Author: arigo
Date: Sat Nov 24 18:53:42 2007
New Revision: 49053

Added:
   pypy/dist/pypy/annotation/builtin.py
      - copied unchanged from r49052, pypy/branch/remove-extcompiler-rctypes/pypy/annotation/builtin.py
   pypy/dist/pypy/bin/
      - copied from r49052, pypy/branch/remove-extcompiler-rctypes/pypy/bin/
   pypy/dist/pypy/config/pypyoption.py
      - copied unchanged from r49052, pypy/dist/pypy/config/pypyoption.py.merge.tmp
   pypy/dist/pypy/doc/cleanup-todo.txt
      - copied unchanged from r49052, pypy/branch/remove-extcompiler-rctypes/pypy/doc/cleanup-todo.txt
   pypy/dist/pypy/doc/faq.txt
      - copied unchanged from r49052, pypy/branch/remove-extcompiler-rctypes/pypy/doc/faq.txt
   pypy/dist/pypy/doc/index.txt
      - copied unchanged from r49052, pypy/branch/remove-extcompiler-rctypes/pypy/doc/index.txt
   pypy/dist/pypy/doc/project-ideas.txt
      - copied unchanged from r49052, pypy/branch/remove-extcompiler-rctypes/pypy/doc/project-ideas.txt
   pypy/dist/pypy/interpreter/
      - copied from r49052, pypy/branch/remove-extcompiler-rctypes/pypy/interpreter/
   pypy/dist/pypy/jit/
      - copied from r49052, pypy/branch/remove-extcompiler-rctypes/pypy/jit/
   pypy/dist/pypy/module/_file/
      - copied from r49052, pypy/branch/remove-extcompiler-rctypes/pypy/module/_file/
   pypy/dist/pypy/module/mmap/
      - copied from r49052, pypy/branch/remove-extcompiler-rctypes/pypy/module/mmap/
   pypy/dist/pypy/module/readline/
      - copied from r49052, pypy/branch/remove-extcompiler-rctypes/pypy/module/readline/
   pypy/dist/pypy/module/signal/
      - copied from r49052, pypy/branch/remove-extcompiler-rctypes/pypy/module/signal/
   pypy/dist/pypy/rlib/rcairo/
      - copied from r49052, pypy/branch/remove-extcompiler-rctypes/pypy/rlib/rcairo/
   pypy/dist/pypy/rlib/streamio.py
      - copied unchanged from r49052, pypy/branch/remove-extcompiler-rctypes/pypy/rlib/streamio.py
   pypy/dist/pypy/rpython/llinterp.py
      - copied unchanged from r49052, pypy/branch/remove-extcompiler-rctypes/pypy/rpython/llinterp.py
   pypy/dist/pypy/rpython/lltypesystem/llmemory.py
      - copied unchanged from r49052, pypy/branch/remove-extcompiler-rctypes/pypy/rpython/lltypesystem/llmemory.py
   pypy/dist/pypy/rpython/lltypesystem/lloperation.py
      - copied unchanged from r49052, pypy/branch/remove-extcompiler-rctypes/pypy/rpython/lltypesystem/lloperation.py
   pypy/dist/pypy/rpython/lltypesystem/lltype.py
      - copied unchanged from r49052, pypy/branch/remove-extcompiler-rctypes/pypy/rpython/lltypesystem/lltype.py
   pypy/dist/pypy/rpython/lltypesystem/rclass.py
      - copied unchanged from r49052, pypy/branch/remove-extcompiler-rctypes/pypy/rpython/lltypesystem/rclass.py
   pypy/dist/pypy/rpython/lltypesystem/rvirtualizable.py
      - copied unchanged from r49052, pypy/branch/remove-extcompiler-rctypes/pypy/rpython/lltypesystem/rvirtualizable.py
   pypy/dist/pypy/rpython/lltypesystem/test/
      - copied from r49052, pypy/branch/remove-extcompiler-rctypes/pypy/rpython/lltypesystem/test/
   pypy/dist/pypy/rpython/memory/
      - copied from r49052, pypy/branch/remove-extcompiler-rctypes/pypy/rpython/memory/
   pypy/dist/pypy/rpython/rbuiltin.py
      - copied unchanged from r49052, pypy/branch/remove-extcompiler-rctypes/pypy/rpython/rbuiltin.py
   pypy/dist/pypy/rpython/rmodel.py
      - copied unchanged from r49052, pypy/branch/remove-extcompiler-rctypes/pypy/rpython/rmodel.py
   pypy/dist/pypy/rpython/test/test_rbuiltin.py
      - copied unchanged from r49052, pypy/dist/pypy/rpython/test/test_rbuiltin.py.merge.tmp
   pypy/dist/pypy/translator/c/database.py
      - copied unchanged from r49052, pypy/branch/remove-extcompiler-rctypes/pypy/translator/c/database.py
   pypy/dist/pypy/translator/c/funcgen.py
      - copied unchanged from r49052, pypy/branch/remove-extcompiler-rctypes/pypy/translator/c/funcgen.py
   pypy/dist/pypy/translator/c/genc.py
      - copied unchanged from r49052, pypy/dist/pypy/translator/c/genc.py.merge.tmp
   pypy/dist/pypy/translator/c/node.py
      - copied unchanged from r49052, pypy/branch/remove-extcompiler-rctypes/pypy/translator/c/node.py
   pypy/dist/pypy/translator/c/src/exception.h
      - copied unchanged from r49052, pypy/branch/remove-extcompiler-rctypes/pypy/translator/c/src/exception.h
   pypy/dist/pypy/translator/c/src/g_include.h
      - copied unchanged from r49052, pypy/dist/pypy/translator/c/src/g_include.h.merge.tmp
   pypy/dist/pypy/translator/c/src/mem.h
      - copied unchanged from r49052, pypy/branch/remove-extcompiler-rctypes/pypy/translator/c/src/mem.h
   pypy/dist/pypy/translator/c/src/pyobj.h
      - copied unchanged from r49052, pypy/branch/remove-extcompiler-rctypes/pypy/translator/c/src/pyobj.h
   pypy/dist/pypy/translator/c/support.py
      - copied unchanged from r49052, pypy/branch/remove-extcompiler-rctypes/pypy/translator/c/support.py
   pypy/dist/pypy/translator/c/test/
      - copied from r49052, pypy/branch/remove-extcompiler-rctypes/pypy/translator/c/test/
   pypy/dist/pypy/translator/driver.py
      - copied unchanged from r49052, pypy/branch/remove-extcompiler-rctypes/pypy/translator/driver.py
   pypy/dist/pypy/translator/llsupport/
      - copied from r49052, pypy/branch/remove-extcompiler-rctypes/pypy/translator/llsupport/
   pypy/dist/pypy/translator/test/
      - copied from r49052, pypy/branch/remove-extcompiler-rctypes/pypy/translator/test/
   pypy/dist/pypy/translator/tool/
      - copied from r49052, pypy/branch/remove-extcompiler-rctypes/pypy/translator/tool/
Removed:
   pypy/dist/pypy/config/pypyoption.py.merge.tmp
   pypy/dist/pypy/doc/extcompiler.txt
   pypy/dist/pypy/objspace/cpy/
   pypy/dist/pypy/rlib/rctypes/
   pypy/dist/pypy/rpython/rcpy.py
   pypy/dist/pypy/rpython/rctypes/
   pypy/dist/pypy/rpython/test/test_rbuiltin.py.merge.tmp
   pypy/dist/pypy/translator/c/genc.py.merge.tmp
   pypy/dist/pypy/translator/c/pyobj.py
   pypy/dist/pypy/translator/c/src/g_include.h.merge.tmp
   pypy/dist/pypy/translator/c/src/module.h
   pypy/dist/pypy/translator/c/symboltable.py
   pypy/dist/pypy/translator/c/wrapper.py
   pypy/dist/pypy/translator/goal/targetdemomodule.py
   pypy/dist/pypy/translator/goal/targetrpystonex.py
Log:
(cfbolz, pedronis): Merge the remove-extcompiler-rctypes branch: kill rctypes,
the cpy objspace, the extcompiler, the support for making cpython extension
modules with genc. Make genc tests working again by writing a small ctypes
wrapper. All thse "features" were broken in various degrees.




More information about the Pypy-commit mailing list