summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Support for netbsd1 and freebsd3, after suggestions by Anders AndersenGuido van Rossum1997-12-021-2/+7
* Added strop.split tests when sep is None.Barry Warsaw1997-12-021-0/+6
* Added tests of strop.replace()Barry Warsaw1997-11-291-0/+9
* Use fuzzy comparison from test_support to compare outcome ofGuido van Rossum1997-11-241-1/+4
* os2 patch by Jeff RushGuido van Rossum1997-11-222-4/+3
* Separate out a function pystones(loops=LOOPS) which runs the benchmarkGuido van Rossum1997-11-061-8/+12
* Add __init__.py to test package.Guido van Rossum1997-11-061-0/+1
* Add empty __init__.py files to the test packages so the new policyGuido van Rossum1997-10-311-1/+4
* Tests for tokenize.py (Ka-Ping Yee)Guido van Rossum1997-10-273-0/+775
* Catch KeyboardInterrupt separately and propagate it, instead ofGuido van Rossum1997-10-201-1/+4
* Added separate tests for {}.get().Guido van Rossum1997-10-201-0/+3
* Added tests of dict.get()Barry Warsaw1997-10-201-0/+6
* Change test for re.sub() involving g<...> to use a multi-characterGuido van Rossum1997-10-081-1/+1
* Use `...` around binary strings.Guido van Rossum1997-10-071-1/+1
* Fix path search for test data file so it works under more circumstances.Guido van Rossum1997-10-011-1/+6
* There was actually a test that ensured that raising an exception AGuido van Rossum1997-10-011-3/+2
* Fixed test for socket.error to work when it's a class exception.Guido van Rossum1997-10-011-1/+2
* Added test for __all__.Guido van Rossum1997-09-082-0/+22
* Look for uuencoded test files in the directory containing this module, too.Guido van Rossum1997-09-071-2/+6
* Look for uuencoded test files in the directory containing this module, too.Guido van Rossum1997-09-071-1/+2
* Pass optional arguments (globals(), locals(), []) to __import__() soGuido van Rossum1997-09-071-1/+1
* Fix details in the test:Guido van Rossum1997-09-071-3/+13
* Added feeble test for reload() of packages and submodules.Guido van Rossum1997-09-062-0/+5
* Test set for package import.Guido van Rossum1997-09-062-0/+212
* Now produces some reassuring output.Jeremy Hylton1997-09-041-0/+9
* Many more tests, including tests of many optional arguments.Jeremy Hylton1997-09-041-0/+47
* The re test suite is very slow on slower hosts.Guido van Rossum1997-09-041-0/+3
* Expanded r() function to handle class exceptions.Barry Warsaw1997-08-291-1/+6
* regression test for new sequence unpacking semanticsBarry Warsaw1997-08-251-0/+131
* Output for sequence unpacking testBarry Warsaw1997-08-251-0/+1
* Added a few more tests of exception class raisingBarry Warsaw1997-08-221-0/+8
* generated output for new testsBarry Warsaw1997-08-221-0/+2
* Added tests of the new builtin functions issubclass() and isinstance()Barry Warsaw1997-08-221-0/+36
* 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