Staging
v0.8.1
https://github.com/python/cpython
Revision 15df36bb14e35489d841898069e3878f2144e48e authored by Serhiy Storchaka on 17 December 2013, 13:09:45 UTC, committed by Serhiy Storchaka on 17 December 2013, 13:09:45 UTC
sys.getwindowsversion() and ossaudiodev.setparameters().
Reported by Ned Batchelder.
1 parent 0585418
Raw File
Tip revision: 15df36bb14e35489d841898069e3878f2144e48e authored by Serhiy Storchaka on 17 December 2013, 13:09:45 UTC
Issue #16404: Add checks for return value of PyInt_FromLong() in
Tip revision: 15df36b
.gitignore
*.cover
*.o
*.orig
*.pyc
*.pyd
*.pyo
*.rej
*~
Doc/build/
Doc/tools/docutils/
Doc/tools/jinja2/
Doc/tools/pygments/
Doc/tools/sphinx/
Lib/lib2to3/*.pickle
Makefile
Makefile.pre
Misc/python.pc
Modules/Setup
Modules/Setup.config
Modules/Setup.local
Modules/config.c
Modules/ld_so_aix
PCbuild/*.bsc
PCbuild/*.dll
PCbuild/*.exe
PCbuild/*.exp
PCbuild/*.lib
PCbuild/*.ncb
PCbuild/*.o
PCbuild/*.pdb
PCbuild/Win32-temp-*
Parser/pgen
Parser/pgen.stamp
autom4te.cache
build/
config.log
config.status
libpython*.a
libpython*.so*
pyconfig.h
python
python-gdb.py
tags
.coverage
coverage/
htmlcov/
back to top