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_descrtut.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introducing __reduce_ex__, which is called with a protocol number argument
Guido van Rossum
2003-02-18
1
-0/+1
*
One doctest displaying a dict didn't sort it first. *Maybe* this fixes
Tim Peters
2003-02-18
1
-2/+2
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
1
-3/+3
*
SF 560736. Optimize list iteration by filling the tp_iter slot.
Raymond Hettinger
2002-05-31
1
-0/+1
*
Add the 'bool' type and its values 'False' and 'True', as described in
Guido van Rossum
2002-04-03
1
-6/+6
*
Somebody made list.__dict__ grow a '__doc__' key, but apparently didn't
Tim Peters
2002-02-19
1
-0/+1
*
Rename "dictionary" (type and constructor) to "dict".
Tim Peters
2001-10-29
1
-10/+10
*
Halfway checkin. This is still messy, but it's beginning to address
Guido van Rossum
2001-10-09
1
-0/+1
*
- Provisional support for pickling new-style objects. (*)
Guido van Rossum
2001-09-25
1
-0/+1
*
Change repr() of a new-style class to say <class 'ClassName'> rather
Guido van Rossum
2001-09-25
1
-3/+3
*
Change the name of the __getattr__ special method for new-style
Guido van Rossum
2001-09-21
1
-1/+1
*
Teach regrtest how to pass on doctest failure msgs. This is done via a
Tim Peters
2001-09-09
1
-4/+9
*
Force "test." into the start of the module name, inherited by class and
Tim Peters
2001-09-09
1
-17/+11
*
Rename 'getset' to 'property'.
Guido van Rossum
2001-09-06
1
-7/+7
*
Make dir() wordier (see the new docstring). The new behavior is a mixed
Tim Peters
2001-09-03
1
-4/+5
*
Made a doctest out of the examples in Guido's type/class tutorial.
Tim Peters
2001-09-03
1
-0/+498