summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Change default verbosity so that there are only three levels left: -q,Guido van Rossum1997-08-181-12/+15
* Tweaks to cope with strftime returning 0 without error for %ZGuido van Rossum1997-08-182-3/+6
* Forgot to check in the fixed output for printGuido van Rossum1997-08-181-1/+1
* Oops. Of course, print b should also be print `b`. :-(Guido van Rossum1997-08-181-1/+1
* Use imp.find_module() as the most certain way to find the test data.Guido van Rossum1997-08-151-1/+5
* generated by regrtest.py -gJeremy Hylton1997-08-151-0/+1
* test the zlib moduleJeremy Hylton1997-08-151-0/+94
* Added tests for \b, \B (AMK).Guido van Rossum1997-08-151-0/+13
* Moved some non-standard format characters out of the standard list.Guido van Rossum1997-08-141-20/+22
* set LOOPS to 10000Guido van Rossum1997-08-141-1/+1
* Print `a` so encrypted text is shown in ascii, not binary.Guido van Rossum1997-08-142-2/+2
* Don't call sys.exit() all over the place -- simply return the exitGuido van Rossum1997-08-141-4/+4
* 1.5a3 prerelease 1 from AMKGuido van Rossum1997-08-133-4/+32
* Fixes for the Mac. (Jack)Guido van Rossum1997-08-121-3/+6
* Add test for function comparisonsGuido van Rossum1997-08-052-0/+36
* The reload(sys) test no longer works due to changes in the importGuido van Rossum1997-08-021-4/+4
* Nit: round delays to 0.1 second.Guido van Rossum1997-07-181-2/+2
* Some new tests by JeffreyGuido van Rossum1997-07-181-11/+72
* Corresponding output.Guido van Rossum1997-07-171-1/+11
* Several additions from Jeffrey.Guido van Rossum1997-07-171-5/+22
* Added tests for sub, subn, and split.Guido van Rossum1997-07-171-1/+47
* Jeffrey's latest -- seems to solve most problems!Guido van Rossum1997-07-173-156/+84
* Add flush() method to fake file.Guido van Rossum1997-07-171-0/+3
* Catch all exceptions in test modules.Guido van Rossum1997-07-161-0/+6
* Added output from new tests.Guido van Rossum1997-07-151-0/+381
* Fixed a syntax error caused by a bad line in the Perl source.Guido van Rossum1997-07-151-1/+1
* Merged Jeffrey's changes in.Guido van Rossum1997-07-151-1/+8
* Merged my changes in, and added all converted Perl tests.Guido van Rossum1997-07-151-24/+284
* Jeffrey's versionGuido van Rossum1997-07-151-239/+169
* Tweak re_tests and test_re to differentiate betweenGuido van Rossum1997-07-153-5/+7
* More tweaks; re.py is nearly there...Guido van Rossum1997-07-153-13/+5
* Jeffrey's newestGuido van Rossum1997-07-152-53/+8
* Three fewer incorrect failuresGuido van Rossum1997-07-151-3/+0
* Removed the traceback output in non-verbose modeGuido van Rossum1997-07-112-109/+2
* Jeffrey's latest.Guido van Rossum1997-07-111-122/+82
* Some small nits.Guido van Rossum1997-07-111-3/+5
* This is pretty pathetic and full of errors,Guido van Rossum1997-07-111-0/+339
* test suite for re.pyGuido van Rossum1997-07-112-0/+334
* Allow oct() result for 64-bit machines.Guido van Rossum1997-06-061-1/+2
* AMK's regex test suiteGuido van Rossum1997-06-032-0/+331
* socket_type --> SocketTypeFred Drake1997-06-031-1/+1
* Added tests for dict.clear(), dict.update(), dict.copy().Guido van Rossum1997-06-021-0/+9
* Add test for presence of socket_type.Guido van Rossum1997-05-211-0/+1
* Fix ratecv test (Sjoerd).Guido van Rossum1997-05-211-5/+6
* More robust way of choosing a non-existant uid (faster, too).Guido van Rossum1997-05-201-1/+1
* More robust way of choosing a non-existant uid (faster, too).Guido van Rossum1997-05-201-4/+4
* Changes to make these tests work on the Mac.Guido van Rossum1997-05-163-4/+4
* Increase the child's sleep time to 5 for slow machines.Guido van Rossum1997-05-161-1/+1
* Catch nis.error and raise TestFailed instead. This catches theBarry Warsaw1997-05-151-2/+7
* Fix typo in error reporting.Guido van Rossum1997-05-141-1/+1