summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_sundry.py
Commit message (Expand)AuthorAgeFilesLines
* Remove functions in string module that are also string methods. Also remove:Neal Norwitz2007-04-171-1/+0
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-1/+1
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-5/+1
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-37/+17
* 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