summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make __class__ assignment possible, when the object structures are theGuido van Rossum2001-09-251-0/+28
* Make properties discoverable from Python:Tim Peters2001-09-241-2/+28
* Added several new tests to check the behavior with respect to doctypeFred Drake2001-09-241-6/+77
* Adapt to use the test_main() approach.Fred Drake2001-09-241-1/+6
* Another comparison patch-up: comparing a type with a dynamic metatypeGuido van Rossum2001-09-241-0/+7
* Add more tests showing the relationship between exceptions raised & caughtFred Drake2001-09-241-9/+64
* Do the same thing to complex that I did to str: the rich comparisonGuido van Rossum2001-09-241-0/+15
* StringIO patch #462596: let's [c]StringIO accept read buffers onMarc-André Lemburg2001-09-241-8/+23