summaryrefslogtreecommitdiffstats
path: root/Doc/library/ossaudiodev.rst
Commit message (Collapse)AuthorAgeFilesLines
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+1
| | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi.
* Closes #26435: fix syntax in directives. Thanks to Jakub Stasiak.Georg Brandl2016-02-251-2/+2
|
* Issue #23001: Few functions in modules mmap, ossaudiodev, socket, ssl, andSerhiy Storchaka2015-03-201-10/+19
| | | | | codecs, that accepted only read-only bytes-like object now accept writable bytes-like object too.
* Issue #22369: Change "context manager protocol" to "context management ↵Serhiy Storchaka2014-09-101-2/+2
| | | | protocol".
* Fix typo pointed out by cocoatomo on docs@Zachary Ware2014-06-181-1/+1
|
* Removed spaces before commas and periods.Serhiy Storchaka2013-12-231-1/+1
|
* Issue #18758: Fixed and improved cross-references.Serhiy Storchaka2013-10-131-2/+2
|
* Fix small copy-paste typo in ossaudiodev setparameters() example (found by ↵Georg Brandl2013-10-061-1/+1
| | | | Ken Housley on docs@).
* #15831: merge with 3.2Ezio Melotti2012-09-141-1/+2
|\
| * #15831: document multiple signatures on different lines. Patch by Chris ↵Ezio Melotti2012-09-141-1/+2
| | | | | | | | Jerdonek.
* | Restore [] where default arguments are not keywordsHynek Schlawack2012-05-221-1/+1
|\ \ | |/
| * Restore [] where default arguments are not keywordsHynek Schlawack2012-05-221-1/+1
| | | | | | | | Reverts some changes of d13fdd97cc8e.
* | #14804: Remove [] around optional arguments with default valuesHynek Schlawack2012-05-211-1/+1
|\ \ | |/
| * #14804: Remove [] around optional arguments with default valuesHynek Schlawack2012-05-211-1/+1
| |
* | Replace mentions of IOErrorAntoine Pitrou2011-10-121-5/+9
|/
* Fix “anyways” (following R. David Murray in 4d5a546b6186)Éric Araujo2011-07-261-1/+1
|
* #6518: enable context manager protocol for ossaudiodev types.Georg Brandl2010-10-231-0/+9
|
* Migrate to Sphinx 1.0 C language constructs.Georg Brandl2010-10-061-1/+1
|
* Switch more function arguments docs to new-style.Georg Brandl2009-09-021-1/+0
|
* Merged revisions 74207 via svnmerge fromGeorg Brandl2009-07-261-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74207 | georg.brandl | 2009-07-26 16:19:57 +0200 (So, 26 Jul 2009) | 1 line #6577: fix (hopefully) all links to builtin instead of module/class-specific objects. ........
* Remove trailing whitespace.Georg Brandl2009-01-031-5/+5
|
* Merged revisions 59605-59624 via svnmerge fromChristian Heimes2007-12-311-27/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r59606 | georg.brandl | 2007-12-29 11:57:00 +0100 (Sat, 29 Dec 2007) | 2 lines Some cleanup in the docs. ........ r59611 | martin.v.loewis | 2007-12-29 19:49:21 +0100 (Sat, 29 Dec 2007) | 2 lines Bug #1699: Define _BSD_SOURCE only on OpenBSD. ........ r59612 | raymond.hettinger | 2007-12-29 23:09:34 +0100 (Sat, 29 Dec 2007) | 1 line Simpler documentation for itertools.tee(). Should be backported. ........ r59613 | raymond.hettinger | 2007-12-29 23:16:24 +0100 (Sat, 29 Dec 2007) | 1 line Improve docs for itertools.groupby(). The use of xrange(0) to create a unique object is less obvious than object(). ........ r59620 | christian.heimes | 2007-12-31 15:47:07 +0100 (Mon, 31 Dec 2007) | 3 lines Added wininst-9.0.exe executable for VS 2008 Integrated bdist_wininst into PCBuild9 directory ........ r59621 | christian.heimes | 2007-12-31 15:51:18 +0100 (Mon, 31 Dec 2007) | 1 line Moved PCbuild directory to PC/VS7.1 ........ r59622 | christian.heimes | 2007-12-31 15:59:26 +0100 (Mon, 31 Dec 2007) | 1 line Fix paths for build bot ........ r59623 | christian.heimes | 2007-12-31 16:02:41 +0100 (Mon, 31 Dec 2007) | 1 line Fix paths for build bot, part 2 ........ r59624 | christian.heimes | 2007-12-31 16:18:55 +0100 (Mon, 31 Dec 2007) | 1 line Renamed PCBuild9 directory to PCBuild ........
* Get rid of the remaining versionadded/versionchanged directives.Georg Brandl2007-09-011-2/+0
|
* Address a few XXX comments, other fixes.Georg Brandl2007-08-311-4/+0
|
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+429