summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* PyObject_Dir(): Merge in __members__ and __methods__ too (if they exist,Tim Peters2001-09-171-0/+8
* Since we had a bug with multiplication of dynamic long subclasses, add aTim Peters2001-09-151-1/+6
* A fix for SF bug #461546 (bug in long_mul).Guido van Rossum2001-09-151-0/+13
* The 'p' (Pascal string) pack code acts unreasonably when the string sizeTim Peters2001-09-151-0/+25
* limit prefix test for lambdaJeremy Hylton2001-09-141-1/+1
* Changed the dict implementation to take "string shortcuts" only whenTim Peters2001-09-141-2/+36
* Now that file objects are subclassable, you can get at the file constructorTim Peters2001-09-131-0/+42
* Use the keyword form of file() instead of open() to create TESTFN.Tim Peters2001-09-131-2/+2
* Added simple tests of keyword arguments in the basic type constructors.Tim Peters2001-09-131-0/+24
* type_call(): Change in policy. The keyword args (if any) are now passedTim Peters2001-09-131-2/+13
* SF bug [#460467] file objects should be subclassable.Tim Peters2001-09-131-1/+48
* Added subclass equality tests. Almost all of these are commented out now,Tim Peters2001-09-121-0/+11
* Again perhaps the end of [#460020] bug or feature: unicode() and subclasses.Tim Peters2001-09-121-0/+24
* If interning an instance of a string subclass, intern a real string objectTim Peters2001-09-121-0/+14
* str_subtype_new, unicode_subtype_new:Tim Peters2001-09-121-0/+10
* More on bug 460020: disable many optimizations of unicode subclasses.Tim Peters2001-09-121-2/+55
* More bug 460020: lots of string optimizations inhibited for stringTim Peters2001-09-121-2/+25
* More bug 460020. Disable a number of long optimizations for long subclasses.Tim Peters2001-09-111-0/+24
* More bug 460020: when F is a subclass of float, disable the unary plusTim Peters2001-09-111-0/+1
* More bug 460020. When I is a subclass of int, disable the +I(whatever),Tim Peters2001-09-111-0/+5
* The endless 460020 bug.Tim Peters2001-09-111-0/+9
* Test for new hmac module.Guido van Rossum2001-09-111-0/+2
* Fix the second reincarnation of SF #456395 -- failure on IRIX. ThisGuido van Rossum2001-09-111-6/+2
* Restore the comparisons that I initially put in the test but that TimGuido van Rossum2001-09-111-6/+6
* Possibly the end of SF [#460020] bug or feature: unicode() and subclasses.Tim Peters2001-09-111-2/+2
* Added another test of str() applied to a string subclass instance,Tim Peters2001-09-111-0/+4
* More on SF bug [#460020] bug or feature: unicode() and subclasses.Tim Peters2001-09-111-1/+1
* More on SF bug [#460020] bug or feature: unicode() and subclasses.Tim Peters2001-09-101-1/+1
* test_dir(): Add tests for dir(i) where i is a module subclass.Tim Peters2001-09-101-0/+23
* More for SF bug [#460020] bug or feature: unicode() and subclassesTim Peters2001-09-101-1/+1
* SF bug #460020: bug or feature: unicode() and subclasses.Tim Peters2001-09-101-0/+21
* 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