summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Add a bunch of tests for a list subclass that would have caught theGuido van Rossum2001-10-091-0/+22
* Halfway checkin. This is still messy, but it's beginning to addressGuido van Rossum2001-10-091-0/+1
* Added tests for MIMEAudio class/moduleBarry Warsaw2001-10-091-4/+69
* Add a test for get_all() returning failobj. msg_20.txt is a sampleBarry Warsaw2001-10-092-0/+28
* It turned out not so difficult to support old-style numbers (thoseGuido van Rossum2001-10-091-5/+6
* Added tests that check getboolean() with the newly allowed values fromFred Drake2001-10-082-0/+38
* Change all occurrences of verify(x == y) into vereq(x, y), since whenGuido van Rossum2001-10-081-374/+376
* Enable GC for new-style instances. This touches lots of files, sinceGuido van Rossum2001-10-051-0/+19
* Non-failing test for SF bug #467059.Fred Drake2001-10-041-0/+42
* run_suite(): If testclass is not available, provide an even more generalFred Drake2001-10-041-4/+8
* TestIterators: Tim Peters suggests a more succinct spelling ofBarry Warsaw2001-10-041-12/+4
* More test data for test_email.pyBarry Warsaw2001-10-042-0/+49
* test_header_splitter(), test_body_line_iterator(): Move the test dataBarry Warsaw2001-10-041-70/+32
* Updated to reflect the rationalized profiler event reporting.Fred Drake2001-10-041-46/+27
* This test relied on hard tab characters, so failed after whitespaceTim Peters2001-10-041-5/+5
* class_docstrings(): The new-style class tests should use new-styleTim Peters2001-10-041-4/+4
* Whitespace normalization.Tim Peters2001-10-044-36/+36
* SF bug [#467331] ClassType.__doc__ always None.Tim Peters2001-10-042-6/+35
* Hopefully fix the profiler right. Add a test suite that checks thatGuido van Rossum2001-10-042-0/+103
* Add some more test cases to be sure we do the right thing in various cases.Fred Drake2001-10-031-0/+117
* dynamics(): add a dummy __getattr__ method to the C class so that theGuido van Rossum2001-10-031-0/+5
* Made the classmethod docstring test a bit less trivial.Tim Peters2001-10-031-3/+3
* SF bug [#467336] doctest failures w/ new-style classes.Tim Peters2001-10-033-2/+118
* Add Garbage Collection support to new-style classes (not yet to theirGuido van Rossum2001-10-021-7/+23
* pickles():Guido van Rossum2001-10-021-18/+22
* The error reporting here was a bit sparse. In verbose mode, the codeGuido van Rossum2001-10-021-30/+24
* SF patch [#466616] Exclude imported items from doctest,Tim Peters2001-10-021-2/+3
* simple dumps/loads test case for xmlrpclibSkip Montanaro2001-10-011-0/+23
* Patch #462190, patch #464070: Support quoted printable in the binascii module.Martin v. Löwis2001-09-301-0/+13
* Add a few ``__dynamic__ = 0'' lines in classes that need to preserveGuido van Rossum2001-09-291-3/+7
* It's a fact: for binary operators, *under certain circumstances*,Guido van Rossum2001-09-281-1/+36
* Update the xml.dom.minidom tests to cover the DOM-compliant parts of theFred Drake2001-09-282-2/+31
* Remove an infelicitous space.Fred Drake2001-09-281-1/+1
* regrtest's -g option stopped working, during the changes to improveTim Peters2001-09-281-1/+1
* Reflect recent refinements of the regression testing framework.Fred Drake2001-09-281-9/+33
* Changes to copy() and deepcopy() in copy.py to support __reduce__ as aGuido van Rossum2001-09-281-1/+43
* More test cases, including something that simulates what the profilerFred Drake2001-09-261-5/+66
* A file just to look at (using pydoc).Tim Peters2001-09-261-0/+297
* Add tests for new PyErr_NormalizeException() behaviorJeremy Hylton2001-09-261-0/+35
* Test case for SF bugs #463359 and #462937, added to test_grammar for lack ofThomas Wouters2001-09-262-0/+28
* Update the tests for the current incarnation of the email package, andBarry Warsaw2001-09-261-105/+198
* More test messages for test_email.pyBarry Warsaw2001-09-262-0/+135
* test_iterator(): Don't do a type comparison to see if it's anBarry Warsaw2001-09-251-1/+4
* Factor out the protect-from-exceptions helpers and make capture_events()Fred Drake2001-09-251-35/+65
* Guido points out that sys.__stdout__ is a bit bucket under IDLE. So keepTim Peters2001-09-252-1/+13
* test_support should be imported directly, not via test.test_support.Tim Peters2001-09-252-2/+2
* Get rid of the increasingly convoluted global tricks w/ sys.stdout, inTim Peters2001-09-252-28/+12
* - Provisional support for pickling new-style objects. (*)Guido van Rossum2001-09-252-1/+63
* Set sys.save_stdout (to sys.stdout), so doctest-using tests can be runGuido van Rossum2001-09-251-0/+2
* Change repr() of a new-style class to say <class 'ClassName'> ratherGuido van Rossum2001-09-252-4/+4