summaryrefslogtreecommitdiffstats
path: root/Help/module/FindOpenAL.rst
Commit message (Expand)AuthorAgeFilesLines
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-0/+1
class='column4'>| | | | | | | | | | | | | | on a file opened in read+write mode (namely: reading, seeking a bit forward, writing, then seeking before the previous write but still within buffered data, and writing again). | | * | | Issue #12062: Fix a flushing bug when doing a certain type of I/O sequenceAntoine Pitrou2011-05-121-0/+26 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on a file opened in read+write mode (namely: reading, seeking a bit forward, writing, then seeking before the previous write but still within buffered data, and writing again). | * | | | merge - 7a3f3ad83676 Fixes Issue #12044.Gregory P. Smith2011-05-121-1/+2 | | | | | | * | | | Issue #11169: compileall module uses repr() to format filenames and paths toVictor Stinner2011-05-101-1/+1 | | | | | | | | | | | | | | | | | | | | escape surrogate characters and show spaces. * | | | | TimedTRotatingFileHandler test now improved to minimise chances of failure ↵Vinay Sajip2011-05-121-7/+9 | | | | | | | | | | | | | | | | | | | | on very slow machines. * | | | | - Issue #12044: Fixed subprocess.Popen when used as a context manager toGregory P. Smith2011-05-121-1/+2 | | | | | | | | | | | | | | | | | | | | | | | | | wait for the process to end when exiting the context to avoid unintentionally leaving zombie processes around. * | | | | Issue #9971: Write an optimized implementation of BufferedReader.readinto().Antoine Pitrou2011-05-11