- 15 Mar, 2003 2 kayıt (commit)
-
-
Guido van Rossum yazdı
(from 10) and in main() (from 1). Add a -v option that shows the raw times. Repeating it cranks up the display precision. Always use the "best of N" form of output.
-
Guido van Rossum yazdı
-
- 14 Mar, 2003 4 kayıt (commit)
-
-
Guido van Rossum yazdı
function, if supported. (SF patch #675422, by Stuart Bishop.)
-
Guido van Rossum yazdı
- Make all local variables in the template start with an underscore, to prevent name conflicts with the timed code. - Added a method to print a traceback that shows source lines from the expanded template. - Use that method in main().
-
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 8 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.
-