summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Add tests for augmented floor divisionJeremy Hylton2001-08-292-0/+27
* Now that int is subclassable, have to change a test that tests forGuido van Rossum2001-08-291-2/+2
* marshal.c r_long64: When reading a TYPE_INT64 value on a box with 32-bitTim Peters2001-08-291-0/+41
* pickle.py, load_int(): Match cPickle's just-repaired ability to unpickleTim Peters2001-08-281-0/+15
* Update an email address.Barry Warsaw2001-08-281-10/+10
* Fix the test again due to fewer calls to __getattr__.Guido van Rossum2001-08-281-3/+1
* Fix one test to reflect the change in method lookup policy.Guido van Rossum2001-08-281-2/+1
* Added list of tests expected to be skipped on the mac.Jack Jansen2001-08-281-0/+36
* A quick hack to make the test pass on the Mac (similar to the quick hackJack Jansen2001-08-271-0/+4
* Fix another test still expecting overflow on big int literals.Tim Peters2001-08-271-7/+2
* Change test_overflow to test_no_overflow; looks like big int literalsTim Peters2001-08-271-4/+5
* SF bug [#455775] float parsing discrepancy.Tim Peters2001-08-271-0/+15
* Undo previous checkin -- Barry fixed it better.Guido van Rossum2001-08-241-2/+0
* Update test output to match new (more informative) error message aboutGuido van Rossum2001-08-241-2/+2
* Quick and dirty fix for test_extcall failures trigged by Guido'sBarry Warsaw2001-08-242-4/+8
* Remove the local 'getset' class -- this is now a built-in type withGuido van Rossum2001-08-241-18/+0
* Rip the import repr truncation test out of here and put it in test_repr.pyBarry Warsaw2001-08-241-35/+0
* Added lots of tests for reprs of "simple" objects, such as file,Barry Warsaw2001-08-241-0/+156
* supers(): typo -- "if verify" should be "if verbose".Guido van Rossum2001-08-241-1/+1
* Add test suite for super().Guido van Rossum2001-08-241-0/+32
* Add a test for the new getset type.Guido van Rossum2001-08-241-0/+24
* Looks like someone forgot the change the expected output file.Tim Peters2001-08-241-14/+14
* Add a test for the new // operator too.Tim Peters2001-08-231-0/+4
* SF bug [#454456] int overflow code needs tests.Tim Peters2001-08-231-0/+61
* Remove test_long's expected-output file.Tim Peters2001-08-232-9/+8
* Committing and closing SF patch #441348 to help Jython to pass this test.Finn Bock2001-08-231-1/+1
* Turn OverflowWarning into an error locally, in order to make theGuido van Rossum2001-08-231-0/+3
* Merge changes from r22a2-branch back into trunk. Also, change patchBarry Warsaw2001-08-221-0/+3
* A test of SSL support, using a roundabout method suggested by Guido.Barry Warsaw2001-08-201-0/+13
* 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