Staging
v0.8.1
https://github.com/python/cpython
Revision 21676666589b22af876c1de15315d2d2ceaf06ca authored by Martin Panter on 14 November 2016, 04:13:55 UTC, committed by Martin Panter on 14 November 2016, 04:13:55 UTC
1 parent 536d93d
Raw File
Tip revision: 21676666589b22af876c1de15315d2d2ceaf06ca authored by Martin Panter on 14 November 2016, 04:13:55 UTC
Issue #28000: Fix gethostbyname_r() usage on AIX with _LINUX_SOURCE_COMPAT
Tip revision: 2167666
.gitignore
*.cover
*.o
*.orig
*.pyc
*.pyd
*.pyo
*.rej
*~
*.gc??
*.profclang?
*.profraw
*.dyn
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/
externals/
htmlcov/
back to top