MANIFEST.in
Makefile
README.md
__init__.py
setup.py
benchmarks/bm_call_method.py
benchmarks/bm_call_simple.py
benchmarks/call.py
benchmarks/comprehension.py
benchmarks/concurrent.py
benchmarks/dict.py
benchmarks/generator.py
benchmarks/list.py
benchmarks/loop.py
benchmarks/tuple.py
grumpy_runtime/__init__.py
lib/__builtin__.py
lib/_random.py
lib/_syscall.py
lib/cStringIO.py
lib/errno.py
lib/exceptions.py
lib/itertools.py
lib/itertools_test.py
lib/math.py
lib/math_test.py
lib/os_test.py
lib/random_test.py
lib/select_.py
lib/stat.py
lib/sys.py
lib/sys_test.py
lib/tempfile.py
lib/tempfile_test.py
lib/thread.py
lib/time.py
lib/time_test.py
lib/types_test.py
lib/weetest.py
lib/weetest_test.py
lib/os/__init__.py
lib/os/path.py
lib/os/path_test.py
runtime/baseexception.go
runtime/baseexception_test.go
runtime/basestring.go
runtime/basestring_test.go
runtime/bool.go
runtime/bool_test.go
runtime/builtin_types.go
runtime/builtin_types_test.go
runtime/bytearray.go
runtime/bytearray_test.go
runtime/code.go
runtime/code_test.go
runtime/complex.go
runtime/complex_test.go
runtime/core.go
runtime/core_test.go
runtime/descriptor.go
runtime/descriptor_test.go
runtime/dict.go
runtime/dict_test.go
runtime/doc.go
runtime/exceptions.go
runtime/file.go
runtime/file_test.go
runtime/float.go
runtime/float_test.go
runtime/frame.go
runtime/frame_test.go
runtime/function.go
runtime/function_test.go
runtime/generator.go
runtime/generator_test.go
runtime/int.go
runtime/int_test.go
runtime/list.go
runtime/list_test.go
runtime/long.go
runtime/long_test.go
runtime/method.go
runtime/method_test.go
runtime/module.go
runtime/module_test.go
runtime/native.go
runtime/native_test.go
runtime/numeric.go
runtime/object.go
runtime/object_test.go
runtime/param.go
runtime/param_test.go
runtime/range.go
runtime/range_test.go
runtime/seq.go
runtime/seq_test.go
runtime/set.go
runtime/set_test.go
runtime/slice.go
runtime/slice_test.go
runtime/slots.go
runtime/slots_test.go
runtime/str.go
runtime/str_test.go
runtime/super.go
runtime/super_test.go
runtime/threading.go
runtime/threading_test.go
runtime/traceback.go
runtime/tuple.go
runtime/tuple_test.go
runtime/type.go
runtime/type_test.go
runtime/unicode.go
runtime/unicode_test.go
runtime/weakref.go
runtime/weakref_test.go
testing/assert_test.py
testing/assign_test.py
testing/builtin_test.py
testing/class_test.py
testing/compare_test.py
testing/complex_test.py
testing/comprehension_test.py
testing/dict_test.py
testing/file_test.py
testing/float_test.py
testing/for_test.py
testing/function_test.py
testing/generator_test.py
testing/getopt_test.py
testing/global_test.py
testing/if_test.py
testing/import_test.py
testing/list_test.py
testing/native_test.py
testing/op_test.py
testing/pow_test.py
testing/scope_test.py
testing/str_test.py
testing/struct_test.py
testing/try_test.py
testing/tuple_test.py
testing/while_test.py
testing/with_test.py
third_party/ouroboros/operator.py
third_party/ouroboros/test/test_operator.py
third_party/pypy/_collections.py
third_party/pypy/_csv.py
third_party/pypy/_functools.py
third_party/pypy/_md5.py
third_party/pypy/_sha.py
third_party/pypy/_sha256.py
third_party/pypy/_sha512.py
third_party/pypy/_sre.py
third_party/pypy/_struct.py
third_party/pypy/binascii.py
third_party/pypy/datetime.py
third_party/stdlib/Queue.py
third_party/stdlib/StringIO.py
third_party/stdlib/UserDict.py
third_party/stdlib/UserList.py
third_party/stdlib/UserString.py
third_party/stdlib/_abcoll.py
third_party/stdlib/_weakrefset.py
third_party/stdlib/abc.py
third_party/stdlib/argparse.py
third_party/stdlib/base64.py
third_party/stdlib/bisect.py
third_party/stdlib/collections.py
third_party/stdlib/colorsys.py
third_party/stdlib/contextlib.py
third_party/stdlib/copy.py
third_party/stdlib/copy_reg.py
third_party/stdlib/csv.py
third_party/stdlib/difflib.py
third_party/stdlib/dircache.py
third_party/stdlib/dummy_thread.py
third_party/stdlib/fnmatch.py
third_party/stdlib/fpformat.py
third_party/stdlib/functools.py
third_party/stdlib/genericpath.py
third_party/stdlib/getopt.py
third_party/stdlib/glob.py
third_party/stdlib/heapq.py
third_party/stdlib/json_scanner.py
third_party/stdlib/keyword.py
third_party/stdlib/linecache.py
third_party/stdlib/md5.py
third_party/stdlib/mimetools.py
third_party/stdlib/mutex.py
third_party/stdlib/optparse.py
third_party/stdlib/pprint.py
third_party/stdlib/quopri.py
third_party/stdlib/random.py
third_party/stdlib/re.py
third_party/stdlib/re_tests.py
third_party/stdlib/repr.py
third_party/stdlib/rfc822.py
third_party/stdlib/sched.py
third_party/stdlib/sha.py
third_party/stdlib/sre_compile.py
third_party/stdlib/sre_constants.py
third_party/stdlib/sre_parse.py
third_party/stdlib/string.py
third_party/stdlib/textwrap.py
third_party/stdlib/threading.py
third_party/stdlib/traceback.py
third_party/stdlib/types.py
third_party/stdlib/unittest_case.py
third_party/stdlib/unittest_loader.py
third_party/stdlib/unittest_result.py
third_party/stdlib/unittest_runner.py
third_party/stdlib/unittest_signals.py
third_party/stdlib/unittest_suite.py
third_party/stdlib/unittest_util.py
third_party/stdlib/urlparse.py
third_party/stdlib/uu.py
third_party/stdlib/warnings.py
third_party/stdlib/weakref.py
third_party/stdlib/json/__init__.py
third_party/stdlib/json/decoder.py
third_party/stdlib/json/encoder.py
third_party/stdlib/test/__init__.py
third_party/stdlib/test/list_tests.py
third_party/stdlib/test/lock_tests.py
third_party/stdlib/test/mapping_tests.py
third_party/stdlib/test/seq_tests.py
third_party/stdlib/test/string_tests.py
third_party/stdlib/test/test_argparse.py
third_party/stdlib/test/test_bisect.py
third_party/stdlib/test/test_colorsys.py
third_party/stdlib/test/test_datetime.py
third_party/stdlib/test/test_dict.py
third_party/stdlib/test/test_dircache.py
third_party/stdlib/test/test_dummy_thread.py
third_party/stdlib/test/test_fpformat.py
third_party/stdlib/test/test_genericpath.py
third_party/stdlib/test/test_list.py
third_party/stdlib/test/test_md5.py
third_party/stdlib/test/test_mimetools.py
third_party/stdlib/test/test_mutex.py
third_party/stdlib/test/test_queue.py
third_party/stdlib/test/test_quopri.py
third_party/stdlib/test/test_rfc822.py
third_party/stdlib/test/test_sched.py
third_party/stdlib/test/test_select.py
third_party/stdlib/test/test_slice.py
third_party/stdlib/test/test_stat.py
third_party/stdlib/test/test_string.py
third_party/stdlib/test/test_support.py
third_party/stdlib/test/test_threading.py
third_party/stdlib/test/test_tuple.py
third_party/stdlib/test/test_uu.py
third_party/stdlib/unittest/__init__.py
tools/benchcmp
tools/coverparse
tools/diffrange
tools/genmake
tools/grumpc
tools/grumprun
tools/pkgc.go
tools/pydeps