- 11 Mar, 2003 17 commits
-
-
Jack Jansen authored
placeholder for the full documentation (pointing to the online docs and explaining you can also install them locally to make them searchable, etc).
-
Kurt B. Kaiser authored
M run.py 1. Clarify that rpc.SocketIO._getresponse() currently blocks on socket. 2. Improve exception handling in subprocess when GUI terminates abruptly.
-
Jack Jansen authored
work), but at least the rest of the text is okay now.
-
Jack Jansen authored
-
Raymond Hettinger authored
-
Greg Ward authored
-
Guido van Rossum authored
ALERT! A month ago or so I made test_ossaudiodev.py require the 'audio' resource, but I didn't make the necessary changes to regrtest.py. This means that *nobody* has been testing the oss module all that time!
-
Jack Jansen authored
-
Barry Warsaw authored
argument.
-
Barry Warsaw authored
-
Barry Warsaw authored
argument.
-
Barry Warsaw authored
one. Possibly controversial.
-
Barry Warsaw authored
MIMEText.__init__()'s _text argument if it doesn't already end in a newline. This may be controversial.
-
Barry Warsaw authored
Message.get_payload().
-
Barry Warsaw authored
-
Barry Warsaw authored
Content-Transfer-Encodings
-
Barry Warsaw authored
Content-Transfer-Encoding: x-uuencode
-
- 10 Mar, 2003 21 commits
-
-
Kurt B. Kaiser authored
M rpc.py Improve exception handing if peer process has terminated.
-
Kurt B. Kaiser authored
M setup.py Implements an interrupt extension module which allows a subthread to raise an interrupt in the main thread.
-
Barry Warsaw authored
that backslashes must be escaped in character sets.
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
base64 data.
-
Barry Warsaw authored
decoding the payload, just return it as-is.
-
Barry Warsaw authored
module when decoding a message with broken base64.
-
Martin v. Löwis authored
-
Andrew M. Kuchling authored
When the null string is used as the terminator, it used to be the same as None, meaning "collect all the data". In the current code, however, it falls into an endless loop; this change reverts to the old behavior.
-
Barry Warsaw authored
split them again. Simply return them as chunk lists. _encode_chunks(): Don't add more folding whitespace than necessary.
-
Andrew M. Kuchling authored
-
Barry Warsaw authored
-
Greg Ward authored
-
Greg Ward authored
it instead of the OS-specific <linux/soundcard.h> or <machine/soundcard.h>. Mixers devices have an ioctl-only interface, no read/write -- so the flags passed to open() don't really matter. Thus, drop the 'mode' parameter to openmixer() (ie. second arg to newossmixerobject()) and always open mixers with O_RDWR.
-
Greg Ward authored
Improve descriptions of open(), openmixer().
-
Greg Ward authored
official OSS docs. Markup fixes: change \code{} variously to \function{}, \method{}, or \constant{} as appropriate.
-
Greg Ward authored
other a 'tableii'. Formatting/typo fix.
-
Greg Ward authored
-
- 09 Mar, 2003 2 commits