- 12 Mar, 2003 3 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
- 11 Mar, 2003 18 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
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 yazdı
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 yazdı
work), but at least the rest of the text is okay now.
-
Jack Jansen yazdı
-
Raymond Hettinger yazdı
-
Greg Ward yazdı
-
Guido van Rossum yazdı
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 yazdı
-
Barry Warsaw yazdı
argument.
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
argument.
-
Barry Warsaw yazdı
one. Possibly controversial.
-
Barry Warsaw yazdı
MIMEText.__init__()'s _text argument if it doesn't already end in a newline. This may be controversial.
-
Barry Warsaw yazdı
Message.get_payload().
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
Content-Transfer-Encodings
-
Barry Warsaw yazdı
Content-Transfer-Encoding: x-uuencode
-
- 10 Mar, 2003 19 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
M rpc.py Improve exception handing if peer process has terminated.
-
Kurt B. Kaiser yazdı
M setup.py Implements an interrupt extension module which allows a subthread to raise an interrupt in the main thread.
-
Barry Warsaw yazdı
that backslashes must be escaped in character sets.
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
base64 data.
-
Barry Warsaw yazdı
decoding the payload, just return it as-is.
-
Barry Warsaw yazdı
module when decoding a message with broken base64.
-
Martin v. Löwis yazdı
-
Andrew M. Kuchling yazdı
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 yazdı
split them again. Simply return them as chunk lists. _encode_chunks(): Don't add more folding whitespace than necessary.
-
Andrew M. Kuchling yazdı
-
Barry Warsaw yazdı
-
Greg Ward yazdı
-
Greg Ward yazdı
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 yazdı
Improve descriptions of open(), openmixer().
-
Greg Ward yazdı
official OSS docs. Markup fixes: change \code{} variously to \function{}, \method{}, or \constant{} as appropriate.
-