Staging
v0.5.1
https://github.com/python/cpython
Revision 8844441ae68358c832e04d8b48ba7b035f67d9bf authored by Fred Drake on 03 September 2010, 04:22:36 UTC, committed by Fred Drake on 03 September 2010, 04:22:36 UTC
values (http://bugs.python.org/issue7005)
(merged r84443 from the release27-mmaint branch, with changes to reflect
changes in Python 3)
1 parent af1e140
Raw File
Tip revision: 8844441ae68358c832e04d8b48ba7b035f67d9bf authored by Fred Drake on 03 September 2010, 04:22:36 UTC
fix output from RawConfigParser.write and ConfigParser.write for None
Tip revision: 8844441
.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$
Parser/pgen.stamp$
^core
^python-gdb.py
^pybuilddir.txt

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