summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Completely get rid of __dynamic__ and the correspondingGuido van Rossum2001-10-151-53/+21
* test_typed_subpart_iterator_default_type(): Test for when the messageBarry Warsaw2001-10-151-0/+18
* Remove some unused imports.Fred Drake2001-10-131-4/+17
* You can't unlink open files on Windows.Tim Peters2001-10-131-1/+1
* A most trivial test for HotShot -- make sure we get reasonable eventsFred Drake2001-10-121-0/+81
* SF bug [#470040] ParseTuple t# vs subclasses.Tim Peters2001-10-121-1/+32
* Another step in the right direction: when a new class's attributeGuido van Rossum2001-10-111-16/+79
* Add a test for the HeaderParser class.Barry Warsaw2001-10-111-1/+17
* Add test of hexlify on Unicode stringsJeremy Hylton2001-10-111-0/+4
* SF patch [ #468662 ] Allow jython to complete test_grammarJeremy Hylton2001-10-101-4/+14
* 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