- 11 Mar, 2003 2 kayıt (commit)
-
-
Barry Warsaw yazdı
Content-Transfer-Encodings
-
Barry Warsaw yazdı
Content-Transfer-Encoding: x-uuencode
-
- 10 Mar, 2003 21 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.
-
Greg Ward yazdı
other a 'tableii'. Formatting/typo fix.
-
Greg Ward yazdı
-
- 09 Mar, 2003 7 kayıt (commit)
-
-
Greg Ward yazdı
Two spaces between sentences. Fix em-dashes -- should be "---" not " - ". Spelling fix.
-
Greg Ward yazdı
Initial revision supplied by Nicholas FitzRoy-Dale <wzdd@lardcave.net> (emailed to me [gward@python.net] 2003-03-08 23:37 +1100).
-
Raymond Hettinger yazdı
Contributed by Brett Cannon. To prevent code duplication, I patched _strptime to use datetime's date object to do Julian day, Gregorian, and day of the week calculations. Patch also includes new regression tests to test results and the calculation gets triggered. Very minor comment changes and the contact email are also changed.
-
Raymond Hettinger yazdı
Contributed by Hye-Shik Chang.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
* Adds missing pop() methods to weakref.py * Expands test suite to broaden coverage of objects with a mapping interface. Contributed by Sebastien Keim.
-
Raymond Hettinger yazdı
Contributed by Brett Cannon.
-
- 08 Mar, 2003 2 kayıt (commit)
-
-
Just van Rossum yazdı
-
Martin v. Löwis yazdı
-
- 07 Mar, 2003 8 kayıt (commit)
-
-
Barry Warsaw yazdı
since we'll be adding our own continuation whitespace later.
-
Barry Warsaw yazdı
from Jason Mastaler :)
-
Barry Warsaw yazdı
language without including any single quotes.
-
Barry Warsaw yazdı
both the charset and language without including any single quotes.
-
Tim Peters yazdı
Quoting the path doesn't work on Win2K (cmd.exe) regardless, this is just a hack to let the test pass again on Win2K (so long as Python isn't installed in a path that does contain an embedded space). On Win2K it looks like we'd also have to add a second pair of double quotes, around the entire command line.
-
Tim Peters yazdı
-
Barry Warsaw yazdı
-
Tim Peters yazdı
Evil.
-