summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Remove two XXX comments that have been resolved.Guido van Rossum2001-09-101-2/+0
* Move the global variables 'size' and 'name' to the top -- these areGuido van Rossum2001-09-101-5/+5
* Change the criteria for skipping the test.Guido van Rossum2001-09-101-19/+22
* Test the failed-unicode-decoding bug in PyArg_ParseTuple().Jeremy Hylton2001-09-101-0/+24
* Repair late-night doc typos.Tim Peters2001-09-102-3/+3
* Teach regrtest how to pass on doctest failure msgs. This is done via aTim Peters2001-09-098-27/+95
* Force "test." into the start of the module name, inherited by class andTim Peters2001-09-091-17/+11
* Generalize operator.indexOf (PySequence_Index) to work with anyTim Peters2001-09-081-0/+41
* It appears that unittest was changed to stop hoarding raw exception data,Tim Peters2001-09-081-4/+1
* Fix typo in error reporting. This doesn't need to go into the releaseTim Peters2001-09-071-1/+1
* Reverting to rev 1.2. Apparently gcc doesn't use the extended-precisionTim Peters2001-09-061-3/+16
* Rewrite to use test_support's fine fcmp instead -- I didn't know thatTim Peters2001-09-061-16/+3
* Added some underflow-to-0.0 long/long true division tests.Tim Peters2001-09-061-0/+6
* Rename 'getset' to 'property'.Guido van Rossum2001-09-063-19/+19
* Two small changes to the resource usage option:Guido van Rossum2001-09-062-4/+5
* Added tests for key deletion for both Weak*Dictionary flavors.Fred Drake2001-09-061-0/+22
* Skip instead of fail this test if the socket module has no sslGuido van Rossum2001-09-061-0/+3
* Dubious assumptions:Tim Peters2001-09-061-5/+10
* Enable large file support on Win32 systems.Tim Peters2001-09-061-4/+4
* Rework the way we try to check for libm overflow, given that C99 no longerTim Peters2001-09-051-1/+1
* LongReprTest fails on the Mac because it uses filenames with more thanJack Jansen2001-09-051-1/+2
* Remove a debug print left in the code by Fred.Guido van Rossum2001-09-051-1/+0
* Patch #449815: Set filesystemencoding based on CODESET.Martin v. Löwis2001-09-051-1/+15
* 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