summaryrefslogtreecommitdiff
path: root/Lib/test/test_descrtut.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #27366: Implement PEP 487Nick Coghlan2016-07-301-0/+1
* Backed out changeset af29d89083b3 (closes #25548) (closes #27498)Benjamin Peterson2016-07-131-16/+15
* Issue #25548: Showing memory address of class objects in replKushal Das2016-06-041-15/+16
* Merge 3.2, issue #17047: remove doubled words found in 2.7 toTerry Jan Reedy2013-03-111-1/+1
|\
| * Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*,Terry Jan Reedy2013-03-111-1/+1
* | move specialized dir implementations into __dir__ methods (closes #12166)Benjamin Peterson2011-05-241-0/+1
* | Issue #10516: adding list.clear() and list.copy() methodsEli Bendersky2011-02-251-0/+2
|/
* Merged revisions 69846 via svnmerge fromMark Dickinson2009-02-211-1/+1
* Merged revisions 63856-63857,63859-63860 via svnmerge fromMartin v. Löwis2008-06-041-0/+1
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-3/+3
* Bug #2565: The repr() of type objects now calls them 'class',Martin v. Löwis2008-04-071-5/+5
* Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61062,...Christian Heimes2008-02-281-0/+1
* Patch from Georg Brandl and me for #1493Christian Heimes2007-11-251-3/+1
* Remove the simple slicing API. All slicing is now done with slice objects.Thomas Wouters2007-08-301-3/+0
* Raise statement normalization in Lib/test/.Collin Winter2007-08-291-1/+1
* Implementation of PEP 3101, Advanced String Formatting.Eric Smith2007-08-251-0/+1
* 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