summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_sundry.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 70779 via svnmerge fromR. David Murray2009-03-311-0/+1
* Merged revisions 68933 via svnmerge fromTarek Ziadé2009-01-251-1/+0
* forward port r66386Benjamin Peterson2008-10-161-1/+1
* Merged revisions 66321 via svnmerge fromBrett Cannon2008-09-091-1/+1
* Remove the sunaudio module.Brett Cannon2008-07-251-1/+0
* Create http package. #2883.Georg Brandl2008-05-261-1/+0
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-4/+4
* rename HTMLParser to html.parser and htmlentitydefs to html.entities;Fred Drake2008-05-171-1/+1
* Remove the statvfs module.Brett Cannon2008-05-161-1/+0
* The ihooks module has been removed.Brett Cannon2008-05-101-1/+0
* Remove the user module.Brett Cannon2008-05-081-4/+0
* Remove the imputil module.Brett Cannon2008-05-081-1/+0
* Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,...Christian Heimes2008-05-041-25/+0
* Merged revisions 62486-62487 via svnmerge fromAmaury Forgeot d'Arc2008-04-241-1/+0
* Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-...Christian Heimes2008-04-091-101/+109
* Merged revisions 57620-57771 via svnmerge fromThomas Wouters2007-08-301-1/+0
* First merge from the trunk straight into the py3k branch. I'm notGuido van Rossum2007-08-161-2/+2
* Merged revisions 56492-56752 via svnmerge fromGuido van Rossum2007-08-051-2/+0
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-1/+48
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-061-5/+0
* Merged revisions 55407-55513 via svnmerge fromGuido van Rossum2007-05-221-68/+65
* Merged revisions 55270-55324 via svnmerge fromGuido van Rossum2007-05-141-1/+0
* 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