Staging
v0.8.1
https://github.com/python/cpython
Revision 6b1167c61cb3e1e05b4b310fa9c9cddff93afa27 authored by Antoine Pitrou on 05 November 2010, 19:55:02 UTC, committed by Antoine Pitrou on 05 November 2010, 19:55:02 UTC
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86214 | antoine.pitrou | 2010-11-05 20:47:27 +0100 (ven., 05 nov. 2010) | 4 lines

  Issue #10311: The signal module now restores errno before returning from
  its low-level signal handler.  Patch by Hallvard B Furuseth.
........
1 parent 51c9b51
Raw File
Tip revision: 6b1167c61cb3e1e05b4b310fa9c9cddff93afa27 authored by Antoine Pitrou on 05 November 2010, 19:55:02 UTC
Merged revisions 86214 via svnmerge from
Tip revision: 6b1167c
.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-*
back to top