summaryrefslogtreecommitdiff
path: root/Lib/test/test_dl.py
Commit message (Expand)AuthorAgeFilesLines
* Remove the dl module per PEP 3108.Neal Norwitz2008-03-241-34/+0
* Raise statement normalization in Lib/test/.Collin Winter2007-08-291-1/+1
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-4/+4
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-0/+1
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Patch #404680: disables the nis module and enables the dl module whenAndrew M. Kuchling2001-02-271-0/+1
* a bold attempt to fix things broken by MAL's verify patch: importFredrik Lundh2001-01-171-1/+1
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-1/+1
* Raise 'TestSkipped' (from the test_support) module rather than 'ImportError'Thomas Wouters2000-08-041-2/+2
* 1. Print the error message (carefully) when a dl.open() fails in verbose mode.Guido van Rossum1999-02-231-3/+4
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-13/+13
* Try calling getpid() from /usr/lib/libc.so instead of some otherGuido van Rossum1997-04-091-4/+1
* Many scripts, but small changes. Update the way the scripts obtain theRoger E. Masse1996-12-201-3/+1
* Added example DL for SGI IRIX.Guido van Rossum1996-12-201-0/+2
* Revised strategy for testing recomended by bwarsawRoger E. Masse1996-12-161-26/+28
* Test for the dl module. This only works for SunOS and Solaris.Roger E. Masse1996-12-131-0/+32