Staging
v0.5.1
https://github.com/python/cpython
Revision d875d3c36eb56f9d8d61f2643cbab9d667506955 authored by Ronald Oussoren on 08 May 2010, 08:44:37 UTC, committed by Ronald Oussoren on 08 May 2010, 08:44:37 UTC
the OSX 10.4u SDK on MacOSX 10.6 by honoring the specified
SDK when looking for files.
1 parent 22ff664
Raw File
Tip revision: d875d3c36eb56f9d8d61f2643cbab9d667506955 authored by Ronald Oussoren on 08 May 2010, 08:44:37 UTC
Fix for issue #7724: make it possible to build using
Tip revision: d875d3c
.hgignore
.gdb_history
.purify
.svn/
Makefile$
Makefile.pre$
TAGS$
autom4te.cache$
build/
buildno$
config.cache
config.log
config.status
config.status.lineno
db_home
platform$
pyconfig.h$
python$
python.exe$
reflog.txt$
tags$
Lib/plat-mac/errors.rsrc.df.rsrc
Doc/tools/sphinx/
Doc/tools/docutils/
Doc/tools/jinja/
Doc/tools/jinja2/
Doc/tools/pygments/
Misc/python.pc
Modules/Setup$
Modules/Setup.config
Modules/Setup.local
Modules/config.c
Parser/pgen$
^core
^python-gdb.py

syntax: glob
libpython*.a
*.o
*.pyc
*.pyo
*.pyd
*.cover
*.orig
*.rej
*~
Lib/lib2to3/*.pickle
Lib/test/data/*
PCbuild/*.exe
PCbuild/*.dll
PCbuild/*.pdb
PCbuild/*.lib
PCbuild/*.exp
PCbuild/*.o
PCbuild/*.ncb
PCbuild/*.bsc
PCbuild/Win32-temp-*
back to top