- 18 Kas, 1998 7 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
- 17 Kas, 1998 5 kayıt (commit)
-
-
Fred Drake yazdı
-
Barry Warsaw yazdı
correct Python shell (CPython or JPython).
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Because it might be a common mistake to pass a single string, this situation is treated separately. Since we were making a copy of the longopts list anyway, we now use the list() function -- this made it necessary to change all uses of the local variable (and argument) 'list' to something more meaningful, i.e., 'opts'. Also added docstrings (copied from the library manual) and removed the (now redundant) module comments.
-
Guido van Rossum yazdı
running in a non-threaded environment. He added some #ifdefs that fix this.
-
- 16 Kas, 1998 8 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Noted by Stefan Witzel.
-
Guido van Rossum yazdı
Noted by Stefan Witzel.
-
Guido van Rossum yazdı
Tip by Vladimir Marangozov.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Fred Drake yazdı
METH_VARARGS conventions and PyArg_ParseTuple(), and document the flag and where to look for PyArg_ParseTuple() info. Response to comment from Don Bashford <bashford@scripps.edu>.
-
Fred Drake yazdı
-
- 02 Kas, 1998 7 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Fred Drake yazdı
<dalke@bioreason.com>).
-
Fred Drake yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Fred Drake yazdı
-
Guido van Rossum yazdı
-
- 01 Kas, 1998 5 kayıt (commit)
-
-
Jack Jansen yazdı
Project files converted for CW Pro 4. And the daylight savings time switch seems to have "modified" the resource files (but nothing has changed there).
-
Barry Warsaw yazdı
Solaris, the `CD' macro won't exist in the header file, so this will raise a NameError.
-
Barry Warsaw yazdı
command line operation is (much) faster.
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
fixes. Input sources are mutually exclusive.
-
- 31 Eki, 1998 3 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
device and control pseudo-device: - first look for the device filename in the environment variable AUDIODEV. - if not found, use /dev/audio - calculate the control device by tacking "ctl" onto the base device name. We now do this. Also, if the open fails, we call PyErr_SetFromErrnoWithFilename() to give a more informative error message. Added a fileno() method to the audio object returned from open(). This returns the file descriptor which can be used by applications to set up SIGPOLL notification, as per the manpage.
-
Barry Warsaw yazdı
-
- 30 Eki, 1998 3 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
- 28 Eki, 1998 2 kayıt (commit)
-
-
Fred Drake yazdı
HTML version. Give a reference to the actual section to allow a hyperlink to be built.
-
Fred Drake yazdı
-