Staging
v0.5.1
https://github.com/python/cpython
Revision d67c0b88efc34965b499f277abcaa52f2a15f916 authored by Brian Curtin on 10 May 2014, 17:52:59 UTC, committed by Brian Curtin on 10 May 2014, 17:52:59 UTC
This brings the option to install Python on the Windows Path.
Committed per Benjamin Peterson's approval on python-dev.
1 parent b0acc1b
Raw File
Tip revision: d67c0b88efc34965b499f277abcaa52f2a15f916 authored by Brian Curtin on 10 May 2014, 17:52:59 UTC
Backport 4e9f1017355f from #3561.
Tip revision: d67c0b8
.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