Staging
v0.5.1
https://github.com/python/cpython
Revision cce211f88c3d23bbd37f5769e3addd9b6b9fa96e authored by Gregory P. Smith on 01 March 2010, 00:05:08 UTC, committed by Gregory P. Smith on 01 March 2010, 00:05:08 UTC
os.waitpid and os.read system calls where appropriate.
1 parent fb50112
Raw File
Tip revision: cce211f88c3d23bbd37f5769e3addd9b6b9fa96e authored by Gregory P. Smith on 01 March 2010, 00:05:08 UTC
Issue #1068268: The subprocess module now handles EINTR in internal
Tip revision: cce211f
.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