Staging
v0.5.1
https://github.com/python/cpython
Revision 99576c04f19d23eb70d525cae7bd59857153369f authored by Gregory P. Smith on 15 March 2012, 01:12:23 UTC, committed by Gregory P. Smith on 15 March 2012, 01:12:23 UTC
using --with-system-expat working when the system expat does not have
salted hash support.
1 parent d0e1a5b
Raw File
Tip revision: 99576c04f19d23eb70d525cae7bd59857153369f authored by Gregory P. Smith on 15 March 2012, 01:12:23 UTC
Fixes Issue 14234: fix for the previous commit, keep compilation when
Tip revision: 99576c0
.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