Staging
v0.5.1
https://github.com/python/cpython
Revision a63a530eaba50a3d901ec4d1fe90a491fc79f5fd authored by Benjamin Peterson on 27 June 2011, 14:16:14 UTC, committed by Benjamin Peterson on 27 June 2011, 14:16:14 UTC
2 parent s 8d77069 + 7d80bd1
Raw File
Tip revision: a63a530eaba50a3d901ec4d1fe90a491fc79f5fd authored by Benjamin Peterson on 27 June 2011, 14:16:14 UTC
merge heads
Tip revision: a63a530
.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
pybuilddir.txt
pyconfig.h
python
python-gdb.py
tags
.coverage
coverage/
htmlcov/
back to top