summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Patch #453627: Adds a list of tests that are expected to be skipped for UnixW...Martin v. Löwis2001-09-051-0/+24
* Add a test for the final branch in repr.Repr.repr1(), which deals withGuido van Rossum2001-09-051-0/+5
* Return reasonable results for math.log(long) and math.log10(long) (we wereTim Peters2001-09-051-3/+37
* Revert one of the "division fixes" in test_long. It intends to try bothTim Peters2001-09-041-2/+2
* The first batch of changes recommended by the fixdiv tool. These areGuido van Rossum2001-09-0410-20/+20
* HTMLParser is allowed to be more strict than sgmllib, so let's notFred Drake2001-09-041-6/+1
* Suppressing all DeprecationWarning messages was a bit of a problem forGuido van Rossum2001-09-041-3/+3
* Enhanced the test for DOCTYPE declarations, added a test for dealing withFred Drake2001-09-041-14/+23
* Whitespace normalization.Tim Peters2001-09-043-3/+2
* Fixed a typo and added more tests.Tim Peters2001-09-041-1/+12
* Change long/long true division to return as many good bits as it can;Tim Peters2001-09-041-0/+38
* Raise OverflowError when appropriate on long->float conversion. Most ofTim Peters2001-09-041-0/+37
* builtin_dir(): Treat classic classes like types. Use PyDict_Keys insteadTim Peters2001-09-042-11/+32
* Restore a line deleted by mistake.Tim Peters2001-09-031-0/+2
* New restriction on pow(x, y, z): If z is not None, x and y must be ofTim Peters2001-09-034-25/+41
* Make dir() wordier (see the new docstring). The new behavior is a mixedTim Peters2001-09-033-11/+55
* Made a doctest out of the examples in Guido's type/class tutorial.Tim Peters2001-09-031-0/+498
* Make dictionary() a real constructor. Accepts at most one argument, "aTim Peters2001-09-021-1/+51
* Whitespace normalization (tabs -> 4 spaces) in the Mac expectations.Guido van Rossum2001-09-021-35/+35
* Correct name mangling algorithm, and add a comment.Guido van Rossum2001-08-311-2/+1
* SF bug #456621: normpath on Win32 not collapsing c:\\..Tim Peters2001-08-301-0/+24
* metaclass(): add some more examples of metaclasses, including oneGuido van Rossum2001-08-301-0/+104
* SF patch #455966: Allow leading 0 in float/imag literals.Tim Peters2001-08-301-0/+44
* Add testcases for inheritance from tricky builtins (numbers, strings,Guido van Rossum2001-08-301-0/+74
* Revert the previous patch to test_pow.py and move the test to test_unary.pyFred Drake2001-08-302-10/+8
* Added a regression test for the negation-of-exponentiation optimizationFred Drake2001-08-301-0/+11
* Add a new function imp.lock_held(), and use it to skip test_threaded_importTim Peters2001-08-301-4/+6
* Workaround by Tim Peters to skip this test if run from test.autotest,Jack Jansen2001-08-291-1/+5
* 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