Staging
v0.8.1
https://github.com/python/cpython
Revision 5ebfe6d9a96beaa190e803259ffd05abe8786e14 authored by Victor Stinner on 15 May 2011, 08:27:09 UTC, committed by Victor Stinner on 15 May 2011, 08:27:09 UTC
signal module. Patch written by Charles-François Natali.
2 parent s 318e621 + 2ec6b17
Raw File
Tip revision: 5ebfe6d9a96beaa190e803259ffd05abe8786e14 authored by Victor Stinner on 15 May 2011, 08:27:09 UTC
(Merge 3.1) Issue #12060: Use sig_atomic_t type and volatile keyword in the
Tip revision: 5ebfe6d
.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
^python.exe-gdb.py
^pybuilddir.txt

syntax: glob
libpython*.a
*.swp
*.o
*.pyc
*.pyo
*.pyd
*.cover
*.orig
*.rej
*~
Lib/lib2to3/*.pickle
Lib/test/data/*
Misc/*.wpu
PC/python_nt*.h
PC/pythonnt_rc*.h
PC/*.obj
PCbuild/*.exe
PCbuild/*.dll
PCbuild/*.pdb
PCbuild/*.lib
PCbuild/*.exp
PCbuild/*.o
PCbuild/*.ncb
PCbuild/*.bsc
PCbuild/Win32-temp-*
__pycache__
Modules/_testembed
back to top