index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_descr.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Restore the comparisons that I initially put in the test but that Tim
Guido van Rossum
2001-09-11
1
-6/+6
*
Possibly the end of SF [#460020] bug or feature: unicode() and subclasses.
Tim Peters
2001-09-11
1
-2/+2
*
Added another test of str() applied to a string subclass instance,
Tim Peters
2001-09-11
1
-0/+4
*
More on SF bug [#460020] bug or feature: unicode() and subclasses.
Tim Peters
2001-09-11
1
-1/+1
*
More on SF bug [#460020] bug or feature: unicode() and subclasses.
Tim Peters
2001-09-10
1
-1/+1
*
test_dir(): Add tests for dir(i) where i is a module subclass.
Tim Peters
2001-09-10
1
-0/+23
*
More for SF bug [#460020] bug or feature: unicode() and subclasses
Tim Peters
2001-09-10
1
-1/+1
*
SF bug #460020: bug or feature: unicode() and subclasses.
Tim Peters
2001-09-10
1
-0/+21
*
Rename 'getset' to 'property'.
Guido van Rossum
2001-09-06
1
-10/+10
*
builtin_dir(): Treat classic classes like types. Use PyDict_Keys instead
Tim Peters
2001-09-04
1
-10/+31
*
Make dir() wordier (see the new docstring). The new behavior is a mixed
Tim Peters
2001-09-03
1
-0/+49
*
Make dictionary() a real constructor. Accepts at most one argument, "a
Tim Peters
2001-09-02
1
-1/+51
*
Correct name mangling algorithm, and add a comment.
Guido van Rossum
2001-08-31
1
-2/+1
*
metaclass(): add some more examples of metaclasses, including one
Guido van Rossum
2001-08-30
1
-0/+104
*
Add testcases for inheritance from tricky builtins (numbers, strings,
Guido van Rossum
2001-08-30
1
-0/+74
*
Now that int is subclassable, have to change a test that tests for
Guido van Rossum
2001-08-29
1
-2/+2
*
Fix the test again due to fewer calls to __getattr__.
Guido van Rossum
2001-08-28
1
-3/+1
*
Fix one test to reflect the change in method lookup policy.
Guido van Rossum
2001-08-28
1
-2/+1
*
supers(): typo -- "if verify" should be "if verbose".
Guido van Rossum
2001-08-24
1
-1/+1
*
Add test suite for super().
Guido van Rossum
2001-08-24
1
-0/+32
*
Add a test for the new getset type.
Guido van Rossum
2001-08-24
1
-0/+24
*
Add test for weak references.
Guido van Rossum
2001-08-17
1
-3/+33
*
classic(),metods(): add tests to verify that a bound method without a
Guido van Rossum
2001-08-17
1
-0/+2
*
classic(), methods(): add another test relating to unbound methods:
Guido van Rossum
2001-08-17
1
-0/+6
*
Add early binding of methods to the 2nd metaclass example.
Guido van Rossum
2001-08-17
1
-1/+6
*
metaclass(): add tests for metaclasses written in Python: one that
Guido van Rossum
2001-08-17
1
-0/+33
*
classobject.c:instancemethod_descr_get(): when a bound method is
Guido van Rossum
2001-08-16
1
-1/+1
*
test_descr started breaking in yet another way in the same place.
Tim Peters
2001-08-16
1
-2/+6
*
Repair some accidents causing Windows failures:
Tim Peters
2001-08-16
1
-4/+4
*
Add tests for overridable operators that have default interpretations
Guido van Rossum
2001-08-15
1
-0/+127
*
Add a test to verify that bound methods work correctly.
Guido van Rossum
2001-08-15
1
-0/+18
*
Add a test for a weird bug I just discovered: a dynamic subclass
Guido van Rossum
2001-08-14
1
-0/+5
*
- Expand test for dynamic objects.
Guido van Rossum
2001-08-12
1
-21/+33
*
dynamics(): add tests for dynamic *instances* (which are currently
Guido van Rossum
2001-08-12
1
-1/+20
*
Add test for SF bug #442833 (multiple inheritance).
Guido van Rossum
2001-08-10
1
-0/+14
*
Allow AttributeError as well as TypeError for attribute-less objects.
Guido van Rossum
2001-08-10
1
-1/+1
*
Restore the test for 'object' that I removed when object was
Guido van Rossum
2001-08-09
1
-0/+24
*
Remove the test for the 'object' type -- it can no longer be
Guido van Rossum
2001-08-07
1
-24/+0
*
Merge of descr-branch back into trunk.
Tim Peters
2001-08-02
1
-0/+829