| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 69846 via svnmerge from | Mark Dickinson | 2009-02-21 | 1 | -1/+1 |
* | Merged revisions 63856-63857,63859-63860 via svnmerge from | Martin v. Löwis | 2008-06-04 | 1 | -0/+1 |
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -3/+3 |
* | Bug #2565: The repr() of type objects now calls them 'class', | Martin v. Löwis | 2008-04-07 | 1 | -5/+5 |
* | Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61062,... | Christian Heimes | 2008-02-28 | 1 | -0/+1 |
* | Patch from Georg Brandl and me for #1493 | Christian Heimes | 2007-11-25 | 1 | -3/+1 |
* | Remove the simple slicing API. All slicing is now done with slice objects. | Thomas Wouters | 2007-08-30 | 1 | -3/+0 |
* | Raise statement normalization in Lib/test/. | Collin Winter | 2007-08-29 | 1 | -1/+1 |
* | Implementation of PEP 3101, Advanced String Formatting. | Eric Smith | 2007-08-25 | 1 | -0/+1 |
* | Remove support for __members__ and __methods__. There still might be | Neal Norwitz | 2007-08-11 | 1 | -9/+1 |
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -1/+1 |
* | * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes. | Georg Brandl | 2007-02-09 | 1 | -12/+13 |
* | Fix a bunch of doctests with the -d option of refactor.py. | Guido van Rossum | 2007-02-09 | 1 | -31/+31 |
* | Patch #1550800: make exec a function. | Georg Brandl | 2006-09-06 | 1 | -1/+1 |
* | Restructure comparison dramatically. There is no longer a default | Guido van Rossum | 2006-08-24 | 1 | -4/+1 |
* | - Fix doctest results to account for classes being new-style, and thus | Thomas Wouters | 2006-04-15 | 1 | -9/+9 |
* | Use descriptors. | Guido van Rossum | 2005-01-16 | 1 | -3/+3 |
* | SF Bug #215126: Over restricted type checking on eval() function | Raymond Hettinger | 2004-07-02 | 1 | -10/+0 |
* | Guido grants a Christmas wish: | Raymond Hettinger | 2003-12-17 | 1 | -2/+1 |
* | Update test to handle list.__reversed__(). | Raymond Hettinger | 2003-11-08 | 1 | -0/+1 |
* | Update test to include "sorted" in dir(list). | Raymond Hettinger | 2003-10-29 | 1 | -1/+2 |
* | 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 |