rev 38266 PyPy Summary of Files and Lines

total number of lines 318623  
number of testlines 88248 27.70%
number of non-testlines 230375 72.30%
total number of files 2094  
number of testfiles 707 33.76%
number of non-testfiles 1387 66.24%
number of docfiles 225 10.74%
number of doclines 21071 6.61%

Details on first-level subdirectories

pypy/lang

total number of lines 9047  
number of testlines 1310 14.48%
number of non-testlines 7737 85.52%
total number of files 100  
number of testfiles 16 16.00%
number of non-testfiles 84 84.00%
number of docfiles 1 1.00%
number of doclines 1 0.01%
pypy/lang/prolog/interpreter/parsing.py 3372
pypy/lang/js/interpreter.py 731
pypy/lang/prolog/interpreter/term.py 513
pypy/lang/js/jsobj.py 395
pypy/lang/js/test/test_interp.py 386
pypy/lang/prolog/interpreter/test/test_builtin.py 313
pypy/lang/prolog/interpreter/engine.py 231
pypy/lang/prolog/interpreter/test/test_engine.py 223
pypy/lang/prolog/interpreter/main.py 169
pypy/lang/js/js_interactive.py 140
pypy/lang/prolog/builtin/formatting.py 136
pypy/lang/prolog/interpreter/translatedmain.py 134
pypy/lang/prolog/builtin/atomconstruction.py 132
pypy/lang/automata/dfa.py 129
pypy/lang/prolog/interpreter/test/test_parsing.py 98
pypy/lang/prolog/builtin/termconstruction.py 93
pypy/lang/js/autopath.py 92
pypy/lang/prolog/interpreter/autopath.py 92
pypy/lang/prolog/interpreter/choice.py 87
pypy/lang/prolog/interpreter/arithmetic.py 79
pypy/lang/js/test/ecma/LexicalConventions/CVS/Entries 78
pypy/lang/prolog/builtin/control.py 69
pypy/lang/prolog/builtin/register.py 69
pypy/lang/js/test/ecma/Expressions/CVS/Entries 69
pypy/lang/prolog/interpreter/helper.py 63
pypy/lang/prolog/interpreter/error.py 60
pypy/lang/js/jsparser.py 58
pypy/lang/prolog/interpreter/test/test_unification.py 55
pypy/lang/js/test/ecma/String/CVS/Entries 54
pypy/lang/prolog/builtin/parseraccess.py 53
pypy/lang/prolog/builtin/database.py 52
pypy/lang/prolog/builtin/type.py 51
pypy/lang/prolog/interpreter/test/dont_test_translate.py 48
pypy/lang/prolog/builtin/arithmeticbuiltin.py 45
pypy/lang/js/test/ecma/Math/CVS/Entries 42
pypy/lang/automata/test/test_dfa.py 42
pypy/lang/prolog/builtin/exception.py 42
pypy/lang/js/test/ecma/Number/CVS/Entries 39
pypy/lang/prolog/interpreter/test/tool.py 36
pypy/lang/js/test/ecma/Statements/CVS/Entries 34
pypy/lang/prolog/builtin/unify.py 34
pypy/lang/js/driver.py 31
pypy/lang/prolog/builtin/allsolution.py 29
pypy/lang/prolog/builtin/source.py 28
pypy/lang/js/test/ecma/ExecutionContexts/CVS/Entries 28
pypy/lang/prolog/builtin/test/test_formatting.py 28
pypy/lang/js/test/test_parser.py 26
pypy/lang/js/test/ecma/Boolean/CVS/Entries 25
pypy/lang/prolog/interpreter/test/test_arithmetic.py 22
pypy/lang/js/test/autotestbase.py 22
pypy/lang/js/test/ecma/FunctionObjects/CVS/Entries 21
pypy/lang/js/test/ecma/GlobalObject/CVS/Entries 19
pypy/lang/js/test/ecma/ObjectObjects/CVS/Entries 17
pypy/lang/prolog/builtin/metacall.py 17
pypy/lang/js/test/ecma/TypeConversion/CVS/Entries 16
pypy/lang/prolog/builtin/__init__.py 15
pypy/lang/prolog/interpreter/test/test_standard.py 11
pypy/lang/prolog/interpreter/conftest.py 7
pypy/lang/js/test/ecma/Types/CVS/Entries 6
pypy/lang/js/test/ecma/NativeObjects/CVS/Entries 5
pypy/lang/js/test/ecma/SourceText/CVS/Entries 5

pypy/module

total number of lines 29104  
number of testlines 9337 32.08%
number of non-testlines 19767 67.92%
total number of files 220  
number of testfiles 80 36.36%
number of non-testfiles 140 63.64%
number of docfiles 2 0.91%
number of doclines 16 0.05%
pypy/module/_ssl/ssl.py 2662
pypy/module/_codecs/app_codecs.py 1449
pypy/module/_sre/interp_sre.py 1038
pypy/module/_sre/test/test_app_sre.py 758
pypy/module/_ssl/bio.py 665
pypy/module/mmap/interp_mmap.py 659
pypy/module/marshal/test/test_marshal.py 565
pypy/module/_stackless/test/test_greenlet.py 546
pypy/module/bz2/interp_bz2.py 546
pypy/module/mmap/test/test_mmap.py 516
pypy/module/_ssl/interp_ssl.py 509
pypy/module/__builtin__/app_sets.py 495
pypy/module/__builtin__/importing.py 490
pypy/module/__builtin__/test/test_builtin.py 474
pypy/module/rsocket/interp_socket.py 443
pypy/module/marshal/interp_marshal.py 442
pypy/module/__builtin__/test/test_import.py 416
pypy/module/recparser/leftout/pgen.py 407
pypy/module/array/app_array.py 401
pypy/module/rctime/interp_time.py 400
pypy/module/posix/interp_posix.py 393
pypy/module/rsocket/test/test_sock_app.py 373
pypy/module/__builtin__/app_functional.py 367
pypy/module/_file/test/test_file_extra.py 344
pypy/module/rsocket/interp_func.py 323
pypy/module/sys/test/test_sysmodule.py 318
pypy/module/bz2/test/test_bz2_file.py 318
pypy/module/__builtin__/app_complex.py 314
pypy/module/_weakref/test/test_weakref.py 310
pypy/module/_stackless/test/test_interp_coroutine.py 292
pypy/module/bz2/bzlib.py 284
pypy/module/Numeric/interp_numeric.py 282
pypy/module/_stackless/interp_coroutine.py 270
pypy/module/_stackless/coroutine.py 267
pypy/module/recparser/pyparser.py 266
pypy/module/fcntl/interp_fcntl.py 252
pypy/module/_sre/app_sre.py 243
pypy/module/_weakref/interp__weakref.py 239
pypy/module/_stackless/test/test_pickle.py 235
pypy/module/rctime/test/test_rctime.py 235
pypy/module/_file/app_file.py 230
pypy/module/_codecs/test/test_codecs.py 225
pypy/module/math/interp_math.py 213
pypy/module/_stackless/interp_greenlet.py 208
pypy/module/__builtin__/test/test_complexobject.py 199
pypy/module/clr/interp_clr.py 185
pypy/module/__builtin__/app_inspect.py 177
pypy/module/__builtin__/operation.py 167
pypy/module/__builtin__/app_descriptor.py 166
pypy/module/_stackless/stackless_flags.py 162
pypy/module/mmap/test/test_mixedmodule.py 162
pypy/module/recparser/codegen.py 161
pypy/module/__builtin__/test/test_functional.py 158
pypy/module/recparser/leftout/builders.py 157
pypy/module/posix/test/test_posix2.py 151
pypy/module/signal/interp_signal.py 149
pypy/module/__builtin__/__init__.py 145
pypy/module/bz2/test/test_bz2_compdecomp.py 137
pypy/module/fcntl/test/test_fcntl.py 137
pypy/module/_stackless/test/test_clonable.py 135
pypy/module/thread/test/test_thread.py 134
pypy/module/_ssl/test/test_ssl.py 121
pypy/module/clr/test/test_clr.py 115
pypy/module/sys/__init__.py 115
pypy/module/_random/interp_random.py 109
pypy/module/_stackless/test/test_composable_coroutine.py 108
pypy/module/_stackless/test/test_coroutine.py 106
pypy/module/_stackless/test/test_interp_clonable.py 106
pypy/module/__builtin__/functional.py 105
pypy/module/sys/vm.py 102
pypy/module/clr/app_clr.py 99
pypy/module/_pickle_support/maker.py 96
pypy/module/__builtin__/compiling.py 95
pypy/module/signal/test/test_signal.py 94
pypy/module/sys/state.py 94
pypy/module/_codecs/test/autopath.py 92
pypy/module/__builtin__/test/autopath.py 92
pypy/module/sys/test/autopath.py 92
pypy/module/_sre/test/autopath.py 92
pypy/module/_stackless/clonable.py 91
pypy/module/thread/os_lock.py 88
pypy/module/pypyjit/interp_jit.py 87
pypy/module/_sre/test/test_interp_sre.py 87
pypy/module/posix/__init__.py 86
pypy/module/select/interp_select.py 85
pypy/module/rctime/app_time.py 84
pypy/module/thread/os_thread.py 80
pypy/module/marshal/test/make_test_marshal.py 77
pypy/module/sys/version.py 76
pypy/module/thread/test/test_local.py 75
pypy/module/_stackless/interp_clonable.py 74
pypy/module/_random/test/test_random.py 73
pypy/module/__builtin__/test/test_descriptor.py 72
pypy/module/__builtin__/app_misc.py 72
pypy/module/_stackless/test/test_choicepoint.py 68
pypy/module/_file/test/test_file.py 65
pypy/module/_demo/demo.py 64
pypy/module/thread/os_local.py 62
pypy/module/select/app_select.py 62
pypy/module/thread/test/support.py 61
pypy/module/recparser/test/test_compilehooks.py 58
pypy/module/_file/interp_file.py 57
pypy/module/__builtin__/app_io.py 56
pypy/module/__builtin__/app_buffer.py 55
pypy/module/thread/rpython/ll_thread.py 53
pypy/module/math/_genmath.py 52
pypy/module/sys/app.py 50
pypy/module/recparser/__init__.py 48
pypy/module/thread/threadlocals.py 48
pypy/module/__builtin__/test/test_range.py 45
pypy/module/__builtin__/test/test_minmax.py 43
pypy/module/_codecs/__init__.py 43
pypy/module/rctime/__init__.py 43
pypy/module/thread/gil.py 42
pypy/module/posix/ctypes_posix.py 41
pypy/module/bz2/app_bz2.py 40
pypy/module/thread/rpython/exttable.py 39
pypy/module/thread/rpython/test/test_ll_thread.py 36
pypy/module/math/__init__.py 34
pypy/module/pypymagic/interp_magic.py 34
pypy/module/thread/__init__.py 32
pypy/module/select/ctypes_select.py 31
pypy/module/rsocket/__init__.py 31
pypy/module/Numeric/app_numeric.py 30
pypy/module/readline/c_readline.py 29
pypy/module/signal/test/test_interp_signal.py 29
pypy/module/__builtin__/test/test_zip.py 29
pypy/module/__builtin__/test/test_reduce.py 28
pypy/module/__builtin__/app_help.py 28
pypy/module/_stackless/__init__.py 28
pypy/module/_stackless/composable_coroutine.py 27
pypy/module/_stackless/test/slp_test_pickle.py 26
pypy/module/clr/boxing_rules.py 26
pypy/module/recparser/compat.py 26
pypy/module/_ssl/__init__.py 26
pypy/module/thread/test/test_lock.py 26
pypy/module/signal/__init__.py 26
pypy/module/_sre/test/support_test_app_sre.py 25
pypy/module/__builtin__/test/test_filter.py 25
pypy/module/Numeric/__init__.py 24
pypy/module/_stackless/interp_stackless.py 24
pypy/module/__builtin__/test/test_buffer.py 24
pypy/module/crypt/interp_crypt.py 22
pypy/module/signal/ctypes_signal.py 22
pypy/module/posix/app_posix.py 22
pypy/module/symbol/__init__.py 22
pypy/module/__builtin__/test/test_apply.py 21
pypy/module/time/interp_time.py 21
pypy/module/posix/test/test_posix_libfile.py 21
pypy/module/time/test/test_time.py 21
pypy/module/recparser/leftout/parse_grammar.py 21
pypy/module/_sre/__init__.py 20
pypy/module/_pickle_support/__init__.py 20
pypy/module/mmap/__init__.py 19
pypy/module/errno/__init__.py 19
pypy/module/fcntl/__init__.py 18
pypy/module/recparser/leftout/gen_ast.py 18
pypy/module/marshal/test/test_marshalimpl.py 18
pypy/module/__builtin__/app_file_stub.py 17
pypy/module/readline/interp_readline.py 17
pypy/module/errno/test/test_errno.py 17
pypy/module/select/__init__.py 17
pypy/module/__builtin__/special.py 16
pypy/module/readline/__init__.py 16
pypy/module/pypymagic/test/test_special.py 16
pypy/module/readline/test/test_with_pypy.py 15
pypy/module/marshal/__init__.py 15
pypy/module/__builtin__/test/test_vars.py 14
pypy/module/bz2/__init__.py 14
pypy/module/_weakref/__init__.py 13
pypy/module/thread/test/test_import_lock.py 12
pypy/module/pypymagic/__init__.py 12
pypy/module/recparser/test/test_parser.py 12
pypy/module/time/__init__.py 12
pypy/module/clr/__init__.py 11
pypy/module/_demo/__init__.py 11
pypy/module/fcntl/app_fcntl.py 11
pypy/module/_file/__init__.py 10
pypy/module/readline/test/test_compiled.py 10
pypy/module/sys/hook.py 10
pypy/module/array/__init__.py 10
pypy/module/pypyjit/__init__.py 10
pypy/module/readline/test/test_mixedmodule.py 10
pypy/module/gc/__init__.py 10
pypy/module/rsocket/app_socket.py 10
pypy/module/recparser/leftout/compiler.py 9
pypy/module/crypt/test/test_crypt.py 9
pypy/module/recparser/README 9
pypy/module/crypt/__init__.py 8
pypy/module/select/conftest.py 8
pypy/module/__builtin__/state.py 7
pypy/module/_random/__init__.py 7
pypy/module/README.txt 7
pypy/module/gc/interp_gc.py 7
pypy/module/signal/app_signal.py 7
pypy/module/recparser/app_class.py 6
pypy/module/thread/app_thread.py 6
pypy/module/gc/app_gc.py 6
pypy/module/readline/test/test_c_readline.py 6
pypy/module/mmap/app_mmap.py 4
pypy/module/_ssl/app_ssl.py 4
pypy/module/_stackless/app_greenlet.py 4
pypy/module/errno/interp_errno.py 3

pypy/objspace

total number of lines 31526  
number of testlines 10284 32.62%
number of non-testlines 21242 67.38%
total number of files 198  
number of testfiles 83 41.92%
number of non-testfiles 115 58.08%
number of docfiles 1 0.51%
number of doclines 7 0.02%
pypy/objspace/std/dictmultiobject.py 1048
pypy/objspace/std/listmultiobject.py 975
pypy/objspace/std/unicodeobject.py 937
pypy/objspace/test/test_logicobjspace.py 792
pypy/objspace/std/stringobject.py 741
pypy/objspace/flow/test/test_objspace.py 708
pypy/objspace/std/multimethod.py 702
pypy/objspace/flow/model.py 626
pypy/objspace/flow/objspace.py 616
pypy/objspace/std/test/test_typeobject.py 614
pypy/objspace/std/test/test_stringobject.py 541
pypy/objspace/std/typeobject.py 541
pypy/objspace/std/test/test_listobject.py 532
pypy/objspace/std/objspace.py 530
pypy/objspace/descroperation.py 505
pypy/objspace/std/marshal_impl.py 471
pypy/objspace/std/setobject.py 454
pypy/objspace/std/listobject.py 453
pypy/objspace/std/dictstrobject.py 411
pypy/objspace/cclp/scheduler.py 381
pypy/objspace/std/strutil.py 379
pypy/objspace/std/test/test_intobject.py 369
pypy/objspace/std/test/test_dictobject.py 356
pypy/objspace/cclp/variable.py 353
pypy/objspace/std/floatobject.py 350
pypy/objspace/cpy/objspace.py 347
pypy/objspace/cpy/test/test_typedef.py 347
pypy/objspace/flow/flowcontext.py 336
pypy/objspace/cpy/capi.py 327
pypy/objspace/std/smallintobject.py 320
pypy/objspace/constraint/constraint.py 303
pypy/objspace/std/test/test_complexobject.py 300
pypy/objspace/std/unicodetype.py 292
pypy/objspace/std/intobject.py 291
pypy/objspace/std/stdtypedef.py 290
pypy/objspace/cclp/constraint/constraint.py 267
pypy/objspace/logic.py 261
pypy/objspace/std/model.py 256
pypy/objspace/std/dictobject.py 246
pypy/objspace/std/complexobject.py 237
pypy/objspace/std/test/test_unicodeobject.py 232
pypy/objspace/std/stringtype.py 230
pypy/objspace/std/typetype.py 226
pypy/objspace/std/longobject.py 226
pypy/objspace/test/test_descroperation.py 223
pypy/objspace/taint.py 223
pypy/objspace/std/dicttype.py 221
pypy/objspace/std/fake.py 216
pypy/objspace/std/test/test_tupleobject.py 211
pypy/objspace/std/complextype.py 209
pypy/objspace/constraint/computationspace.py 198
pypy/objspace/std/test/test_smallintobject.py 195
pypy/objspace/trace.py 183
pypy/objspace/flow/operation.py 182
pypy/objspace/dump.py 181
pypy/objspace/std/rangeobject.py 178
pypy/objspace/std/test/test_dictmultiobject.py 176
pypy/objspace/std/test/test_userobject.py 166
pypy/objspace/std/test/test_strutil.py 164
pypy/objspace/cclp/space.py 164
pypy/objspace/flow/framestate.py 161
pypy/objspace/std/test/test_multimethod.py 161
pypy/objspace/thunk.py 161
pypy/objspace/std/test/test_floatobject.py 159
pypy/objspace/std/test/test_shadowtracking.py 154
pypy/objspace/cclp/types.py 153
pypy/objspace/std/test/test_iterobject.py 151
pypy/objspace/std/objecttype.py 148
pypy/objspace/cpy/test/test_compile.py 148
pypy/objspace/cpy/test/test_objspace.py 145
pypy/objspace/cclp/thunk.py 143
pypy/objspace/cpy/function.py 139
pypy/objspace/std/test/test_stringformat.py 129
pypy/objspace/cclp/constraint/domain.py 127
pypy/objspace/fake/objspace.py 126
pypy/objspace/std/test/test_proxy_internals.py 124
pypy/objspace/std/test/test_longobject.py 124
pypy/objspace/cclp/constraint/distributor.py 122
pypy/objspace/std/tupleobject.py 121
pypy/objspace/std/test/test_strsliceobject.py 121
pypy/objspace/std/inttype.py 120
pypy/objspace/constraint/domain.py 120
pypy/objspace/constraint/test/test_computationspace.py 120
pypy/objspace/std/register_all.py 117
pypy/objspace/flow/test/test_model.py 115
pypy/objspace/constraint/distributor.py 113
pypy/objspace/std/strsliceobject.py 112
pypy/objspace/cpy/typedef.py 112
pypy/objspace/flow/specialcase.py 112
pypy/objspace/std/test/test_operation.py 107
pypy/objspace/std/test/test_proxy.py 105
pypy/objspace/std/sliceobject.py 105
pypy/objspace/std/test/test_versionedtype.py 103
pypy/objspace/std/test/test_listmultiobject.py 101
pypy/objspace/cpy/test/test_function.py 99
pypy/objspace/std/test/test_proxy_object.py 98
pypy/objspace/std/test/autopath.py 92
pypy/objspace/flow/test/autopath.py 92
pypy/objspace/std/autopath.py 92
pypy/objspace/test/autopath.py 92
pypy/objspace/flow/test/test_framestate.py 91
pypy/objspace/std/proxyobject.py 90
pypy/objspace/test/test_thunkobjspace.py 89
pypy/objspace/fake/checkmodule.py 86
pypy/objspace/test/problems.py 82
pypy/objspace/std/slicetype.py 82
pypy/objspace/flow/test/test_checkgraph.py 81
pypy/objspace/constraint/syntax_proposal.py 81
pypy/objspace/std/test/test_rangeobject.py 81
pypy/objspace/std/settype.py 81
pypy/objspace/std/test/test_proxy_function.py 79
pypy/objspace/std/proxy_helpers.py 73
pypy/objspace/std/iterobject.py 72
pypy/objspace/std/longtype.py 71
pypy/objspace/std/mro.py 69
pypy/objspace/test/_test_logic_build.py 68
pypy/objspace/cclp/interp_var.py 68
pypy/objspace/constraint/test/test_constraint.py 67
pypy/objspace/test/test_descriptor.py 66
pypy/objspace/constraint/applevel/solver.py 66
pypy/objspace/constraint/test/targetsmallstuff.py 65
pypy/objspace/test/test_taintobjspace.py 64
pypy/objspace/cclp/constraint/btree.py 64
pypy/objspace/std/test/test_sliceobject.py 64
pypy/objspace/constraint/btree.py 61
pypy/objspace/test/test_traceobjspace.py 60
pypy/objspace/std/test/helper.py 59
pypy/objspace/std/test/test_strjoinobject.py 58
pypy/objspace/cclp/constraint/test/test_constraint.py 57
pypy/objspace/flow/test/test_unroll.py 57
pypy/objspace/std/listtype.py 56
pypy/objspace/cpy/appsupport.py 55
pypy/objspace/std/strjoinobject.py 54
pypy/objspace/cpy/refcount.py 51
pypy/objspace/constraint/test/test_fd.py 51
pypy/objspace/std/frozensettype.py 51
pypy/objspace/cpy/ctypes_base.py 50
pypy/objspace/std/test/test_set.py 49
pypy/objspace/test/problem.py 47
pypy/objspace/std/dictproxytype.py 45
pypy/objspace/std/floattype.py 45
pypy/objspace/cclp/thread.py 44
pypy/objspace/std/transparent.py 43
pypy/objspace/cclp/constraint/variable.py 43
pypy/objspace/std/itertype.py 43
pypy/objspace/cclp/misc.py 41
pypy/objspace/std/benchmark/bench_dict.py 40
pypy/objspace/cpy/property.py 40
pypy/objspace/cclp/constraint/test/test_fd.py 39
pypy/objspace/constraint/expression_syntax_proposal.py 39
pypy/objspace/constraint/test/test_distributor.py 38
pypy/objspace/cpy/ann_policy.py 38
pypy/objspace/std/boolobject.py 36
pypy/objspace/std/test/test_boolobject.py 36
pypy/objspace/std/test/test_dictproxy.py 36
pypy/objspace/constraint/test/test.py 34
pypy/objspace/std/test/test_instmethobject.py 34
pypy/objspace/constraint/util.py 33
pypy/objspace/cpy/test/test_refcount.py 31
pypy/objspace/cclp/constraint/test/problem.py 30
pypy/objspace/std/test/test_stdobjspace.py 28
pypy/objspace/std/default.py 26
pypy/objspace/std/test/test_dictstrobject.py 25
pypy/objspace/std/tupletype.py 22
pypy/objspace/std/test/test_obj.py 22
pypy/objspace/constraint/test/test_solver.py 21
pypy/objspace/std/booltype.py 18
pypy/objspace/cclp/constraint/test/test_btree.py 16
pypy/objspace/proxy.py 16
pypy/objspace/constraint/test/test_btree.py 16
pypy/objspace/flow/test/test_picklegraph.py 15
pypy/objspace/std/noneobject.py 15
pypy/objspace/std/test/test_prebuiltint.py 13
pypy/objspace/std/test/test_proxy_iter.py 13
pypy/objspace/cpy/test/test_property.py 11
pypy/objspace/std/test/test_noneobject.py 9
pypy/objspace/std/dictproxyobject.py 9
pypy/objspace/cpy/test/test_mixedmodule.py 7
pypy/objspace/std/objectobject.py 7
pypy/objspace/cclp/plan.txt 7
pypy/objspace/fake/test/test_checkmodule.py 6
pypy/objspace/std/basestringtype.py 5
pypy/objspace/std/nonetype.py 4

pypy/jit

total number of lines 23200  
number of testlines 7531 32.46%
number of non-testlines 15669 67.54%
total number of files 142  
number of testfiles 67 47.18%
number of non-testfiles 75 52.82%
number of docfiles 2 1.41%
number of doclines 34 0.15%
pypy/jit/timeshifter/hrtyper.py 1470
pypy/jit/codegen/test/rgenop_tests.py 1353
pypy/jit/timeshifter/test/test_timeshift.py 1117
pypy/jit/codegen/ppc/rgenop.py 1110
pypy/jit/timeshifter/test/test_virtualizable.py 1001
pypy/jit/timeshifter/rtimeshift.py 999
pypy/jit/codegen/i386/operation.py 813
pypy/jit/codegen/llvm/rgenop.py 779
pypy/jit/timeshifter/rcontainer.py 748
pypy/jit/timeshifter/transform.py 700
pypy/jit/codegen/ppc/instruction.py 690
pypy/jit/hintannotator/test/test_annotator.py 624
pypy/jit/codegen/i386/rgenop.py 603
pypy/jit/hintannotator/model.py 595
pypy/jit/codegen/llgraph/llimpl.py 536
pypy/jit/codegen/i386/ri386setup.py 406
pypy/jit/timeshifter/rvalue.py 398
pypy/jit/codegen/dump/rgenop.py 378
pypy/jit/codegen/llgraph/rgenop.py 377
pypy/jit/codegen/model.py 372
pypy/jit/timeshifter/test/test_portal.py 364
pypy/jit/codegen/test/operation_tests.py 364
pypy/jit/timeshifter/vlist.py 333
pypy/jit/hintannotator/bookkeeper.py 327
pypy/jit/codegen/i386/viewcode.py 310
pypy/jit/codegen/i386/regalloc.py 269
pypy/jit/codegen/i386/test/test_auto_encoding.py 254
pypy/jit/codegen/i386/ri386.py 250
pypy/jit/timeshifter/vdict.py 245
pypy/jit/timeshifter/test/test_promotion.py 243
pypy/jit/tl/test/test_tl.py 218
pypy/jit/tl/tlc.py 204
pypy/jit/codegen/llvm/test/test_llvmjit.py 202
pypy/jit/codegen/ppc/regalloc.py 179
pypy/jit/codegen/demo/reducecase.py 171
pypy/jit/codegen/graph2rgenop.py 159
pypy/jit/hintannotator/container.py 156
pypy/jit/timeshifter/oop.py 142
pypy/jit/codegen/i386/test/test_genc_ts.py 137
pypy/jit/codegen/i386/codebuf.py 136
pypy/jit/timeshifter/rvirtualizable.py 133
pypy/jit/codegen/test/genc_ts_tests.py 131
pypy/jit/codegen/llvm/genvarorconst.py 124
pypy/jit/codegen/demo/support.py 122
pypy/jit/tl/tl.py 102
pypy/jit/timeshifter/test/test_vlist.py 101
pypy/jit/codegen/ppc/codebuf.py 100
pypy/jit/timeshifter/test/test_exception.py 100
pypy/jit/tl/test/test_tlc.py 95
pypy/jit/codegen/demo/test_random.py 94
pypy/jit/codegen/ppc/test/test_emit_moves.py 93
pypy/jit/codegen/i386/autopath.py 92
pypy/jit/codegen/llvm/autopath.py 92
pypy/jit/codegen/ppc/emit_moves.py 90
pypy/jit/codegen/llvm/llvmjit.py 86
pypy/jit/codegen/i386/test/test_ri386.py 85
pypy/jit/codegen/i386/test/test_operation.py 84
pypy/jit/hintannotator/annotator.py 71
pypy/jit/codegen/i386/test/test_genc_portal.py 70
pypy/jit/hintannotator/vlist.py 69
pypy/jit/tl/tlr.py 68
pypy/jit/conftest.py 63
pypy/jit/tl/opcode.py 58
pypy/jit/goal/jitstep.py 58
pypy/jit/codegen/llvm/test/test_operation.py 54
pypy/jit/tl/braininterp.py 49
pypy/jit/codegen/i386/test/test_rgenop.py 48
pypy/jit/timeshifter/test/test_tlc.py 48
pypy/jit/codegen/llvm/logger.py 45
pypy/jit/codegen/demo/test_factorial.py 43
pypy/jit/codegen/i386/test/test_interp_ts.py 42
pypy/jit/goal/targetjit.py 42
pypy/jit/codegen/i386/codebuf_posix.py 41
pypy/jit/codegen/i386/codebuf_nt.py 38
pypy/jit/tl/test/test_brainfuck.py 37
pypy/jit/timeshifter/test/test_vdict.py 36
pypy/jit/codegen/llvm/compatibility.py 34
pypy/jit/codegen/ppc/test/test_operation.py 33
pypy/jit/codegen/demo/conftest.py 33
pypy/jit/codegen/detect_cpu.py 31
pypy/jit/TODO.txt 31
pypy/jit/codegen/ppc/test/test_rgenop.py 30
pypy/jit/codegen/dump/test/test_dump.py 30
pypy/jit/codegen/llvm/test/test_rgenop.py 30
pypy/jit/codegen/llgraph/test/test_rgenop.py 30
pypy/jit/timeshifter/test/test_tl.py 27
pypy/jit/codegen/llvm/conftest.py 26
pypy/jit/codegen/demo/rerun_failures.py 24
pypy/jit/codegen/llvm/test/test_genc_ts.py 24
pypy/jit/codegen/ppc/conftest.py 23
pypy/jit/timeshifter/test/test_tlr.py 20
pypy/jit/codegen/ppc/test/test_interp.py 20
pypy/jit/tl/test/test_tlr.py 19
pypy/jit/codegen/i386/conftest.py 18
pypy/jit/codegen/dump/test/test_rgenop.py 18
pypy/jit/codegen/llgraph/test/test_graph2rgenop.py 17
pypy/jit/codegen/llvm/setup.py 16
pypy/jit/hintannotator/test/test_toy.py 15
pypy/jit/codegen/i386/test/test_codebuf.py 15
pypy/jit/codegen/ppc/test/test_interp_ts.py 14
pypy/jit/codegen/llvm/test/test_genc_exception.py 13
pypy/jit/codegen/llvm/test/test_genc_portal.py 12
pypy/jit/codegen/i386/test/test_interp_vlist.py 12
pypy/jit/codegen/ppc/test/test_genc_ts.py 11
pypy/jit/codegen/demo/autorun.py 11
pypy/jit/codegen/i386/test/test_genc_virtualizable.py 10
pypy/jit/codegen/llvm/test/test_genc_tl.py 9
pypy/jit/codegen/llvm/test/test_genc_tlr.py 9
pypy/jit/codegen/llvm/test/test_genc_promotion.py 9
pypy/jit/codegen/i386/test/test_genc_exception.py 8
pypy/jit/codegen/i386/test/test_genc_vlist.py 8
pypy/jit/codegen/i386/test/test_genc_tlr.py 8
pypy/jit/codegen/i386/test/test_genc_tl.py 8
pypy/jit/codegen/llvm/test/test_genc_vlist.py 8
pypy/jit/codegen/i386/test/test_genc_tlc.py 8
pypy/jit/codegen/i386/test/test_genc_promotion.py 8
pypy/jit/codegen/hlinfo.py 7
pypy/jit/codegen/llvm/cast.py 7
pypy/jit/timeshifter/test/conftest.py 7
pypy/jit/codegen/conftest.py 6
pypy/jit/codegen/llvm/README.txt 3

pypy/rlib

total number of lines 20325  
number of testlines 5324 26.19%
number of non-testlines 15001 73.81%
total number of files 63  
number of testfiles 28 44.44%
number of non-testfiles 35 55.56%
number of docfiles 1 1.59%
number of doclines 129 0.63%
pypy/rlib/parsing/regexparse.py 5172
pypy/rlib/parsing/ebnfparse.py 2051
pypy/rlib/rbigint.py 1429
pypy/rlib/rsocket.py 910
pypy/rlib/test/test_streamio.py 854
pypy/rlib/streamio.py 801
pypy/rlib/parsing/deterministic.py 552
pypy/rlib/listsort.py 511
pypy/rlib/rctypes/rctypesobject.py 485
pypy/rlib/_rsocket_ctypes.py 455
pypy/rlib/rctypes/test/test_rprimitive.py 442
pypy/rlib/parsing/test/test_ebnfparse.py 408
pypy/rlib/rctypes/test/test_rfunc.py 361
pypy/rlib/test/test_rbigint.py 358
pypy/rlib/rarithmetic.py 338
pypy/rlib/parsing/parsing.py 317
pypy/rlib/test/test_objectmodel.py 282
pypy/rlib/rctypes/test/test_rctypesobject.py 281
pypy/rlib/test/test_rarithmetic.py 280
pypy/rlib/objectmodel.py 253
pypy/rlib/rctypes/test/test_rpointer.py 236
pypy/rlib/test/test_rsocket.py 227
pypy/rlib/parsing/test/test_pythonparse.py 224
pypy/rlib/rctypes/test/test_rstruct.py 220
pypy/rlib/rctypes/implementation.py 179
pypy/rlib/parsing/lexer.py 163
pypy/rlib/parsing/regex.py 162
pypy/rlib/parsing/test/test_regex.py 151
pypy/rlib/parsing/test/test_deterministic.py 150
pypy/rlib/rctypes/rstruct.py 136
pypy/rlib/parsing/test/test_regexparse.py 133
pypy/rlib/parsing/test/pygrammar.txt 129
pypy/rlib/rctypes/test/test_rchar_p.py 126
pypy/rlib/parsing/test/test_lexer.py 125
pypy/rlib/parsing/test/test_translate.py 115
pypy/rlib/rgc.py 115
pypy/rlib/rstack.py 108
pypy/rlib/parsing/tree.py 105
pypy/rlib/rrandom.py 99
pypy/rlib/autopath.py 92
pypy/rlib/test/autopath.py 92
pypy/rlib/rctypes/rprimitive.py 79
pypy/rlib/parsing/test/test_parse.py 76
pypy/rlib/rctypes/rbuiltin.py 65
pypy/rlib/rctypes/rpointer.py 57
pypy/rlib/rctypes/rfunc.py 57
pypy/rlib/parsing/test/test_parseerrors.py 53
pypy/rlib/ros.py 46
pypy/rlib/unroll.py 45
pypy/rlib/test/test_rrandom.py 42
pypy/rlib/test/test_nonconst.py 38
pypy/rlib/test/test_listsort.py 37
pypy/rlib/rctypes/rarray.py 33
pypy/rlib/nonconst.py 25
pypy/rlib/rctypes/rchar_p.py 25
pypy/rlib/test/test_rgc.py 13
pypy/rlib/rjs.py 6

pypy/translator

total number of lines 73940  
number of testlines 21920 29.65%
number of non-testlines 52020 70.35%
total number of files 523  
number of testfiles 191 36.52%
number of non-testfiles 332 63.48%
number of docfiles 3 0.57%
number of doclines 78 0.11%
pypy/translator/geninterplevel.py 1386
pypy/translator/jvm/generator.py 1054
pypy/translator/cli/query-descriptions 1023
pypy/translator/microbench/pybench/platform.py 993
pypy/translator/simplify.py 983
pypy/translator/stackless/transform.py 976
pypy/translator/test/snippet.py 944
pypy/translator/c/test/test_newgc.py 808
pypy/translator/c/genc.py 779
pypy/translator/c/node.py 709
pypy/translator/microbench/pybench/Lookups.py 700
pypy/translator/js/modules/dom.py 697
pypy/translator/c/test/test_extfunc.py 681
pypy/translator/backendopt/inline.py 677
pypy/translator/asm/ppcgen/ppc_assembler.py 677
pypy/translator/c/test/test_typed.py 675
pypy/translator/c/funcgen.py 658
pypy/translator/tool/pygame/graphdisplay.py 656
pypy/translator/microbench/pybench/Exceptions.py 641
pypy/translator/microbench/pybench/Numbers.py 637
pypy/translator/llvm/demo/rrandom.py 619
pypy/translator/tool/pygame/drawgraph.py 602
pypy/translator/microbench/pybench/Arithmetic.py 596
pypy/translator/llvm/test/test_extfunc.py 595
pypy/translator/driver.py 594
pypy/translator/c/pyobj.py 589
pypy/translator/backendopt/test/test_inline.py 580
pypy/translator/oosupport/constant.py 567
pypy/translator/backendopt/malloc.py 547
pypy/translator/microbench/pybench/Constructs.py 512
pypy/translator/microbench/pybench/pybench.py 492
pypy/translator/jvm/node.py 470
pypy/translator/llvm/database.py 461
pypy/translator/microbench/pybench/CommandLine.py 440
pypy/translator/microbench/pybench/Strings.py 439
pypy/translator/backendopt/test/test_escape.py 439
pypy/translator/tool/pdbplus.py 438
pypy/translator/pyrex/genpyrex.py 427
pypy/translator/microbench/pybench/Unicode.py 427
pypy/translator/llvm/test/test_lltype.py 424
pypy/translator/llvm/opwriter.py 418
pypy/translator/goal/old_queries.py 417
pypy/translator/stackless/test/test_resume_point.py 413
pypy/translator/js/database.py 411
pypy/translator/tool/graphpage.py 411
pypy/translator/llvm/test/test_genllvm.py 409
pypy/translator/cli/dotnet.py 407
pypy/translator/microbench/pybench/Dict.py 404
pypy/translator/c/test/test_tasklets.py 395
pypy/translator/js/test/test_rsnippet.py 393
pypy/translator/tool/cbuild.py 388
pypy/translator/stackless/code.py 381
pypy/translator/js/function.py 365
pypy/translator/oosupport/metavm.py 352
pypy/translator/llvm/test/llvmsnippet.py 352
pypy/translator/backendopt/escape.py 351
pypy/translator/c/gc.py 343
pypy/translator/c/exceptiontransform.py 337
pypy/translator/goal/richards.py 335
pypy/translator/cli/constant.py 334
pypy/translator/cli/test/test_dotnet.py 334
pypy/translator/c/database.py 332
pypy/translator/microbench/pybench/Calls.py 331
pypy/translator/squeak/node.py 329
pypy/translator/llvm/demo/richards.py 326
pypy/translator/js/modules/test/test_dom.py 324
pypy/translator/c/test/test_genc.py 323
pypy/translator/llvm/wrapable/wrapable.py 322
pypy/translator/backendopt/test/test_malloc.py 315
pypy/translator/jvm/database.py 312
pypy/translator/cli/ilgenerator.py 304
pypy/translator/microbench/pybench/Tuples.py 295
pypy/translator/lisp/gencl.py 295
pypy/translator/js/test/test_typed.py 294
pypy/translator/tool/raymond.py 289
pypy/translator/llvm/genllvm.py 288
pypy/translator/llvm/test/test_typed.py 286
pypy/translator/js/json.py 281
pypy/translator/c/test/test_lltyped.py 279
pypy/translator/llvm/test/test_exception.py 275
pypy/translator/stackless/test/test_transform.py 271
pypy/translator/js/test/test_exception.py 260
pypy/translator/locality/projection.py 259
pypy/translator/test/test_simplify.py 256
pypy/translator/goal/app_main.py 256
pypy/translator/c/extfunc.py 254
pypy/translator/js/demo/jsdemo/servermessage.py 251
pypy/translator/c/test/test_stackless.py 250
pypy/translator/cli/test/runtest.py 248
pypy/translator/c/test/test_database.py 247
pypy/translator/test/rpystone.py 247
pypy/translator/js/demo/jsdemo/bnb.py 245
pypy/translator/backendopt/constfold.py 242
pypy/translator/js/examples/start_bnb.py 241
pypy/translator/cli/function.py 240
pypy/translator/oosupport/function.py 240
pypy/translator/cli/cts.py 235
pypy/translator/goal/translate.py 233
pypy/translator/cli/metavm.py 232
pypy/translator/llvm/structnode.py 232
pypy/translator/test/test_geninterp.py 229
pypy/translator/jvm/typesystem.py 228
pypy/translator/microbench/pybench/Lists.py 223
pypy/translator/llvm/test/test_stackless.py 220
pypy/translator/js/asmgen.py 220
pypy/translator/transform.py 218
pypy/translator/tool/make_dot.py 218
pypy/translator/jvm/opcodes.py 212
pypy/translator/cli/opcodes.py 210
pypy/translator/js/metavm.py 209
pypy/translator/squeak/test/test_llops.py 206
pypy/translator/backendopt/test/test_constfold.py 199
pypy/translator/backendopt/ssa.py 195
pypy/translator/asm/model.py 194
pypy/translator/c/test/test_boehm.py 193
pypy/translator/jvm/genjvm.py 192
pypy/translator/llvm/demo/bpnn.py 190
pypy/translator/llvm/gc.py 190
pypy/translator/backendopt/test/test_support.py 189
pypy/translator/squeak/test/test_squeaktrans.py 189
pypy/translator/lisp/opformatter.py 186
pypy/translator/c/wrapper.py 185
pypy/translator/locality/simulation.py 185
pypy/translator/llvm/funcnode.py 183
pypy/translator/backendopt/support.py 182
pypy/translator/c/test/test_backendoptimized.py 181
pypy/translator/goal/bench-cronjob.py 179
pypy/translator/js/test/runtest.py 178
pypy/translator/llvm/externs2ll.py 177
pypy/translator/js/test/test_exc_operation.py 177
pypy/translator/backendopt/test/test_all.py 177
pypy/translator/c/test/test_exceptiontransform.py 175
pypy/translator/tool/pygame/graphclient.py 175
pypy/translator/c/primitive.py 175
pypy/translator/microbench/test_count1.py 175
pypy/translator/backendopt/test/test_merge_if_blocks.py 173
pypy/translator/c/support.py 172
pypy/translator/llvm/codewriter.py 170
pypy/translator/llvm/test/test_lladdresses.py 168
pypy/translator/llvm/pyllvm/test/test_ee.py 168
pypy/translator/asm/simulator.py 167
pypy/translator/asm/ppcgen/form.py 167
pypy/translator/goal/bench-windows.py 166
pypy/translator/llvm/pyllvm/llvmcapi.py 166
pypy/translator/llvm/test/test_exc_operation.py 165
pypy/translator/squeak/opformatter.py 164
pypy/translator/backendopt/mallocprediction.py 159
pypy/translator/lisp/test/test_cltrans.py 159
pypy/translator/gensupp.py 157
pypy/translator/jvm/methods.py 156
pypy/translator/js/examples/pythonconsole.py 156
pypy/translator/llvm/arraynode.py 156
pypy/translator/oosupport/test_template/operations.py 155
pypy/translator/cli/query.py 155
pypy/translator/llvm/buildllvm.py 154
pypy/translator/js/test/browsertest.py 153
pypy/translator/microbench/test_exception.py 152
pypy/translator/c/test/test_lladdresses.py 152
pypy/translator/translator.py 150
pypy/translator/goal/ann_override.py 150
pypy/translator/tool/lltracker.py 149
pypy/translator/llvm/test/test_symbolic.py 148
pypy/translator/benchmark/result.py 148
pypy/translator/asm/ppcgen/test/test_ppc.py 148
pypy/translator/unsimplify.py 146
pypy/translator/c/test/test_wrapping.py 145
pypy/translator/interactive.py 145
pypy/translator/tool/reftracker.py 144
pypy/translator/lisp/test/test_oo.py 143
pypy/translator/llvm/extfuncnode.py 138
pypy/translator/js/opcodes.py 138
pypy/translator/pyrex/test/test_pyrextrans.py 135
pypy/translator/c/symboltable.py 135
pypy/translator/goal/bench-unix.py 135
pypy/translator/goal/targetpypystandalone.py 134
pypy/translator/c/test/test_exception.py 132
pypy/translator/backendopt/test/test_mallocprediction.py 131
pypy/translator/js/commproxy.py 131
pypy/translator/js/main.py 130
pypy/translator/cli/database.py 129
pypy/translator/asm/ppcgen/func_builder.py 128
pypy/translator/backendopt/removenoops.py 128
pypy/translator/backendopt/test/test_removenoops.py 128
pypy/translator/js/jts.py 128
pypy/translator/backendopt/all.py 127
pypy/translator/cli/class_.py 126
pypy/translator/goal/gcbench.py 126
pypy/translator/stackless/frame.py 125
pypy/translator/js/lib/server.py 124
pypy/translator/asm/test/test_asm.py 121
pypy/translator/jvm/test/runtest.py 119
pypy/translator/squeak/codeformatter.py 117
pypy/translator/js/test/test_class.py 115
pypy/translator/cli/stackopt.py 113
pypy/translator/cli/test/test_constant.py 113
pypy/translator/llvm/module/support.py 112
pypy/translator/asm/genasm.py 111
pypy/translator/cli/test/test_builtin.py 111
pypy/translator/js/test/test_seq.py 110
pypy/translator/test/test_interactive.py 109
pypy/translator/goal/query.py 108
pypy/translator/backendopt/merge_if_blocks.py 108
pypy/translator/microbench/pybench/Imports.py 106
pypy/translator/cli/record.py 106
pypy/translator/c/test/test_symbolic.py 104
pypy/translator/llvm/wrapable/llvm.py 103
pypy/translator/llvm/test/test_seq.py 103
pypy/translator/c/test/test_standalone.py 103
pypy/translator/jvm/builtin.py 102
pypy/translator/js/js.py 102
pypy/translator/lisp/buildcl.py 101
pypy/translator/lisp/clrepr.py 101
pypy/translator/squeak/gensqueak.py 100
pypy/translator/cli/rte.py 100
pypy/translator/cli/test/test_oo.py 99
pypy/translator/tool/taskengine.py 98
pypy/translator/js/test/test_basicexternal.py 98
pypy/translator/asm/ppc/codegen.py 97
pypy/translator/locality/calltree.py 96
pypy/translator/stackless/test/test_depth.py 96
pypy/translator/squeak/test/runtest.py 96
pypy/translator/goal/win32/gc_patch_windows.py 95
pypy/translator/cli/test/test_stackopt.py 94
pypy/translator/autopath.py 92
pypy/translator/goal/autopath.py 92
pypy/translator/test/autopath.py 92
pypy/translator/cli/test/autopath.py 92
pypy/translator/llvm/demo/autopath.py 92
pypy/translator/pyrex/test/autopath.py 92
pypy/translator/js/examples/autopath.py 92
pypy/translator/benchmark/autopath.py 92
pypy/translator/lisp/test/autopath.py 92
pypy/translator/js/autopath.py 92
pypy/translator/microbench/pybench/autopath.py 92
pypy/translator/c/test/autopath.py 92
pypy/translator/asm/ppcgen/test/autopath.py 92
pypy/translator/c/autopath.py 92
pypy/translator/tool/pygame/autopath.py 92
pypy/translator/asm/autopath.py 92
pypy/translator/js/demo/jsdemo/autopath.py 92
pypy/translator/asm/test/autopath.py 92
pypy/translator/pyrex/autopath.py 92
pypy/translator/tool/autopath.py 92
pypy/translator/llvm/pyllvm/autopath.py 92
pypy/translator/asm/ppcgen/autopath.py 92
pypy/translator/backendopt/test/test_ssa.py 91
pypy/translator/cli/support.py 89
pypy/translator/js/demo/jsdemo/example.py 86
pypy/translator/backendopt/test/test_canraise.py 84
pypy/translator/asm/ppcgen/ppc_field.py 83
pypy/translator/goal/targetrpystonex.py 81
pypy/translator/pyrex/test/test_sourcegen.py 81
pypy/translator/tool/graphserver.py 80
pypy/translator/cli/gencli.py 80
pypy/translator/asm/ppcgen/test/test_func_builder.py 79
pypy/translator/llvm/pyllvm/pyllvm.py 79
pypy/translator/goal/unixcheckpoint.py 77
pypy/translator/microbench/test_dict.py 76
pypy/translator/llvm/pyllvm/helper.py 76
pypy/translator/jvm/metavm.py 75
pypy/translator/backendopt/graphanalyze.py 75
pypy/translator/llvm/wrapable/test/test_llvm.py 74
pypy/translator/js/test/test_snippet.py 74
pypy/translator/llvm/wrapable/wrap_llvm.py 73
pypy/translator/backendopt/test/test_removeassert.py 73
pypy/translator/js/test/test_rlist.py 73
pypy/translator/goal/targetmultiplespaces.py 73
pypy/translator/js/test/test_rsnippet1.py 73
pypy/translator/tool/test/test_taskengine.py 72
pypy/translator/llvm/opaquenode.py 71
pypy/translator/llvm/test/test_merge_if_blocks.py 71
pypy/translator/llvm/test/test_genllvm1.py 70
pypy/translator/js/demo/jsdemo/msgstruct.py 70
pypy/translator/js/turbogears/setup.py 69
pypy/translator/js/test/test_rclass.py 68
pypy/translator/js/_class.py 68
pypy/translator/oosupport/genoo.py 67
pypy/translator/asm/ppcgen/assembler.py 67
pypy/translator/tool/port.py 66
pypy/translator/tool/stdoutcapture.py 66
pypy/translator/llvm/test/test_rtagged.py 65
pypy/translator/js/jsbuiltin.py 65
pypy/translator/goal/targetrpystonedalone.py 65
pypy/translator/llvm/test/test_snippet.py 65
pypy/translator/microbench/pybench/README 65
pypy/translator/cli/test/test_class.py 64
pypy/translator/test/test_unsimplify.py 63
pypy/translator/llvm/test/test_class.py 62
pypy/translator/asm/test/test_model.py 62
pypy/translator/c/test/test_rtagged.py 62
pypy/translator/microbench/microbench.py 61
pypy/translator/js/demo/jsdemo/djangoping/settings.py 60
pypy/translator/oosupport/database.py 60
pypy/translator/js/test/test_runtest.py 60
pypy/translator/asm/ppcgen/test/test_form.py 59
pypy/translator/js/support.py 58
pypy/translator/jvm/constant.py 58
pypy/translator/cli/comparer.py 58
pypy/translator/js/examples/console.py 58
pypy/translator/benchmark/benchmarks.py 57
pypy/translator/llvm/test/runtest.py 57
pypy/translator/llvm/node.py 57
pypy/translator/asm/ppcgen/field.py 57
pypy/translator/asm/ppcgen/rassemblermaker.py 57
pypy/translator/backendopt/stat.py 56
pypy/translator/benchmark/bench-custom.py 56
pypy/translator/cli/test/test_objectmodel.py 56
pypy/translator/js/test/test_bltn.py 55
pypy/translator/llvm/pyxwrapper.py 55
pypy/translator/js/demo/jsdemo/controllers.py 54
pypy/translator/microbench/pybench/Instances.py 54
pypy/translator/stackless/test/test_yield_current_frame_to_caller.py 54
pypy/translator/js/test/test_loops.py 54
pypy/translator/backendopt/removeassert.py 54
pypy/translator/asm/ppcgen/test/test_field.py 53
pypy/translator/llvm/backendopt/exception.py 53
pypy/translator/cli/test/test_runtest.py 53
pypy/translator/backendopt/raisingop2direct_call.py 53
pypy/translator/goal/targetdemomodule.py 51
pypy/translator/cli/entrypoint.py 50
pypy/translator/js/tutorial/step3.py 50
pypy/translator/stackless/test/test_coroutine_reconstruction.py 50
pypy/translator/lisp/test/test_list.py 50
pypy/translator/goal/targetvarsized.py 49
pypy/translator/test/test_extension.py 49
pypy/translator/test/test_driver.py 49
pypy/translator/cli/test/test_exception.py 49
pypy/translator/llvm/test/test_gc.py 49
pypy/translator/goal/order.py 48
pypy/translator/js/turbogears/templateplugin.py 48
pypy/translator/lisp/test/test_exception.py 48
pypy/translator/js/test/test_jseval.py 46
pypy/translator/llvm/demo/run.py 46
pypy/translator/js/demo/jsdemo/consserv.py 45
pypy/translator/cli/oopspec.py 44
pypy/translator/squeak/test/test_oo.py 44
pypy/translator/js/tutorial/step2.py 43
pypy/translator/js/lib/test/test_server.py 43
pypy/translator/llvm/backendopt/mergemallocs.py 43
pypy/translator/c/external.py 42
pypy/translator/goal/targetpushpop.py 42
pypy/translator/backendopt/test/test_checkvirtual.py 42
pypy/translator/js/demo/jsdemo/djangoping/client.py 40
pypy/translator/goal/buildcache2.py 40
pypy/translator/oosupport/test_template/snippets.py 39
pypy/translator/tool/tracer.py 39
pypy/translator/cli/prebuiltnodes.py 39
pypy/translator/cli/delegate.py 38
pypy/translator/cli/sdk.py 37
pypy/translator/stackless/test/test_clone.py 36
pypy/translator/c/test/test_support.py 35
pypy/translator/squeak/test/test_codeformatter.py 35
pypy/translator/cli/test/test_query.py 35
pypy/translator/lisp/test/test_dict.py 35
pypy/translator/cli/test/test_cast.py 34
pypy/translator/cli/test/test_overflow.py 34
pypy/translator/js/turbogears/commandjs.py 34
pypy/translator/asm/ppcgen/test/test_rassemblermaker.py 33
pypy/translator/js/helper.py 33
pypy/translator/backendopt/tailrecursion.py 32
pypy/translator/js/test/tgtest.py 32
pypy/translator/js/test/test_rpbc.py 31
pypy/translator/tool/benchmark.py 31
pypy/translator/oosupport/test_template/string.py 30
pypy/translator/asm/i386gen/i386_assembler.py 29
pypy/translator/squeak/test/test_datastructure.py 29
pypy/translator/js/demo/jsdemo/djangoping/views.py 29
pypy/translator/js/test/test_rdict.py 28
pypy/translator/js/tester.py 28
pypy/translator/js/modules/mochikit.py 28
pypy/translator/microbench/test_dispatch.py 28
pypy/translator/oosupport/test_template/dict.py 28
pypy/translator/goal/targetprologstandalone.py 27
pypy/translator/microbench/pybench/Setup.py 27
pypy/translator/llvm/pyllvm/test/ll_snippet.py 27
pypy/translator/cli/test/test_backendopt.py 26
pypy/translator/goal/targetjsstandalone.py 26
pypy/translator/goal/_test_thread.py 26
pypy/translator/lisp/test/test_call.py 26
pypy/translator/microbench/test_create1.py 25
pypy/translator/js/demo/jsdemo/proxy.py 24
pypy/translator/js/test/test_main.py 24
pypy/translator/llvm/pyllvm/cc.py 23
pypy/translator/goal/targetrecursivestandalone.py 23
pypy/translator/llvm/wrapable/setup.py 22
pypy/translator/llvm/module/excsupport.py 22
pypy/translator/asm/regalloc.py 22
pypy/translator/cli/conftest.py 21
pypy/translator/goal/targetgcbench.py 21
pypy/translator/js/tutorial/step1.py 21
pypy/translator/jvm/test/test_string.py 21
pypy/translator/jvm/prebuiltnodes.py 20
pypy/translator/backendopt/test/test_tailrecursion.py 20
pypy/translator/backendopt/canraise.py 20
pypy/translator/cli/test/test_streamio.py 20
pypy/translator/jvm/conftest.py 19
pypy/translator/asm/ppcgen/asmfunc.py 19
pypy/translator/c/test/test_symboltable.py 19
pypy/translator/backendopt/checkvirtual.py 18
pypy/translator/microbench/test_bltn.py 18
pypy/translator/cli/test/test_float.py 17
pypy/translator/cli/test/test_string.py 17
pypy/translator/js/demo/jsdemo/test/test_demo.py 17
pypy/translator/llvm/exception.py 17
pypy/translator/js/demo/jsdemo/support.py 17
pypy/translator/goal/targetnopstandalone.py 17
pypy/translator/tool/test/test_cbuild.py 17
pypy/translator/test/test_rpystone.py 17
pypy/translator/lisp/test/test_tuple.py 17
pypy/translator/jvm/option.py 17
pypy/translator/goal/targetreallynopstandalone.py 16
pypy/translator/llvm/pyllvm/create_llvmcapi.py 16
pypy/translator/js/turbogears/widgets.py 16
pypy/translator/asm/ppcgen/pystructs.py 16
pypy/translator/cli/test/test_int.py 16
pypy/translator/jvm/test/test_dict.py 16
pypy/translator/llvm/wrapable/wrapper.py 16
pypy/translator/benchmark/test/test_result.py 15
pypy/translator/asm/ppcgen/regname.py 15
pypy/translator/llvm/llvmcapi/setup.py 15
pypy/translator/test/test_uniquename.py 14
pypy/translator/asm/ppcgen/util.py 14
pypy/translator/goal/targetrichards.py 13
pypy/translator/c/winproj/standalone/pypytest_slp.py 13
pypy/translator/llvm/wrapable/llvm_helper.py 13
pypy/translator/cli/test/test_dict.py 13
pypy/translator/test/test_translator.py 12
pypy/translator/js/test/test_extfunc.py 12
pypy/translator/goal/targetsegfault.py 11
pypy/translator/asm/ppcgen/symbol_lookup.py 11
pypy/translator/cli/test/test_tuple.py 11
pypy/translator/js/examples/serialise.py 11
pypy/translator/cli/test/test_primitive.py 10
pypy/translator/goal/targetrpystone.py 10
pypy/translator/goal/Ratthing-b246-benchs.txt 10
pypy/translator/lisp/test/test_clrepr.py 10
pypy/translator/js/demo/jsdemo/djangoping/manage.py 10
pypy/translator/jvm/test/test_class.py 9
pypy/translator/jvm/test/test_list.py 9
pypy/translator/asm/ppcgen/ppc_form.py 9
pypy/translator/jvm/log.py 9
pypy/translator/js/conftest.py 8
pypy/translator/cli/test/test_list.py 8
pypy/translator/cli/node.py 7
pypy/translator/goal/app_example.py 7
pypy/translator/pyrex/pyrexc 6
pypy/translator/js/demo/jsdemo/djangoping/urls.py 6
pypy/translator/squeak/conftest.py 6
pypy/translator/cli/test/test_range.py 6
pypy/translator/locality/support.py 5
pypy/translator/lisp/conftest.py 5
pypy/translator/cli/test/test_bool.py 5
pypy/translator/jvm/test/test_bool.py 5
pypy/translator/jvm/test/test_pbc.py 5
pypy/translator/squeak/test/support.py 5
pypy/translator/cli/test/test_pbc.py 5
pypy/translator/llvm/backendopt/support.py 5
pypy/translator/cli/test/test_op.py 4
pypy/translator/cli/test/test_snippet.py 4
pypy/translator/cli/option.py 4
pypy/translator/js/log.py 4
pypy/translator/llvm/log.py 4
pypy/translator/oosupport/__init__.py 4
pypy/translator/jvm/test/test_snippet.py 4
pypy/translator/goal/app_basic_example.py 3
pypy/translator/locality/test/test_simulation.py 3
pypy/translator/llvm/llvmcapi/README.txt 3

pypy/rpython

total number of lines 44426  
number of testlines 18361 41.33%
number of non-testlines 26065 58.67%
total number of files 246  
number of testfiles 96 39.02%
number of non-testfiles 150 60.98%
pypy/rpython/test/test_rpbc.py 1623
pypy/rpython/lltypesystem/lltype.py 1519
pypy/rpython/ootypesystem/ootype.py 1134
pypy/rpython/memory/gc.py 1121
pypy/rpython/test/test_rlist.py 1077
pypy/rpython/llinterp.py 957
pypy/rpython/rtyper.py 823
pypy/rpython/lltypesystem/rclass.py 797
pypy/rpython/rpbc.py 763
pypy/rpython/rlist.py 758
pypy/rpython/lltypesystem/rstr.py 711
pypy/rpython/test/test_rdict.py 673
pypy/rpython/test/test_rstr.py 656
pypy/rpython/lltypesystem/rdict.py 653
pypy/rpython/lltypesystem/test/test_lltype.py 651
pypy/rpython/test/test_rclass.py 640
pypy/rpython/memory/test/test_transformed_gc.py 613
pypy/rpython/rbuiltin.py 575
pypy/rpython/memory/gctransform/framework.py 551
pypy/rpython/lltypesystem/test/test_llmemory.py 537
pypy/rpython/rstr.py 532
pypy/rpython/lltypesystem/llmemory.py 510
pypy/rpython/rctypes/test/test_rprimitive.py 502
pypy/rpython/test/test_llinterp.py 501
pypy/rpython/ootypesystem/rclass.py 468
pypy/rpython/ootypesystem/test/test_ooclean.py 467
pypy/rpython/annlowlevel.py 450
pypy/rpython/rctypes/tool/ctypes_platform.py 449
pypy/rpython/rmodel.py 415
pypy/rpython/lltypesystem/lloperation.py 402
pypy/rpython/lltypesystem/rlist.py 389
pypy/rpython/memory/test/test_address.py 382
pypy/rpython/rctypes/test/test_rfunc.py 382
pypy/rpython/test/test_rbuiltin.py 378
pypy/rpython/ootypesystem/test/test_ootype.py 359
pypy/rpython/lltypesystem/test/test_picklelltype.py 359
pypy/rpython/rctypes/test/test_rarray.py 356
pypy/rpython/memory/test/test_llinterpsim.py 340
pypy/rpython/test/test_llann.py 333
pypy/rpython/lltypesystem/rpbc.py 331
pypy/rpython/ootypesystem/rdict.py 326
pypy/rpython/rctypes/rmodel.py 315
pypy/rpython/rcpy.py 313
pypy/rpython/memory/test/test_lltypesimulation.py 307
pypy/rpython/rint.py 306
pypy/rpython/normalizecalls.py 303
pypy/rpython/memory/gcwrapper.py 299
pypy/rpython/memory/gctransform/test/test_refcounting.py 297
pypy/rpython/extfunctable.py 286
pypy/rpython/memory/gctransform/transform.py 285
pypy/rpython/lltypesystem/opimpl.py 281
pypy/rpython/ootypesystem/rstr.py 279
pypy/rpython/memory/gctransform/refcounting.py 270
pypy/rpython/rctypes/test/test_rpointer.py 269
pypy/rpython/memory/convertlltype.py 259
pypy/rpython/test/test_rtuple.py 255
pypy/rpython/raisingops/raisingops.py 252
pypy/rpython/ootypesystem/test/test_ooann.py 247
pypy/rpython/rctypes/test/test_rstruct.py 241
pypy/rpython/memory/gctransform/test/test_transform.py 240
pypy/rpython/rtuple.py 234
pypy/rpython/module/ll_os.py 226
pypy/rpython/test/test_normalizecalls.py 216
pypy/rpython/ootypesystem/test/test_oortype.py 214
pypy/rpython/rctypes/test/test_rctypes.py 208
pypy/rpython/memory/lltypesimulation.py 207
pypy/rpython/test/test_nongc.py 197
pypy/rpython/rctypes/test/test_ctypes.py 194
pypy/rpython/lltypesystem/test/test_rtagged.py 187
pypy/rpython/rctypes/test/test_rstringbuf.py 186
pypy/rpython/controllerentry.py 182
pypy/rpython/ootypesystem/bltregistry.py 174
pypy/rpython/rctypes/rfunc.py 173
pypy/rpython/test/test_rptr.py 172
pypy/rpython/rctypes/tool/test/test_ctypes_platform.py 170
pypy/rpython/ootypesystem/rpbc.py 169
pypy/rpython/rclass.py 169
pypy/rpython/rctypes/rarray.py 168
pypy/rpython/rctypes/test/test_rvoid_p.py 162
pypy/rpython/rfloat.py 160
pypy/rpython/extregistry.py 159
pypy/rpython/test/test_rint.py 158
pypy/rpython/rrange.py 157
pypy/rpython/test/test_extregistry.py 154
pypy/rpython/callparse.py 151
pypy/rpython/rptr.py 151
pypy/rpython/memory/simulator.py 143
pypy/rpython/lltypesystem/test/test_rcpyclass.py 142
pypy/rpython/ootypesystem/test/test_oolist.py 141
pypy/rpython/rctypes/test/test_rchar_p.py 140
pypy/rpython/typesystem.py 139
pypy/rpython/lltypesystem/rtagged.py 137
pypy/rpython/ootypesystem/test/test_bltann.py 131
pypy/rpython/lltypesystem/rvirtualizable.py 131
pypy/rpython/memory/lltypelayout.py 131
pypy/rpython/rctypes/rchar_p.py 130
pypy/rpython/lltypesystem/test/test_rvirtualizable.py 128
pypy/rpython/module/test/test_ll_os.py 126
pypy/rpython/test/test_rrange.py 125
pypy/rpython/raddress.py 125
pypy/rpython/test/test_rtyper.py 123
pypy/rpython/memory/test/test_convertlltype.py 121
pypy/rpython/rexternalobj.py 120
pypy/rpython/memory/lladdress.py 118
pypy/rpython/lltypesystem/rtuple.py 117
pypy/rpython/rctypes/implementation.py 115
pypy/rpython/rctypes/rstruct.py 115
pypy/rpython/rctypes/tool/util.py 115
pypy/rpython/rctypes/afunc.py 115
pypy/rpython/rctypes/rstringbuf.py 113
pypy/rpython/test/snippet.py 109
pypy/rpython/lltypesystem/ll_str.py 108
pypy/rpython/numpy/aarray.py 107
pypy/rpython/ootypesystem/rlist.py 104
pypy/rpython/numpy/test/test_array.py 103
pypy/rpython/memory/test/test_gc.py 103
pypy/rpython/test/test_exception.py 99
pypy/rpython/lltypesystem/exceptiondata.py 98
pypy/rpython/memory/gctransform/support.py 97
pypy/rpython/rctypes/test/test_rpyobject.py 94
pypy/rpython/memory/test/test_support.py 93
pypy/rpython/module/test/test_posix.py 93
pypy/rpython/rctypes/tool/autopath.py 92
pypy/rpython/rdict.py 92
pypy/rpython/test/test_extfunc.py 89
pypy/rpython/ootypesystem/rbuiltin.py 89
pypy/rpython/ootypesystem/exceptiondata.py 89
pypy/rpython/ootypesystem/rootype.py 89
pypy/rpython/rctypes/rpointer.py 88
pypy/rpython/rctypes/avoid_p.py 87
pypy/rpython/rctypes/test/test_overhead.py 87
pypy/rpython/rctypes/test/test_rcarithmetic.py 86
pypy/rpython/numpy/rarray.py 82
pypy/rpython/test/test_controllerentry.py 81
pypy/rpython/memory/support.py 80
pypy/rpython/rctypes/test/test_rerrno.py 79
pypy/rpython/rctypes/astruct.py 79
pypy/rpython/lltypesystem/rrange.py 78
pypy/rpython/memory/gctransform/stacklessframework.py 77
pypy/rpython/ootypesystem/test/test_oopbc.py 76
pypy/rpython/ootypesystem/rtuple.py 76
pypy/rpython/memory/test/test_simulator.py 75
pypy/rpython/rctypes/rprimitive.py 73
pypy/rpython/rctypes/tool/compilemodule.py 72
pypy/rpython/module/support.py 72
pypy/rpython/test/tool.py 70
pypy/rpython/test/test_rbool.py 69
pypy/rpython/rctypes/astringbuf.py 67
pypy/rpython/rctypes/apointer.py 67
pypy/rpython/robject.py 67
pypy/rpython/memory/gctransform/test/test_boehm.py 64
pypy/rpython/ootypesystem/ooregistry.py 64
pypy/rpython/extfunc.py 61
pypy/rpython/lltypesystem/module/ll_os.py 60
pypy/rpython/rbool.py 60
pypy/rpython/lltypesystem/rbuiltin.py 59
pypy/rpython/test/test_rconstantdict.py 59
pypy/rpython/rctypes/rpyobject.py 57
pypy/rpython/lltypesystem/rslice.py 56
pypy/rpython/rcontrollerentry.py 55
pypy/rpython/rslice.py 54
pypy/rpython/rctypes/aprimitive.py 54
pypy/rpython/test/test_robject.py 53
pypy/rpython/memory/gctransform/boehm.py 53
pypy/rpython/test/test_rfloat.py 52
pypy/rpython/rctypes/rvoid_p.py 51
pypy/rpython/rctypes/apyobject.py 49
pypy/rpython/rctypes/aarray.py 48
pypy/rpython/rgeneric.py 47
pypy/rpython/lltypesystem/test/test_lloperation.py 47
pypy/rpython/ootypesystem/module/ll_os.py 47
pypy/rpython/ootypesystem/test/test_oorecord.py 45
pypy/rpython/memory/gctransform/statistics.py 45
pypy/rpython/ootypesystem/test/test_oodict.py 44
pypy/rpython/ootypesystem/rrange.py 42
pypy/rpython/test/test_rspecialcase.py 41
pypy/rpython/rctypes/atype.py 37
pypy/rpython/test/test_rexternalobj.py 37
pypy/rpython/test/test_rgeneric.py 37
pypy/rpython/rspecialcase.py 37
pypy/rpython/memory/gctransform/test/test_stacklessframework.py 37
pypy/rpython/memory/gctransform/test/test_framework.py 37
pypy/rpython/module/test/test_ll_math.py 36
pypy/rpython/ootypesystem/ooopimpl.py 35
pypy/rpython/module/test/test_ll_os_path.py 34
pypy/rpython/rctypes/rtype.py 33
pypy/rpython/memory/gclltype.py 32
pypy/rpython/exceptiondata.py 32
pypy/rpython/ootypesystem/extdesc.py 32
pypy/rpython/test/test_remptydict.py 30
pypy/rpython/memory/gcheader.py 30
pypy/rpython/rctypes/aerrno.py 30
pypy/rpython/memory/gctransform/test/test_statistics.py 29
pypy/rpython/ootypesystem/ll_str.py 28
pypy/rpython/module/ll_math.py 27
pypy/rpython/module/test/test_ll_strtod.py 27
pypy/rpython/memory/test/test_lltypelayout.py 26
pypy/rpython/lltypesystem/module/ll_math.py 25
pypy/rpython/module/ll_os_path.py 25
pypy/rpython/rctypes/achar_p.py 25
pypy/rpython/ootypesystem/module/ll_math.py 25
pypy/rpython/rctypes/rcarithmetic.py 23
pypy/rpython/ootypesystem/test/test_oostring.py 23
pypy/rpython/ootypesystem/test/test_ooregistry.py 23
pypy/rpython/memory/gctransform/test/test_protect.py 23
pypy/rpython/test/test_ootype_llinterp.py 22
pypy/rpython/ootypesystem/rslice.py 18
pypy/rpython/rctypes/tool/libc.py 17
pypy/rpython/module/ll_stackless.py 16
pypy/rpython/rctypes/test/test_import.py 16
pypy/rpython/lltypesystem/module/ll_strtod.py 15
pypy/rpython/module/ll_time.py 14
pypy/rpython/ootypesystem/module/ll_strtod.py 14
pypy/rpython/module/ll_stack.py 13
pypy/rpython/lltypesystem/rtupletype.py 12
pypy/rpython/rctypes/tool/test/test_compilemodule.py 10
pypy/rpython/error.py 8
pypy/rpython/rctypes/test/conftest.py 8
pypy/rpython/numpy/test/conftest.py 8
pypy/rpython/lltypesystem/rgeneric.py 7
pypy/rpython/ootypesystem/rgeneric.py 7
pypy/rpython/numpy/implementation.py 6
pypy/rpython/lltypesystem/llheap.py 5
pypy/rpython/ootypesystem/module/ll_os_path.py 4
pypy/rpython/module/ll_js.py 4
pypy/rpython/lltypesystem/module/ll_os_path.py 4
pypy/rpython/rctypes/tool/test/test_libc.py 3

pypy/interpreter

total number of lines 31538  
number of testlines 5896 18.69%
number of non-testlines 25642 81.31%
total number of files 148  
number of testfiles 81 54.73%
number of non-testfiles 67 45.27%
number of docfiles 2 1.35%
number of doclines 399 1.27%
pypy/interpreter/astcompiler/ast.py 4840
pypy/interpreter/pyparser/astbuilder.py 1670
pypy/interpreter/astcompiler/pycodegen.py 1304
pypy/interpreter/stablecompiler/transformer.py 1286
pypy/interpreter/stablecompiler/pycodegen.py 1280
pypy/interpreter/pyopcode.py 1086
pypy/interpreter/stablecompiler/ast.py 1018
pypy/interpreter/astcompiler/pyassem.py 919
pypy/interpreter/gateway.py 847
pypy/interpreter/baseobjspace.py 822
pypy/interpreter/pyparser/test/test_astbuilder.py 767
pypy/interpreter/stablecompiler/pyassem.py 755
pypy/interpreter/astcompiler/astgen.py 701
pypy/interpreter/typedef.py 644
pypy/interpreter/pyparser/grammar.py 607
pypy/interpreter/argument.py 587
pypy/interpreter/test/test_compiler.py 554
pypy/interpreter/astcompiler/symbols.py 528
pypy/interpreter/test/test_syntax.py 431
pypy/interpreter/pyframe.py 429
pypy/interpreter/function.py 419
pypy/interpreter/astcompiler/ast.txt 396
pypy/interpreter/stablecompiler/symbols.py 395
pypy/interpreter/test/test_pickle.py 388
pypy/interpreter/pyparser/pythonlexer.py 343
pypy/interpreter/pycode.py 325
pypy/interpreter/test/test_function.py 276
pypy/interpreter/pyparser/pytokenize.py 252
pypy/interpreter/test/test_interpreter.py 244
pypy/interpreter/test/test_gateway.py 228
pypy/interpreter/pyparser/ebnfparse.py 224
pypy/interpreter/pycompiler.py 223
pypy/interpreter/executioncontext.py 216
pypy/interpreter/pyparser/parsestring.py 213
pypy/interpreter/error.py 212
pypy/interpreter/pyparser/test/test_astcompiler.py 204
pypy/interpreter/mixedmodule.py 198
pypy/interpreter/interactive.py 185
pypy/interpreter/nestedscope.py 183
pypy/interpreter/test/test_exec.py 168
pypy/interpreter/pyparser/ebnflexer.py 165
pypy/interpreter/pyparser/test/test_samples.py 156
pypy/interpreter/pyparser/pythonparse.py 151
pypy/interpreter/miscutils.py 149
pypy/interpreter/main.py 147
pypy/interpreter/test/test_pyframe.py 138
pypy/interpreter/test/test_objspace.py 135
pypy/interpreter/pyparser/pythonutil.py 133
pypy/interpreter/pyparser/pytoken.py 127
pypy/interpreter/eval.py 120
pypy/interpreter/test/test_code.py 120
pypy/interpreter/test/test_raise.py 118
pypy/interpreter/astcompiler/test/test_ast.py 118
pypy/interpreter/test/test_class.py 116
pypy/interpreter/pyparser/data/Grammar_stablecompiler 115
pypy/interpreter/test/test_exceptcomp.py 114
pypy/interpreter/test/test_appinterp.py 111
pypy/interpreter/pyparser/syntaxtree.py 106
pypy/interpreter/astcompiler/visitor.py 99
pypy/interpreter/stablecompiler/visitor.py 96
pypy/interpreter/astcompiler/test/test_peepholer.py 95
pypy/interpreter/autopath.py 92
pypy/interpreter/pyparser/test/autopath.py 92
pypy/interpreter/test/autopath.py 92
pypy/interpreter/pyparser/test/test_pytokenizer.py 89
pypy/interpreter/test/test_py.py 88
pypy/interpreter/pyparser/symbol.py 87
pypy/interpreter/pyparser/tuplebuilder.py 86
pypy/interpreter/pyparser/test/unittest_samples.py 86
pypy/interpreter/astcompiler/future.py 85
pypy/interpreter/pyparser/ebnfgrammar.py 83
pypy/interpreter/pyparser/pysymbol.py 82
pypy/interpreter/pyparser/test/samples/snippet_samples.py 81
pypy/interpreter/pyparser/automata.py 80
pypy/interpreter/pyparser/test/test_lookahead.py 78
pypy/interpreter/pyparser/test/test_parsestring.py 73
pypy/interpreter/test/test_argument.py 69
pypy/interpreter/test/test_main.py 67
pypy/interpreter/stablecompiler/misc.py 66
pypy/interpreter/stablecompiler/future.py 66
pypy/interpreter/test/test_generator.py 60
pypy/interpreter/pytraceback.py 55
pypy/interpreter/test/test_nestedscope.py 53
pypy/interpreter/test/test_typedef.py 51
pypy/interpreter/module.py 49
pypy/interpreter/test/test_eval.py 49
pypy/interpreter/test/test_module.py 48
pypy/interpreter/astcompiler/misc.py 47
pypy/interpreter/generator.py 46
pypy/interpreter/pyparser/test/samples/snippet_exceptions.py 43
pypy/interpreter/stablecompiler/syntax.py 37
pypy/interpreter/astcompiler/syntax.py 37
pypy/interpreter/test/test_executioncontext.py 29
pypy/interpreter/pyparser/error.py 28
pypy/interpreter/astcompiler/consts.py 20
pypy/interpreter/stablecompiler/__init__.py 19
pypy/interpreter/pyparser/test/stdlib_testall.py 19
pypy/interpreter/astcompiler/__init__.py 19
pypy/interpreter/stablecompiler/consts.py 18
pypy/interpreter/pyparser/test/samples/snippet_whilelineno.py 15
pypy/interpreter/pyparser/test/samples/snippet_decorators.py 15
pypy/interpreter/test/s1.py 13
pypy/interpreter/test/mixedmodule/__init__.py 13
pypy/interpreter/pyparser/test/samples/snippet_simple_for_loop.py 13
pypy/interpreter/pyparser/test/samples/snippet_docstring.py 12
pypy/interpreter/pyparser/test/samples/snippet_function_calls.py 11
pypy/interpreter/test/test_descrtypecheck.py 11
pypy/interpreter/special.py 11
pypy/interpreter/test/test_special.py 10
pypy/interpreter/pyparser/test/samples/snippet_listlinenos.py 10
pypy/interpreter/pyparser/test/samples/snippet_2.py 10
pypy/interpreter/debug.py 9
pypy/interpreter/pyparser/test/samples/snippet_simple_class.py 9
pypy/interpreter/pyparser/test/samples/snippet_classes.py 9
pypy/interpreter/pyparser/test/samples/snippet_while.py 8
pypy/interpreter/pyparser/test/samples/snippet_numbers.py 8
pypy/interpreter/test/foointerp.py 7
pypy/interpreter/pyparser/test/samples/snippet_multiline.py 6
pypy/interpreter/pyparser/test/samples/snippet_simple_function.py 6
pypy/interpreter/pyparser/test/samples/snippet_list_comps.py 6
pypy/interpreter/pyparser/test/samples/snippet_comment.py 6
pypy/interpreter/test/hello_world.py 6
pypy/interpreter/test/mixedmodule/file1.py 5
pypy/interpreter/pyparser/test/samples/snippet_with_1.py 4
pypy/interpreter/pyparser/test/samples/snippet_with_2.py 4
pypy/interpreter/pyparser/test/samples/snippet_several_statements.py 3
pypy/interpreter/pyparser/test/samples/snippet_generator.py 3
pypy/interpreter/pyparser/test/samples/snippet_encoding_declaration3.py 3
pypy/interpreter/pyparser/data/README 3
pypy/interpreter/pyparser/test/samples/snippet_import_statements.py 3
pypy/interpreter/pyparser/test/samples/snippet_encoding_declaration2.py 3

pypy/doc

total number of lines 20162  
number of testlines 46 0.23%
number of non-testlines 20116 99.77%
total number of files 228  
number of testfiles 1 0.44%
number of non-testfiles 227 99.56%
number of docfiles 205 89.91%
number of doclines 19517 96.80%
pypy/doc/dynamic-language-translation.txt 1884
pypy/doc/statistic/subscribers.txt 931
pypy/doc/jit.txt 860
pypy/doc/coding-guide.txt 822
pypy/doc/translation.txt 705
pypy/doc/getting-started.txt 668
pypy/doc/rtyper.txt 609
pypy/doc/statistic/loc.txt 571
pypy/doc/statistic/number_files.txt 570
pypy/doc/stackless.txt 543
pypy/doc/statistic/statistic_irc_log.txt 512
pypy/doc/objspace-proxies.txt 434
pypy/doc/rctypes.txt 431
pypy/doc/howto-logicobjspace-0.9.txt 405
pypy/doc/translation-aspects.txt 387
pypy/doc/rlib.txt 368
pypy/doc/interpreter.txt 328
pypy/doc/objspace.txt 316
pypy/doc/constraints-and-logic.txt 315
pypy/doc/dev_method.txt 308
pypy/doc/low-level-encapsulation.txt 272
pypy/doc/discussion/howtoimplementpickling.txt 265
pypy/doc/discussion/security-ideas.txt 250
pypy/doc/garbage_collection.txt 242
pypy/doc/index.txt 231
pypy/doc/architecture.txt 230
pypy/doc/eventhistory.txt 228
pypy/doc/extcompiler.txt 211
pypy/doc/discussion/logic-plan.txt 203
pypy/doc/discussion/jit-spring06-thinking.txt 200
pypy/doc/project-ideas.txt 191
pypy/doc/discussion/cli-optimizations.txt 184
pypy/doc/discussion/thoughts_string_interning.txt 183
pypy/doc/discussion/VM-integration.txt 182
pypy/doc/video-index.txt 181
pypy/doc/glossary.txt 169
pypy/doc/geninterp.txt 167
pypy/doc/pyontology.txt 165
pypy/doc/object-optimizations.txt 164
pypy/doc/parser.txt 145
pypy/doc/configuration.txt 139
pypy/doc/discussion/build-tool-description.txt 138
pypy/doc/discussion/pypy_metaclasses_in_cl.txt 137
pypy/doc/js/using.txt 125
pypy/doc/_ref.txt 120
pypy/doc/extradoc.txt 115
pypy/doc/discussion/somepbc-refactoring-plan.txt 113
pypy/doc/discussion/GC-performance.txt 107
pypy/doc/release-0.9.0.txt 107
pypy/doc/statistic/format.py 102
pypy/doc/news.txt 100
pypy/doc/svn-help.txt 100
pypy/doc/config/autopath.py 92
pypy/doc/standalone-howto.txt 92
pypy/doc/release-0.8.0.txt 89
pypy/doc/faq.txt 86
pypy/doc/weekly/summary-2006-03-15.txt 83
pypy/doc/release-0.6.txt 82
pypy/doc/weekly/summary-2005-12-02.txt 82
pypy/doc/release-0.7.0.txt 79
pypy/doc/weekly/summary-2005-11-11.txt 77
pypy/doc/index-report.txt 76
pypy/doc/weekly/summary-2005-12-09.txt 75
pypy/doc/weekly/summary-2005-12-16.txt 75
pypy/doc/js/webapps_with_pypy.txt 71
pypy/doc/discussion/build-tool-web-frontend.txt 71
pypy/doc/tool/mydot.py 70
pypy/doc/discussion/distribution-implementation.txt 70
pypy/doc/theory.txt 69
pypy/doc/summer-of-pypy.txt 69
pypy/doc/weekly/index.txt 62
pypy/doc/weekly/summary-2005-11-25.txt 61
pypy/doc/weekly/summary-2005-11-04.txt 60
pypy/doc/discussion/distribution-roadmap.txt 52
pypy/doc/sprint-reports.txt 50
pypy/doc/contributor.txt 49
pypy/doc/discussion/use_case_of_logic.txt 47
pypy/doc/discussion/distribution-newattempt.txt 47
pypy/doc/test_redirections.py 46
pypy/doc/tool/makeref.py 45
pypy/doc/js/whatis.txt 45
pypy/doc/statistic/post.txt 44
pypy/doc/config/confrest.py 41
pypy/doc/discussion/summer-of-pypy-pytest.txt 41
pypy/doc/statistic/webaccess.txt 37
pypy/doc/conftest.py 36
pypy/doc/contact.txt 35
pypy/doc/discussion/oz-thread-api.txt 35
pypy/doc/weekly/summary-2005-11-18.txt 33
pypy/doc/redirections 30
pypy/doc/confrest.py 28
pypy/doc/discussion/distribution.txt 27
pypy/doc/how-to-release.txt 27
pypy/doc/weekly/confrest.py 27
pypy/doc/js/todo.txt 25
pypy/doc/tool/makecontributor.py 24
pypy/doc/weekly/log 23
pypy/doc/discussion/translation-swamp.txt 19
pypy/doc/weekly/log-2005-11-11 16
pypy/doc/weekly/log-2005-11-04 16
pypy/doc/statistic/rebin.py 16
pypy/doc/config/objspace.name.txt 15
pypy/doc/discussion/removing-stable-compiler.txt 15
pypy/doc/config/generate.py 13
pypy/doc/config/objspace.std.withmultidict.txt 12
pypy/doc/config/objspace.std.withsharingdict.txt 11
pypy/doc/discussion/cmd-prompt-translation.txt 11
pypy/doc/config/objspace.std.withshadowtracking.txt 10
pypy/doc/config/objspace.std.withmultilist.txt 9
pypy/doc/navlist 9
pypy/doc/config/objspace.opcodes.CALL_LIKELY_BUILTIN.txt 8
pypy/doc/config/objspace.std.withstrslice.txt 8
pypy/doc/config/objspace.std.withstrjoin.txt 7
pypy/doc/config/objspace.std.withsmallint.txt 6
pypy/doc/config/objspace.std.withrangelist.txt 6
pypy/doc/config/objspace.std.withprebuiltint.txt 5
pypy/doc/statistic/conftest.py 5
pypy/doc/config/objspace.std.withtypeversion.txt 4
pypy/doc/config/objspace.usepycfiles.txt 3
pypy/doc/config/objspace.std.withfastslice.txt 3
pypy/doc/config/objspace.geninterp.txt 3

pypy/config

total number of lines 1551  
number of testlines 497 32.04%
number of non-testlines 1054 67.96%
total number of files 10  
number of testfiles 4 40.00%
number of non-testfiles 6 60.00%
pypy/config/config.py 451
pypy/config/test/test_config.py 410
pypy/config/pypyoption.py 194
pypy/config/translationoption.py 178
pypy/config/makerestdoc.py 139
pypy/config/autopath.py 92
pypy/config/test/test_makerestdoc.py 56
pypy/config/test/test_pypyoption.py 31

pypy/lib

total number of lines 14876  
number of testlines 2510 16.87%
number of non-testlines 12366 83.13%
total number of files 68  
number of testfiles 19 27.94%
number of non-testfiles 49 72.06%
number of docfiles 2 2.94%
number of doclines 26 0.17%
pypy/lib/datetime.py 1661
pypy/lib/_sre.py 1123
pypy/lib/pyontology/pyontology.py 967
pypy/lib/stackless.py 761
pypy/lib/pyontology/test/test_ontology.py 678
pypy/lib/binascii.py 632
pypy/lib/_marshal.py 582
pypy/lib/pyontology/constraint_classes.py 546
pypy/lib/itertools.py 508
pypy/lib/_classobj.py 498
pypy/lib/_formatting.py 461
pypy/lib/app_test/test_stackless.py 440
pypy/lib/pyontology/sparql_grammar.py 405
pypy/lib/runpy.py 380
pypy/lib/_exceptions.py 380
pypy/lib/stackless_new.py 334
pypy/lib/distributed/protocol.py 320
pypy/lib/struct.py 311
pypy/lib/md5.py 293
pypy/lib/collections.py 271
pypy/lib/sha.py 258
pypy/lib/pyontology/test/test_sparql.py 239
pypy/lib/constraint/examples.py 227
pypy/lib/operator.py 203
pypy/lib/imp.py 178
pypy/lib/app_test/test_md5_extra.py 174
pypy/lib/distributed/test/test_distributed.py 160
pypy/lib/cmath.py 155
pypy/lib/app_test/test_runpy.py 135
pypy/lib/app_test/test_binascii.py 131
pypy/lib/app_test/test_marshal_extra.py 125
pypy/lib/app_test/test_coroutine.py 105
pypy/lib/logic/gecode_wrapper/gecode_wrapper_gen.py 99
pypy/lib/_float_formatting.py 97
pypy/lib/app_test/autopath.py 92
pypy/lib/app_test/test_imp_extra.py 92
pypy/lib/test2/autopath.py 92
pypy/lib/pyontology/autopath.py 90
pypy/lib/constraint/solver.py 70
pypy/lib/distributed/objkeeper.py 69
pypy/lib/optimizers.py 58
pypy/lib/app_test/test_stackless_pickling.py 53
pypy/lib/logic/gecode_wrapper/reine.py 48
pypy/lib/app_test/test_string_extra.py 42
pypy/lib/test2/test_optimizers.py 40
pypy/lib/functional.py 39
pypy/lib/app_test/test_deque_extra.py 37
pypy/lib/app_test/no_test_pickle_extra.py 34
pypy/lib/cPickle.py 31
pypy/lib/test2/test_cstringio.py 24
pypy/lib/_fakecompiler/fakecompiler.py 24
pypy/lib/_fakecompiler/readme.txt 20
pypy/lib/app_test/test_sha_extra.py 18
pypy/lib/app_test/inprogress_test_binascii_extra.py 14
pypy/lib/cStringIO.py 11
pypy/lib/app_test/test_exception_extra.py 8
pypy/lib/logic/gecode_wrapper/Makefile 7
pypy/lib/logic/gecode_wrapper/README 6
pypy/lib/app_test/test_struct_extra.py 6
pypy/lib/__init__.py 4
pypy/lib/marshal.py 3
pypy/lib/app_test/test_exceptions_extra.py 3

pypy/bin

total number of lines 510  
number of testlines 0 0.00%
number of non-testlines 510 100.00%
total number of files 9  
number of testfiles 0 0.00%
number of non-testfiles 9 100.00%
pypy/bin/py.py 109
pypy/bin/autopath.py 92
pypy/bin/startcompile.py 79
pypy/bin/buildserver.py 75
pypy/bin/translatorshell.py 50
pypy/bin/dotviewer.py 41
pypy/bin/checkmodule.py 33
pypy/bin/jscompile.py 22
pypy/bin/compilemodule.py 9

pypy/annotation

total number of lines 8575  
number of testlines 2724 31.77%
number of non-testlines 5851 68.23%
total number of files 22  
number of testfiles 7 31.82%
number of non-testfiles 15 68.18%
pypy/annotation/test/test_annrpython.py 2322
pypy/annotation/binaryop.py 749
pypy/annotation/description.py 736
pypy/annotation/annrpython.py 708
pypy/annotation/bookkeeper.py 669
pypy/annotation/model.py 637
pypy/annotation/unaryop.py 591
pypy/annotation/builtin.py 543
pypy/annotation/classdef.py 395
pypy/annotation/specialize.py 353
pypy/annotation/test/test_model.py 172
pypy/annotation/listdef.py 158
pypy/annotation/dictdef.py 120
pypy/annotation/signature.py 106
pypy/annotation/test/autopath.py 92
pypy/annotation/test/test_pairtype.py 85
pypy/annotation/policy.py 80
pypy/annotation/test/test_annmm.py 41
pypy/annotation/test/test_annsimplifyrpython.py 12
pypy/annotation/__init__.py 3
pypy/annotation/pairtype.py 3

pypy/tool

total number of lines 9535  
number of testlines 2503 26.25%
number of non-testlines 7032 73.75%
total number of files 114  
number of testfiles 33 28.95%
number of non-testfiles 81 71.05%
number of docfiles 6 5.26%
number of doclines 864 9.06%
pypy/tool/algo/test/test_sparsemat.py 923
pypy/tool/importfun.py 536
pypy/tool/_enum_exceptions_broken.py 371
pypy/tool/pytest/test/data/test_generators.txt 312
pypy/tool/build/metaserver.py 279
pypy/tool/traceop.py 246
pypy/tool/sourcetools.py 241
pypy/tool/pytest/test/data/test_descr.txt 228
pypy/tool/build/buildserver.py 211
pypy/tool/algo/fset.py 211
pypy/tool/import_graph.py 198
pypy/tool/pytest/appsupport.py 193
pypy/tool/pytest/result.py 190
pypy/tool/pytest/htmlreport.py 189
pypy/tool/pydis.py 170
pypy/tool/error.py 160
pypy/tool/asterisk.py 158
pypy/tool/build/test/test_pypybuilder.py 157
pypy/tool/build/test/test_build.py 153
pypy/tool/build/build.py 139
pypy/tool/build/test/test_metaserver.py 137
pypy/tool/algo/test/test_graphlib.py 134
pypy/tool/genstatistic.py 123
pypy/tool/algo/unionref.py 120
pypy/tool/algo/graphlib.py 115
pypy/tool/build/execnetconference.py 111
pypy/tool/tb_server/render.py 109
pypy/tool/pytest/test/data/test_compile.txt 99
pypy/tool/fixeol 95
pypy/tool/readdictinfo.py 95
pypy/tool/pytest/autopath.py 92
pypy/tool/test/autopath.py 92
pypy/tool/autopath.py 92
pypy/tool/algo/test/autopath.py 92
pypy/tool/build/bin/autopath.py 92
pypy/tool/build/autopath.py 92
pypy/tool/test/test_picklesupport.py 89
pypy/tool/build/test/test_buildserver.py 88
pypy/tool/pytest/test/data/test___all__.txt 87
pypy/tool/tb_server/server.py 85
pypy/tool/pytest/test/data/test_global.txt 84
pypy/tool/makerelease.py 78
pypy/tool/getdocstrings.py 78
pypy/tool/test/test_pytestsupport.py 71
pypy/tool/algo/unionfind.py 68
pypy/tool/algo/sparsemat.py 66
pypy/tool/algo/test/test_fset.py 65
pypy/tool/ansi_print.py 63
pypy/tool/statistic_over_time.py 62
pypy/tool/uid.py 60
pypy/tool/stdlib_opcode.py 57
pypy/tool/pytest/test/data/test_sys.txt 54
pypy/tool/algo/test/test_unionref.py 52
pypy/tool/pairtype.py 51
pypy/tool/slaveproc.py 50
pypy/tool/test/test_error.py 50
pypy/tool/pytest/overview.py 50
pypy/tool/isolate.py 49
pypy/tool/build/config.py 48
pypy/tool/test/test_conftest1.py 48
pypy/tool/statistic_irc_log.py 47
pypy/tool/algo/test/test_multiweakdict.py 47
pypy/tool/build/test/fake.py 46
pypy/tool/cache.py 44
pypy/tool/picklesupport.py 40
pypy/tool/test/test_getdocstrings.py 40
pypy/tool/option.py 38
pypy/tool/algo/multiweakdict.py 38
pypy/tool/test/test_isolate.py 38
pypy/tool/isolate_slave.py 38
pypy/tool/alarm.py 36
pypy/tool/traceconfig.py 34
pypy/tool/codespeak-gendoc.py 30
pypy/tool/pytest/genreportdata.py 27
pypy/tool/udir.py 27
pypy/tool/test/test_tab.py 26
pypy/tool/test/test_instancemethod.py 25
pypy/tool/instancemethod.py 24
pypy/tool/watchdog.py 24
pypy/tool/pytest/test/test_new_count.py 23
pypy/tool/tls.py 21
pypy/tool/test/test_cache.py 20
pypy/tool/rundictbenchmarks.py 20
pypy/tool/build/bin/metaserver 19
pypy/tool/build/test/test_outputbuffer.py 19
pypy/tool/pytest/test/test_overview.py 19
pypy/tool/pytest/pypy_test_failure_demo.py 18
pypy/tool/build/outputbuffer.py 18
pypy/tool/staticmethods.py 17
pypy/tool/build/conftest.py 16
pypy/tool/test/test_template.py 14
pypy/tool/build/tooloption.py 12
pypy/tool/pypyrev.py 12
pypy/tool/pytest/run-script/regrverbose.py 12
pypy/tool/release_dates.py 12
pypy/tool/build/systemoption.py 11
pypy/tool/tb_server/__init__.py 11
pypy/tool/test/conftest1_innertest.py 10
pypy/tool/pytest/confpath.py 10
pypy/tool/test/isolate_simple.py 10
pypy/tool/stdlib___future__.py 8
pypy/tool/build/test/repo.py 8
pypy/tool/build/test/path.py 5
pypy/tool/build/bin/path.py 4
pypy/tool/test/fordocstrings1 4

PyPy Full List Files and Lines

pypy/rlib/parsing/regexparse.py 5172
pypy/interpreter/astcompiler/ast.py 4840
pypy/lang/prolog/interpreter/parsing.py 3372
pypy/module/_ssl/ssl.py 2662
pypy/annotation/test/test_annrpython.py 2322
pypy/rlib/parsing/ebnfparse.py 2051
pypy/doc/dynamic-language-translation.txt 1884
pypy/interpreter/pyparser/astbuilder.py 1670
pypy/lib/datetime.py 1661
pypy/rpython/test/test_rpbc.py 1623
pypy/rpython/lltypesystem/lltype.py 1519
pypy/jit/timeshifter/hrtyper.py 1470
pypy/module/_codecs/app_codecs.py 1449
pypy/rlib/rbigint.py 1429
pypy/translator/geninterplevel.py 1386
pypy/jit/codegen/test/rgenop_tests.py 1353
pypy/interpreter/astcompiler/pycodegen.py 1304
pypy/interpreter/stablecompiler/transformer.py 1286
pypy/interpreter/stablecompiler/pycodegen.py 1280
pypy/rpython/ootypesystem/ootype.py 1134
pypy/lib/_sre.py 1123
pypy/rpython/memory/gc.py 1121
pypy/jit/timeshifter/test/test_timeshift.py 1117
pypy/jit/codegen/ppc/rgenop.py 1110
pypy/interpreter/pyopcode.py 1086
pypy/rpython/test/test_rlist.py 1077
pypy/translator/jvm/generator.py 1054
pypy/objspace/std/dictmultiobject.py 1048
pypy/module/_sre/interp_sre.py 1038
pypy/translator/cli/query-descriptions 1023
pypy/interpreter/stablecompiler/ast.py 1018
pypy/jit/timeshifter/test/test_virtualizable.py 1001
pypy/jit/timeshifter/rtimeshift.py 999
pypy/translator/microbench/pybench/platform.py 993
pypy/translator/simplify.py 983
pypy/translator/stackless/transform.py 976
pypy/objspace/std/listmultiobject.py 975
pypy/lib/pyontology/pyontology.py 967
pypy/rpython/llinterp.py 957
pypy/translator/test/snippet.py 944
pypy/objspace/std/unicodeobject.py 937
pypy/doc/statistic/subscribers.txt 931
pypy/tool/algo/test/test_sparsemat.py 923
pypy/interpreter/astcompiler/pyassem.py 919
pypy/rlib/rsocket.py 910
pypy/doc/jit.txt 860
pypy/rlib/test/test_streamio.py 854
pypy/interpreter/gateway.py 847
pypy/rpython/rtyper.py 823
pypy/doc/coding-guide.txt 822
pypy/interpreter/baseobjspace.py 822
pypy/jit/codegen/i386/operation.py 813
pypy/translator/c/test/test_newgc.py 808
pypy/rlib/streamio.py 801
pypy/rpython/lltypesystem/rclass.py 797
pypy/objspace/test/test_logicobjspace.py 792
pypy/translator/c/genc.py 779
pypy/jit/codegen/llvm/rgenop.py 779
pypy/interpreter/pyparser/test/test_astbuilder.py 767
pypy/rpython/rpbc.py 763
pypy/lib/stackless.py 761
pypy/module/_sre/test/test_app_sre.py 758
pypy/rpython/rlist.py 758
pypy/interpreter/stablecompiler/pyassem.py 755
pypy/annotation/binaryop.py 749
pypy/jit/timeshifter/rcontainer.py 748
pypy/objspace/std/stringobject.py 741
pypy/annotation/description.py 736
pypy/lang/js/interpreter.py 731
pypy/rpython/lltypesystem/rstr.py 711
pypy/translator/c/node.py 709
pypy/objspace/flow/test/test_objspace.py 708
pypy/annotation/annrpython.py 708
pypy/doc/translation.txt 705
pypy/objspace/std/multimethod.py 702
pypy/interpreter/astcompiler/astgen.py 701
pypy/translator/microbench/pybench/Lookups.py 700
pypy/jit/timeshifter/transform.py 700
pypy/translator/js/modules/dom.py 697
pypy/jit/codegen/ppc/instruction.py 690
pypy/translator/c/test/test_extfunc.py 681
pypy/lib/pyontology/test/test_ontology.py 678
pypy/translator/asm/ppcgen/ppc_assembler.py 677
pypy/translator/backendopt/inline.py 677
pypy/translator/c/test/test_typed.py 675
pypy/rpython/test/test_rdict.py 673
pypy/annotation/bookkeeper.py 669
pypy/doc/getting-started.txt 668
pypy/module/_ssl/bio.py 665
pypy/module/mmap/interp_mmap.py 659
pypy/translator/c/funcgen.py 658
pypy/translator/tool/pygame/graphdisplay.py 656
pypy/rpython/test/test_rstr.py 656
pypy/rpython/lltypesystem/rdict.py 653
pypy/rpython/lltypesystem/test/test_lltype.py 651
pypy/interpreter/typedef.py 644
pypy/translator/microbench/pybench/Exceptions.py 641
pypy/rpython/test/test_rclass.py 640
pypy/translator/microbench/pybench/Numbers.py 637
pypy/annotation/model.py 637
pypy/lib/binascii.py 632
pypy/objspace/flow/model.py 626
pypy/jit/hintannotator/test/test_annotator.py 624
pypy/translator/llvm/demo/rrandom.py 619
pypy/objspace/flow/objspace.py 616
pypy/objspace/std/test/test_typeobject.py 614
pypy/rpython/memory/test/test_transformed_gc.py 613
pypy/doc/rtyper.txt 609
pypy/interpreter/pyparser/grammar.py 607
pypy/jit/codegen/i386/rgenop.py 603
pypy/translator/tool/pygame/drawgraph.py 602
pypy/translator/microbench/pybench/Arithmetic.py 596
pypy/jit/hintannotator/model.py 595
pypy/translator/llvm/test/test_extfunc.py 595
pypy/translator/driver.py 594
pypy/annotation/unaryop.py 591
pypy/translator/c/pyobj.py 589
pypy/interpreter/argument.py 587
pypy/lib/_marshal.py 582
pypy/translator/backendopt/test/test_inline.py 580
pypy/rpython/rbuiltin.py 575
pypy/doc/statistic/loc.txt 571
pypy/doc/statistic/number_files.txt 570
pypy/translator/oosupport/constant.py 567
pypy/module/marshal/test/test_marshal.py 565
pypy/interpreter/test/test_compiler.py 554
pypy/rlib/parsing/deterministic.py 552
pypy/rpython/memory/gctransform/framework.py 551
pypy/translator/backendopt/malloc.py 547
pypy/module/_stackless/test/test_greenlet.py 546
pypy/lib/pyontology/constraint_classes.py 546
pypy/module/bz2/interp_bz2.py 546
pypy/annotation/builtin.py 543
pypy/doc/stackless.txt 543
pypy/objspace/std/typeobject.py 541
pypy/objspace/std/test/test_stringobject.py 541
pypy/rpython/lltypesystem/test/test_llmemory.py 537
pypy/tool/importfun.py 536
pypy/jit/codegen/llgraph/llimpl.py 536
pypy/rpython/rstr.py 532
pypy/objspace/std/test/test_listobject.py 532
pypy/objspace/std/objspace.py 530
pypy/interpreter/astcompiler/symbols.py 528
pypy/module/mmap/test/test_mmap.py 516
pypy/lang/prolog/interpreter/term.py 513
pypy/translator/microbench/pybench/Constructs.py 512
pypy/doc/statistic/statistic_irc_log.txt 512
pypy/rlib/listsort.py 511
pypy/rpython/lltypesystem/llmemory.py 510
pypy/module/_ssl/interp_ssl.py 509
pypy/lib/itertools.py 508
pypy/objspace/descroperation.py 505
pypy/rpython/rctypes/test/test_rprimitive.py 502
pypy/rpython/test/test_llinterp.py 501
pypy/lib/_classobj.py 498
pypy/module/__builtin__/app_sets.py 495
pypy/translator/microbench/pybench/pybench.py 492
pypy/module/__builtin__/importing.py 490
pypy/rlib/rctypes/rctypesobject.py 485
pypy/module/__builtin__/test/test_builtin.py 474
pypy/objspace/std/marshal_impl.py 471
pypy/translator/jvm/node.py 470
pypy/rpython/ootypesystem/rclass.py 468
pypy/rpython/ootypesystem/test/test_ooclean.py 467
pypy/lib/_formatting.py 461
pypy/translator/llvm/database.py 461
pypy/rlib/_rsocket_ctypes.py 455
pypy/objspace/std/setobject.py 454
pypy/objspace/std/listobject.py 453
pypy/config/config.py 451
pypy/rpython/annlowlevel.py 450
pypy/rpython/rctypes/tool/ctypes_platform.py 449
pypy/module/rsocket/interp_socket.py 443
pypy/module/marshal/interp_marshal.py 442
pypy/rlib/rctypes/test/test_rprimitive.py 442
pypy/lib/app_test/test_stackless.py 440
pypy/translator/microbench/pybench/CommandLine.py 440
pypy/translator/microbench/pybench/Strings.py 439
pypy/translator/backendopt/test/test_escape.py 439
pypy/translator/tool/pdbplus.py 438
pypy/doc/objspace-proxies.txt 434
pypy/doc/rctypes.txt 431
pypy/interpreter/test/test_syntax.py 431
pypy/interpreter/pyframe.py 429
pypy/translator/microbench/pybench/Unicode.py 427
pypy/translator/pyrex/genpyrex.py 427
pypy/translator/llvm/test/test_lltype.py 424
pypy/interpreter/function.py 419
pypy/translator/llvm/opwriter.py 418
pypy/translator/goal/old_queries.py 417
pypy/module/__builtin__/test/test_import.py 416
pypy/rpython/rmodel.py 415
pypy/translator/stackless/test/test_resume_point.py 413
pypy/translator/js/database.py 411
pypy/objspace/std/dictstrobject.py 411
pypy/translator/tool/graphpage.py 411
pypy/config/test/test_config.py 410
pypy/translator/llvm/test/test_genllvm.py 409
pypy/rlib/parsing/test/test_ebnfparse.py 408
pypy/translator/cli/dotnet.py 407
pypy/module/recparser/leftout/pgen.py 407
pypy/jit/codegen/i386/ri386setup.py 406
pypy/doc/howto-logicobjspace-0.9.txt 405
pypy/lib/pyontology/sparql_grammar.py 405
pypy/translator/microbench/pybench/Dict.py 404
pypy/rpython/lltypesystem/lloperation.py 402
pypy/module/array/app_array.py 401
pypy/module/rctime/interp_time.py 400
pypy/jit/timeshifter/rvalue.py 398
pypy/interpreter/astcompiler/ast.txt 396
pypy/interpreter/stablecompiler/symbols.py 395
pypy/annotation/classdef.py 395
pypy/lang/js/jsobj.py 395
pypy/translator/c/test/test_tasklets.py 395
pypy/translator/js/test/test_rsnippet.py 393
pypy/module/posix/interp_posix.py 393
pypy/rpython/lltypesystem/rlist.py 389
pypy/translator/tool/cbuild.py 388
pypy/interpreter/test/test_pickle.py 388
pypy/doc/translation-aspects.txt 387
pypy/lang/js/test/test_interp.py 386
pypy/rpython/memory/test/test_address.py 382
pypy/rpython/rctypes/test/test_rfunc.py 382
pypy/translator/stackless/code.py 381
pypy/objspace/cclp/scheduler.py 381
pypy/lib/_exceptions.py 380
pypy/lib/runpy.py 380
pypy/objspace/std/strutil.py 379
pypy/jit/codegen/dump/rgenop.py 378
pypy/rpython/test/test_rbuiltin.py 378
pypy/jit/codegen/llgraph/rgenop.py 377
pypy/module/rsocket/test/test_sock_app.py 373
pypy/jit/codegen/model.py 372
pypy/tool/_enum_exceptions_broken.py 371
pypy/objspace/std/test/test_intobject.py 369
pypy/doc/rlib.txt 368
pypy/module/__builtin__/app_functional.py 367
pypy/translator/js/function.py 365
pypy/jit/timeshifter/test/test_portal.py 364
pypy/jit/codegen/test/operation_tests.py 364
pypy/rlib/rctypes/test/test_rfunc.py 361
pypy/rpython/ootypesystem/test/test_ootype.py 359
pypy/rpython/lltypesystem/test/test_picklelltype.py 359
pypy/rlib/test/test_rbigint.py 358
pypy/rpython/rctypes/test/test_rarray.py 356
pypy/objspace/std/test/test_dictobject.py 356
pypy/objspace/cclp/variable.py 353
pypy/annotation/specialize.py 353
pypy/translator/oosupport/metavm.py 352
pypy/translator/llvm/test/llvmsnippet.py 352
pypy/translator/backendopt/escape.py 351
pypy/objspace/std/floatobject.py 350
pypy/objspace/cpy/objspace.py 347
pypy/objspace/cpy/test/test_typedef.py 347
pypy/module/_file/test/test_file_extra.py 344
pypy/interpreter/pyparser/pythonlexer.py 343
pypy/translator/c/gc.py 343
pypy/rpython/memory/test/test_llinterpsim.py 340
pypy/rlib/rarithmetic.py 338
pypy/translator/c/exceptiontransform.py 337
pypy/objspace/flow/flowcontext.py 336
pypy/translator/goal/richards.py 335
pypy/translator/cli/constant.py 334
pypy/translator/cli/test/test_dotnet.py 334
pypy/lib/stackless_new.py 334
pypy/rpython/test/test_llann.py 333
pypy/jit/timeshifter/vlist.py 333
pypy/translator/c/database.py 332
pypy/rpython/lltypesystem/rpbc.py 331
pypy/translator/microbench/pybench/Calls.py 331
pypy/translator/squeak/node.py 329
pypy/doc/interpreter.txt 328
pypy/objspace/cpy/capi.py 327
pypy/jit/hintannotator/bookkeeper.py 327
pypy/rpython/ootypesystem/rdict.py 326
pypy/translator/llvm/demo/richards.py 326
pypy/interpreter/pycode.py 325
pypy/translator/js/modules/test/test_dom.py 324
pypy/module/rsocket/interp_func.py 323
pypy/translator/c/test/test_genc.py 323
pypy/translator/llvm/wrapable/wrapable.py 322
pypy/objspace/std/smallintobject.py 320
pypy/lib/distributed/protocol.py 320
pypy/module/sys/test/test_sysmodule.py 318
pypy/module/bz2/test/test_bz2_file.py 318
pypy/rlib/parsing/parsing.py 317
pypy/doc/objspace.txt 316
pypy/translator/backendopt/test/test_malloc.py 315
pypy/rpython/rctypes/rmodel.py 315
pypy/doc/constraints-and-logic.txt 315
pypy/module/__builtin__/app_complex.py 314
pypy/rpython/rcpy.py 313
pypy/lang/prolog/interpreter/test/test_builtin.py 313
pypy/tool/pytest/test/data/test_generators.txt 312
pypy/translator/jvm/database.py 312
pypy/lib/struct.py 311
pypy/jit/codegen/i386/viewcode.py 310
pypy/module/_weakref/test/test_weakref.py 310
pypy/doc/dev_method.txt 308
pypy/rpython/memory/test/test_lltypesimulation.py 307
pypy/rpython/rint.py 306
pypy/translator/cli/ilgenerator.py 304
pypy/rpython/normalizecalls.py 303
pypy/objspace/constraint/constraint.py 303
pypy/conftest.py 302
pypy/objspace/std/test/test_complexobject.py 300
pypy/rpython/memory/gcwrapper.py 299
pypy/rpython/memory/gctransform/test/test_refcounting.py 297
pypy/translator/lisp/gencl.py 295
pypy/translator/microbench/pybench/Tuples.py 295
pypy/translator/js/test/test_typed.py 294
pypy/lib/md5.py 293
pypy/objspace/std/unicodetype.py 292
pypy/module/_stackless/test/test_interp_coroutine.py 292
pypy/objspace/std/intobject.py 291
pypy/objspace/std/stdtypedef.py 290
pypy/translator/tool/raymond.py 289
pypy/translator/llvm/genllvm.py 288
pypy/rpython/extfunctable.py 286
pypy/translator/llvm/test/test_typed.py 286
pypy/rpython/memory/gctransform/transform.py 285
pypy/module/bz2/bzlib.py 284
pypy/module/Numeric/interp_numeric.py 282
pypy/rlib/test/test_objectmodel.py 282
pypy/rlib/rctypes/test/test_rctypesobject.py 281
pypy/translator/js/json.py 281
pypy/rpython/lltypesystem/opimpl.py 281
pypy/rlib/test/test_rarithmetic.py 280
pypy/tool/build/metaserver.py 279
pypy/translator/c/test/test_lltyped.py 279
pypy/rpython/ootypesystem/rstr.py 279
pypy/interpreter/test/test_function.py 276
pypy/translator/llvm/test/test_exception.py 275
pypy/doc/low-level-encapsulation.txt 272
pypy/translator/stackless/test/test_transform.py 271
pypy/lib/collections.py 271
pypy/module/_stackless/interp_coroutine.py 270
pypy/rpython/memory/gctransform/refcounting.py 270
pypy/rpython/rctypes/test/test_rpointer.py 269
pypy/jit/codegen/i386/regalloc.py 269
pypy/objspace/cclp/constraint/constraint.py 267
pypy/module/_stackless/coroutine.py 267
pypy/module/recparser/pyparser.py 266
pypy/doc/discussion/howtoimplementpickling.txt 265
pypy/objspace/logic.py 261
pypy/translator/js/test/test_exception.py 260
pypy/translator/locality/projection.py 259
pypy/rpython/memory/convertlltype.py 259
pypy/lib/sha.py 258
pypy/translator/goal/app_main.py 256
pypy/objspace/std/model.py 256
pypy/translator/test/test_simplify.py 256
pypy/rpython/test/test_rtuple.py 255
pypy/translator/c/extfunc.py 254
pypy/jit/codegen/i386/test/test_auto_encoding.py 254
pypy/rlib/objectmodel.py 253
pypy/rpython/raisingops/raisingops.py 252
pypy/interpreter/pyparser/pytokenize.py 252
pypy/module/fcntl/interp_fcntl.py 252
pypy/translator/js/demo/jsdemo/servermessage.py 251
pypy/translator/c/test/test_stackless.py 250
pypy/jit/codegen/i386/ri386.py 250
pypy/doc/discussion/security-ideas.txt 250
pypy/translator/cli/test/runtest.py 248
pypy/translator/c/test/test_database.py 247
pypy/translator/test/rpystone.py 247
pypy/rpython/ootypesystem/test/test_ooann.py 247
pypy/objspace/std/dictobject.py 246
pypy/tool/traceop.py 246
pypy/translator/js/demo/jsdemo/bnb.py 245
pypy/jit/timeshifter/vdict.py 245
pypy/interpreter/test/test_interpreter.py 244
pypy/jit/timeshifter/test/test_promotion.py 243
pypy/module/_sre/app_sre.py 243
pypy/doc/garbage_collection.txt 242
pypy/translator/backendopt/constfold.py 242
pypy/tool/sourcetools.py 241
pypy/rpython/rctypes/test/test_rstruct.py 241
pypy/translator/js/examples/start_bnb.py 241
pypy/translator/oosupport/function.py 240
pypy/rpython/memory/gctransform/test/test_transform.py 240
pypy/translator/cli/function.py 240
pypy/lib/pyontology/test/test_sparql.py 239
pypy/module/_weakref/interp__weakref.py 239
pypy/objspace/std/complexobject.py 237
pypy/rlib/rctypes/test/test_rpointer.py 236
pypy/module/_stackless/test/test_pickle.py 235
pypy/translator/cli/cts.py 235
pypy/module/rctime/test/test_rctime.py 235
pypy/rpython/rtuple.py 234
pypy/translator/goal/translate.py 233
pypy/translator/cli/metavm.py 232
pypy/objspace/std/test/test_unicodeobject.py 232
pypy/translator/llvm/structnode.py 232
pypy/doc/index.txt 231
pypy/lang/prolog/interpreter/engine.py 231
pypy/doc/architecture.txt 230
pypy/module/_file/app_file.py 230
pypy/objspace/std/stringtype.py 230
pypy/translator/test/test_geninterp.py 229
pypy/tool/pytest/test/data/test_descr.txt 228
pypy/translator/jvm/typesystem.py 228
pypy/interpreter/test/test_gateway.py 228
pypy/doc/eventhistory.txt 228
pypy/lib/constraint/examples.py 227
pypy/rlib/test/test_rsocket.py 227
pypy/objspace/std/typetype.py 226
pypy/rpython/module/ll_os.py 226
pypy/objspace/std/longobject.py 226
pypy/module/_codecs/test/test_codecs.py 225
pypy/interpreter/pyparser/ebnfparse.py 224
pypy/rlib/parsing/test/test_pythonparse.py 224
pypy/translator/microbench/pybench/Lists.py 223
pypy/lang/prolog/interpreter/test/test_engine.py 223
pypy/interpreter/pycompiler.py 223
pypy/objspace/taint.py 223
pypy/objspace/test/test_descroperation.py 223
pypy/objspace/std/dicttype.py 221
pypy/translator/llvm/test/test_stackless.py 220
pypy/translator/js/asmgen.py 220
pypy/rlib/rctypes/test/test_rstruct.py 220
pypy/translator/transform.py 218
pypy/jit/tl/test/test_tl.py 218
pypy/translator/tool/make_dot.py 218
pypy/interpreter/executioncontext.py 216
pypy/rpython/test/test_normalizecalls.py 216
pypy/objspace/std/fake.py 216
pypy/rpython/ootypesystem/test/test_oortype.py 214
pypy/interpreter/pyparser/parsestring.py 213
pypy/module/math/interp_math.py 213
pypy/interpreter/error.py 212
pypy/translator/jvm/opcodes.py 212
pypy/doc/extcompiler.txt 211
pypy/tool/algo/fset.py 211
pypy/objspace/std/test/test_tupleobject.py 211
pypy/tool/build/buildserver.py 211
pypy/translator/cli/opcodes.py 210
pypy/objspace/std/complextype.py 209
pypy/translator/js/metavm.py 209
pypy/module/_stackless/interp_greenlet.py 208
pypy/rpython/rctypes/test/test_rctypes.py 208
pypy/rpython/memory/lltypesimulation.py 207
pypy/translator/squeak/test/test_llops.py 206
pypy/jit/tl/tlc.py 204
pypy/interpreter/pyparser/test/test_astcompiler.py 204
pypy/lib/operator.py 203
pypy/doc/discussion/logic-plan.txt 203
pypy/jit/codegen/llvm/test/test_llvmjit.py 202
pypy/doc/discussion/jit-spring06-thinking.txt 200
pypy/translator/backendopt/test/test_constfold.py 199
pypy/module/__builtin__/test/test_complexobject.py 199
pypy/interpreter/mixedmodule.py 198
pypy/objspace/constraint/computationspace.py 198
pypy/tool/import_graph.py 198
pypy/rpython/test/test_nongc.py 197
pypy/translator/backendopt/ssa.py 195
pypy/objspace/std/test/test_smallintobject.py 195
pypy/translator/asm/model.py 194
pypy/config/pypyoption.py 194
pypy/rpython/rctypes/test/test_ctypes.py 194
pypy/translator/c/test/test_boehm.py 193
pypy/tool/pytest/appsupport.py 193
pypy/translator/jvm/genjvm.py 192
pypy/doc/project-ideas.txt 191
pypy/translator/llvm/gc.py 190
pypy/translator/llvm/demo/bpnn.py 190
pypy/tool/pytest/result.py 190
pypy/translator/backendopt/test/test_support.py 189
pypy/translator/squeak/test/test_squeaktrans.py 189
pypy/tool/pytest/htmlreport.py 189
pypy/rpython/lltypesystem/test/test_rtagged.py 187
pypy/rpython/rctypes/test/test_rstringbuf.py 186
pypy/translator/lisp/opformatter.py 186
pypy/module/clr/interp_clr.py 185
pypy/translator/c/wrapper.py 185
pypy/interpreter/interactive.py 185
pypy/translator/locality/simulation.py 185
pypy/doc/discussion/cli-optimizations.txt 184
pypy/interpreter/nestedscope.py 183
pypy/objspace/trace.py 183
pypy/doc/discussion/thoughts_string_interning.txt 183
pypy/translator/llvm/funcnode.py 183
pypy/translator/backendopt/support.py 182
pypy/objspace/flow/operation.py 182
pypy/rpython/controllerentry.py 182
pypy/doc/discussion/VM-integration.txt 182
pypy/doc/video-index.txt 181
pypy/objspace/dump.py 181
pypy/translator/c/test/test_backendoptimized.py 181
pypy/jit/codegen/ppc/regalloc.py 179
pypy/rlib/rctypes/implementation.py 179
pypy/translator/goal/bench-cronjob.py 179
pypy/translator/js/test/runtest.py 178
pypy/config/translationoption.py 178
pypy/objspace/std/rangeobject.py 178
pypy/lib/imp.py 178
pypy/module/__builtin__/app_inspect.py 177
pypy/translator/js/test/test_exc_operation.py 177
pypy/translator/llvm/externs2ll.py 177
pypy/translator/backendopt/test/test_all.py 177
pypy/objspace/std/test/test_dictmultiobject.py 176
pypy/translator/tool/pygame/graphclient.py 175
pypy/translator/c/test/test_exceptiontransform.py 175
pypy/translator/c/primitive.py 175
pypy/translator/microbench/test_count1.py 175
pypy/lib/app_test/test_md5_extra.py 174
pypy/rpython/ootypesystem/bltregistry.py 174
pypy/translator/backendopt/test/test_merge_if_blocks.py 173
pypy/rpython/rctypes/rfunc.py 173
pypy/translator/c/support.py 172
pypy/rpython/test/test_rptr.py 172
pypy/annotation/test/test_model.py 172
pypy/jit/codegen/demo/reducecase.py 171
pypy/translator/llvm/codewriter.py 170
pypy/rpython/rctypes/tool/test/test_ctypes_platform.py 170
pypy/tool/pydis.py 170
pypy/doc/glossary.txt 169
pypy/rpython/ootypesystem/rpbc.py 169
pypy/rpython/rclass.py 169
pypy/lang/prolog/interpreter/main.py 169
pypy/translator/llvm/test/test_lladdresses.py 168
pypy/translator/llvm/pyllvm/test/test_ee.py 168
pypy/rpython/rctypes/rarray.py 168
pypy/interpreter/test/test_exec.py 168
pypy/doc/geninterp.txt 167
pypy/translator/asm/ppcgen/form.py 167
pypy/module/__builtin__/operation.py 167
pypy/translator/asm/simulator.py 167
pypy/objspace/std/test/test_userobject.py 166
pypy/translator/goal/bench-windows.py 166
pypy/translator/llvm/pyllvm/llvmcapi.py 166
pypy/module/__builtin__/app_descriptor.py 166
pypy/interpreter/pyparser/ebnflexer.py 165
pypy/doc/pyontology.txt 165
pypy/translator/llvm/test/test_exc_operation.py 165
pypy/objspace/std/test/test_strutil.py 164
pypy/translator/squeak/opformatter.py 164
pypy/doc/object-optimizations.txt 164
pypy/objspace/cclp/space.py 164
pypy/rlib/parsing/lexer.py 163
pypy/module/_stackless/stackless_flags.py 162
pypy/rlib/parsing/regex.py 162
pypy/rpython/rctypes/test/test_rvoid_p.py 162
pypy/module/mmap/test/test_mixedmodule.py 162
pypy/objspace/std/test/test_multimethod.py 161
pypy/module/recparser/codegen.py 161
pypy/objspace/thunk.py 161
pypy/objspace/flow/framestate.py 161
pypy/tool/error.py 160
pypy/rpython/rfloat.py 160
pypy/lib/distributed/test/test_distributed.py 160
pypy/objspace/std/test/test_floatobject.py 159
pypy/jit/codegen/graph2rgenop.py 159
pypy/rpython/extregistry.py 159
pypy/translator/backendopt/mallocprediction.py 159
pypy/translator/lisp/test/test_cltrans.py 159
pypy/rpython/test/test_rint.py 158
pypy/tool/asterisk.py 158
pypy/module/__builtin__/test/test_functional.py 158
pypy/annotation/listdef.py 158
pypy/tool/build/test/test_pypybuilder.py 157
pypy/rpython/rrange.py 157
pypy/translator/gensupp.py 157
pypy/module/recparser/leftout/builders.py 157
pypy/translator/jvm/methods.py 156
pypy/translator/js/examples/pythonconsole.py 156
pypy/translator/llvm/arraynode.py 156
pypy/jit/hintannotator/container.py 156
pypy/interpreter/pyparser/test/test_samples.py 156
pypy/translator/oosupport/test_template/operations.py 155
pypy/translator/cli/query.py 155
pypy/lib/cmath.py 155
pypy/objspace/std/test/test_shadowtracking.py 154
pypy/translator/llvm/buildllvm.py 154
pypy/rpython/test/test_extregistry.py 154
pypy/translator/js/test/browsertest.py 153
pypy/tool/build/test/test_build.py 153
pypy/objspace/cclp/types.py 153
pypy/translator/microbench/test_exception.py 152
pypy/translator/c/test/test_lladdresses.py 152
pypy/rpython/callparse.py 151
pypy/module/posix/test/test_posix2.py 151
pypy/rlib/parsing/test/test_regex.py 151
pypy/interpreter/pyparser/pythonparse.py 151
pypy/objspace/std/test/test_iterobject.py 151
pypy/rpython/rptr.py 151
pypy/translator/goal/ann_override.py 150
pypy/rlib/parsing/test/test_deterministic.py 150
pypy/translator/translator.py 150
pypy/translator/tool/lltracker.py 149
pypy/interpreter/miscutils.py 149
pypy/module/signal/interp_signal.py 149
pypy/objspace/cpy/test/test_compile.py 148
pypy/translator/asm/ppcgen/test/test_ppc.py 148
pypy/objspace/std/objecttype.py 148
pypy/translator/benchmark/result.py 148
pypy/translator/llvm/test/test_symbolic.py 148
pypy/interpreter/main.py 147
pypy/translator/unsimplify.py 146
pypy/module/__builtin__/__init__.py 145
pypy/objspace/cpy/test/test_objspace.py 145
pypy/translator/interactive.py 145
pypy/doc/parser.txt 145
pypy/translator/c/test/test_wrapping.py 145
pypy/translator/tool/reftracker.py 144
pypy/translator/lisp/test/test_oo.py 143
pypy/objspace/cclp/thunk.py 143
pypy/rpython/memory/simulator.py 143
pypy/jit/timeshifter/oop.py 142
pypy/rpython/lltypesystem/test/test_rcpyclass.py 142
pypy/rpython/ootypesystem/test/test_oolist.py 141
pypy/lang/js/js_interactive.py 140
pypy/rpython/rctypes/test/test_rchar_p.py 140
pypy/config/makerestdoc.py 139
pypy/objspace/cpy/function.py 139
pypy/tool/build/build.py 139
pypy/rpython/typesystem.py 139
pypy/doc/configuration.txt 139
pypy/translator/llvm/extfuncnode.py 138
pypy/doc/discussion/build-tool-description.txt 138
pypy/translator/js/opcodes.py 138
pypy/interpreter/test/test_pyframe.py 138
pypy/module/fcntl/test/test_fcntl.py 137
pypy/jit/codegen/i386/test/test_genc_ts.py 137
pypy/doc/discussion/pypy_metaclasses_in_cl.txt 137
pypy/tool/build/test/test_metaserver.py 137
pypy/module/bz2/test/test_bz2_compdecomp.py 137
pypy/rpython/lltypesystem/rtagged.py 137
pypy/rlib/rctypes/rstruct.py 136
pypy/jit/codegen/i386/codebuf.py 136
pypy/lang/prolog/builtin/formatting.py 136
pypy/translator/c/symboltable.py 135
pypy/interpreter/test/test_objspace.py 135
pypy/module/_stackless/test/test_clonable.py 135
pypy/translator/goal/bench-unix.py 135
pypy/translator/pyrex/test/test_pyrextrans.py 135
pypy/lib/app_test/test_runpy.py 135
pypy/translator/goal/targetpypystandalone.py 134
pypy/lang/prolog/interpreter/translatedmain.py 134
pypy/module/thread/test/test_thread.py 134
pypy/tool/algo/test/test_graphlib.py 134
pypy/interpreter/pyparser/pythonutil.py 133
pypy/rlib/parsing/test/test_regexparse.py 133
pypy/jit/timeshifter/rvirtualizable.py 133
pypy/translator/c/test/test_exception.py 132
pypy/lang/prolog/builtin/atomconstruction.py 132
pypy/lib/app_test/test_binascii.py 131
pypy/jit/codegen/test/genc_ts_tests.py 131
pypy/rpython/lltypesystem/rvirtualizable.py 131
pypy/translator/js/commproxy.py 131
pypy/rpython/ootypesystem/test/test_bltann.py 131
pypy/rpython/memory/lltypelayout.py 131
pypy/translator/backendopt/test/test_mallocprediction.py 131
pypy/translator/js/main.py 130
pypy/rpython/rctypes/rchar_p.py 130
pypy/lang/automata/dfa.py 129
pypy/objspace/std/test/test_stringformat.py 129
pypy/translator/cli/database.py 129
pypy/rlib/parsing/test/pygrammar.txt 129
pypy/translator/asm/ppcgen/func_builder.py 128
pypy/translator/backendopt/test/test_removenoops.py 128
pypy/rpython/lltypesystem/test/test_rvirtualizable.py 128
pypy/translator/js/jts.py 128
pypy/translator/backendopt/removenoops.py 128
pypy/objspace/cclp/constraint/domain.py 127
pypy/translator/backendopt/all.py 127
pypy/interpreter/pyparser/pytoken.py 127
pypy/rlib/rctypes/test/test_rchar_p.py 126
pypy/translator/cli/class_.py 126
pypy/rpython/module/test/test_ll_os.py 126
pypy/objspace/fake/objspace.py 126
pypy/translator/goal/gcbench.py 126
pypy/translator/stackless/frame.py 125
pypy/lib/app_test/test_marshal_extra.py 125
pypy/doc/js/using.txt 125
pypy/rpython/raddress.py 125
pypy/rlib/parsing/test/test_lexer.py 125
pypy/rpython/test/test_rrange.py 125
pypy/translator/js/lib/server.py 124
pypy/objspace/std/test/test_proxy_internals.py 124
pypy/jit/codegen/llvm/genvarorconst.py 124
pypy/objspace/std/test/test_longobject.py 124
pypy/tool/genstatistic.py 123
pypy/rpython/test/test_rtyper.py 123
pypy/jit/codegen/demo/support.py 122
pypy/objspace/cclp/constraint/distributor.py 122
pypy/objspace/std/tupleobject.py 121
pypy/translator/asm/test/test_asm.py 121
pypy/rpython/memory/test/test_convertlltype.py 121
pypy/module/_ssl/test/test_ssl.py 121
pypy/objspace/std/test/test_strsliceobject.py 121
pypy/interpreter/eval.py 120
pypy/objspace/constraint/domain.py 120
pypy/rpython/rexternalobj.py 120
pypy/objspace/std/inttype.py 120
pypy/annotation/dictdef.py 120
pypy/interpreter/test/test_code.py 120
pypy/objspace/constraint/test/test_computationspace.py 120
pypy/doc/_ref.txt 120
pypy/tool/algo/unionref.py 120
pypy/translator/jvm/test/runtest.py 119
pypy/interpreter/astcompiler/test/test_ast.py 118
pypy/rpython/memory/lladdress.py 118
pypy/interpreter/test/test_raise.py 118
pypy/rpython/lltypesystem/rtuple.py 117
pypy/translator/squeak/codeformatter.py 117
pypy/objspace/std/register_all.py 117
pypy/interpreter/test/test_class.py 116
pypy/objspace/flow/test/test_model.py 115
pypy/tool/algo/graphlib.py 115
pypy/module/clr/test/test_clr.py 115
pypy/rpython/rctypes/rstruct.py 115
pypy/rpython/rctypes/afunc.py 115
pypy/rpython/rctypes/implementation.py 115
pypy/translator/js/test/test_class.py 115
pypy/rpython/rctypes/tool/util.py 115
pypy/rlib/rgc.py 115
pypy/doc/extradoc.txt 115
pypy/rlib/parsing/test/test_translate.py 115
pypy/module/sys/__init__.py 115
pypy/interpreter/pyparser/data/Grammar_stablecompiler 115
pypy/interpreter/test/test_exceptcomp.py 114
pypy/objspace/constraint/distributor.py 113
pypy/rpython/rctypes/rstringbuf.py 113
pypy/translator/cli/stackopt.py 113
pypy/translator/cli/test/test_constant.py 113
pypy/doc/discussion/somepbc-refactoring-plan.txt 113
pypy/objspace/std/strsliceobject.py 112
pypy/objspace/cpy/typedef.py 112
pypy/objspace/flow/specialcase.py 112
pypy/translator/llvm/module/support.py 112
pypy/translator/asm/genasm.py 111
pypy/interpreter/test/test_appinterp.py 111
pypy/translator/cli/test/test_builtin.py 111
pypy/tool/build/execnetconference.py 111
pypy/translator/js/test/test_seq.py 110
pypy/module/_random/interp_random.py 109
pypy/bin/py.py 109
pypy/rpython/test/snippet.py 109
pypy/tool/tb_server/render.py 109
pypy/translator/test/test_interactive.py 109
pypy/translator/goal/query.py 108
pypy/rpython/lltypesystem/ll_str.py 108
pypy/rlib/rstack.py 108
pypy/module/_stackless/test/test_composable_coroutine.py 108
pypy/translator/backendopt/merge_if_blocks.py 108
pypy/rpython/numpy/aarray.py 107
pypy/objspace/std/test/test_operation.py 107
pypy/doc/discussion/GC-performance.txt 107
pypy/doc/release-0.9.0.txt 107
pypy/interpreter/pyparser/syntaxtree.py 106
pypy/annotation/signature.py 106
pypy/module/_stackless/test/test_coroutine.py 106
pypy/module/_stackless/test/test_interp_clonable.py 106
pypy/translator/microbench/pybench/Imports.py 106
pypy/translator/cli/record.py 106
pypy/module/__builtin__/functional.py 105
pypy/lib/app_test/test_coroutine.py 105
pypy/rlib/parsing/tree.py 105
pypy/objspace/std/sliceobject.py 105
pypy/objspace/std/test/test_proxy.py 105
pypy/rpython/ootypesystem/rlist.py 104
pypy/translator/c/test/test_symbolic.py 104
pypy/rpython/numpy/test/test_array.py 103
pypy/translator/c/test/test_standalone.py 103
pypy/objspace/std/test/test_versionedtype.py 103
pypy/translator/llvm/wrapable/llvm.py 103
pypy/translator/llvm/test/test_seq.py 103
pypy/rpython/memory/test/test_gc.py 103
pypy/module/sys/vm.py 102
pypy/translator/jvm/builtin.py 102
pypy/doc/statistic/format.py 102
pypy/jit/tl/tl.py 102
pypy/translator/js/js.py 102
pypy/objspace/std/test/test_listmultiobject.py 101
pypy/translator/lisp/clrepr.py 101
pypy/jit/timeshifter/test/test_vlist.py 101
pypy/translator/lisp/buildcl.py 101
pypy/jit/timeshifter/test/test_exception.py 100
pypy/doc/news.txt 100
pypy/doc/svn-help.txt 100
pypy/translator/squeak/gensqueak.py 100
pypy/translator/cli/rte.py 100
pypy/jit/codegen/ppc/codebuf.py 100
pypy/objspace/cpy/test/test_function.py 99
pypy/lib/logic/gecode_wrapper/gecode_wrapper_gen.py 99
pypy/interpreter/astcompiler/visitor.py 99
pypy/tool/pytest/test/data/test_compile.txt 99
pypy/rlib/rrandom.py 99
pypy/module/clr/app_clr.py 99
pypy/rpython/test/test_exception.py 99
pypy/translator/cli/test/test_oo.py 99
pypy/objspace/std/test/test_proxy_object.py 98
pypy/translator/js/test/test_basicexternal.py 98
pypy/rpython/lltypesystem/exceptiondata.py 98
pypy/lang/prolog/interpreter/test/test_parsing.py 98
pypy/translator/tool/taskengine.py 98
pypy/translator/asm/ppc/codegen.py 97
pypy/lib/_float_formatting.py 97
pypy/rpython/memory/gctransform/support.py 97
pypy/translator/locality/calltree.py 96
pypy/translator/squeak/test/runtest.py 96
pypy/module/_pickle_support/maker.py 96
pypy/interpreter/stablecompiler/visitor.py 96
pypy/translator/stackless/test/test_depth.py 96
pypy/tool/readdictinfo.py 95
pypy/translator/goal/win32/gc_patch_windows.py 95
pypy/interpreter/astcompiler/test/test_peepholer.py 95
pypy/module/__builtin__/compiling.py 95
pypy/tool/fixeol 95
pypy/jit/tl/test/test_tlc.py 95
pypy/jit/codegen/demo/test_random.py 94
pypy/module/sys/state.py 94
pypy/module/signal/test/test_signal.py 94
pypy/translator/cli/test/test_stackopt.py 94
pypy/rpython/rctypes/test/test_rpyobject.py 94
pypy/lang/prolog/builtin/termconstruction.py 93
pypy/rpython/module/test/test_posix.py 93
pypy/jit/codegen/ppc/test/test_emit_moves.py 93
pypy/rpython/memory/test/test_support.py 93
pypy/translator/goal/autopath.py 92
pypy/module/sys/test/autopath.py 92
pypy/lib/app_test/test_imp_extra.py 92
pypy/doc/config/autopath.py 92
pypy/rpython/rdict.py 92
pypy/translator/js/autopath.py 92
pypy/translator/microbench/pybench/autopath.py 92
pypy/bin/autopath.py 92
pypy/tool/algo/test/autopath.py 92
pypy/interpreter/autopath.py 92
pypy/rlib/autopath.py 92
pypy/module/__builtin__/test/autopath.py 92
pypy/translator/tool/autopath.py 92
pypy/translator/c/autopath.py 92
pypy/translator/autopath.py 92
pypy/translator/test/autopath.py 92
pypy/objspace/flow/test/autopath.py 92
pypy/objspace/test/autopath.py 92
pypy/tool/build/bin/autopath.py 92
pypy/objspace/std/test/autopath.py 92
pypy/rpython/rctypes/tool/autopath.py 92
pypy/translator/c/test/autopath.py 92
pypy/lib/app_test/autopath.py 92
pypy/rlib/test/autopath.py 92
pypy/lang/prolog/interpreter/autopath.py 92
pypy/translator/js/demo/jsdemo/autopath.py 92
pypy/doc/standalone-howto.txt 92
pypy/tool/autopath.py 92
pypy/translator/llvm/demo/autopath.py 92
pypy/interpreter/pyparser/test/autopath.py 92
pypy/translator/pyrex/test/autopath.py 92
pypy/translator/js/examples/autopath.py 92
pypy/tool/test/autopath.py 92
pypy/translator/llvm/pyllvm/autopath.py 92
pypy/interpreter/test/autopath.py 92
pypy/tool/pytest/autopath.py 92
pypy/translator/asm/ppcgen/test/autopath.py 92
pypy/lang/js/autopath.py 92
pypy/module/_sre/test/autopath.py 92
pypy/translator/asm/test/autopath.py 92
pypy/translator/pyrex/autopath.py 92
pypy/translator/cli/test/autopath.py 92
pypy/config/autopath.py 92
pypy/translator/lisp/test/autopath.py 92
pypy/tool/build/autopath.py 92
pypy/jit/codegen/i386/autopath.py 92
pypy/module/_codecs/test/autopath.py 92
pypy/translator/benchmark/autopath.py 92
pypy/lib/test2/autopath.py 92
pypy/translator/tool/pygame/autopath.py 92
pypy/translator/asm/autopath.py 92
pypy/objspace/std/autopath.py 92
pypy/translator/asm/ppcgen/autopath.py 92
pypy/jit/codegen/llvm/autopath.py 92
pypy/annotation/test/autopath.py 92
pypy/objspace/flow/test/test_framestate.py 91
pypy/module/_stackless/clonable.py 91
pypy/translator/backendopt/test/test_ssa.py 91
pypy/objspace/std/proxyobject.py 90
pypy/lib/pyontology/autopath.py 90
pypy/jit/codegen/ppc/emit_moves.py 90
pypy/rpython/ootypesystem/rootype.py 89
pypy/doc/release-0.8.0.txt 89
pypy/interpreter/pyparser/test/test_pytokenizer.py 89
pypy/translator/cli/support.py 89
pypy/objspace/test/test_thunkobjspace.py 89
pypy/tool/test/test_picklesupport.py 89
pypy/rpython/test/test_extfunc.py 89
pypy/rpython/ootypesystem/exceptiondata.py 89
pypy/rpython/ootypesystem/rbuiltin.py 89
pypy/tool/build/test/test_buildserver.py 88
pypy/module/thread/os_lock.py 88
pypy/interpreter/test/test_py.py 88
pypy/rpython/rctypes/rpointer.py 88
pypy/interpreter/pyparser/symbol.py 87
pypy/module/_sre/test/test_interp_sre.py 87
pypy/rpython/rctypes/avoid_p.py 87
pypy/tool/pytest/test/data/test___all__.txt 87
pypy/module/pypyjit/interp_jit.py 87
pypy/lang/prolog/interpreter/choice.py 87
pypy/rpython/rctypes/test/test_overhead.py 87
pypy/interpreter/pyparser/test/unittest_samples.py 86
pypy/translator/js/demo/jsdemo/example.py 86
pypy/rpython/rctypes/test/test_rcarithmetic.py 86
pypy/doc/faq.txt 86
pypy/module/posix/__init__.py 86
pypy/objspace/fake/checkmodule.py 86
pypy/interpreter/pyparser/tuplebuilder.py 86
pypy/jit/codegen/llvm/llvmjit.py 86
pypy/jit/codegen/i386/test/test_ri386.py 85
pypy/interpreter/astcompiler/future.py 85
pypy/annotation/test/test_pairtype.py 85
pypy/module/select/interp_select.py 85
pypy/tool/tb_server/server.py 85
pypy/jit/codegen/i386/test/test_operation.py 84
pypy/translator/backendopt/test/test_canraise.py 84
pypy/tool/pytest/test/data/test_global.txt 84
pypy/module/rctime/app_time.py 84
pypy/interpreter/pyparser/ebnfgrammar.py 83
pypy/doc/weekly/summary-2006-03-15.txt 83
pypy/translator/asm/ppcgen/ppc_field.py 83
pypy/rpython/numpy/rarray.py 82
pypy/doc/release-0.6.txt 82
pypy/objspace/test/problems.py 82
pypy/doc/weekly/summary-2005-12-02.txt 82
pypy/objspace/std/slicetype.py 82
pypy/interpreter/pyparser/pysymbol.py 82
pypy/interpreter/pyparser/test/samples/snippet_samples.py 81
pypy/objspace/flow/test/test_checkgraph.py 81
pypy/objspace/std/settype.py 81
pypy/rpython/test/test_controllerentry.py 81
pypy/objspace/std/test/test_rangeobject.py 81
pypy/objspace/constraint/syntax_proposal.py 81
pypy/translator/goal/targetrpystonex.py 81
pypy/translator/pyrex/test/test_sourcegen.py 81
pypy/interpreter/pyparser/automata.py 80
pypy/translator/cli/gencli.py 80
pypy/translator/tool/graphserver.py 80
pypy/annotation/policy.py 80
pypy/module/thread/os_thread.py 80
pypy/rpython/memory/support.py 80
pypy/bin/startcompile.py 79
pypy/rpython/rctypes/astruct.py 79
pypy/objspace/std/test/test_proxy_function.py 79
pypy/translator/asm/ppcgen/test/test_func_builder.py 79
pypy/lang/prolog/interpreter/arithmetic.py 79
pypy/doc/release-0.7.0.txt 79
pypy/rpython/rctypes/test/test_rerrno.py 79
pypy/translator/llvm/pyllvm/pyllvm.py 79
pypy/rlib/rctypes/rprimitive.py 79
pypy/tool/getdocstrings.py 78
pypy/rpython/lltypesystem/rrange.py 78
pypy/lang/js/test/ecma/LexicalConventions/CVS/Entries 78
pypy/tool/makerelease.py 78
pypy/interpreter/pyparser/test/test_lookahead.py 78
pypy/translator/goal/unixcheckpoint.py 77
pypy/module/marshal/test/make_test_marshal.py 77
pypy/rpython/memory/gctransform/stacklessframework.py 77
pypy/doc/weekly/summary-2005-11-11.txt 77
pypy/translator/microbench/test_dict.py 76
pypy/rlib/parsing/test/test_parse.py 76
pypy/module/sys/version.py 76
pypy/doc/index-report.txt 76
pypy/rpython/ootypesystem/rtuple.py 76
pypy/rpython/ootypesystem/test/test_oopbc.py 76
pypy/translator/llvm/pyllvm/helper.py 76
pypy/doc/weekly/summary-2005-12-16.txt 75
pypy/translator/jvm/metavm.py 75
pypy/doc/weekly/summary-2005-12-09.txt 75
pypy/translator/backendopt/graphanalyze.py 75
pypy/bin/buildserver.py 75
pypy/module/thread/test/test_local.py 75
pypy/rpython/memory/test/test_simulator.py 75
pypy/module/_stackless/interp_clonable.py 74
pypy/translator/llvm/wrapable/test/test_llvm.py 74
pypy/translator/js/test/test_snippet.py 74
pypy/interpreter/pyparser/test/test_parsestring.py 73
pypy/rpython/rctypes/rprimitive.py 73
pypy/module/_random/test/test_random.py 73
pypy/translator/llvm/wrapable/wrap_llvm.py 73
pypy/objspace/std/proxy_helpers.py 73
pypy/translator/backendopt/test/test_removeassert.py 73
pypy/translator/js/test/test_rsnippet1.py 73
pypy/translator/js/test/test_rlist.py 73
pypy/translator/goal/targetmultiplespaces.py 73
pypy/module/__builtin__/test/test_descriptor.py 72
pypy/module/__builtin__/app_misc.py 72
pypy/rpython/rctypes/tool/compilemodule.py 72
pypy/objspace/std/iterobject.py 72
pypy/rpython/module/support.py 72
pypy/translator/tool/test/test_taskengine.py 72
pypy/doc/js/webapps_with_pypy.txt 71
pypy/translator/llvm/opaquenode.py 71
pypy/objspace/std/longtype.py 71
pypy/tool/test/test_pytestsupport.py 71
pypy/jit/hintannotator/annotator.py 71
pypy/doc/discussion/build-tool-web-frontend.txt 71
pypy/translator/llvm/test/test_merge_if_blocks.py 71
pypy/translator/js/demo/jsdemo/msgstruct.py 70
pypy/doc/discussion/distribution-implementation.txt 70
pypy/rpython/test/tool.py 70
pypy/doc/tool/mydot.py 70
pypy/jit/codegen/i386/test/test_genc_portal.py 70
pypy/lib/constraint/solver.py 70
pypy/translator/llvm/test/test_genllvm1.py 70
pypy/jit/hintannotator/vlist.py 69
pypy/doc/theory.txt 69
pypy/objspace/std/mro.py 69
pypy/lang/js/test/ecma/Expressions/CVS/Entries 69
pypy/doc/summer-of-pypy.txt 69
pypy/lang/prolog/builtin/register.py 69
pypy/interpreter/test/test_argument.py 69
pypy/lang/prolog/builtin/control.py 69
pypy/lib/distributed/objkeeper.py 69
pypy/translator/js/turbogears/setup.py 69
pypy/rpython/test/test_rbool.py 69
pypy/objspace/cclp/interp_var.py 68
pypy/module/_stackless/test/test_choicepoint.py 68
pypy/jit/tl/tlr.py 68
pypy/translator/js/test/test_rclass.py 68
pypy/translator/js/_class.py 68
pypy/objspace/test/_test_logic_build.py 68
pypy/tool/algo/unionfind.py 68
pypy/translator/asm/ppcgen/assembler.py 67
pypy/translator/oosupport/genoo.py 67
pypy/rpython/rctypes/astringbuf.py 67
pypy/interpreter/test/test_main.py 67
pypy/rpython/rctypes/apointer.py 67
pypy/rpython/robject.py 67
pypy/objspace/constraint/test/test_constraint.py 67
pypy/objspace/test/test_descriptor.py 66
pypy/interpreter/stablecompiler/misc.py 66
pypy/translator/tool/port.py 66
pypy/tool/algo/sparsemat.py 66
pypy/interpreter/stablecompiler/future.py 66
pypy/translator/tool/stdoutcapture.py 66
pypy/objspace/constraint/applevel/solver.py 66
pypy/module/_file/test/test_file.py 65
pypy/objspace/constraint/test/targetsmallstuff.py 65
pypy/translator/goal/targetrpystonedalone.py 65
pypy/translator/llvm/test/test_snippet.py 65
pypy/translator/llvm/test/test_rtagged.py 65
pypy/translator/js/jsbuiltin.py 65
pypy/tool/algo/test/test_fset.py 65
pypy/rlib/rctypes/rbuiltin.py 65
pypy/translator/microbench/pybench/README 65
pypy/rpython/memory/gctransform/test/test_boehm.py 64
pypy/objspace/cclp/constraint/btree.py 64
pypy/module/_demo/demo.py 64
pypy/translator/cli/test/test_class.py 64
pypy/objspace/test/test_taintobjspace.py 64
pypy/objspace/std/test/test_sliceobject.py 64
pypy/rpython/ootypesystem/ooregistry.py 64
pypy/translator/test/test_unsimplify.py 63
pypy/lang/prolog/interpreter/helper.py 63
pypy/tool/ansi_print.py 63
pypy/jit/conftest.py 63
pypy/doc/weekly/index.txt 62
pypy/translator/c/test/test_rtagged.py 62
pypy/module/thread/os_local.py 62
pypy/translator/llvm/test/test_class.py 62
pypy/translator/asm/test/test_model.py 62
pypy/module/select/app_select.py 62
pypy/tool/statistic_over_time.py 62
pypy/doc/weekly/summary-2005-11-25.txt 61
pypy/rpython/extfunc.py 61
pypy/module/thread/test/support.py 61
pypy/translator/microbench/microbench.py 61
pypy/objspace/constraint/btree.py 61
pypy/translator/js/demo/jsdemo/djangoping/settings.py 60
pypy/interpreter/test/test_generator.py 60
pypy/tool/uid.py 60
pypy/objspace/test/test_traceobjspace.py 60
pypy/translator/js/test/test_runtest.py 60
pypy/doc/weekly/summary-2005-11-04.txt 60
pypy/rpython/lltypesystem/module/ll_os.py 60
pypy/rpython/rbool.py 60
pypy/translator/oosupport/database.py 60
pypy/lang/prolog/interpreter/error.py 60
pypy/rpython/test/test_rconstantdict.py 59
pypy/objspace/std/test/helper.py 59
pypy/rpython/lltypesystem/rbuiltin.py 59
pypy/translator/asm/ppcgen/test/test_form.py 59
pypy/translator/js/support.py 58
pypy/module/recparser/test/test_compilehooks.py 58
pypy/lang/js/jsparser.py 58
pypy/lib/optimizers.py 58
pypy/translator/jvm/constant.py 58
pypy/jit/tl/opcode.py 58
pypy/translator/cli/comparer.py 58
pypy/objspace/std/test/test_strjoinobject.py 58
pypy/jit/goal/jitstep.py 58
pypy/translator/js/examples/console.py 58
pypy/translator/llvm/node.py 57
pypy/tool/stdlib_opcode.py 57
pypy/objspace/flow/test/test_unroll.py 57
pypy/translator/asm/ppcgen/field.py 57
pypy/module/_file/interp_file.py 57
pypy/translator/benchmark/benchmarks.py 57
pypy/translator/llvm/test/runtest.py 57
pypy/rlib/rctypes/rfunc.py 57
pypy/objspace/cclp/constraint/test/test_constraint.py 57
pypy/rpython/rctypes/rpyobject.py 57
pypy/rlib/rctypes/rpointer.py 57
pypy/translator/asm/ppcgen/rassemblermaker.py 57
pypy/rpython/lltypesystem/rslice.py 56
pypy/translator/backendopt/stat.py 56
pypy/translator/cli/test/test_objectmodel.py 56
pypy/objspace/std/listtype.py 56
pypy/translator/benchmark/bench-custom.py 56
pypy/config/test/test_makerestdoc.py 56
pypy/module/__builtin__/app_io.py 56
pypy/translator/llvm/pyxwrapper.py 55
pypy/lang/prolog/interpreter/test/test_unification.py 55
pypy/translator/js/test/test_bltn.py 55
pypy/rpython/rcontrollerentry.py 55
pypy/module/__builtin__/app_buffer.py 55
pypy/objspace/cpy/appsupport.py 55
pypy/interpreter/pytraceback.py 55
pypy/tool/pytest/test/data/test_sys.txt 54
pypy/translator/backendopt/removeassert.py 54
pypy/objspace/std/strjoinobject.py 54
pypy/translator/stackless/test/test_yield_current_frame_to_caller.py 54
pypy/jit/codegen/llvm/test/test_operation.py 54
pypy/translator/js/demo/jsdemo/controllers.py 54
pypy/rpython/rslice.py 54
pypy/rpython/rctypes/aprimitive.py 54
pypy/translator/microbench/pybench/Instances.py 54
pypy/lang/js/test/ecma/String/CVS/Entries 54
pypy/translator/js/test/test_loops.py 54
pypy/translator/asm/ppcgen/test/test_field.py 53
pypy/interpreter/test/test_nestedscope.py 53
pypy/translator/cli/test/test_runtest.py 53
pypy/lang/prolog/builtin/parseraccess.py 53
pypy/rpython/memory/gctransform/boehm.py 53
pypy/module/thread/rpython/ll_thread.py 53
pypy/rlib/parsing/test/test_parseerrors.py 53
pypy/lib/app_test/test_stackless_pickling.py 53
pypy/translator/llvm/backendopt/exception.py 53
pypy/rpython/test/test_robject.py 53
pypy/translator/backendopt/raisingop2direct_call.py 53
pypy/tool/algo/test/test_unionref.py 52
pypy/lang/prolog/builtin/database.py 52
pypy/module/math/_genmath.py 52
pypy/rpython/test/test_rfloat.py 52
pypy/doc/discussion/distribution-roadmap.txt 52
pypy/objspace/cpy/refcount.py 51
pypy/objspace/std/frozensettype.py 51
pypy/rpython/rctypes/rvoid_p.py 51
pypy/objspace/constraint/test/test_fd.py 51
pypy/lang/prolog/builtin/type.py 51
pypy/translator/goal/targetdemomodule.py 51
pypy/tool/pairtype.py 51
pypy/interpreter/test/test_typedef.py 51
pypy/tool/slaveproc.py 50
pypy/tool/test/test_error.py 50
pypy/doc/sprint-reports.txt 50
pypy/translator/stackless/test/test_coroutine_reconstruction.py 50
pypy/translator/js/tutorial/step3.py 50
pypy/objspace/cpy/ctypes_base.py 50
pypy/translator/lisp/test/test_list.py 50
pypy/bin/translatorshell.py 50
pypy/translator/cli/entrypoint.py 50
pypy/tool/pytest/overview.py 50
pypy/module/sys/app.py 50
pypy/rpython/rctypes/apyobject.py 49
pypy/interpreter/test/test_eval.py 49
pypy/translator/test/test_extension.py 49
pypy/translator/llvm/test/test_gc.py 49
pypy/objspace/std/test/test_set.py 49
pypy/tool/isolate.py 49
pypy/translator/test/test_driver.py 49
pypy/jit/tl/braininterp.py 49
pypy/translator/cli/test/test_exception.py 49
pypy/translator/goal/targetvarsized.py 49
pypy/doc/contributor.txt 49
pypy/interpreter/module.py 49
pypy/tool/test/test_conftest1.py 48
pypy/jit/timeshifter/test/test_tlc.py 48
pypy/module/thread/threadlocals.py 48
pypy/tool/build/config.py 48
pypy/lang/prolog/interpreter/test/dont_test_translate.py 48
pypy/translator/lisp/test/test_exception.py 48
pypy/jit/codegen/i386/test/test_rgenop.py 48
pypy/module/recparser/__init__.py 48
pypy/rpython/rctypes/aarray.py 48
pypy/translator/goal/order.py 48
pypy/interpreter/test/test_module.py 48
pypy/translator/js/turbogears/templateplugin.py 48
pypy/lib/logic/gecode_wrapper/reine.py 48
pypy/rpython/lltypesystem/test/test_lloperation.py 47
pypy/tool/algo/test/test_multiweakdict.py 47
pypy/objspace/test/problem.py 47
pypy/doc/discussion/use_case_of_logic.txt 47
pypy/rpython/ootypesystem/module/ll_os.py 47
pypy/tool/statistic_irc_log.py 47
pypy/rpython/rgeneric.py 47
pypy/doc/discussion/distribution-newattempt.txt 47
pypy/interpreter/astcompiler/misc.py 47
pypy/translator/js/test/test_jseval.py 46
pypy/rlib/ros.py 46
pypy/doc/test_redirections.py 46
pypy/tool/build/test/fake.py 46
pypy/interpreter/generator.py 46
pypy/translator/llvm/demo/run.py 46
pypy/module/__builtin__/test/test_range.py 45
pypy/rlib/unroll.py 45
pypy/doc/tool/makeref.py 45
pypy/objspace/std/dictproxytype.py 45
pypy/doc/js/whatis.txt 45
pypy/jit/codegen/llvm/logger.py 45
pypy/objspace/std/floattype.py 45
pypy/rpython/ootypesystem/test/test_oorecord.py 45
pypy/lang/prolog/builtin/arithmeticbuiltin.py 45
pypy/rpython/memory/gctransform/statistics.py 45
pypy/translator/js/demo/jsdemo/consserv.py 45
pypy/tool/cache.py 44
pypy/translator/squeak/test/test_oo.py 44
pypy/doc/statistic/post.txt 44
pypy/objspace/cclp/thread.py 44
pypy/rpython/ootypesystem/test/test_oodict.py 44
pypy/translator/cli/oopspec.py 44
pypy/translator/llvm/backendopt/mergemallocs.py 43
pypy/objspace/cclp/constraint/variable.py 43
pypy/module/__builtin__/test/test_minmax.py 43
pypy/objspace/std/itertype.py 43
pypy/interpreter/pyparser/test/samples/snippet_exceptions.py 43
pypy/jit/codegen/demo/test_factorial.py 43
pypy/module/_codecs/__init__.py 43
pypy/translator/js/tutorial/step2.py 43
pypy/translator/js/lib/test/test_server.py 43
pypy/objspace/std/transparent.py 43
pypy/module/rctime/__init__.py 43
pypy/translator/goal/targetpushpop.py 42
pypy/jit/goal/targetjit.py 42
pypy/lang/automata/test/test_dfa.py 42
pypy/rlib/test/test_rrandom.py 42
pypy/rpython/ootypesystem/rrange.py 42
pypy/lang/prolog/builtin/exception.py 42
pypy/module/thread/gil.py 42
pypy/lib/app_test/test_string_extra.py 42
pypy/translator/c/external.py 42
pypy/translator/backendopt/test/test_checkvirtual.py 42
pypy/jit/codegen/i386/test/test_interp_ts.py 42
pypy/lang/js/test/ecma/Math/CVS/Entries 42
pypy/rpython/test/test_rspecialcase.py 41
pypy/doc/discussion/summer-of-pypy-pytest.txt 41
pypy/objspace/cclp/misc.py 41
pypy/doc/config/confrest.py 41
pypy/jit/codegen/i386/codebuf_posix.py 41
pypy/bin/dotviewer.py 41
pypy/module/posix/ctypes_posix.py 41
pypy/annotation/test/test_annmm.py 41
pypy/lib/test2/test_optimizers.py 40
pypy/tool/picklesupport.py 40
pypy/objspace/std/benchmark/bench_dict.py 40
pypy/module/bz2/app_bz2.py 40
pypy/objspace/cpy/property.py 40
pypy/translator/goal/buildcache2.py 40
pypy/tool/test/test_getdocstrings.py 40
pypy/translator/js/demo/jsdemo/djangoping/client.py 40
pypy/objspace/cclp/constraint/test/test_fd.py 39
pypy/translator/oosupport/test_template/snippets.py 39
pypy/translator/cli/prebuiltnodes.py 39
pypy/translator/tool/tracer.py 39
pypy/objspace/constraint/expression_syntax_proposal.py 39
pypy/lib/functional.py 39
pypy/module/thread/rpython/exttable.py 39
pypy/lang/js/test/ecma/Number/CVS/Entries 39
pypy/objspace/cpy/ann_policy.py 38
pypy/tool/option.py 38
pypy/rlib/test/test_nonconst.py 38
pypy/jit/codegen/i386/codebuf_nt.py 38
pypy/tool/algo/multiweakdict.py 38
pypy/tool/test/test_isolate.py 38
pypy/tool/isolate_slave.py 38
pypy/translator/cli/delegate.py 38
pypy/objspace/constraint/test/test_distributor.py 38
pypy/rpython/rctypes/atype.py 37
pypy/rpython/memory/gctransform/test/test_framework.py 37
pypy/rpython/test/test_rgeneric.py 37
pypy/lib/app_test/test_deque_extra.py 37
pypy/doc/statistic/webaccess.txt 37
pypy/translator/cli/sdk.py 37
pypy/rlib/test/test_listsort.py 37
pypy/interpreter/astcompiler/syntax.py 37
pypy/rpython/rspecialcase.py 37
pypy/rpython/memory/gctransform/test/test_stacklessframework.py 37
pypy/rpython/test/test_rexternalobj.py 37
pypy/jit/tl/test/test_brainfuck.py 37
pypy/interpreter/stablecompiler/syntax.py 37
pypy/lang/prolog/interpreter/test/tool.py 36
pypy/module/thread/rpython/test/test_ll_thread.py 36
pypy/doc/conftest.py 36
pypy/rpython/module/test/test_ll_math.py 36
pypy/translator/stackless/test/test_clone.py 36
pypy/tool/alarm.py 36
pypy/objspace/std/test/test_dictproxy.py 36
pypy/objspace/std/test/test_boolobject.py 36
pypy/objspace/std/boolobject.py 36
pypy/jit/timeshifter/test/test_vdict.py 36
pypy/rpython/ootypesystem/ooopimpl.py 35
pypy/translator/squeak/test/test_codeformatter.py 35
pypy/doc/discussion/oz-thread-api.txt 35
pypy/translator/cli/test/test_query.py 35
pypy/translator/c/test/test_support.py 35
pypy/doc/contact.txt 35
pypy/translator/lisp/test/test_dict.py 35
pypy/translator/cli/test/test_overflow.py 34
pypy/tool/traceconfig.py 34
pypy/jit/codegen/llvm/compatibility.py 34
pypy/module/pypymagic/interp_magic.py 34
pypy/translator/js/turbogears/commandjs.py 34
pypy/lang/prolog/builtin/unify.py 34
pypy/rpython/module/test/test_ll_os_path.py 34
pypy/lang/js/test/ecma/Statements/CVS/Entries 34
pypy/objspace/std/test/test_instmethobject.py 34
pypy/objspace/constraint/test/test.py 34
pypy/translator/cli/test/test_cast.py 34
pypy/lib/app_test/no_test_pickle_extra.py 34
pypy/module/math/__init__.py 34
pypy/rlib/rctypes/rarray.py 33
pypy/objspace/constraint/util.py 33
pypy/translator/asm/ppcgen/test/test_rassemblermaker.py 33
pypy/translator/js/helper.py 33
pypy/jit/codegen/demo/conftest.py 33
pypy/bin/checkmodule.py 33
pypy/jit/codegen/ppc/test/test_operation.py 33
pypy/rpython/rctypes/rtype.py 33
pypy/doc/weekly/summary-2005-11-18.txt 33
pypy/rpython/exceptiondata.py 32
pypy/translator/js/test/tgtest.py 32
pypy/rpython/ootypesystem/extdesc.py 32
pypy/rpython/memory/gclltype.py 32
pypy/module/thread/__init__.py 32
pypy/translator/backendopt/tailrecursion.py 32
pypy/module/rsocket/__init__.py 31
pypy/lang/js/driver.py 31
pypy/translator/tool/benchmark.py 31
pypy/module/select/ctypes_select.py 31
pypy/config/test/test_pypyoption.py 31
pypy/objspace/cpy/test/test_refcount.py 31
pypy/jit/TODO.txt 31
pypy/translator/js/test/test_rpbc.py 31
pypy/lib/cPickle.py 31
pypy/jit/codegen/detect_cpu.py 31
pypy/jit/codegen/ppc/test/test_rgenop.py 30
pypy/jit/codegen/dump/test/test_dump.py 30
pypy/objspace/cclp/constraint/test/problem.py 30
pypy/jit/codegen/llvm/test/test_rgenop.py 30
pypy/jit/codegen/llgraph/test/test_rgenop.py 30
pypy/rpython/memory/gcheader.py 30
pypy/tool/codespeak-gendoc.py 30
pypy/translator/oosupport/test_template/string.py 30
pypy/rpython/test/test_remptydict.py 30
pypy/module/Numeric/app_numeric.py 30
pypy/doc/redirections 30
pypy/rpython/rctypes/aerrno.py 30
pypy/module/readline/c_readline.py 29
pypy/translator/js/demo/jsdemo/djangoping/views.py 29
pypy/rpython/memory/gctransform/test/test_statistics.py 29
pypy/lang/prolog/builtin/allsolution.py 29
pypy/translator/asm/i386gen/i386_assembler.py 29
pypy/translator/squeak/test/test_datastructure.py 29
pypy/module/signal/test/test_interp_signal.py 29
pypy/interpreter/test/test_executioncontext.py 29
pypy/module/__builtin__/test/test_zip.py 29
pypy/lang/js/test/ecma/ExecutionContexts/CVS/Entries 28
pypy/rpython/ootypesystem/ll_str.py 28
pypy/doc/confrest.py 28
pypy/module/__builtin__/test/test_reduce.py 28
pypy/lang/prolog/builtin/test/test_formatting.py 28
pypy/translator/js/modules/mochikit.py 28
pypy/translator/microbench/test_dispatch.py 28
pypy/translator/js/tester.py 28
pypy/module/_stackless/__init__.py 28
pypy/interpreter/pyparser/error.py 28
pypy/translator/js/test/test_rdict.py 28
pypy/module/__builtin__/app_help.py 28
pypy/translator/oosupport/test_template/dict.py 28
pypy/lang/prolog/builtin/source.py 28
pypy/objspace/std/test/test_stdobjspace.py 28
pypy/doc/discussion/distribution.txt 27
pypy/translator/goal/targetprologstandalone.py 27
pypy/jit/timeshifter/test/test_tl.py 27
pypy/translator/microbench/pybench/Setup.py 27
pypy/doc/weekly/confrest.py 27
pypy/tool/udir.py 27
pypy/tool/pytest/genreportdata.py 27
pypy/doc/how-to-release.txt 27
pypy/module/_stackless/composable_coroutine.py 27
pypy/translator/llvm/pyllvm/test/ll_snippet.py 27
pypy/rpython/module/ll_math.py 27
pypy/rpython/module/test/test_ll_strtod.py 27
pypy/module/clr/boxing_rules.py 26
pypy/translator/cli/test/test_backendopt.py 26
pypy/objspace/std/default.py 26
pypy/lang/js/test/test_parser.py 26
pypy/tool/test/test_tab.py 26
pypy/module/recparser/compat.py 26
pypy/jit/codegen/llvm/conftest.py 26
pypy/module/_ssl/__init__.py 26
pypy/translator/lisp/test/test_call.py 26
pypy/rpython/memory/test/test_lltypelayout.py 26
pypy/module/thread/test/test_lock.py 26
pypy/translator/goal/targetjsstandalone.py 26
pypy/module/signal/__init__.py 26
pypy/module/_stackless/test/slp_test_pickle.py 26
pypy/translator/goal/_test_thread.py 26
pypy/rlib/nonconst.py 25
pypy/translator/microbench/test_create1.py 25
pypy/rpython/lltypesystem/module/ll_math.py 25
pypy/module/__builtin__/test/test_filter.py 25
pypy/objspace/std/test/test_dictstrobject.py 25
pypy/tool/test/test_instancemethod.py 25
pypy/module/_sre/test/support_test_app_sre.py 25
pypy/doc/js/todo.txt 25
pypy/lang/js/test/ecma/Boolean/CVS/Entries 25
pypy/rpython/module/ll_os_path.py 25
pypy/rpython/rctypes/achar_p.py 25
pypy/rpython/ootypesystem/module/ll_math.py 25
pypy/rlib/rctypes/rchar_p.py 25
pypy/module/Numeric/__init__.py 24
pypy/jit/codegen/llvm/test/test_genc_ts.py 24
pypy/tool/instancemethod.py 24
pypy/lib/_fakecompiler/fakecompiler.py 24
pypy/module/__builtin__/test/test_buffer.py 24
pypy/lib/test2/test_cstringio.py 24
pypy/translator/js/demo/jsdemo/proxy.py 24
pypy/doc/tool/makecontributor.py 24
pypy/module/_stackless/interp_stackless.py 24
pypy/tool/watchdog.py 24
pypy/jit/codegen/demo/rerun_failures.py 24
pypy/translator/js/test/test_main.py 24
pypy/rpython/memory/gctransform/test/test_protect.py 23
pypy/tool/pytest/test/test_new_count.py 23
pypy/rpython/ootypesystem/test/test_ooregistry.py 23
pypy/rpython/rctypes/rcarithmetic.py 23
pypy/rpython/ootypesystem/test/test_oostring.py 23
pypy/jit/codegen/ppc/conftest.py 23
pypy/translator/goal/targetrecursivestandalone.py 23
pypy/translator/llvm/pyllvm/cc.py 23
pypy/doc/weekly/log 23
pypy/lang/prolog/interpreter/test/test_arithmetic.py 22
pypy/module/posix/app_posix.py 22
pypy/objspace/std/test/test_obj.py 22
pypy/translator/llvm/module/excsupport.py 22
pypy/module/crypt/interp_crypt.py 22
pypy/translator/llvm/wrapable/setup.py 22
pypy/rpython/test/test_ootype_llinterp.py 22
pypy/module/symbol/__init__.py 22
pypy/objspace/std/tupletype.py 22
pypy/lang/js/test/autotestbase.py 22
pypy/module/signal/ctypes_signal.py 22
pypy/translator/asm/regalloc.py 22
pypy/bin/jscompile.py 22
pypy/module/time/interp_time.py 21
pypy/module/posix/test/test_posix_libfile.py 21
pypy/module/recparser/leftout/parse_grammar.py 21
pypy/lang/js/test/ecma/FunctionObjects/CVS/Entries 21
pypy/translator/js/tutorial/step1.py 21
pypy/translator/jvm/test/test_string.py 21
pypy/module/time/test/test_time.py 21
pypy/translator/cli/conftest.py 21
pypy/translator/goal/targetgcbench.py 21
pypy/tool/tls.py 21
pypy/objspace/constraint/test/test_solver.py 21
pypy/module/__builtin__/test/test_apply.py 21
pypy/tool/test/test_cache.py 20
pypy/module/_sre/__init__.py 20
pypy/interpreter/astcompiler/consts.py 20
pypy/translator/backendopt/canraise.py 20
pypy/jit/codegen/ppc/test/test_interp.py 20
pypy/module/_pickle_support/__init__.py 20
pypy/translator/jvm/prebuiltnodes.py 20
pypy/lib/_fakecompiler/readme.txt 20
pypy/translator/cli/test/test_streamio.py 20
pypy/jit/timeshifter/test/test_tlr.py 20
pypy/tool/rundictbenchmarks.py 20
pypy/translator/backendopt/test/test_tailrecursion.py 20
pypy/translator/jvm/conftest.py 19
pypy/jit/tl/test/test_tlr.py 19
pypy/translator/asm/ppcgen/asmfunc.py 19
pypy/doc/discussion/translation-swamp.txt 19
pypy/translator/c/test/test_symboltable.py 19
pypy/interpreter/pyparser/test/stdlib_testall.py 19
pypy/tool/pytest/test/test_overview.py 19
pypy/tool/build/bin/metaserver 19
pypy/tool/build/test/test_outputbuffer.py 19
pypy/interpreter/stablecompiler/__init__.py 19
pypy/module/errno/__init__.py 19
pypy/lang/js/test/ecma/GlobalObject/CVS/Entries 19
pypy/module/mmap/__init__.py 19
pypy/interpreter/astcompiler/__init__.py 19
pypy/translator/backendopt/checkvirtual.py 18
pypy/translator/microbench/test_bltn.py 18
pypy/tool/pytest/pypy_test_failure_demo.py 18
pypy/module/fcntl/__init__.py 18
pypy/interpreter/stablecompiler/consts.py 18
pypy/jit/codegen/dump/test/test_rgenop.py 18
pypy/objspace/std/booltype.py 18
pypy/tool/build/outputbuffer.py 18
pypy/module/marshal/test/test_marshalimpl.py 18
pypy/rpython/ootypesystem/rslice.py 18
pypy/module/recparser/leftout/gen_ast.py 18
pypy/lib/app_test/test_sha_extra.py 18
pypy/jit/codegen/i386/conftest.py 18
pypy/module/readline/interp_readline.py 17
pypy/translator/js/demo/jsdemo/support.py 17
pypy/module/select/__init__.py 17
pypy/lang/js/test/ecma/ObjectObjects/CVS/Entries 17
pypy/lang/prolog/builtin/metacall.py 17
pypy/translator/jvm/option.py 17
pypy/translator/cli/test/test_float.py 17
pypy/translator/llvm/exception.py 17
pypy/translator/goal/targetnopstandalone.py 17
pypy/translator/tool/test/test_cbuild.py 17
pypy/translator/test/test_rpystone.py 17
pypy/rpython/rctypes/tool/libc.py 17
pypy/jit/codegen/llgraph/test/test_graph2rgenop.py 17
pypy/translator/js/demo/jsdemo/test/test_demo.py 17
pypy/tool/staticmethods.py 17
pypy/module/errno/test/test_errno.py 17
pypy/translator/cli/test/test_string.py 17
pypy/module/__builtin__/app_file_stub.py 17
pypy/translator/lisp/test/test_tuple.py 17
pypy/translator/js/turbogears/widgets.py 16
pypy/translator/asm/ppcgen/pystructs.py 16
pypy/objspace/proxy.py 16
pypy/tool/build/conftest.py 16
pypy/objspace/constraint/test/test_btree.py 16
pypy/rpython/rctypes/test/test_import.py 16
pypy/doc/statistic/rebin.py 16
pypy/translator/cli/test/test_int.py 16
pypy/jit/codegen/llvm/setup.py 16
pypy/objspace/cclp/constraint/test/test_btree.py 16
pypy/lang/js/test/ecma/TypeConversion/CVS/Entries 16
pypy/doc/weekly/log-2005-11-11 16
pypy/translator/jvm/test/test_dict.py 16
pypy/translator/llvm/wrapable/wrapper.py 16
pypy/doc/weekly/log-2005-11-04 16
pypy/module/__builtin__/special.py 16
pypy/translator/goal/targetreallynopstandalone.py 16
pypy/translator/llvm/pyllvm/create_llvmcapi.py 16
pypy/module/readline/__init__.py 16
pypy/module/pypymagic/test/test_special.py 16
pypy/rpython/module/ll_stackless.py 16
pypy/interpreter/pyparser/test/samples/snippet_decorators.py 15
pypy/translator/benchmark/test/test_result.py 15
pypy/doc/discussion/removing-stable-compiler.txt 15
pypy/interpreter/pyparser/test/samples/snippet_whilelineno.py 15
pypy/objspace/flow/test/test_picklegraph.py 15
pypy/doc/config/objspace.name.txt 15
pypy/jit/hintannotator/test/test_toy.py 15
pypy/module/marshal/__init__.py 15
pypy/lang/prolog/builtin/__init__.py 15
pypy/objspace/std/noneobject.py 15
pypy/module/readline/test/test_with_pypy.py 15
pypy/translator/llvm/llvmcapi/setup.py 15
pypy/translator/asm/ppcgen/regname.py 15
pypy/rpython/lltypesystem/module/ll_strtod.py 15
pypy/jit/codegen/i386/test/test_codebuf.py 15
pypy/module/__builtin__/test/test_vars.py 14
pypy/rpython/module/ll_time.py 14
pypy/translator/asm/ppcgen/util.py 14
pypy/tool/test/test_template.py 14
pypy/translator/test/test_uniquename.py 14
pypy/module/bz2/__init__.py 14
pypy/jit/codegen/ppc/test/test_interp_ts.py 14
pypy/rpython/ootypesystem/module/ll_strtod.py 14
pypy/lib/app_test/inprogress_test_binascii_extra.py 14
pypy/interpreter/test/s1.py 13
pypy/translator/c/winproj/standalone/pypytest_slp.py 13
pypy/doc/config/generate.py 13
pypy/translator/llvm/wrapable/llvm_helper.py 13
pypy/objspace/std/test/test_prebuiltint.py 13
pypy/rlib/test/test_rgc.py 13
pypy/interpreter/test/mixedmodule/__init__.py 13
pypy/translator/cli/test/test_dict.py 13
pypy/objspace/std/test/test_proxy_iter.py 13
pypy/interpreter/pyparser/test/samples/snippet_simple_for_loop.py 13
pypy/translator/goal/targetrichards.py 13
pypy/jit/codegen/llvm/test/test_genc_exception.py 13
pypy/module/_weakref/__init__.py 13
pypy/rpython/module/ll_stack.py 13
pypy/tool/pytest/run-script/regrverbose.py 12
pypy/tool/build/tooloption.py 12
pypy/jit/codegen/i386/test/test_interp_vlist.py 12
pypy/doc/config/objspace.std.withmultidict.txt 12
pypy/jit/codegen/llvm/test/test_genc_portal.py 12
pypy/translator/test/test_translator.py 12
pypy/annotation/test/test_annsimplifyrpython.py 12
pypy/tool/pypyrev.py 12
pypy/tool/release_dates.py 12
pypy/translator/js/test/test_extfunc.py 12
pypy/module/time/__init__.py 12
pypy/rpython/lltypesystem/rtupletype.py 12
pypy/module/pypymagic/__init__.py 12
pypy/module/recparser/test/test_parser.py 12
pypy/module/thread/test/test_import_lock.py 12
pypy/interpreter/pyparser/test/samples/snippet_docstring.py 12
pypy/jit/codegen/ppc/test/test_genc_ts.py 11
pypy/doc/discussion/cmd-prompt-translation.txt 11
pypy/translator/asm/ppcgen/symbol_lookup.py 11
pypy/objspace/cpy/test/test_property.py 11
pypy/module/clr/__init__.py 11
pypy/lang/prolog/interpreter/test/test_standard.py 11
pypy/doc/config/objspace.std.withsharingdict.txt 11
pypy/tool/tb_server/__init__.py 11
pypy/jit/codegen/demo/autorun.py 11
pypy/interpreter/special.py 11
pypy/module/fcntl/app_fcntl.py 11
pypy/module/_demo/__init__.py 11
pypy/lib/cStringIO.py 11
pypy/interpreter/pyparser/test/samples/snippet_function_calls.py 11
pypy/interpreter/test/test_descrtypecheck.py 11
pypy/translator/goal/targetsegfault.py 11
pypy/translator/cli/test/test_tuple.py 11
pypy/tool/build/systemoption.py 11
pypy/translator/js/examples/serialise.py 11
pypy/translator/goal/targetrpystone.py 10
pypy/rpython/rctypes/tool/test/test_compilemodule.py 10
pypy/translator/goal/Ratthing-b246-benchs.txt 10
pypy/doc/config/objspace.std.withshadowtracking.txt 10
pypy/translator/lisp/test/test_clrepr.py 10
pypy/module/sys/hook.py 10
pypy/interpreter/test/test_special.py 10
pypy/interpreter/pyparser/test/samples/snippet_listlinenos.py 10
pypy/module/_file/__init__.py 10
pypy/translator/js/demo/jsdemo/djangoping/manage.py 10
pypy/module/gc/__init__.py 10
pypy/interpreter/pyparser/test/samples/snippet_2.py 10
pypy/jit/codegen/i386/test/test_genc_virtualizable.py 10
pypy/module/pypyjit/__init__.py 10
pypy/tool/pytest/confpath.py 10
pypy/module/rsocket/app_socket.py 10
pypy/translator/cli/test/test_primitive.py 10
pypy/module/array/__init__.py 10
pypy/module/readline/test/test_mixedmodule.py 10
pypy/module/readline/test/test_compiled.py 10
pypy/tool/test/conftest1_innertest.py 10
pypy/tool/test/isolate_simple.py 10
pypy/bin/compilemodule.py 9
pypy/doc/navlist 9
pypy/module/crypt/test/test_crypt.py 9
pypy/objspace/std/test/test_noneobject.py 9
pypy/objspace/std/dictproxyobject.py 9
pypy/interpreter/pyparser/test/samples/snippet_classes.py 9
pypy/translator/asm/ppcgen/ppc_form.py 9
pypy/module/recparser/README 9
pypy/doc/config/objspace.std.withmultilist.txt 9
pypy/translator/jvm/log.py 9
pypy/interpreter/pyparser/test/samples/snippet_simple_class.py 9
pypy/jit/codegen/llvm/test/test_genc_tlr.py 9
pypy/jit/codegen/llvm/test/test_genc_promotion.py 9
pypy/jit/codegen/llvm/test/test_genc_tl.py 9
pypy/translator/jvm/test/test_list.py 9
pypy/interpreter/debug.py 9
pypy/translator/jvm/test/test_class.py 9
pypy/module/recparser/leftout/compiler.py 9
pypy/doc/config/objspace.opcodes.CALL_LIKELY_BUILTIN.txt 8
pypy/module/crypt/__init__.py 8
pypy/jit/codegen/i386/test/test_genc_tlr.py 8
pypy/jit/codegen/i386/test/test_genc_promotion.py 8
pypy/tool/build/test/repo.py 8
pypy/translator/js/conftest.py 8
pypy/translator/cli/test/test_list.py 8
pypy/jit/codegen/i386/test/test_genc_tlc.py 8
pypy/interpreter/pyparser/test/samples/snippet_while.py 8
pypy/jit/codegen/i386/test/test_genc_tl.py 8
pypy/doc/config/objspace.std.withstrslice.txt 8
pypy/module/select/conftest.py 8
pypy/rpython/numpy/test/conftest.py 8
pypy/jit/codegen/i386/test/test_genc_exception.py 8
pypy/rpython/rctypes/test/conftest.py 8
pypy/lib/app_test/test_exception_extra.py 8
pypy/rpython/error.py 8
pypy/tool/stdlib___future__.py 8
pypy/jit/codegen/llvm/test/test_genc_vlist.py 8
pypy/jit/codegen/i386/test/test_genc_vlist.py 8
pypy/interpreter/pyparser/test/samples/snippet_numbers.py 8
pypy/translator/goal/app_example.py 7
pypy/module/__builtin__/state.py 7
pypy/module/gc/interp_gc.py 7
pypy/interpreter/test/foointerp.py 7
pypy/jit/codegen/llvm/cast.py 7
pypy/rpython/lltypesystem/rgeneric.py 7
pypy/lib/logic/gecode_wrapper/Makefile 7
pypy/module/signal/app_signal.py 7
pypy/jit/codegen/hlinfo.py 7
pypy/rpython/ootypesystem/rgeneric.py 7
pypy/objspace/cclp/plan.txt 7
pypy/lang/prolog/interpreter/conftest.py 7
pypy/module/README.txt 7
pypy/objspace/cpy/test/test_mixedmodule.py 7
pypy/doc/config/objspace.std.withstrjoin.txt 7
pypy/jit/timeshifter/test/conftest.py 7
pypy/objspace/std/objectobject.py 7
pypy/translator/cli/node.py 7
pypy/module/_random/__init__.py 7
pypy/module/recparser/app_class.py 6
pypy/jit/codegen/conftest.py 6
pypy/rlib/rjs.py 6
pypy/translator/cli/test/test_range.py 6
pypy/module/readline/test/test_c_readline.py 6
pypy/interpreter/test/hello_world.py 6
pypy/lang/js/test/ecma/Types/CVS/Entries 6
pypy/doc/config/objspace.std.withsmallint.txt 6
pypy/interpreter/pyparser/test/samples/snippet_list_comps.py 6
pypy/lib/logic/gecode_wrapper/README 6
pypy/interpreter/pyparser/test/samples/snippet_multiline.py 6
pypy/objspace/fake/test/test_checkmodule.py 6
pypy/doc/config/objspace.std.withrangelist.txt 6
pypy/rpython/numpy/implementation.py 6
pypy/translator/js/demo/jsdemo/djangoping/urls.py 6
pypy/translator/pyrex/pyrexc 6
pypy/module/thread/app_thread.py 6
pypy/module/gc/app_gc.py 6
pypy/translator/squeak/conftest.py 6
pypy/interpreter/pyparser/test/samples/snippet_comment.py 6
pypy/interpreter/pyparser/test/samples/snippet_simple_function.py 6
pypy/lib/app_test/test_struct_extra.py 6
pypy/lang/js/test/ecma/NativeObjects/CVS/Entries 5
pypy/doc/statistic/conftest.py 5
pypy/translator/cli/test/test_pbc.py 5
pypy/lang/js/test/ecma/SourceText/CVS/Entries 5
pypy/doc/config/objspace.std.withprebuiltint.txt 5
pypy/translator/locality/support.py 5
pypy/translator/lisp/conftest.py 5
pypy/translator/cli/test/test_bool.py 5
pypy/translator/jvm/test/test_bool.py 5
pypy/interpreter/test/mixedmodule/file1.py 5
pypy/rpython/lltypesystem/llheap.py 5
pypy/translator/squeak/test/support.py 5
pypy/translator/jvm/test/test_pbc.py 5
pypy/translator/llvm/backendopt/support.py 5
pypy/objspace/std/basestringtype.py 5
pypy/tool/build/test/path.py 5
pypy/test_all.py 5
pypy/objspace/std/nonetype.py 4
pypy/translator/cli/test/test_op.py 4
pypy/module/_stackless/app_greenlet.py 4
pypy/translator/cli/test/test_snippet.py 4
pypy/interpreter/pyparser/test/samples/snippet_with_1.py 4
pypy/tool/build/bin/path.py 4
pypy/tool/test/fordocstrings1 4
pypy/translator/jvm/test/test_snippet.py 4
pypy/rpython/lltypesystem/module/ll_os_path.py 4
pypy/module/mmap/app_mmap.py 4
pypy/doc/config/objspace.std.withtypeversion.txt 4
pypy/interpreter/pyparser/test/samples/snippet_with_2.py 4
pypy/translator/cli/option.py 4
pypy/translator/oosupport/__init__.py 4
pypy/rpython/ootypesystem/module/ll_os_path.py 4
pypy/module/_ssl/app_ssl.py 4
pypy/rpython/module/ll_js.py 4
pypy/translator/js/log.py 4
pypy/lib/__init__.py 4
pypy/translator/llvm/log.py 4
pypy/translator/goal/app_basic_example.py 3
pypy/annotation/pairtype.py 3
pypy/lib/marshal.py 3
pypy/translator/locality/test/test_simulation.py 3
pypy/interpreter/pyparser/test/samples/snippet_several_statements.py 3
pypy/interpreter/pyparser/test/samples/snippet_import_statements.py 3
pypy/module/errno/interp_errno.py 3
pypy/interpreter/pyparser/test/samples/snippet_encoding_declaration2.py 3
pypy/annotation/__init__.py 3
pypy/translator/llvm/llvmcapi/README.txt 3
pypy/interpreter/pyparser/test/samples/snippet_encoding_declaration3.py 3
pypy/doc/config/objspace.std.withfastslice.txt 3
pypy/lib/app_test/test_exceptions_extra.py 3
pypy/jit/codegen/llvm/README.txt 3
pypy/doc/config/objspace.usepycfiles.txt 3
pypy/doc/config/objspace.geninterp.txt 3
pypy/rpython/rctypes/tool/test/test_libc.py 3
pypy/interpreter/pyparser/test/samples/snippet_generator.py 3
pypy/interpreter/pyparser/data/README 3

files with less than 3 lines ignored