]>
granicus.if.org Git - python/log
Barry Warsaw [Fri, 20 Dec 1996 16:42:04 +0000 (16:42 +0000)]
(python-cc-style): Added definitions for c-hanging-braces-alist which
make the most sense for PyMethodDef structures.
Guido van Rossum [Fri, 20 Dec 1996 03:14:42 +0000 (03:14 +0000)]
Two new files (to shut up regrtest).
Guido van Rossum [Fri, 20 Dec 1996 03:13:36 +0000 (03:13 +0000)]
Added example DL for SGI IRIX.
Guido van Rossum [Fri, 20 Dec 1996 03:13:06 +0000 (03:13 +0000)]
Added test for minmax.
Guido van Rossum [Fri, 20 Dec 1996 03:12:20 +0000 (03:12 +0000)]
New regression test harness. See usage message / doc string.
Guido van Rossum [Fri, 20 Dec 1996 03:03:39 +0000 (03:03 +0000)]
Import verbose flag from test_support instead of testing __name__.
Guido van Rossum [Fri, 20 Dec 1996 03:03:01 +0000 (03:03 +0000)]
Set test_support.verbose to 0, to signal tests only to generate
portable output.
Guido van Rossum [Fri, 20 Dec 1996 02:58:22 +0000 (02:58 +0000)]
Add verbose flag for regression test to clear.
Barry Warsaw [Thu, 19 Dec 1996 23:50:34 +0000 (23:50 +0000)]
Describe open(2) exported constants
Barry Warsaw [Thu, 19 Dec 1996 23:50:02 +0000 (23:50 +0000)]
1. Export open(2) flag constants for every defined constant
2. Reworked error checking in initposix() and initnt().
Guido van Rossum [Thu, 19 Dec 1996 22:39:22 +0000 (22:39 +0000)]
Docs for stat.py -- docs by Skip Montanaro.
Barry Warsaw [Thu, 19 Dec 1996 22:38:56 +0000 (22:38 +0000)]
posix.open(): third argument (mode) is optional.
Barry Warsaw [Thu, 19 Dec 1996 22:22:32 +0000 (22:22 +0000)]
Minor formatting changes.
Barry Warsaw [Thu, 19 Dec 1996 22:10:44 +0000 (22:10 +0000)]
Minor formatting changes.
Guido van Rossum [Thu, 19 Dec 1996 16:43:25 +0000 (16:43 +0000)]
Documented getprotobyname() interface.
Guido van Rossum [Thu, 19 Dec 1996 16:42:52 +0000 (16:42 +0000)]
Added the new getprotobyname() call to the module overview at the top.
Guido van Rossum [Thu, 19 Dec 1996 16:35:04 +0000 (16:35 +0000)]
Added getprotobyname() interface.
Fred Drake [Thu, 19 Dec 1996 12:20:54 +0000 (12:20 +0000)]
(libunix.tex): Change matching lib.tex: add line item for the resource
module.
Roger E. Masse [Wed, 18 Dec 1996 21:59:01 +0000 (21:59 +0000)]
Removed references to getdoublearg and get2doublearg rename macros and
substituted the appropriate PyArg_Parse calls. Retested. All appears well.
Roger E. Masse [Wed, 18 Dec 1996 20:07:39 +0000 (20:07 +0000)]
Eradicated all references to getintarg and getstrarg and substituded the
proper functions as defined in rename2.h. Thanks Barry!
Roger E. Masse [Wed, 18 Dec 1996 19:56:48 +0000 (19:56 +0000)]
Opps, left out two defines needed for argument parsing.
Barry Warsaw [Wed, 18 Dec 1996 19:56:22 +0000 (19:56 +0000)]
Test of the operator module
Guido van Rossum [Wed, 18 Dec 1996 19:55:49 +0000 (19:55 +0000)]
Added pointer to framereader distribution.
Barry Warsaw [Wed, 18 Dec 1996 19:50:00 +0000 (19:50 +0000)]
Tabification changes only; the module was already newly named.
Roger E. Masse [Wed, 18 Dec 1996 19:37:32 +0000 (19:37 +0000)]
Renamed.
Roger E. Masse [Wed, 18 Dec 1996 19:37:07 +0000 (19:37 +0000)]
Test script output for the UNIX group file access module (grp)
Roger E. Masse [Wed, 18 Dec 1996 19:36:34 +0000 (19:36 +0000)]
Test script for the UNIX group file access module (grp)
Barry Warsaw [Wed, 18 Dec 1996 19:32:18 +0000 (19:32 +0000)]
PySequence_Index(): set exception when object is not found in
sequence, otherwise
operator.indexOf([4, 3, 2, 1], 9) would raise a SystemError!
Note: it might be wise to double check all these functions. I haven't
done that yet.
Guido van Rossum [Wed, 18 Dec 1996 18:37:27 +0000 (18:37 +0000)]
Added Jeremy's resource module.
Guido van Rossum [Wed, 18 Dec 1996 18:37:05 +0000 (18:37 +0000)]
Added docs for Jeremy's resource module.
Guido van Rossum [Wed, 18 Dec 1996 18:03:10 +0000 (18:03 +0000)]
Different operation in verbose mode: show the supported nonstandard
options. Also added two: %n and %t (newline and tab character).
Barry Warsaw [Wed, 18 Dec 1996 16:39:31 +0000 (16:39 +0000)]
In lieu of harness rewrite, fixed problem with test_thread ImportError
triggering a bogus TestFailed exception.
Guido van Rossum [Wed, 18 Dec 1996 14:14:33 +0000 (14:14 +0000)]
Correct *another* mistake (initmath() always fell through to fatal error).
Watch it, Barry! :-)
Guido van Rossum [Wed, 18 Dec 1996 14:12:22 +0000 (14:12 +0000)]
Correct 1-char typo / syntax error.
Barry Warsaw [Tue, 17 Dec 1996 22:05:07 +0000 (22:05 +0000)]
(py-delete-function): new variable
(py-delete-char): funcall py-delete-function.
Barry Warsaw [Tue, 17 Dec 1996 21:56:10 +0000 (21:56 +0000)]
(python-mode): added comment-end definitions.
Guido van Rossum [Tue, 17 Dec 1996 20:43:55 +0000 (20:43 +0000)]
Corrected two errors introduced by the renaming (and the subsequent
style corrections, I presume), found by Jack. Added warning that this
has not been tested (Jack could only compile and link it).
Roger E. Masse [Tue, 17 Dec 1996 19:55:33 +0000 (19:55 +0000)]
Renamed in a grand-ee-ous way!
Roger E. Masse [Tue, 17 Dec 1996 19:54:46 +0000 (19:54 +0000)]
Test output for the GNU dbm module (gdbm)
Roger E. Masse [Tue, 17 Dec 1996 19:54:27 +0000 (19:54 +0000)]
Test script for the GNU dbm module (gdbm)
Roger E. Masse [Tue, 17 Dec 1996 17:46:28 +0000 (17:46 +0000)]
Opps, left in a /*#include "modsupport.h"*/
Roger E. Masse [Tue, 17 Dec 1996 17:42:22 +0000 (17:42 +0000)]
Grandly renamed.
Roger E. Masse [Tue, 17 Dec 1996 17:41:36 +0000 (17:41 +0000)]
Added the test output for fcntl.
Roger E. Masse [Tue, 17 Dec 1996 17:41:09 +0000 (17:41 +0000)]
Added a test script for the fcntl C module.
Guido van Rossum [Tue, 17 Dec 1996 01:25:36 +0000 (01:25 +0000)]
Another fix for Split() -- don't refuse {"} but turn it into ".
This is needed because if a configure option has " as its value,
it will be rendered as {"}; after stripping one level of quoting it's
just ", on which splitlist will barf.
Guido van Rossum [Tue, 17 Dec 1996 01:02:18 +0000 (01:02 +0000)]
Check errors returned by recursive call to Split().
Barry Warsaw [Tue, 17 Dec 1996 00:47:03 +0000 (00:47 +0000)]
Better error checking in initmath().
Barry Warsaw [Tue, 17 Dec 1996 00:05:22 +0000 (00:05 +0000)]
Renamed.
Barry Warsaw [Tue, 17 Dec 1996 00:02:45 +0000 (00:02 +0000)]
Output for _xdr module test
Barry Warsaw [Tue, 17 Dec 1996 00:01:40 +0000 (00:01 +0000)]
Updated to standard Python C coding style, and fixed a few error
checking nits.
Barry Warsaw [Tue, 17 Dec 1996 00:00:53 +0000 (00:00 +0000)]
A test of the _xdrmodule (not the entire xdr.py module).
Barry Warsaw [Tue, 17 Dec 1996 00:00:17 +0000 (00:00 +0000)]
Added _xdrmodule test
Barry Warsaw [Mon, 16 Dec 1996 23:42:56 +0000 (23:42 +0000)]
(test_thread): output from thread test
Barry Warsaw [Mon, 16 Dec 1996 23:42:35 +0000 (23:42 +0000)]
(test_thread.py): modifications to quiet it up when not running as a script.
(testall.py): added test_thread to the list of regression tests.
Fred Drake [Mon, 16 Dec 1996 22:12:33 +0000 (22:12 +0000)]
(libunix.tex): Changed two occurances of "Unix" to "\UNIX{}".
Fred Drake [Mon, 16 Dec 1996 21:56:27 +0000 (21:56 +0000)]
(sgmllib.py): Partial acceptance of patch from David Leonard
<leonard@dstc.edu.au>; allows hyphen and period in the middle
of attribute names. Still not allowed as first character;
as first character these are illegal in the Reference Concrete
Syntax, and we've not identified any use of these characters as
the first char in an attribute name in deployment on the web.
Roger E. Masse [Mon, 16 Dec 1996 20:44:56 +0000 (20:44 +0000)]
Updated test_crypt test to jive with bwarsaw testing style
Roger E. Masse [Mon, 16 Dec 1996 20:44:16 +0000 (20:44 +0000)]
Revised output for test_crypt
Roger E. Masse [Mon, 16 Dec 1996 20:40:20 +0000 (20:40 +0000)]
Revised test for errno ala bwarsaw's testing paradigm.
Roger E. Masse [Mon, 16 Dec 1996 20:36:05 +0000 (20:36 +0000)]
Output files for test_dl and test_errno
Roger E. Masse [Mon, 16 Dec 1996 20:34:43 +0000 (20:34 +0000)]
Added test_dl to harness
Roger E. Masse [Mon, 16 Dec 1996 20:25:44 +0000 (20:25 +0000)]
Revised strategy for testing recomended by bwarsaw
Barry Warsaw [Mon, 16 Dec 1996 20:24:22 +0000 (20:24 +0000)]
initsignal(): Added SIGXCPU and SIGXFSZ. Left in the definitions for
SIGCPU and SIGFSZ but we're (Jeremy and I) are actually unsure whether
these were typos or if there are systems that use these alternate
names. We've checked Solaris, SunOS, and IRIX; they contain only the
SIGX* names.
Roger E. Masse [Mon, 16 Dec 1996 20:20:33 +0000 (20:20 +0000)]
Added test_errno to the test suite
Barry Warsaw [Mon, 16 Dec 1996 18:15:34 +0000 (18:15 +0000)]
list2set(): correct return value (an int, not a PyObject*).
Guido van Rossum [Mon, 16 Dec 1996 17:55:46 +0000 (17:55 +0000)]
Better tuple hash function.
Guido van Rossum [Mon, 16 Dec 1996 03:32:39 +0000 (03:32 +0000)]
Change comment about MINSIZE -- 10 is optimal for Python.
Roger E. Masse [Fri, 13 Dec 1996 23:29:09 +0000 (23:29 +0000)]
Removed a #inlclude <errno.h> since it's implied with "Python.h"
Barry Warsaw [Fri, 13 Dec 1996 23:22:42 +0000 (23:22 +0000)]
list2set(): PyList_GetItem could fail.
Fred Drake [Fri, 13 Dec 1996 22:09:52 +0000 (22:09 +0000)]
(libtime.tex): Merged in changes from Tamito Kajiyama.
(For those watching Python CVS messages: I checked in all of
Tamito's other changes, but the mail delivery failed since the
subject line was too long. The patch Tamito sent for the
documentation has been completely merged in.)
Fred Drake [Fri, 13 Dec 1996 22:04:31 +0000 (22:04 +0000)]
(lib<all sorts of stuff>.tex):
Merged in many typo corrections and fixes to support GNU info
processing; submitted by Tamito Kajiyama.
Fred Drake [Fri, 13 Dec 1996 21:56:03 +0000 (21:56 +0000)]
(tut.tex): Normalized all uses of "UNIX" and "{\UNIX}" to use "\UNIX{}",
per usage needed for GNU info processing. Based on comments from
Tamito Kajiyama.
Fred Drake [Fri, 13 Dec 1996 21:53:07 +0000 (21:53 +0000)]
(myformat.sty): Added a note about using \command{} v. {\command} wrt.
GNU info processing.
Roger E. Masse [Fri, 13 Dec 1996 20:33:44 +0000 (20:33 +0000)]
Renamed.
Roger E. Masse [Fri, 13 Dec 1996 20:32:26 +0000 (20:32 +0000)]
Test for the dl module. This only works for SunOS and Solaris.
I've attempted to make a test that silently exits if either
module dl is not present, we're not on a Sun OS, or a standard
shared library ('/usr/lib/libresolv.so') is not found... Otherwise,
It does a simple test of dlmodule on that library. I *think*
this would be ok to add to testall.py but I'll wait till I hear
some feedback on the liberalness of this approach.
Barry Warsaw [Fri, 13 Dec 1996 18:12:34 +0000 (18:12 +0000)]
nonstandard_expectations is only added when in verbose mode, so we
don't need the if test for verbosity when checking for results of an
unsupported option.
Barry Warsaw [Fri, 13 Dec 1996 18:08:58 +0000 (18:08 +0000)]
Hmm, now that I think about it, we *can* use time.time() and 'date' if
running verbose.
Barry Warsaw [Fri, 13 Dec 1996 18:07:07 +0000 (18:07 +0000)]
More or less portabilized.
1. If a conversion isn't supported on the current platform, just
ignore it, unless running as a script (i.e. verbose)
2. Don't use time.time() and os.popen('date') to get the raw values.
These will always be different!
Barry Warsaw [Fri, 13 Dec 1996 18:05:28 +0000 (18:05 +0000)]
Fixed
Guido van Rossum [Fri, 13 Dec 1996 16:24:06 +0000 (16:24 +0000)]
Get rid of it -- use bsddb!
Roger E. Masse [Fri, 13 Dec 1996 15:59:22 +0000 (15:59 +0000)]
Opps, fixed a couple of newly introduced wrapping problems.
Roger E. Masse [Fri, 13 Dec 1996 15:55:22 +0000 (15:55 +0000)]
Reindented via GvR recomendation ala Bwarsaw cppy-style.el
Guido van Rossum [Fri, 13 Dec 1996 14:48:47 +0000 (14:48 +0000)]
Added quote_plus() and unquote_plus(), to do space/plus substitutions
for form field values.
Also corrected substitution example (the original changed the spelling
of "conolly" to "connolly" :).
Guido van Rossum [Fri, 13 Dec 1996 14:47:36 +0000 (14:47 +0000)]
Added quote_plus() and unquote_plus(), to do space/plus substitutions
for form field values.
Guido van Rossum [Fri, 13 Dec 1996 02:57:25 +0000 (02:57 +0000)]
Added the example "thin ice" from the extensions manual.
Guido van Rossum [Fri, 13 Dec 1996 02:38:17 +0000 (02:38 +0000)]
Typos reported by Tamito Kajiyama.
Barry Warsaw [Fri, 13 Dec 1996 01:24:29 +0000 (01:24 +0000)]
Renamed, and scrutinized for missed potential error conditions.
Alas, I don't have an Indigo, so I could not even compile this.
Barry Warsaw [Fri, 13 Dec 1996 00:25:52 +0000 (00:25 +0000)]
Output file for module struct test
Guido van Rossum [Fri, 13 Dec 1996 00:19:56 +0000 (00:19 +0000)]
Added support for 4-channel on SGI.
Allow specifying the test file on the command line.
Guido van Rossum [Fri, 13 Dec 1996 00:19:15 +0000 (00:19 +0000)]
Added QUADRO.
Barry Warsaw [Fri, 13 Dec 1996 00:11:04 +0000 (00:11 +0000)]
Renamed, however there is no test case. I did test some of the module
out manually, and it does compile, but I'm not sure how to write a
useful portable test case. Maybe later...
Guido van Rossum [Thu, 12 Dec 1996 23:42:20 +0000 (23:42 +0000)]
Fixed conversion between seconds and milliseconds.
Barry Warsaw [Thu, 12 Dec 1996 23:34:06 +0000 (23:34 +0000)]
A test of the struct module
Barry Warsaw [Thu, 12 Dec 1996 23:32:31 +0000 (23:32 +0000)]
Renamed.
Barry Warsaw [Thu, 12 Dec 1996 22:57:05 +0000 (22:57 +0000)]
(python-cc-style): typo "c-offset-alist" => "c-offsets-alist"
Barry Warsaw [Thu, 12 Dec 1996 22:48:20 +0000 (22:48 +0000)]
Renamed, but *not* tested or compiled. I don't even have the STDWIN
library.
Barry Warsaw [Thu, 12 Dec 1996 22:34:26 +0000 (22:34 +0000)]
Print final report, either all tests OK, or list of failed and missing
tests.
Barry Warsaw [Thu, 12 Dec 1996 22:21:10 +0000 (22:21 +0000)]
Print a more meaningful message when a test's output file wasn't
found.
Barry Warsaw [Thu, 12 Dec 1996 22:16:21 +0000 (22:16 +0000)]
Reworked to eliminate all potential memory problems, including
deletion of object from list argument during callout to fileno().
Guido van Rossum [Thu, 12 Dec 1996 21:31:52 +0000 (21:31 +0000)]
Make sure ok_builtin_modules, ok_dynamic_modules and
builtin_module_names are always tuples.