summaryrefslogtreecommitdiff
path: root/Lib/test/test___all__.py
Commit message (Expand)AuthorAgeFilesLines
* Silence deprecation warning in test___all__ caused by an import bsddb.Ezio Melotti2010-06-071-2/+2
* import bsddb more robustlyBenjamin Peterson2010-04-031-0/+6
* Remove useless (?) import from r79706Antoine Pitrou2010-04-031-1/+0
* stop CObject deprecation warnings in test___all__Benjamin Peterson2010-04-031-0/+1
* Replace catch_warnings with check_warnings when it makes sense. Use assertRa...Florent Xicluna2010-03-311-4/+2
* Issue #7055: test___all__ now greedily detects all modules which have anAntoine Pitrou2009-10-101-145/+80
* test loggingBenjamin Peterson2009-10-041-0/+1
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-1/+1
* warnings.catch_warnings() now returns a list or None instead of the customBrett Cannon2008-09-091-2/+2
* add __all__ to test_supportBenjamin Peterson2008-05-261-0/+1
* ConfigParser renaming reversal part 3: move module into place and adapt imports.Georg Brandl2008-05-251-1/+1
* Queue renaming reversal part 3: move module into place andGeorg Brandl2008-05-251-1/+1
* socketserver renaming reversal part 3: move the module into the rightGeorg Brandl2008-05-241-1/+1
* Revert the renaming of repr to reprlib.Brett Cannon2008-05-231-1/+1
* Revert copy_reg -> copyreg rename.Georg Brandl2008-05-201-1/+1
* Patch by Quentin Gallet-Gilles: Renaming leftovers for 2.6.Alexandre Vassalotti2008-05-161-1/+1
* Changed references to the reprlib module to use its new name.Alexandre Vassalotti2008-05-161-1/+1
* Updated import statements to use the new `configparser` module name.Alexandre Vassalotti2008-05-141-1/+1
* Updated all import statements to use the new socketserver module name.Alexandre Vassalotti2008-05-121-1/+1
* Added module stub for copy_reg renaming in 3.0.Alexandre Vassalotti2008-05-111-1/+1
* Also ignore package deprecations.Brett Cannon2008-05-101-1/+2
* When testing a module's __all__, we really don't care if it is deprecated.Brett Cannon2008-05-061-15/+10
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+1
* Have mimify raise a DeprecationWarning. The docs and PEP 4 have listed theBrett Cannon2007-05-301-0/+2
* Have MimeWriter raise a DeprecationWarning as per PEP 4 and its documentation.Brett Cannon2007-05-301-0/+2
* Remove the gopherlib module. It has been raising a DeprecationWarning sinceBrett Cannon2007-05-161-5/+0
* Deprecate os.popen* and popen2 module in favor of the subprocess module.Neal Norwitz2007-05-111-0/+2
* Stop using test_support.verify().Collin Winter2007-04-041-8/+6
* Deprecate the sets module.Brett Cannon2007-01-131-0/+2
* regsub is gone, nothing to ignoreNeal Norwitz2006-03-261-2/+0
* Remove regsub, reconvert, regex, regex_syntax and everything under lib-old.Neal Norwitz2006-03-161-2/+0
* Rename sre.py -> re.pyNeal Norwitz2006-03-161-1/+0
* The pre module has been gone for a while. Need to go through and find other ...Neal Norwitz2006-03-161-3/+0
* Suppress new deprecation warnings when running theTim Peters2006-02-181-0/+4
* Remove the deprecated statcache module.Raymond Hettinger2004-12-051-3/+0
* Essentially SF patch 1061679: add missing __all__ to pickletools.py.Tim Peters2004-11-061-0/+1
* Removed no-longer-needed convolutions to recover from damaged modulesTim Peters2004-08-021-14/+0
* Move Decimal from the sandbox into production.Raymond Hettinger2004-07-011-0/+1
* Add heapq to list of __all__ checks.Raymond Hettinger2004-06-131-0/+1
* * Migrate set() and frozenset() from the sandbox.Raymond Hettinger2003-11-161-3/+2
* Convert heapq.py to a C implementation.Raymond Hettinger2003-11-081-1/+0
* Test __all__ for unittest.pyRaymond Hettinger2003-09-161-1/+2
* Test Brett's addition of __all__ to Queue.Raymond Hettinger2003-07-011-0/+1
* All two more modules with __all__.Raymond Hettinger2003-05-101-0/+2
* Added missing modules to __all__ check.Raymond Hettinger2003-05-021-0/+4
* Used sets.Set() to compare unordered sequences.Raymond Hettinger2003-05-021-4/+3
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-011-3/+1
* Port test_pwd.py to PyUnit. Check that getpwall() andWalter Dörwald2003-04-151-159/+185
* Add special consideration for rlcompleter. As a side effect ofGuido van Rossum2002-10-091-1/+12
* Complete the absolute import patch for the test suite. All relativeBarry Warsaw2002-07-301-1/+1