Staging
v0.8.1
https://github.com/python/cpython
Revision ccc87b53dba9ca3558ce8d333d9eb9274c16b0f4 authored by Antoine Pitrou on 10 May 2011, 21:37:11 UTC, committed by Antoine Pitrou on 10 May 2011, 21:37:11 UTC
1 parent 1be815a
Raw File
Tip revision: ccc87b53dba9ca3558ce8d333d9eb9274c16b0f4 authored by Antoine Pitrou on 10 May 2011, 21:37:11 UTC
Issue #12054: use support.find_unused_port() instead of reinventing the wheel
Tip revision: ccc87b5
.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
__pycache__
autom4te.cache
build/
config.log
config.status
libpython*.a
pybuilddir.txt
pyconfig.h
python
python-gdb.py
tags
back to top