COPYING.txt MANIFEST Makefile README.txt benchmark/_notyet_time_exceptions.py benchmark/psycobench.py benchmark/time_anyall.py benchmark/time_builtins.py benchmark/time_fib.py benchmark/time_generators.py benchmark/time_iter.py benchmark/time_math.py benchmark/time_properties.py benchmark/time_subdist.py benchmark/time_sums.py c/Makefile c/Modules/parray.c c/Modules/pmath.c c/Modules/ppsyco.c c/Objects/compactobject.c c/Objects/compactobject.h c/Objects/genstateobject.h c/Objects/pabstract.c c/Objects/pabstract.h c/Objects/pboolobject.c c/Objects/pboolobject.h c/Objects/pclassobject.c c/Objects/pclassobject.h c/Objects/pcompactobject.c c/Objects/pcompactobject.h c/Objects/pdescrobject.c c/Objects/pdescrobject.h c/Objects/pdictobject.c c/Objects/pdictobject.h c/Objects/penumerate.c c/Objects/penumerate.h c/Objects/pfloatobject.c c/Objects/pfloatobject.h c/Objects/pfuncobject.c c/Objects/pfuncobject.h c/Objects/pgenobject.c c/Objects/pgenobject.h c/Objects/pintobject.c c/Objects/pintobject.h c/Objects/piterobject.c c/Objects/piterobject.h c/Objects/plistobject.c c/Objects/plistobject.h c/Objects/plongobject.c c/Objects/plongobject.h c/Objects/pmethodobject.c c/Objects/pmethodobject.h c/Objects/pobject.c c/Objects/pobject.h c/Objects/prangeobject.c c/Objects/prangeobject.h c/Objects/psetobject.c c/Objects/psetobject.h c/Objects/pstringobject.c c/Objects/pstringobject.h c/Objects/pstructmember.c c/Objects/pstructmember.h c/Objects/ptupleobject.c c/Objects/ptupleobject.h c/Objects/ptypeobject.c c/Objects/ptypeobject.h c/Python/frames.c c/Python/frames.h c/Python/pbltinmodule.c c/Python/pbltinmodule.h c/Python/pycheader.h c/Python/pycinternal.h c/Python/pycompiler.c c/Python/pycompiler.h c/Python/pycompiler_except.h c/Python/pycompiler_loop.h c/Python/pycompiler_switch.h c/Python/pyver.h c/blockalloc.h c/codegen.c c/codegen.h c/codemanager.c c/codemanager.h c/cstruct.c c/cstruct.h c/depend.py c/dispatcher.c c/dispatcher.h c/files.py c/gensupp.c c/gensupp.h c/i386/idispatcher.c c/i386/idispatcher.h c/i386/iencoding.c c/i386/iencoding.h c/i386/iinitialize.h c/i386/iprocessor.c c/i386/ipyencoding.c c/i386/ipyencoding.h c/initialize.h c/ivm/idispatcher.c c/ivm/idispatcher.h c/ivm/iencoding.c c/ivm/iencoding.h c/ivm/iinitialize.h c/ivm/iprocessor.c c/ivm/ipyencoding.c c/ivm/ipyencoding.h c/ivm/ivm-insns.c c/ivm/ivm-insns.h c/ivm/localsetup.py c/ivm/prolog/Makefile c/ivm/prolog/ccode.pl c/ivm/prolog/detcheck.pl c/ivm/prolog/insns-igen-h.i.default c/ivm/prolog/insns-igen.i.default c/ivm/prolog/insns-switch.i.default c/ivm/prolog/insns-table.py.default c/ivm/prolog/insns-threaded.i.default c/ivm/prolog/insns.pl c/ivm/prolog/insns.py c/ivm/prolog/insnset.py c/ivm/prolog/mode_combine.pl.default c/ivm/prolog/optimize.pl c/ivm/prolog/samelines.py c/ivm/prolog/utils.pl c/ivm/prolog/vm.pl c/ivm/prolog/vmwriter.pl c/linuxmemchk.c c/linuxmemchk.h c/mergepoints.c c/mergepoints.h c/mkincl.py c/mychecker.py c/platform.c c/platform.h c/processor.h c/profile.c c/profile.h c/psyco.c c/psyco.h c/psyfunc.c c/psyfunc.h c/pycodegen.h c/stats.c c/stats.h c/timing.h c/totalrecall.c c/totalrecall.h c/vcompiler.c c/vcompiler.h c/versionchecker.py c/win32/psyco-ivm.vcproj c/win32/psyco.vcproj doc/Makefile doc/README.txt doc/psycoguide.tex psyco/__init__.py psyco/builtin.py psyco/classes.py psyco/clibrary.py psyco/core.py psyco/kdictproxy.py psyco/logger.py psyco/support.py py-support/__init__.py py-support/builtin.py py-support/classes.py py-support/clibrary.py py-support/core.py py-support/kdictproxy.py py-support/logger.py py-support/support.py py-utils/cfg_switch.py py-utils/cvs.py py-utils/httpxam.py py-utils/ivmdump.py py-utils/ivmextract.py py-utils/ivmoptimize.py py-utils/manifest.py py-utils/symbols.py py-utils/vinfo_dump.py py-utils/win32/README.TXT py-utils/xam.py py-utils/xamsupport.c run_unittest.sh setup.py test/bpnn.py test/btrun.py test/classicregrtest.py test/file1-basetests test/file2-basetests.uu test/forever.py test/fulltester.py test/fulltester_mingw32.py test/last_working_base.py test/life-psyco.py test/life.py test/pystone-jit.py test/pystone.py test/regrtester.py test/regrtester2.py test/test1.py test/test3.py test/test5.py test/test_base.py test/test_builtin.py test/test_compactobject.py test/test_misc.py test/test_regression.py test/test_tokenize_mod.py test/testnotes.txt test/tokenize_mod.py