summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
...
* Use test_support.requires() to decide whether additional largefileBarry Warsaw2001-08-201-7/+8
* Removed --have-resources flag in favor of the more granular -u/--useBarry Warsaw2001-08-201-22/+61
* use_large_resources => use_resourcesBarry Warsaw2001-08-201-2/+8
* Test failed because these was no expected-output file, but always printedTim Peters2001-08-201-5/+8
* Deal more appropriately with bare ampersands and pointy brackets; thisFred Drake2001-08-201-7/+27
* Add test case to cover multiple future statements on separate lines ofJeremy Hylton2001-08-201-0/+11
* Fix SF bug [ #450245 ] Error in parsing future stmtsJeremy Hylton2001-08-203-0/+5
* Committing and closing SF patch #403671 by Finn Bock to help JythonBarry Warsaw2001-08-201-11/+31
* add a few test cases for threading module.Skip Montanaro2001-08-201-0/+52
* Silence warnings during test_osJeremy Hylton2001-08-201-0/+5
* Expose the CO_xxx flags via the "new" module (re-solving a problem "theTim Peters2001-08-181-0/+13
* Fix for bug [#452230] future division isn't propagated.Tim Peters2001-08-171-0/+1
* Use raw-unicode-escape for the tests that require it.Martin v. Löwis2001-08-172-3/+3
* Add test for weak references.Guido van Rossum2001-08-171-3/+33
* Test that uu.py will not override an existing file if out_file isn'tBarry Warsaw2001-08-171-0/+34
* A self-contained piece of Michael Hudson's patchTim Peters2001-08-171-1/+6
* Patch #445762: Support --disable-unicodeMartin v. Löwis2001-08-1710-115/+165
* classic(),metods(): add tests to verify that a bound method without aGuido van Rossum2001-08-171-0/+2
* classic(), methods(): add another test relating to unbound methods:Guido van Rossum2001-08-171-0/+6
* Add early binding of methods to the 2nd metaclass example.Guido van Rossum2001-08-171-1/+6
* metaclass(): add tests for metaclasses written in Python: one thatGuido van Rossum2001-08-171-0/+33
* Added a test for module repr truncation when the package name isBarry Warsaw2001-08-161-0/+35
* classobject.c:instancemethod_descr_get(): when a bound method isGuido van Rossum2001-08-161-1/+1
* test_descr started breaking in yet another way in the same place.Tim Peters2001-08-161-2/+6
* New unit test for the mimetypes module, to avoid future regressions.Fred Drake2001-08-161-0/+42
* Repair some accidents causing Windows failures:Tim Peters2001-08-162-5/+5
* The change of type(None).__name__ from 'None' to 'NoneType' broke thisGuido van Rossum2001-08-162-4/+4
* Add tests for overridable operators that have default interpretationsGuido van Rossum2001-08-151-0/+127
* Given a class without __cmp__ or __eq__, cmp() of two instances ofGuido van Rossum2001-08-151-0/+8
* Add a test to verify that bound methods work correctly.Guido van Rossum2001-08-151-0/+18
* Move one of the tests into the "PEP 255" section, to reflect a change inTim Peters2001-08-151-12/+15
* Add a test for a weird bug I just discovered: a dynamic subclassGuido van Rossum2001-08-141-0/+5
* Test the new semantics for setting and deleting a function's __dict__Barry Warsaw2001-08-141-45/+50
* reload(exceptions) should not raise an ImportError, but should actBarry Warsaw2001-08-131-0/+8
* 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
* Modify _Set to support iteration.Jeremy Hylton2001-08-121-0/+3
* - Expand test for dynamic objects.Guido van Rossum2001-08-121-21/+33
* Make the output of tests skipped readable (i.e., deliberately break itTim Peters2001-08-121-6/+30
* dynamics(): add tests for dynamic *instances* (which are currentlyGuido van Rossum2001-08-121-1/+20
* Test the unary operator changes to the compilerJeremy Hylton2001-08-121-0/+43
* Add the list of expected skips for Linux 2.x. Restructured the code aGuido van Rossum2001-08-121-28/+51
* Move line; reported on python-dev by Mark Favas (thanks!).Tim Peters2001-08-121-1/+1
* Teach regrtest which tests we *expect* to skip on Win32. Please teach itTim Peters2001-08-121-0/+85
* The test assumed that the local pathname convention for "foo" would sort befo...Jack Jansen2001-08-111-2/+4
* Added tests for rich comparison operator functions.Fred Drake2001-08-112-119/+212
* Add test for SF bug #442833 (multiple inheritance).Guido van Rossum2001-08-101-0/+14
* The message accompanying the TypeError exception on a readonlyGuido van Rossum2001-08-101-1/+1
* Allow AttributeError as well as TypeError for attribute-less objects.Guido van Rossum2001-08-101-1/+1
* Patch #441091 from Finn Bock: the more advanced flush options are notAndrew M. Kuchling2001-08-101-15/+20