summaryrefslogtreecommitdiff
path: root/Lib/test/test_sundry.py
Commit message (Expand)AuthorAgeFilesLines
* [2.7] bpo-19417: Add test_bdb.py (GH-5217) (GH-6156)xdegaye2018-09-151-1/+0
* Issue #11578: Backported test for the timeit module.Serhiy Storchaka2015-01-261-1/+0
* Issue #19990: Added tests for the imghdr module.Serhiy Storchaka2014-01-261-1/+0
* Increase macurl2path test coverageSenthil Kumaran2013-10-231-1/+0
* Merged revisions 83719 via svnmerge fromAntoine Pitrou2010-08-041-1/+0
* Replace catch_warnings with check_warnings when it makes sense. Use assertRa...Florent Xicluna2010-03-311-3/+1
* Fix issue 2245. aifc now skips any chunk type it doesn't actuallyR. David Murray2009-04-291-1/+0
* Actually suppress warnings in test_at_least_import_untested_modulesR. David Murray2009-03-301-0/+1
* Issue #4863, removing remaining bitsTarek Ziadé2009-01-251-1/+0
* Issue #3781: Final cleanup of warnings.catch_warnings and its usage in the te...Nick Coghlan2008-09-111-1/+1
* warnings.catch_warnings() now returns a list or None instead of the customBrett Cannon2008-09-091-1/+1
* revert creation of the html.entities and html.parser modulesFred Drake2008-05-201-1/+1
* update references and documentation for modules in the new html packageFred Drake2008-05-171-1/+1
* test_sundry performs minimal tests (a simple import...) on modules that are n...Amaury Forgeot d'Arc2008-04-281-25/+0
* Add a few tests for pydoc.Amaury Forgeot d'Arc2008-04-241-1/+0
* Changed test so it no longer runs as a side effect of importing.Jerry Seutter2008-04-091-110/+115
* Patch #1680959: add test suite for pipes module.Georg Brandl2007-08-301-1/+0
* Remove test.test_support.guard_warnings_filter.Brett Cannon2007-08-141-2/+2
* Not sure why this only fails sometimes on Unix machines. BetterNeal Norwitz2007-06-111-1/+2
* Add all of the distuils modules that don't seem to have explicit tests. :-(Neal Norwitz2007-06-111-1/+47
* Have mimify raise a DeprecationWarning. The docs and PEP 4 have listed theBrett Cannon2007-05-301-0/+1
* Cause posixfile to raise a DeprecationWarning. Documented as deprecated sinceBrett Cannon2007-05-201-65/+68
* Remove the gopherlib module. It has been raising a DeprecationWarning sinceBrett Cannon2007-05-161-6/+0
* 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