- 18 Nov, 1998 3 commits
-
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
- 17 Nov, 1998 5 commits
-
-
Fred Drake authored
-
Barry Warsaw authored
correct Python shell (CPython or JPython).
-
Guido van Rossum authored
-
Guido van Rossum authored
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 authored
running in a non-threaded environment. He added some #ifdefs that fix this.
-
- 16 Nov, 1998 8 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
Noted by Stefan Witzel.
-
Guido van Rossum authored
Noted by Stefan Witzel.
-
Guido van Rossum authored
Tip by Vladimir Marangozov.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Fred Drake authored
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 authored
-
- 02 Nov, 1998 7 commits
-
-
Barry Warsaw authored
-
Fred Drake authored
<dalke@bioreason.com>).
-
Fred Drake authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Fred Drake authored
-
Guido van Rossum authored
-
- 01 Nov, 1998 5 commits
-
-
Jack Jansen authored
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 authored
Solaris, the `CD' macro won't exist in the header file, so this will raise a NameError.
-
Barry Warsaw authored
command line operation is (much) faster.
-
Barry Warsaw authored
-
Barry Warsaw authored
fixes. Input sources are mutually exclusive.
-
- 31 Oct, 1998 3 commits
-
-
Barry Warsaw authored
-
Barry Warsaw authored
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 authored
-
- 30 Oct, 1998 3 commits
-
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
- 28 Oct, 1998 5 commits
-
-
Fred Drake authored
HTML version. Give a reference to the actual section to allow a hyperlink to be built.
-
Fred Drake authored
-
Andrew M. Kuchling authored
Corrected error: {,5} is not equivalent to {0,5}.
-
Barry Warsaw authored
generalize the matching of function arguments.
-
Barry Warsaw authored
#simple things. First step: rename the Imenu supportive variables and #functions in this file to py-imenu-* so I can grok what is part of #python-mode and what is part of Imenu. (py-imenu-create-index-engine): Fixed problem with two classes in a single file, caused by new semantics of py-beginning-of-def-or-class when called programmatically. #Note, there are still some problems with Imenu when arguments to #functions are funky, but it should be much better now.
-
- 27 Oct, 1998 1 commit
-
-
Barry Warsaw authored
#checkin script.
-