Staging
v0.5.1
https://github.com/python/cpython
Revision a91a94b7c054a01b26bc76a1f3ccaefc6395f077 authored by Georg Brandl on 30 July 2010, 07:14:01 UTC, committed by Georg Brandl on 30 July 2010, 07:14:01 UTC
1 parent b3b96bd
Raw File
Tip revision: a91a94b7c054a01b26bc76a1f3ccaefc6395f077 authored by Georg Brandl on 30 July 2010, 07:14:01 UTC
#4179: In pdb, allow "list ." as a command to return to the currently debugged line.
Tip revision: a91a94b
.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-*
__pycache__
back to top