- 3f996e7 type_call(): Change in policy. The keyword args (if any) are now passed by Tim Peters · 23 years ago
- 59c9a64 SF bug [#460467] file objects should be subclassable. by Tim Peters · 23 years ago
- 4f467e8 Added subclass equality tests. Almost all of these are commented out now, by Tim Peters · 23 years ago
- 2400fa4 Again perhaps the end of [#460020] bug or feature: unicode() and subclasses. by Tim Peters · 23 years ago
- 111f609 If interning an instance of a string subclass, intern a real string object by Tim Peters · 23 years ago
- af90b3e str_subtype_new, unicode_subtype_new: by Tim Peters · 23 years ago
- 7a29bd5 More on bug 460020: disable many optimizations of unicode subclasses. by Tim Peters · 23 years ago
- 8fa5dd0 More bug 460020: lots of string optimizations inhibited for string by Tim Peters · 23 years ago
- 69c2de3 More bug 460020. Disable a number of long optimizations for long subclasses. by Tim Peters · 23 years ago
- 0280cf7 More bug 460020: when F is a subclass of float, disable the unary plus by Tim Peters · 23 years ago
- 73a1dfe More bug 460020. When I is a subclass of int, disable the +I(whatever), by Tim Peters · 23 years ago
- 7b07a41 The endless 460020 bug. by Tim Peters · 23 years ago
- 779ce4a Restore the comparisons that I initially put in the test but that Tim by Guido van Rossum · 23 years ago
- 78e0fc7 Possibly the end of SF [#460020] bug or feature: unicode() and subclasses. by Tim Peters · 23 years ago
- c636f56 Added another test of str() applied to a string subclass instance, by Tim Peters · 23 years ago
- 5a49ade More on SF bug [#460020] bug or feature: unicode() and subclasses. by Tim Peters · 23 years ago
- 4c3a0a3 More on SF bug [#460020] bug or feature: unicode() and subclasses. by Tim Peters · 23 years ago
- caaff8d test_dir(): Add tests for dir(i) where i is a module subclass. by Tim Peters · 23 years ago
- 7a50f25 More for SF bug [#460020] bug or feature: unicode() and subclasses by Tim Peters · 23 years ago
- 64b5ce3 SF bug #460020: bug or feature: unicode() and subclasses. by Tim Peters · 23 years ago
- 8bce4ac Rename 'getset' to 'property'. by Guido van Rossum · 23 years ago
- 37a309d builtin_dir(): Treat classic classes like types. Use PyDict_Keys instead by Tim Peters · 23 years ago
- 5d2b77c Make dir() wordier (see the new docstring). The new behavior is a mixed by Tim Peters · 23 years ago
- 25786c0 Make dictionary() a real constructor. Accepts at most one argument, "a by Tim Peters · 23 years ago
- bfa47b0 Correct name mangling algorithm, and add a comment. by Guido van Rossum · 23 years ago
- 91ee798 metaclass(): add some more examples of metaclasses, including one by Guido van Rossum · 23 years ago
- caa9f43 Add testcases for inheritance from tricky builtins (numbers, strings, tuples). by Guido van Rossum · 23 years ago
- 8aea0cc Now that int is subclassable, have to change a test that tests for by Guido van Rossum · 23 years ago
- ce129a5 Fix the test again due to fewer calls to __getattr__. by Guido van Rossum · 23 years ago
- a5be8ed Fix one test to reflect the change in method lookup policy. by Guido van Rossum · 23 years ago
- 9881fc1 supers(): typo -- "if verify" should be "if verbose". by Guido van Rossum · 23 years ago
- c4a1880 Add test suite for super(). by Guido van Rossum · 23 years ago
- 76f0cb8 Add a test for the new getset type. by Guido van Rossum · 23 years ago
- 65d5d7f Add test for weak references. by Guido van Rossum · 23 years ago
- 84a79a8 classic(),metods(): add tests to verify that a bound method without a by Guido van Rossum · 23 years ago
- 9301876 classic(), methods(): add another test relating to unbound methods: by Guido van Rossum · 23 years ago
- 7e1ff69 Add early binding of methods to the 2nd metaclass example. by Guido van Rossum · 23 years ago
- 309b566 metaclass(): add tests for metaclasses written in Python: one that by Guido van Rossum · 23 years ago
- 501c7c7 classobject.c:instancemethod_descr_get(): when a bound method is by Guido van Rossum · 23 years ago
- 4d2dded test_descr started breaking in yet another way in the same place. by Tim Peters · 23 years ago
- 63a8d69 Repair some accidents causing Windows failures: by Tim Peters · 23 years ago
- a4ff6ab Add tests for overridable operators that have default interpretations by Guido van Rossum · 23 years ago
- b5a136b Add a test to verify that bound methods work correctly. by Guido van Rossum · 23 years ago
- 80e3675 Add a test for a weird bug I just discovered: a dynamic subclass by Guido van Rossum · 23 years ago
- d307740 - Expand test for dynamic objects. by Guido van Rossum · 23 years ago
- 9d4fe42 dynamics(): add tests for dynamic *instances* (which are currently by Guido van Rossum · 23 years ago
- e45763a Add test for SF bug #442833 (multiple inheritance). by Guido van Rossum · 23 years ago
- 6d94627 Allow AttributeError as well as TypeError for attribute-less objects. by Guido van Rossum · 23 years ago
- 3720261 Restore the test for 'object' that I removed when object was by Guido van Rossum · 23 years ago
- 15d86c6 Remove the test for the 'object' type -- it can no longer be by Guido van Rossum · 23 years ago
- 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago