summaryrefslogtreecommitdiff
path: root/Lib/test/test_pyclbr.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-2/+2
* #7092: silence py3k warnings for deprecated modulesEzio Melotti2010-01-301-8/+12
* use assert[Not]IsInstance where appropriateEzio Melotti2010-01-241-2/+2
* Reverting the Revision: 77368. I committed Flox's big patch for tests bySenthil Kumaran2010-01-081-10/+6
* Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...Senthil Kumaran2010-01-081-6/+10
* split unittest.py into a packageBenjamin Peterson2009-07-191-1/+1
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-4/+4
* Fix test_pyclbr after another platform-dependent function was added to urllib.Georg Brandl2008-05-181-0/+1
* Adapt test_pyclbr to the new version of urllib.py:Amaury Forgeot d'Arc2008-05-121-1/+5
* Deprecated the mhlib module for removal in 3.0.Brett Cannon2008-05-111-1/+0
* #2503 make singletons compared with "is" not == or !=Benjamin Peterson2008-03-291-1/+1
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+1
* Fix test_pyclbr after urllib change.Georg Brandl2008-01-201-0/+1
* Bug #1560617: in pyclbr, return full module name not only for classes,Georg Brandl2006-09-301-0/+3
* Whitespace normalizationNeal Norwitz2006-04-181-1/+1
* test_pyclbr goes nuts when a module contains code to try importing a classPhillip J. Eby2006-04-181-0/+3
* Merge email package 4.0 from the sandbox, including documentation, test cases,Barry Warsaw2006-03-181-1/+1
* Teach a test about the different kinds of functions.Raymond Hettinger2004-09-041-2/+2
* Whitespace normalization.Tim Peters2004-08-041-1/+1
* PEP-0318, @decorator-style. In Guido's words:Anthony Baxter2004-08-021-12/+32
* Oops! Restored the pickle test to test_pyclbr, but changed types.py soTim Peters2004-07-181-0/+1
* The Darwin-specific getproxies_internetconfig() was added to urllib,Tim Peters2004-07-181-2/+2
* * Migrate set() and frozenset() from the sandbox.Raymond Hettinger2003-11-161-2/+1
* Used sets.Set() to compare unordered sequences.Raymond Hettinger2003-05-021-10/+4
* Last checkin was missing the tuple comma.Raymond Hettinger2002-12-301-1/+1
* Restore the test of the random module after including "Random" in theRaymond Hettinger2002-12-301-1/+1
* Temporarily comment out a test that crashes upon the introduction ofRaymond Hettinger2002-12-301-1/+1
* Add more sophistication to the comparison between pyclbr output andGuido van Rossum2002-12-031-42/+36
* Moderately heavy reorganization of pyclbr to fix package-related bugs.Guido van Rossum2002-12-021-14/+34
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Remove httplib from tested modules.Jeremy Hylton2002-07-121-15/+0
* assertHasattr(): Made failure msg better than useless.Tim Peters2002-07-101-1/+4
* SF bug 558179.Guido van Rossum2002-06-051-1/+1
* Stop sucking up xmllib -- it's deprecated.Tim Peters2002-04-111-1/+0
* Fix pyclbr test of httplib without really understanding pyclbr.Jeremy Hylton2002-03-081-1/+2
* SF bug [#467336] doctest failures w/ new-style classes.Tim Peters2001-10-031-1/+4
* SF patch [#466616] Exclude imported items from doctest,Tim Peters2001-10-021-2/+3
* Change the PyUnit-based tests to use the test_main() approach. ThisFred Drake2001-09-201-1/+7
* builtin_dir(): Treat classic classes like types. Use PyDict_Keys insteadTim Peters2001-09-041-1/+1
* Repair Unix-specific assumptions that caused this to fail on Windows.Tim Peters2001-08-131-20/+18
* Nick Mathewson: test suite for the class browser support module.Fred Drake2001-08-131-0/+158