summaryrefslogtreecommitdiff
path: root/Lib/test/test___all__.py
Commit message (Expand)AuthorAgeFilesLines
* Remove the imputil module.Brett Cannon2008-05-081-1/+0
* Merged revisions 62792,62799-62800 via svnmerge fromChristian Heimes2008-05-061-7/+10
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+1
* Move UserString to collections.Raymond Hettinger2008-02-211-1/+0
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-091-1/+0
* Merged revisions 56492-56752 via svnmerge fromGuido van Rossum2007-08-051-2/+0
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-061-3/+0
* Merged revisions 55407-55513 via svnmerge fromGuido van Rossum2007-05-221-5/+0
* Merged revisions 55328-55341 via svnmerge fromGuido van Rossum2007-05-151-3/+0
* Merged revisions 55325-55327 via svnmerge fromGuido van Rossum2007-05-141-0/+2
* Merged revisions 55270-55324 via svnmerge fromGuido van Rossum2007-05-141-2/+0
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-7/+5
* Patch #1680961: remove sys.exitfunc and replace it with a private C API. Also...Collin Winter2007-03-211-1/+0
* Merged revisions 53304-53433,53435-53450 via svnmerge fromThomas Wouters2007-01-151-1/+0
* Patch #1550800: make exec a function.Georg Brandl2006-09-061-2/+2
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-181-1/+1
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-4/+0
* Merge trunk up to 43069, putting re.py back and hopefully making the branchThomas Wouters2006-04-211-1/+0
* Merge part of the trunk changes into the p3yk branch. This merges from 43030Thomas Wouters2006-04-211-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
* Tighten up some warning filters, and break some dependencies on theTim Peters2002-04-161-3/+6
* It makes more sense to call resetwarnings() after every test runs thanTim Peters2002-04-161-2/+0
* Reduce the number of test-suite DeprecationWarnings; start addingTim Peters2002-04-151-0/+2
* Ignore more deprecation warnings.Tim Peters2002-04-111-4/+6
* SF patch 490393: test___all__ and Jython; from Finn Bock.Tim Peters2001-12-071-3/+4
* Fix comment typoAndrew M. Kuchling2001-11-021-1/+1
* Suppressing all DeprecationWarning messages was a bit of a problem forGuido van Rossum2001-09-041-3/+3
* Whitespace normalization.Tim Peters2001-08-091-1/+1
* Hack to workaround bug #445984: attempt to import _socket beforeGreg Ward2001-08-041-0/+4
* final round of __all__ lists (I hope) - skipped urllib2 because Moshe may beSkip Montanaro2001-03-011-0/+16
* sre_{parse, compile} no longer define __all__.Tim Peters2001-02-181-2/+0
* removed __all__ from several modulesSkip Montanaro2001-02-181-17/+0
* bunch more __all__ listsSkip Montanaro2001-02-151-0/+29
* test_pty started failing on Windows, but if and only if test___all__ wasTim Peters2001-02-121-2/+16