Staging
v0.5.1
https://github.com/python/cpython
Revision cd17213e8e8389ea4bce1641d3878ad67b2f7782 authored by Ronald Oussoren on 27 June 2010, 12:36:16 UTC, committed by Ronald Oussoren on 27 June 2010, 12:36:16 UTC
1) The code that checks if an path should be located in the SDK
   explicitly excludes /usr/local. This fixes issue9046

2) The SDK variant for filtering "db_dirs_to_check" in setup.py
   was not doing anything because of a missing assignment.
1 parent ad72bcc
Raw File
Tip revision: cd17213e8e8389ea4bce1641d3878ad67b2f7782 authored by Ronald Oussoren on 27 June 2010, 12:36:16 UTC
Two small fixes for the support for SDKs on MacOSX:
Tip revision: cd17213
.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