- 14 Mar, 2003 2 kayıt (commit)
-
-
Fred Drake yazdı
This closes SF patch #669683.
-
Raymond Hettinger yazdı
My previous patches should have used fast_next_opcode in a few places instead of continue. Also, applied one PyInt_AS_LONG macro in a place where the type had already been checked.
-
- 13 Mar, 2003 1 kayıt (commit)
-
-
Michael W. Hudson yazdı
I'm not going to have the time or energy to get this working x-platform -- anyone who does is welcome to the code!
-
- 12 Mar, 2003 7 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
rpc.SocketIO.main() and asyncreturn(). Improve comment.
-
Jack Jansen yazdı
-
Raymond Hettinger yazdı
Moved up the explanation of slice default arguments.
-
Raymond Hettinger yazdı
Clarify error message for mro conflicts.
-
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 12 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.
-