Staging
v0.5.1
https://github.com/python/cpython
Revision c071a613df254f6c38427ca8ed47553f7a458a59 authored by Éric Araujo on 25 February 2012, 15:32:18 UTC, committed by Éric Araujo on 25 February 2012, 15:32:18 UTC
2 parent s afdac03 + 2e0a0e1
Raw File
Tip revision: c071a613df254f6c38427ca8ed47553f7a458a59 authored by Éric Araujo on 25 February 2012, 15:32:18 UTC
Merge 3.2
Tip revision: c071a61
.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
Lib/_sysconfigdata.py
Makefile
Makefile.pre
Misc/python.pc
Modules/Setup
Modules/Setup.config
Modules/Setup.local
Modules/config.c
Modules/ld_so_aix
Modules/_testembed
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