Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Output of rgbimg module test | Barry Warsaw | 1996-12-11 | 1 | -0/+2 |
| | |||||
* | Added test of rgbimg module | Barry Warsaw | 1996-12-11 | 1 | -0/+1 |
| | |||||
* | minor formatting nit | Barry Warsaw | 1996-12-11 | 1 | -1/+2 |
| | |||||
* | Be more careful with the shuffling of stdout. | Guido van Rossum | 1996-12-11 | 1 | -6/+7 |
| | |||||
* | Output of the nis and pwd module tests | Barry Warsaw | 1996-12-11 | 2 | -0/+2 |
| | |||||
* | Test of the pwd module | Barry Warsaw | 1996-12-11 | 1 | -0/+70 |
| | |||||
* | Added test_pwd | Barry Warsaw | 1996-12-11 | 1 | -0/+1 |
| | |||||
* | Rewrite without using try-except to break out of two loops. | Guido van Rossum | 1996-12-11 | 1 | -17/+18 |
| | |||||
* | Just test one key/value pair for one NIS map. I.e. don't test them | Barry Warsaw | 1996-12-11 | 1 | -11/+17 |
| | | | | all because it can take a really long time. | ||||
* | test of the nis module | Barry Warsaw | 1996-12-11 | 1 | -0/+19 |
| | |||||
* | added test_nis | Barry Warsaw | 1996-12-11 | 1 | -0/+1 |
| | |||||
* | Test output files in their new location | Barry Warsaw | 1996-12-10 | 15 | -0/+183 |
| | |||||
* | Directory for test output files: Output => output | Barry Warsaw | 1996-12-10 | 1 | -2/+2 |
| | |||||
* | When run as a script, runs each test and sends results to stdout | Barry Warsaw | 1996-12-10 | 1 | -0/+17 |
| | | | | | | | (i.e. this restores the old functionality). Note that if a test couldn't be imported, it is just ignored (and no warning is printed). | ||||
* | New regression testing harness. | Barry Warsaw | 1996-12-10 | 3 | -242/+130 |
| | | | | | | | | | | | | | (testall.out): obsolete. see individual test output files in the Output directory. (testall.py): now contains only the list of all tests (autotest.py): The new testing harness. Supports -g option to generate output files instead of verifying; -w option to warn about non-tested optional modules; additional command line arguments to generate or test individual tests (useful for generating output file of new tests). | ||||
* | A test of the `new' module. The new.code() test is fairly bogus since | Barry Warsaw | 1996-12-10 | 1 | -0/+44 |
| | | | | | | I'm really not sure what the proper inputs are. I do flex the function call though by passing in arguments of the proper type. I don't try to exec the code object that gets returned! | ||||
* | Added test_new. | Barry Warsaw | 1996-12-10 | 2 | -2/+7 |
| | |||||
* | The usual; added several test modules, too. | Guido van Rossum | 1996-12-10 | 10 | -4/+278 |
| | |||||
* | Add optional data argument to urlopen() and open_http(), to trigger POST. | Guido van Rossum | 1996-12-10 | 1 | -9/+26 |
| | |||||
* | In the HTTP reply header, be more accepting in the HTTP version. | Guido van Rossum | 1996-12-10 | 1 | -2/+2 |
| | |||||
* | Added a test script for dbmmodule.c and added it to testall.py and | Roger E. Masse | 1996-12-10 | 3 | -2/+31 |
| | | | | updated testall.out | ||||
* | Added test_new | Barry Warsaw | 1996-12-10 | 1 | -0/+1 |
| | |||||
* | new test script for cryptmodule.py | Roger E. Masse | 1996-12-09 | 1 | -0/+6 |
| | |||||
* | Test script/output for cryptmodule.c added to testall.py and testall.out | Roger E. Masse | 1996-12-09 | 2 | -0/+3 |
| | |||||
* | New test module for complex math module | Roger E. Masse | 1996-12-09 | 1 | -0/+22 |
| | |||||
* | Added test_cmath.py to test complex math module | Roger E. Masse | 1996-12-09 | 2 | -1/+2 |
| | |||||
* | (testall.py): Slightly improved test harness to make it easier to add | Barry Warsaw | 1996-12-09 | 2 | -36/+17 |
| | | | | | | simple tests. (testall.py, testall.out): Added MD5 testsuite | ||||
* | Added test_strop | Barry Warsaw | 1996-12-09 | 2 | -0/+5 |
| | |||||
* | Added tests of all strop module functions, and touching of module | Barry Warsaw | 1996-12-09 | 1 | -2/+35 |
| | | | | variables | ||||
* | Added test_array output line. | Guido van Rossum | 1996-12-09 | 1 | -0/+1 |
| | |||||
* | module to test the arraymodule created and added to testall.py | Roger E. Masse | 1996-12-09 | 2 | -1/+45 |
| | |||||
* | Added test_time | Barry Warsaw | 1996-12-06 | 1 | -0/+4 |
| | |||||
* | Added 'test_time' | Barry Warsaw | 1996-12-06 | 1 | -0/+1 |
| | |||||
* | test of time module. not terribly fancy, but it does touch every | Barry Warsaw | 1996-12-06 | 1 | -0/+36 |
| | | | | | function and variable in the module, verifies a few return values and even tests a couple of known error conditions. | ||||
* | Unpacker.get_buffer(): new method to access the internal buffer of data | Barry Warsaw | 1996-12-04 | 1 | -0/+3 |
| | |||||
* | /usr/local/bin/python -> /usr/bin/env python | Guido van Rossum | 1996-11-27 | 6 | -7/+11 |
| | |||||
* | Added safeguard against failure in __del__. | Guido van Rossum | 1996-11-27 | 1 | -0/+2 |
| | |||||
* | Added ALL='all'. | Guido van Rossum | 1996-11-20 | 2 | -0/+2 |
| | |||||
* | Turn leading minus sign into underscore for image widget name -- the | Guido van Rossum | 1996-11-20 | 2 | -6/+10 |
| | | | | hyphen confused Tk into thinking the name was an option. | ||||
* | Added support for timezone in date field. getdate_tz() and | Guido van Rossum | 1996-11-20 | 1 | -6/+57 |
| | | | | | parsedate_tz() return a 10-tuple, the last field is the tz offset in seconds (e.g. -18000 or -5 hours for EST). | ||||
* | When re-raising an exception raised by a module used internally as | Guido van Rossum | 1996-11-20 | 1 | -3/+5 |
| | | | | IOError, keep the traceback. | ||||
* | When removing a messge from all sequences, don't remove from 'cur', | Guido van Rossum | 1996-11-12 | 1 | -0/+3 |
| | | | | which needs to stay unless explicitly set. | ||||
* | Added 'strict_parsing' option to all parsing functions. This causes a | Guido van Rossum | 1996-11-11 | 1 | -11/+27 |
| | | | | | | | | | | ValueError exception when the query string contains fields that don't contain exactly one '=' sign. (By default, such fields are simply ignored.) Added this to the doc string describing parse() and parse_qs(). Also changed the default for keep_blank_values from None to 0 (the preferred way to spell 'FALSE'). | ||||
* | Don't require leading '-' on option name to Text.tag_cget | Guido van Rossum | 1996-11-11 | 2 | -0/+8 |
| | |||||
* | Fix the way the Authorization header is sent (how could this have worked?). | Guido van Rossum | 1996-11-11 | 1 | -1/+1 |
| | |||||
* | The usual :-( | Guido van Rossum | 1996-10-24 | 4 | -4/+4 |
| | |||||
* | Get rid of bogus binding of <Delete> to a function that deletes the next | Guido van Rossum | 1996-10-24 | 2 | -6/+0 |
| | | | | character (this is already a built-in binding now). | ||||
* | Fix truncated paragraph in doc string. | Guido van Rossum | 1996-10-24 | 1 | -2/+3 |
| | | | | Bump version to 2.0. | ||||
* | Cast mtime gotten from stat() to long int -- else it won't work | Guido van Rossum | 1996-10-24 | 1 | -1/+1 |
| | | | | | | on the Mac. Jack! Please fix this in the Mac distributions! | ||||
* | Make self.rfile unbuffered (self.wfile already is). This should fix | Guido van Rossum | 1996-10-23 | 1 | -1/+1 |
| | | | | CGIHTTPServer.py when used with the POST command. |