Staging
v0.5.1
https://github.com/python/cpython
Revision 1ed77f300b713166b0508eacd183c32f1d7437b2 authored by Eric Smith on 04 December 2010, 15:26:13 UTC, committed by Eric Smith on 04 December 2010, 15:26:13 UTC
1 parent 3ab08ca
Raw File
Tip revision: 1ed77f300b713166b0508eacd183c32f1d7437b2 authored by Eric Smith on 04 December 2010, 15:26:13 UTC
Issue 10625: Add tests for negative zeros in complex str and repr.
Tip revision: 1ed77f3
.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
Modules/ld_so_aix$
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