Staging
v0.8.1
https://github.com/python/cpython
Revision db727b4a7792c5887fc7b198b23e497d758f39e3 authored by Senthil Kumaran on 29 April 2012, 05:41:03 UTC, committed by Senthil Kumaran on 29 April 2012, 05:41:03 UTC
1 parent e990092
Raw File
Tip revision: db727b4a7792c5887fc7b198b23e497d758f39e3 authored by Senthil Kumaran on 29 April 2012, 05:41:03 UTC
Fix issue6085 - Remove the delay caused by fqdn lookup while logging in BaseHTTPRequestHandler
Tip revision: db727b4
.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
Modules/_testembed
PCbuild/*.bsc
PCbuild/*.dll
PCbuild/*.exe
PCbuild/*.exp
PCbuild/*.lib
PCbuild/*.ncb
PCbuild/*.o
PCbuild/*.pdb
PCbuild/Win32-temp-*
Parser/pgen
Parser/pgen.stamp
__pycache__
autom4te.cache
build/
config.log
config.status
libpython*.a
libpython*.so*
pybuilddir.txt
pyconfig.h
python
python-gdb.py
tags
.coverage
coverage/
htmlcov/
back to top