Staging
v0.8.1
https://github.com/python/cpython
Revision a0f2295e0ad5eef71fb095d78c556e97d05a39f6 authored by doko@ubuntu.com on 10 June 2016, 16:22:25 UTC, committed by doko@ubuntu.com on 10 June 2016, 16:22:25 UTC
1 parent 33b19ca
Raw File
Tip revision: a0f2295e0ad5eef71fb095d78c556e97d05a39f6 authored by doko@ubuntu.com on 10 June 2016, 16:22:25 UTC
- Issue #17500, and https://github.com/python/pythondotorg/issues/945: Remove
Tip revision: a0f2295
.gitignore
*.cover
*.o
*.orig
*.pyc
*.pyd
*.pyo
*.rej
*~
*.gc??
*.profclang?
*.profraw
*.dyn
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
autom4te.cache
build/
config.log
config.status
libpython*.a
libpython*.so*
pyconfig.h
python$
python-gdb.py
tags
.coverage
coverage/
externals/
htmlcov/
back to top