Staging
v0.8.1
https://github.com/python/cpython
Revision 4a7ff1d80abf841287043c5965d1c1c74a1c694a authored by Benjamin Peterson on 05 February 2010, 01:53:27 UTC, committed by Benjamin Peterson on 05 February 2010, 01:53:27 UTC
1 parent f7610b2
Raw File
Tip revision: 4a7ff1d80abf841287043c5965d1c1c74a1c694a authored by Benjamin Peterson on 05 February 2010, 01:53:27 UTC
add a test for #7853; the exception must be normalized for with
Tip revision: 4a7ff1d
.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/pygments/
Misc/python.pc
Modules/Setup
Modules/Setup.config
Modules/Setup.local
Modules/config.c
Parser/pgen
core

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