summaryrefslogtreecommitdiffstats
path: root/Lib/test/regrtest.py
Commit message (Expand)AuthorAgeFilesLines
* add list of expected skips for the OS/2 EMX portAndrew MacIntyre2002-12-311-0/+28
* Updated the expected skips for MacOSX.Jack Jansen2002-12-301-0/+3
* Added test_ossaudiodev to expected skips on Windows.Tim Peters2002-12-101-0/+1
* Add a Cygwin skip mentioned by Jason Tishler.Tim Peters2002-12-051-1/+1
* Patch #551977: Regression exceptions for cygwinJason Tishler2002-12-051-0/+22
* Rearrange test_socket_ssl so that a skip is expected iff the networkTim Peters2002-12-041-8/+7
* Some more expected skips on OSX.Guido van Rossum2002-12-031-0/+3
* On Max OSX, try increasing the stack limit to 2048 so test_re andGuido van Rossum2002-12-021-0/+16
* Add a way to say "use any resource except A". For example, to runFred Drake2002-11-261-3/+14
* Reduced memory burden by iterating over the normalization test inputTim Peters2002-11-241-1/+1
* Fiddled things so that test_normalization is expected to be skipped ifTim Peters2002-11-241-1/+11
* Skip test_normalization on Windows until it's at least clear why theTim Peters2002-11-241-0/+1
* Move Windows Python away from bsddb 1.85 and toward Sleepycat's latest.Tim Peters2002-11-221-0/+1
* Importing test suite from bsddb3 3.4.0 (with modifications).Martin v. Löwis2002-11-191-1/+4
* Remove spurious cruft from the output.Fred Drake2002-10-171-1/+1
* Logic for determining whether skipping test_pep277 is expected: whetherTim Peters2002-10-091-1/+8
* Add test_pep277 to the expected skips on Linux. (This test seems toGuido van Rossum2002-10-061-0/+1
* Patch #615069: Fix build problems on SCO Open Server 5. Backported to 2.2.Martin v. Löwis2002-09-301-1/+58
* Suppress hex/oct constant warnings in <string> on 64-bit platforms,Guido van Rossum2002-09-191-0/+5
* Add a bunch of sys.stdout.flush() calls that will hopefully improveGuido van Rossum2002-09-131-0/+7
* Got rid of the toy _Set class, in favor of sets.Set.Tim Peters2002-08-231-33/+6
* The filterwarnings() call here should be updated to filter outGuido van Rossum2002-08-141-1/+1
* Suppress warnings about test_grammar.py that can't be suppressed insideGuido van Rossum2002-08-121-0/+6
* Complete the absolute import patch for the test suite. All relativeBarry Warsaw2002-07-301-3/+23
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-2/+1
* Add missing comma.Jeremy Hylton2002-07-171-1/+1
* Add a rather generous set of tests allowed to be skipped on sunos5.Guido van Rossum2002-07-171-0/+23
* Whitespace normalization.Tim Peters2002-07-161-27/+27
* printlist(): Replaced the guts with a call to textwrap. Yay!Tim Peters2002-07-041-30/+19
* Patch #488073: AtheOS port.Martin v. Löwis2002-06-111-0/+28
* Added -t (--threshold) option to call gc.set_threshold(N).Guido van Rossum2002-06-071-25/+30
* regrtest has a newTim Peters2002-06-021-7/+34
* Fred's recent changes to support "-u all" resulted in subset resourceAndrew MacIntyre2002-04-301-1/+1
* test_resource has no chance of running on Windows.Tim Peters2002-04-231-0/+1
* Enable universal newlines on Windows. Note that NEWS needs more words!Tim Peters2002-04-211-1/+0
* Expect test_email_codecs to be skipped -- few users or developers willGuido van Rossum2002-04-161-0/+1
* OK, don't call resetwarnings().Tim Peters2002-04-161-2/+0
* It makes more sense to call resetwarnings() after every test runs thanTim Peters2002-04-161-0/+2
* I expect test_univnewlines to be skipped on Windows. I expect thisTim Peters2002-04-151-0/+1
* Clean up the "all" support for -u.Fred Drake2002-04-111-1/+2
* I don't expect test_email_codecs to run on Windows.Tim Peters2002-04-111-0/+1
* Added the resource name "all" to enable all of the optional resource uses.Fred Drake2002-04-111-2/+11
* We expect to skip the new test_mpz on Windows.Tim Peters2002-04-011-1/+5
* first cut at skip-list for hp-ux 11 based upon input from Bill Lawler at HP.Skip Montanaro2002-03-151-0/+30
* Fix typoNeal Norwitz2002-02-081-1/+1
* Added test_socketserver and test_unicode_file to tests expected to beJack Jansen2001-12-141-0/+2
* sys.platform on Mac OS X is now "darwin", without any version number appended.Jack Jansen2001-12-051-1/+1
* Added tests expected to be skipped on Mac OS X.Jack Jansen2001-12-021-0/+21
* Merged changes made on r22b2-branch between r22b2 and r22b2-mac (theJack Jansen2001-11-301-0/+1
* Whitespace normalization.Tim Peters2001-10-301-1/+1