summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_descrtut.py
Commit message (Expand)AuthorAgeFilesLines
* Remove support for __members__ and __methods__. There still might beNeal Norwitz2007-08-111-9/+1
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-1/+1
* * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes.Georg Brandl2007-02-091-12/+13
* Fix a bunch of doctests with the -d option of refactor.py.Guido van Rossum2007-02-091-31/+31
* Patch #1550800: make exec a function.Georg Brandl2006-09-061-1/+1
* Restructure comparison dramatically. There is no longer a defaultGuido van Rossum2006-08-241-4/+1
* - Fix doctest results to account for classes being new-style, and thusThomas Wouters2006-04-151-9/+9
* Use descriptors.Guido van Rossum2005-01-161-3/+3
* SF Bug #215126: Over restricted type checking on eval() functionRaymond Hettinger2004-07-021-10/+0
* Guido grants a Christmas wish:Raymond Hettinger2003-12-171-2/+1
* Update test to handle list.__reversed__().Raymond Hettinger2003-11-081-0/+1
* Update test to include "sorted" in dir(list).Raymond Hettinger2003-10-291-1/+2
* Introducing __reduce_ex__, which is called with a protocol number argumentGuido van Rossum2003-02-181-0/+1
* One doctest displaying a dict didn't sort it first. *Maybe* this fixesTim Peters2003-02-181-2/+2
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-3/+3
* SF 560736. Optimize list iteration by filling the tp_iter slot.Raymond Hettinger2002-05-311-0/+1
* Add the 'bool' type and its values 'False' and 'True', as described inGuido van Rossum2002-04-031-6/+6
* Somebody made list.__dict__ grow a '__doc__' key, but apparently didn'tTim Peters2002-02-191-0/+1
* Rename "dictionary" (type and constructor) to "dict".Tim Peters2001-10-291-10/+10
* Halfway checkin. This is still messy, but it's beginning to addressGuido van Rossum2001-10-091-0/+1
* - Provisional support for pickling new-style objects. (*)Guido van Rossum2001-09-251-0/+1
* Change repr() of a new-style class to say <class 'ClassName'> ratherGuido van Rossum2001-09-251-3/+3
* Change the name of the __getattr__ special method for new-styleGuido van Rossum2001-09-211-1/+1
* Teach regrtest how to pass on doctest failure msgs. This is done via aTim Peters2001-09-091-4/+9
* Force "test." into the start of the module name, inherited by class andTim Peters2001-09-091-17/+11
* Rename 'getset' to 'property'.Guido van Rossum2001-09-061-7/+7
* Make dir() wordier (see the new docstring). The new behavior is a mixedTim Peters2001-09-031-4/+5
* Made a doctest out of the examples in Guido's type/class tutorial.Tim Peters2001-09-031-0/+498