summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (test_thread.py): modifications to quiet it up when not running as a script.Barry Warsaw1996-12-162-6/+17
| | | | (testall.py): added test_thread to the list of regression tests.
* (libunix.tex): Changed two occurances of "Unix" to "\UNIX{}".Fred Drake1996-12-162-4/+4
|
* (sgmllib.py): Partial acceptance of patch from David LeonardFred Drake1996-12-161-1/+1
| | | | | | | | <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.
* Updated test_crypt test to jive with bwarsaw testing styleRoger E. Masse1996-12-161-1/+7
|
* Revised output for test_cryptRoger E. Masse1996-12-161-1/+0
|
* Revised test for errno ala bwarsaw's testing paradigm.Roger E. Masse1996-12-161-5/+8
|
* Output files for test_dl and test_errnoRoger E. Masse1996-12-162-0/+2
|
* Added test_dl to harnessRoger E. Masse1996-12-161-0/+1
|
* Revised strategy for testing recomended by bwarsawRoger E. Masse1996-12-161-26/+28
|
* initsignal(): Added SIGXCPU and SIGXFSZ. Left in the definitions forBarry Warsaw1996-12-161-0/+8
| | | | | | | 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.
* Added test_errno to the test suiteRoger E. Masse1996-12-162-0/+45
|
* list2set(): correct return value (an int, not a PyObject*).Barry Warsaw1996-12-161-1/+1
|
* Better tuple hash function.Guido van Rossum1996-12-161-1/+1
|
* Change comment about MINSIZE -- 10 is optimal for Python.Guido van Rossum1996-12-161-3/+6
|
* Removed a #inlclude <errno.h> since it's implied with "Python.h"Roger E. Masse1996-12-131-2/+0
|
* list2set(): PyList_GetItem could fail.Barry Warsaw1996-12-131-1/+3
|
* (libtime.tex): Merged in changes from Tamito Kajiyama.Fred Drake1996-12-132-96/+90
| | | | | | | (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.)
* (lib<all sorts of stuff>.tex):Fred Drake1996-12-1341-80/+154
| | | | | Merged in many typo corrections and fixes to support GNU info processing; submitted by Tamito Kajiyama.
* (tut.tex): Normalized all uses of "UNIX" and "{\UNIX}" to use "\UNIX{}",Fred Drake1996-12-132-18/+18
| | | | | per usage needed for GNU info processing. Based on comments from Tamito Kajiyama.
* (myformat.sty): Added a note about using \command{} v. {\command} wrt.Fred Drake1996-12-131-0/+2
| | | | GNU info processing.
* Renamed.Roger E. Masse1996-12-131-73/+75
|
* Test for the dl module. This only works for SunOS and Solaris.Roger E. Masse1996-12-131-0/+32
| | | | | | | | | 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.
* nonstandard_expectations is only added when in verbose mode, so weBarry Warsaw1996-12-131-2/+1
| | | | | don't need the if test for verbosity when checking for results of an unsupported option.
* Hmm, now that I think about it, we *can* use time.time() and 'date' ifBarry Warsaw1996-12-131-6/+8
| | | | running verbose.
* More or less portabilized.Barry Warsaw1996-12-131-7/+11
| | | | | | | | 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!
* FixedBarry Warsaw1996-12-131-2/+0
|
* Get rid of it -- use bsddb!Guido van Rossum1996-12-131-387/+0
|
* Opps, fixed a couple of newly introduced wrapping problems.Roger E. Masse1996-12-131-3/+4
|
* Reindented via GvR recomendation ala Bwarsaw cppy-style.elRoger E. Masse1996-12-131-69/+69
|
* Added quote_plus() and unquote_plus(), to do space/plus substitutionsGuido van Rossum1996-12-132-2/+22
| | | | | | for form field values. Also corrected substitution example (the original changed the spelling of "conolly" to "connolly" :).
* Added quote_plus() and unquote_plus(), to do space/plus substitutionsGuido van Rossum1996-12-131-0/+14
| | | | for form field values.
* Added the example "thin ice" from the extensions manual.Guido van Rossum1996-12-131-0/+24
|
* Typos reported by Tamito Kajiyama.Guido van Rossum1996-12-132-4/+4
|
* Renamed, and scrutinized for missed potential error conditions.Barry Warsaw1996-12-131-341/+411
| | | | Alas, I don't have an Indigo, so I could not even compile this.
* Output file for module struct testBarry Warsaw1996-12-131-0/+3
|
* Added support for 4-channel on SGI.Guido van Rossum1996-12-131-1/+7
| | | | Allow specifying the test file on the command line.
* Added QUADRO.Guido van Rossum1996-12-132-0/+2
|
* Renamed, however there is no test case. I did test some of the moduleBarry Warsaw1996-12-131-194/+200
| | | | | out manually, and it does compile, but I'm not sure how to write a useful portable test case. Maybe later...
* Fixed conversion between seconds and milliseconds.Guido van Rossum1996-12-122-2/+4
|
* A test of the struct moduleBarry Warsaw1996-12-122-0/+45
|
* Renamed.Barry Warsaw1996-12-121-82/+88
|
* (python-cc-style): typo "c-offset-alist" => "c-offsets-alist"Barry Warsaw1996-12-121-2/+2
|
* Renamed, but *not* tested or compiled. I don't even have the STDWINBarry Warsaw1996-12-121-786/+791
| | | | library.
* Print final report, either all tests OK, or list of failed and missingBarry Warsaw1996-12-121-5/+19
| | | | tests.
* Print a more meaningful message when a test's output file wasn'tBarry Warsaw1996-12-121-1/+5
| | | | found.
* Reworked to eliminate all potential memory problems, includingBarry Warsaw1996-12-121-74/+111
| | | | deletion of object from list argument during callout to fileno().
* Make sure ok_builtin_modules, ok_dynamic_modules andGuido van Rossum1996-12-121-4/+4
| | | | builtin_module_names are always tuples.
* Fixed test_strftime to be silent when called from autotest.Guido van Rossum1996-12-122-9/+15
|
* Added test_strftime (Skip Montanaro).Guido van Rossum1996-12-123-0/+88
|
* Add mktime_tz() which turns a date_tz 10-tuple into a standard Unix timestamp.Guido van Rossum1996-12-121-0/+11
|