Staging
v0.5.1
https://github.com/python/cpython
Revision eb698daf2f9afbde49e59d0527af7d4ee3756f45 authored by Ned Deily on 07 February 2011, 16:44:19 UTC, committed by Ned Deily on 07 February 2011, 16:44:19 UTC
OS X installers no longer includes an Extras directory.  The Tools
directory is now installed in the framework under share/doc.
1 parent fdded56
Raw File
Tip revision: eb698daf2f9afbde49e59d0527af7d4ee3756f45 authored by Ned Deily on 07 February 2011, 16:44:19 UTC
Issue #11079: The /Applications/Python x.x folder created by the Mac
Tip revision: eb698da
.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
back to top