Staging
v0.8.1
https://github.com/python/cpython
Revision e59e4c5e563a563e2df01a03a67ac393f7a02e9f authored by Ned Deily on 29 January 2011, 18:56:28 UTC, committed by Ned Deily on 29 January 2011, 18:56:28 UTC
the system-provided Python.  Also, properly guard a new Python 3 only
installer build step so that build-installer.py can stay compatible
with the 2.7 version.  (with release manager approval for 3.2rc2)
1 parent 806c944
Raw File
Tip revision: e59e4c5e563a563e2df01a03a67ac393f7a02e9f authored by Ned Deily on 29 January 2011, 18:56:28 UTC
Issue #11054: Allow Mac OS X installer builds to again work on 10.5 with
Tip revision: e59e4c5
.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