Staging
v0.5.1
https://github.com/python/cpython
Revision d88e5af061c4c3206699fe7b86e736c42fdeba1c authored by Georg Brandl on 13 August 2011, 09:54:33 UTC, committed by Georg Brandl on 13 August 2011, 09:54:33 UTC
2 parent s b3f0ce4 + 3abb372
Raw File
Tip revision: d88e5af061c4c3206699fe7b86e736c42fdeba1c authored by Georg Brandl on 13 August 2011, 09:54:33 UTC
Merge with cpython.
Tip revision: d88e5af
.gitignore
*.cover
*.o
*.orig
*.pyc
*.pyd
*.pyo
*.rej
*~
Doc/build/
Doc/tools/docutils/
Doc/tools/jinja2/
Doc/tools/pygments/
Doc/tools/sphinx/
Lib/lib2to3/*.pickle
Makefile
Makefile.pre
Misc/python.pc
Modules/Setup
Modules/Setup.config
Modules/Setup.local
Modules/config.c
Modules/ld_so_aix
PCbuild/*.bsc
PCbuild/*.dll
PCbuild/*.exe
PCbuild/*.exp
PCbuild/*.lib
PCbuild/*.ncb
PCbuild/*.o
PCbuild/*.pdb
PCbuild/Win32-temp-*
Parser/pgen
Parser/pgen.stamp
__pycache__
autom4te.cache
build/
config.log
config.status
libpython*.a
libpython*.so*
pybuilddir.txt
pyconfig.h
python
python-gdb.py
tags
.coverage
coverage/
htmlcov/
back to top