Staging
v0.5.1
https://github.com/python/cpython
Revision c395545a4ab4b4760c0472af74f526f405389864 authored by Antoine Pitrou on 02 June 2010, 17:08:47 UTC, committed by Antoine Pitrou on 02 June 2010, 17:08:47 UTC
1 parent 3b4849a
Raw File
Tip revision: c395545a4ab4b4760c0472af74f526f405389864 authored by Antoine Pitrou on 02 June 2010, 17:08:47 UTC
Issue #8873: add a documentation note about possible performance issues with the
Tip revision: c395545
.hgignore
.gdb_history
.purify
.svn/
Makefile$
Makefile.pre$
TAGS$
autom4te.cache$
build/
buildno$
config.cache
config.log
config.status
config.status.lineno
db_home
platform$
pyconfig.h$
python$
python.exe$
reflog.txt$
tags$
Lib/plat-mac/errors.rsrc.df.rsrc
Doc/tools/sphinx/
Doc/tools/docutils/
Doc/tools/jinja/
Doc/tools/jinja2/
Doc/tools/pygments/
Misc/python.pc
Modules/Setup$
Modules/Setup.config
Modules/Setup.local
Modules/config.c
Parser/pgen$
^core
^python-gdb.py

syntax: glob
libpython*.a
*.o
*.pyc
*.pyo
*.pyd
*.cover
*.orig
*.rej
*~
Lib/lib2to3/*.pickle
Lib/test/data/*
PCbuild/*.exe
PCbuild/*.dll
PCbuild/*.pdb
PCbuild/*.lib
PCbuild/*.exp
PCbuild/*.o
PCbuild/*.ncb
PCbuild/*.bsc
PCbuild/Win32-temp-*
back to top