Staging
v0.8.1
https://github.com/python/cpython
Revision 0203a80e1c126d53da6637996669c3b4bb6ea3d8 authored by Ned Deily on 25 October 2013, 07:40:07 UTC, committed by Ned Deily on 25 October 2013, 07:40:07 UTC
64-bit/32-bit installer for 10.6+.  It is no longer necessary
to install a third-party version of Tcl/Tk 8.5 to work around the
problems in the Apple-supplied Tcl/Tk 8.5 shipped in OS X 10.6
and later releases.
1 parent a2a9f57
Raw File
Tip revision: 0203a80e1c126d53da6637996669c3b4bb6ea3d8 authored by Ned Deily on 25 October 2013, 07:40:07 UTC
Issue #15663: Tcl/Tk 8.5.15 is now included with the OS X 10.6+
Tip revision: 0203a80
.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
autom4te.cache
build/
config.log
config.status
libpython*.a
libpython*.so*
pyconfig.h
python
python-gdb.py
tags
.coverage
coverage/
htmlcov/
back to top