This repository was archived by the owner on Jan 3, 2024. It is now read-only.
File tree
1,804 files changed
+0
-0
lines changed- dotviewer
- font
- test
- extra_tests
- py
- _code
- _io
- _log
- _path
- _process
- pypy
- bin
- config
- test
- doc
- config
- discussion
- image
- man
- test
- tool
- goal
- interpreter
- astcompiler
- test
- tools
- pyparser
- data
- test
- test
- demomixedmod
- module
- __builtin__
- test
- __pypy__
- test
- _ast
- test
- _cffi_backend
- src
- test
- _codecs
- test
- _collections
- test
- _continuation
- test
- _csv
- test
- _demo
- test
- _file
- test
- _hashlib
- test
- _io
- test
- _jitlog
- test
- _locale
- test
- _lsprof
- test
- _md5
- test
- _minimal_curses
- test
- _multibytecodec
- src/cjkcodecs
- test
- _multiprocessing
- test
- _pickle_support
- _pypyjson
- test
- _random
- test
- _rawffi
- alt
- test
- test
- _sha
- test
- _socket
- test
- _sre
- test
- _ssl
- test
- _testing
- _vmprof
- test
- _warnings
- test
- _weakref
- test
- _winreg
- test
- array
- benchmark
- test
- binascii
- test
- bz2
- test
- cStringIO
- test
- cmath
- test
- cppyy
- bench
- capi
- include
- src
- test
- cpyext
- include
- _numpypy/numpy
- parse
- patches
- src
- test
- crypt
- test
- errno
- test
- exceptions
- test
- faulthandler
- test
- fcntl
- test
- gc
- test
- imp
- test
- hooktest
- itertools
- test
- marshal
- test
- math
- test
- micronumpy
- bench
- test
- tool/numready
- mmap
- test
- operator
- test
- parser
- test
- posix
- test
- pwd
- test
- pyexpat
- test
- pypyjit
- test
- test_pypy_c
- select
- test
- signal
- test
- struct
- test
- symbol
- sys
- test
- termios
- test
- test_lib_pypy
- cffi_tests
- cffi0
- snippets
- distutils_module
- distutils_package_1
- snip_basic_verify1
- distutils_package_2
- snip_basic_verify2
- infrastructure
- snip_infrastructure
- setuptools_module
- setuptools_package_1
- snip_setuptools_verify1
- setuptools_package_2
- snip_setuptools_verify2
- cffi1
- embedding
- ctypes_tests
- pyrepl
- thread
- test
- time
- test
- token
- test
- unicodedata
- test
- zipimport
- test
- zlib
- test
- objspace
- fake
- test
- std
- benchmark
- test
- test
- sandbox
- test
- tool
- bench
- test
- cpyext
- memusage
- test
- pytest
- run-script
- test
- data
- release
- test
- rest
- tb_server
- test
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
1,804 files changed
+0
-0
lines changed.gitignore
100755
100644
File mode changed.
.hgignore
100755
100644
File mode changed.
LICENSE
100755
100644
File mode changed.
Makefile
100755
100644
File mode changed.
dotviewer/__init__.py
100755
100644
File mode changed.
dotviewer/conftest.py
100755
100644
File mode changed.
dotviewer/drawgraph.py
100755
100644
File mode changed.
dotviewer/font/DroidSans-Bold.ttf
100755
100644
File mode changed.
dotviewer/font/DroidSans.ttf
100755
100644
File mode changed.
dotviewer/font/DroidSansMono.ttf
100755
100644
File mode changed.
dotviewer/font/NOTICE
100755
100644
File mode changed.
dotviewer/font/README.txt
100755
100644
File mode changed.
dotviewer/graphclient.py
100755
100644
File mode changed.
dotviewer/graphdisplay.py
100755
100644
File mode changed.
dotviewer/graphpage.py
100755
100644
File mode changed.
dotviewer/graphparse.py
100755
100644
File mode changed.
dotviewer/msgstruct.py
100755
100644
File mode changed.
dotviewer/strunicode.py
100755
100644
File mode changed.
dotviewer/test/__init__.py
100755
100644
File mode changed.
dotviewer/test/test_interactive.py
100755
100644
File mode changed.
dotviewer/test/test_msgstruct.py
100755
100644
File mode changed.
dotviewer/test/test_translator.py
100755
100644
File mode changed.
extra_tests/README.txt
100755
100644
File mode changed.
extra_tests/pytest.ini
100755
100644
File mode changed.
extra_tests/test_unicode.py
100755
100644
File mode changed.
py/README-BEFORE-UPDATING
100755
100644
File mode changed.
py/__init__.py
100755
100644
File mode changed.
py/__metainfo.py
100755
100644
File mode changed.
py/_apipkg.py
100755
100644
File mode changed.
py/_builtin.py
100755
100644
File mode changed.
py/_code/__init__.py
100755
100644
File mode changed.
py/_code/_assertionnew.py
100755
100644
File mode changed.
py/_code/_assertionold.py
100755
100644
File mode changed.
py/_code/_py2traceback.py
100755
100644
File mode changed.
py/_code/assertion.py
100755
100644
File mode changed.
py/_code/code.py
100755
100644
File mode changed.
py/_code/source.py
100755
100644
File mode changed.
py/_error.py
100755
100644
File mode changed.
py/_iniconfig.py
100755
100644
File mode changed.
py/_io/__init__.py
100755
100644
File mode changed.
py/_io/capture.py
100755
100644
File mode changed.
py/_io/saferepr.py
100755
100644
File mode changed.
py/_io/terminalwriter.py
100755
100644
File mode changed.
py/_log/__init__.py
100755
100644
File mode changed.
py/_log/log.py
100755
100644
File mode changed.
py/_log/warning.py
100755
100644
File mode changed.
py/_path/__init__.py
100755
100644
File mode changed.
py/_path/cacheutil.py
100755
100644
File mode changed.
py/_path/common.py
100755
100644
File mode changed.
py/_path/local.py
100755
100644
File mode changed.
py/_path/svnurl.py
100755
100644
File mode changed.
py/_path/svnwc.py
100755
100644
File mode changed.
py/_process/__init__.py
100755
100644
File mode changed.
py/_process/cmdexec.py
100755
100644
File mode changed.
py/_process/forkedfunc.py
100755
100644
File mode changed.
py/_process/killproc.py
100755
100644
File mode changed.
py/_std.py
100755
100644
File mode changed.
py/_xmlgen.py
100755
100644
File mode changed.
py/test.py
100755
100644
File mode changed.
pypy/__init__.py
100755
100644
File mode changed.
pypy/bin/pypy_interact
100755
100644
File mode changed.
pypy/config/__init__.py
100755
100644
File mode changed.
pypy/config/makerestdoc.py
100755
100644
File mode changed.
pypy/config/pypyoption.py
100755
100644
File mode changed.
pypy/config/test/__init__.py
100755
100644
File mode changed.
pypy/config/test/test_makerestdoc.py
100755
100644
File mode changed.
pypy/config/test/test_pypyoption.py
100755
100644
File mode changed.
pypy/conftest.py
100755
100644
File mode changed.
pypy/doc/Makefile
100755
100644
File mode changed.
pypy/doc/TODO
100755
100644
File mode changed.
pypy/doc/__init__.py
100755
100644
File mode changed.
pypy/doc/__pypy__-module.rst
100755
100644
File mode changed.
pypy/doc/architecture.rst
100755
100644
File mode changed.
pypy/doc/build.rst
100755
100644
File mode changed.
pypy/doc/coding-guide.rst
100755
100644
File mode changed.
pypy/doc/commandline_ref.rst
100755
100644
File mode changed.
pypy/doc/conf.py
100755
100644
File mode changed.
pypy/doc/config/__init__.py
100755
100644
File mode changed.
pypy/doc/config/commandline.txt
100755
100644
File mode changed.
pypy/doc/config/generate.py
100755
100644
File mode changed.
pypy/doc/config/index.rst
100755
100644
File mode changed.
pypy/doc/config/makemodules.py
100755
100644
File mode changed.
pypy/doc/config/mergedblocks.png
100755
100644
File mode changed.
pypy/doc/config/objspace.allworkingmodules.txt
100755
100644
File mode changed.
File mode changed.
pypy/doc/config/objspace.extmodules.txt
100755
100644
File mode changed.
pypy/doc/config/objspace.geninterp.txt
100755
100644
File mode changed.
pypy/doc/config/objspace.honor__builtins__.txt
100755
100644
File mode changed.
pypy/doc/config/objspace.lonepycfiles.txt
100755
100644
File mode changed.
pypy/doc/config/objspace.nofaking.txt
100755
100644
File mode changed.
pypy/doc/config/objspace.soabi.txt
100755
100644
File mode changed.
pypy/doc/config/objspace.std.intshortcut.txt
100755
100644
File mode changed.
File mode changed.
pypy/doc/config/objspace.std.newshortcut.txt
100755
100644
File mode changed.
File mode changed.
File mode changed.
File mode changed.
pypy/doc/config/objspace.std.prebuiltintto.txt
100755
100644
File mode changed.
pypy/doc/config/objspace.std.sharesmallstr.txt
100755
100644
File mode changed.
pypy/doc/config/objspace.std.txt
100755
100644
File mode changed.
pypy/doc/config/objspace.std.withcelldict.txt
100755
100644
File mode changed.
File mode changed.
File mode changed.
File mode changed.
pypy/doc/config/objspace.std.withsmalllong.txt
100755
100644
File mode changed.
pypy/doc/config/objspace.std.withsmalltuple.txt
100755
100644
File mode changed.
File mode changed.
pypy/doc/config/objspace.std.withstrbuf.txt
100755
100644
File mode changed.
pypy/doc/config/objspace.std.withtproxy.txt
100755
100644
File mode changed.
pypy/doc/config/objspace.translationmodules.txt
100755
100644
File mode changed.
pypy/doc/config/objspace.txt
100755
100644
File mode changed.
File mode changed.
File mode changed.
pypy/doc/config/objspace.usemodules._ast.txt
100755
100644
File mode changed.
File mode changed.
pypy/doc/config/objspace.usemodules._codecs.txt
100755
100644
File mode changed.
File mode changed.
File mode changed.
pypy/doc/config/objspace.usemodules._csv.txt
100755
100644
File mode changed.
pypy/doc/config/objspace.usemodules._demo.txt
100755
100644
File mode changed.
pypy/doc/config/objspace.usemodules._ffi.txt
100755
100644
File mode changed.
pypy/doc/config/objspace.usemodules._file.txt
100755
100644
File mode changed.
File mode changed.
pypy/doc/config/objspace.usemodules._io.txt
100755
100644
File mode changed.
pypy/doc/config/objspace.usemodules._locale.txt
100755
100644
File mode changed.
pypy/doc/config/objspace.usemodules._lsprof.txt
100755
100644
File mode changed.
pypy/doc/config/objspace.usemodules._md5.txt
100755
100644
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
pypy/doc/config/objspace.usemodules._random.txt
100755
100644
File mode changed.
pypy/doc/config/objspace.usemodules._rawffi.txt
100755
100644
File mode changed.
pypy/doc/config/objspace.usemodules._sha.txt
100755
100644
File mode changed.
pypy/doc/config/objspace.usemodules._socket.txt
100755
100644
File mode changed.
pypy/doc/config/objspace.usemodules._sre.txt
100755
100644
File mode changed.
pypy/doc/config/objspace.usemodules._ssl.txt
100755
100644
File mode changed.
File mode changed.
pypy/doc/config/objspace.usemodules._vmprof.txt
100755
100644
File mode changed.
File mode changed.
File mode changed.
pypy/doc/config/objspace.usemodules._winreg.txt
100755
100644
File mode changed.
pypy/doc/config/objspace.usemodules.array.txt
100755
100644
File mode changed.
File mode changed.
pypy/doc/config/objspace.usemodules.bz2.txt
100755
100644
File mode changed.
File mode changed.
pypy/doc/config/objspace.usemodules.cmath.txt
100755
100644
File mode changed.
pypy/doc/config/objspace.usemodules.cppyy.txt
100755
100644
File mode changed.
pypy/doc/config/objspace.usemodules.cpyext.txt
100755
100644
File mode changed.
pypy/doc/config/objspace.usemodules.crypt.txt
100755
100644
File mode changed.
pypy/doc/config/objspace.usemodules.errno.txt
100755
100644
File mode changed.
File mode changed.
pypy/doc/config/objspace.usemodules.fcntl.txt
100755
100644
File mode changed.
pypy/doc/config/objspace.usemodules.gc.txt
100755
100644
File mode changed.
pypy/doc/config/objspace.usemodules.imp.txt
100755
100644
File mode changed.
File mode changed.
pypy/doc/config/objspace.usemodules.marshal.txt
100755
100644
File mode changed.
pypy/doc/config/objspace.usemodules.math.txt
100755
100644
File mode changed.
File mode changed.
pypy/doc/config/objspace.usemodules.mmap.txt
100755
100644
File mode changed.
File mode changed.
pypy/doc/config/objspace.usemodules.parser.txt
100755
100644
File mode changed.
pypy/doc/config/objspace.usemodules.posix.txt
100755
100644
File mode changed.
pypy/doc/config/objspace.usemodules.pwd.txt
100755
100644
File mode changed.
pypy/doc/config/objspace.usemodules.pyexpat.txt
100755
100644
File mode changed.
pypy/doc/config/objspace.usemodules.pypyjit.txt
100755
100644
File mode changed.
pypy/doc/config/objspace.usemodules.rbench.txt
100755
100644
File mode changed.
pypy/doc/config/objspace.usemodules.select.txt
100755
100644
File mode changed.
pypy/doc/config/objspace.usemodules.signal.txt
100755
100644
File mode changed.
pypy/doc/config/objspace.usemodules.struct.txt
100755
100644
File mode changed.
pypy/doc/config/objspace.usemodules.symbol.txt
100755
100644
File mode changed.
pypy/doc/config/objspace.usemodules.sys.txt
100755
100644
File mode changed.
pypy/doc/config/objspace.usemodules.termios.txt
100755
100644
File mode changed.
pypy/doc/config/objspace.usemodules.thread.txt
100755
100644
File mode changed.
pypy/doc/config/objspace.usemodules.time.txt
100755
100644
File mode changed.
pypy/doc/config/objspace.usemodules.token.txt
100755
100644
File mode changed.
pypy/doc/config/objspace.usemodules.txt
100755
100644
File mode changed.
File mode changed.
File mode changed.
pypy/doc/config/objspace.usemodules.zlib.txt
100755
100644
File mode changed.
pypy/doc/config/objspace.usepycfiles.txt
100755
100644
File mode changed.
pypy/doc/config/opt.rst
100755
100644
File mode changed.
pypy/doc/config/translation.backend.txt
100755
100644
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
pypy/doc/config/translation.backendopt.none.txt
100755
100644
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
pypy/doc/config/translation.backendopt.txt
100755
100644
File mode changed.
File mode changed.
pypy/doc/config/translation.cc.txt
100755
100644
File mode changed.
File mode changed.
File mode changed.
pypy/doc/config/translation.cli.txt
100755
100644
File mode changed.
pypy/doc/config/translation.compilerflags.txt
100755
100644
File mode changed.
pypy/doc/config/translation.continuation.txt
100755
100644
File mode changed.
pypy/doc/config/translation.countmallocs.txt
100755
100644
File mode changed.
pypy/doc/config/translation.debug.txt
100755
100644
File mode changed.
File mode changed.
File mode changed.
pypy/doc/config/translation.fork_before.txt
100755
100644
File mode changed.
pypy/doc/config/translation.gc.txt
100755
100644
File mode changed.
pypy/doc/config/translation.gcremovetypeptr.txt
100755
100644
File mode changed.
pypy/doc/config/translation.gcrootfinder.txt
100755
100644
File mode changed.
pypy/doc/config/translation.gctransformer.txt
100755
100644
File mode changed.
pypy/doc/config/translation.icon.txt
100755
100644
File mode changed.
pypy/doc/config/translation.instrument.txt
100755
100644
File mode changed.
pypy/doc/config/translation.instrumentctl.txt
100755
100644
File mode changed.
pypy/doc/config/translation.jit.txt
100755
100644
File mode changed.
pypy/doc/config/translation.jit_backend.txt
100755
100644
File mode changed.
pypy/doc/config/translation.jit_ffi.txt
100755
100644
File mode changed.
pypy/doc/config/translation.jit_profiler.txt
100755
100644
File mode changed.
pypy/doc/config/translation.linkerflags.txt
100755
100644
File mode changed.
File mode changed.
pypy/doc/config/translation.lldebug.txt
100755
100644
File mode changed.
pypy/doc/config/translation.lldebug0.txt
100755
100644
File mode changed.
pypy/doc/config/translation.log.txt
100755
100644
File mode changed.
pypy/doc/config/translation.make_jobs.txt
100755
100644
File mode changed.
pypy/doc/config/translation.no__thread.txt
100755
100644
File mode changed.
pypy/doc/config/translation.noprofopt.txt
100755
100644
File mode changed.
pypy/doc/config/translation.output.txt
100755
100644
File mode changed.
pypy/doc/config/translation.platform.txt
100755
100644
File mode changed.
pypy/doc/config/translation.profopt.txt
100755
100644
File mode changed.
pypy/doc/config/translation.rweakref.txt
100755
100644
File mode changed.
pypy/doc/config/translation.sandbox.txt
100755
100644
File mode changed.
File mode changed.
pypy/doc/config/translation.shared.txt
100755
100644
File mode changed.
pypy/doc/config/translation.simplifying.txt
100755
100644
File mode changed.
pypy/doc/config/translation.taggedpointers.txt
100755
100644
File mode changed.
pypy/doc/config/translation.thread.txt
100755
100644
File mode changed.
pypy/doc/config/translation.txt
100755
100644
File mode changed.
pypy/doc/config/translation.type_system.txt
100755
100644
File mode changed.
pypy/doc/config/translation.vanilla.txt
100755
100644
File mode changed.
pypy/doc/config/translation.verbose.txt
100755
100644
File mode changed.
File mode changed.
pypy/doc/config/unmergedblocks.png
100755
100644
File mode changed.
pypy/doc/configuration.rst
100755
100644
File mode changed.
pypy/doc/contributor.rst
100755
100644
File mode changed.
pypy/doc/cppyy.rst
100755
100644
File mode changed.
pypy/doc/cppyy_example.rst
100755
100644
File mode changed.
pypy/doc/cpython_differences.rst
100755
100644
File mode changed.
pypy/doc/dev_method.rst
100755
100644
File mode changed.
pypy/doc/dir-reference.rst
100755
100644
File mode changed.
pypy/doc/discussion/ctypes-implementation.rst
100755
100644
File mode changed.
pypy/doc/discussion/finalizer-order.rst
100755
100644
File mode changed.
pypy/doc/discussion/howtoimplementpickling.rst
100755
100644
File mode changed.
pypy/doc/discussion/improve-rpython.rst
100755
100644
File mode changed.
pypy/doc/discussion/jit-profiler.rst
100755
100644
File mode changed.
pypy/doc/discussion/rawrefcount.rst
100755
100644
File mode changed.
pypy/doc/discussions.rst
100755
100644
File mode changed.
pypy/doc/embedding.rst
100755
100644
File mode changed.
pypy/doc/eventhistory.rst
100755
100644
File mode changed.
pypy/doc/extending.rst
100755
100644
File mode changed.
pypy/doc/extradoc.rst
100755
100644
File mode changed.
pypy/doc/faq.rst
100755
100644
File mode changed.
pypy/doc/gc_info.rst
100755
100644
File mode changed.
pypy/doc/getting-started-dev.rst
100755
100644
File mode changed.
pypy/doc/glossary.rst
100755
100644
File mode changed.
pypy/doc/how-to-contribute.rst
100755
100644
File mode changed.
pypy/doc/how-to-release.rst
100755
100644
File mode changed.
pypy/doc/image/JIT.dot
100755
100644
File mode changed.
pypy/doc/image/arch-impllevels.graffle
100755
100644
File mode changed.
pypy/doc/image/arch-impllevels.pdf
100755
100644
File mode changed.
pypy/doc/image/arch-jit-gen.graffle
100755
100644
File mode changed.
pypy/doc/image/arch-jit-gen.pdf
100755
100644
File mode changed.
pypy/doc/image/arch-pypy-basic.graffle
100755
100644
File mode changed.
pypy/doc/image/arch-pypy-basic.pdf
100755
100644
File mode changed.
pypy/doc/image/arch-translation.graffle
100755
100644
File mode changed.
pypy/doc/image/arch-translation.pdf
100755
100644
File mode changed.
pypy/doc/image/bpnn_callgraph.png
100755
100644
File mode changed.
pypy/doc/image/bpnn_update_detail.png
100755
100644
File mode changed.
pypy/doc/image/compat-matrix.png
100755
100644
File mode changed.
pypy/doc/image/compat-matrix.sxc
100755
100644
File mode changed.
pypy/doc/image/jitdata-interpreter.dot
100755
100644
File mode changed.
pypy/doc/image/jitviewer.png
100755
100644
File mode changed.
pypy/doc/image/lattice1.dot
100755
100644
File mode changed.
pypy/doc/image/lattice2.dot
100755
100644
File mode changed.
pypy/doc/image/lattice3.dot
100755
100644
File mode changed.
pypy/doc/image/merge-split.dot
100755
100644
File mode changed.
pypy/doc/image/stackless.dot
100755
100644
File mode changed.
pypy/doc/image/stackless_informal.dot
100755
100644
File mode changed.
pypy/doc/index-of-release-notes.rst
100755
100644
File mode changed.
pypy/doc/index-of-whatsnew.rst
100755
100644
File mode changed.
pypy/doc/index-report.rst
100755
100644
File mode changed.
pypy/doc/index.rst
100755
100644
File mode changed.
0 commit comments