summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_sundry.py
Commit message (Expand)AuthorAgeFilesLines
* Patch #1472854: make the rlcompleter.Completer class usable on non-Georg Brandl2006-04-301-5/+1
* tty isn't supported on all boxes.Tim Peters2006-04-131-1/+6
* Update test_sundry. Many modules have now tests, butGeorg Brandl2006-04-121-36/+12
* Remove regsub, reconvert, regex, regex_syntax and everything under lib-old.Neal Norwitz2006-03-161-1/+0
* Suppress new deprecation warnings when running theTim Peters2006-02-181-0/+5
* Patch #1049151: adding bool support to xdrlib.py.Martin v. Löwis2005-02-241-1/+0
* Removed deprecated tzparse module.Raymond Hettinger2004-12-051-1/+0
* Remove the deprecated statcache module.Raymond Hettinger2004-12-051-3/+0
* Remove pre moduleAndrew M. Kuchling2004-06-021-3/+0
* Remove filecmpAndrew M. Kuchling2003-02-131-1/+0
* Lose references to knee (no longer exists) and pyclbr (has its ownGuido van Rossum2002-12-031-2/+0
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Tighten up some warning filters, and break some dependencies on theTim Peters2002-04-161-1/+6
* Add a simple test suite for netrc.py, and remove it from test_sundryAndrew M. Kuchling2002-03-221-1/+0
* Move import dbhash out of test_sundry and into test_bsddb,Guido van Rossum2001-12-071-1/+0
* Ignore the posixfile deprecation warning for the test suite.Fred Drake2001-10-251-0/+3
* SF patch #440170: Tests for fileinput module.Tim Peters2001-07-111-1/+0
* SF patch #440144: Tests and minor bugfix for uu module.Tim Peters2001-07-111-1/+0
* Remove lines for asynchat & asyncore, as they've now got their own test.Tim Peters2001-04-061-2/+0
* Restore alphabetic order. Also try to import rlcompleter and curses, butTim Peters2001-01-231-7/+15
* The "user" module cannot reasonably be tested. Moved to the end (andFred Drake2001-01-221-2/+6
* Jeremy's patch #103323: trivial tests of all untested modules.Tim Peters2001-01-191-0/+93