| Commit message (Expand) | Author | Age | Files | Lines |
* | Move UserString to collections. | Raymond Hettinger | 2008-02-21 | 1 | -244/+0 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-16 | 1 | -2/+0 |
|
|
* | No need to register classes that already inherit from ABCs. | Raymond Hettinger | 2008-02-11 | 1 | -2/+0 |
|
|
* | MutableSequence requires an insert() method. | Raymond Hettinger | 2008-02-06 | 1 | -0/+2 |
|
|
* | Let the world know that UserList is a MutableSequence. | Raymond Hettinger | 2008-02-06 | 1 | -2/+7 |
|
|
* | Removed PyInt_GetMax and sys.maxint | Christian Heimes | 2007-12-04 | 1 | -7/+7 |
|
|
* | Patch# 1258 by Christian Heimes: kill basestring. | Guido van Rossum | 2007-10-16 | 1 | -5/+5 |
|
|
* | Remove the simple slicing API. All slicing is now done with slice objects. | Thomas Wouters | 2007-08-30 | 1 | -15/+0 |
|
|
* | More raise statement normalization. | Collin Winter | 2007-08-30 | 1 | -2/+2 |
|
|
* | Raise statement normalization in Lib/. | Collin Winter | 2007-08-30 | 1 | -1/+1 |
|
|
* | Merge the trunk changes in. Breaks socket.ssl for now. | Thomas Wouters | 2007-08-28 | 1 | -8/+34 |
|
|
* | Fix some tests I broke. (More to follow.) | Guido van Rossum | 2007-08-27 | 1 | -0/+10 |
|
|
* | Rip out 'long' and 'L'-suffixed integer literals. | Guido van Rossum | 2007-01-15 | 1 | -1/+1 |
|
|
* | Restructure comparison dramatically. There is no longer a default | Guido van Rossum | 2006-08-24 | 1 | -3/+29 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -6/+5 |
|
|
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -0/+4 |
|
|
* | Whitespace normalization. | Tim Peters | 2005-03-28 | 1 | -2/+2 |
|
|
* | Add support for negative indices in UserString.MutableString.__setitem__ | Walter Dörwald | 2005-02-18 | 1 | -0/+4 |
|
|
* | Remove .width() and .iswide() from UserString as well. | Hye-Shik Chang | 2004-08-04 | 1 | -4/+0 |
|
|
* | Add comments for unicode-only methods to give hints on AttributeError | Hye-Shik Chang | 2004-06-04 | 1 | -2/+2 |
|
|
* | Add iswide() and width() method for UserString according as the | Hye-Shik Chang | 2004-06-04 | 1 | -0/+4 |
|
|
* | Add rsplit method for UserString, too. | Hye-Shik Chang | 2003-12-15 | 1 | -0/+2 |
|
|
* | Add optional fillchar argument to ljust(), rjust(), and center() string methods. | Raymond Hettinger | 2003-11-26 | 1 | -3/+6 |
|
|
* | Remove a typo. (Or is this some markup I don't understand? ;-) | Thomas Heller | 2003-08-27 | 1 | -1/+1 |
|
|
* | Attempt to make all the various string *strip methods the same. | Neal Norwitz | 2003-04-10 | 1 | -3/+3 |
|
|
* | Add __mod__ method to UserString. | Neil Schemenauer | 2002-11-18 | 1 | -0/+2 |
|
|
* | Moved inplace add and multiply methods from UserString to MutableString. | Raymond Hettinger | 2002-08-09 | 1 | -11/+11 |
|
|
* | Complete the absolute import patch for the test suite. All relative | Barry Warsaw | 2002-07-30 | 1 | -4/+2 |
|
|
* | More --disable-unicode stuff. | Michael W. Hudson | 2002-05-20 | 1 | -6/+6 |
|
|
* | Apply the second version of SF patch http://www.python.org/sf/536241 | Walter Dörwald | 2002-04-15 | 1 | -0/+1 |
|
|
* | Partially implement SF feature request 444708. | Guido van Rossum | 2002-04-13 | 1 | -3/+3 |
|
|
* | This patch changes the way the string .encode() method works slightly | Marc-André Lemburg | 2001-05-15 | 1 | -0/+8 |
|
|
* | added __all__ lists to a number of Python modules | Skip Montanaro | 2001-01-20 | 1 | -0/+2 |
|
|
* | Whitespace normalization. Top level of Lib now fixed-point for reindent.py! | Tim Peters | 2001-01-15 | 1 | -14/+14 |
|
|
* | Fix two typos in __imul__. Closes Bug #117745. | Guido van Rossum | 2000-10-25 | 1 | -2/+2 |
|
|
* | simple typo that makes regression test test_userstring fail | Peter Schneider-Kamp | 2000-08-24 | 1 | -1/+1 |
|
|
* | Support for augmented assignment in the UserList, UserDict, UserString and | Thomas Wouters | 2000-08-24 | 1 | -0/+11 |
|
|
* | Denis S. Otkidach <den@analyt.chem.msu.ru>: | Fred Drake | 2000-08-21 | 1 | -2/+2 |
|
|
* | add isalpha and isalnum methods | Jeremy Hylton | 2000-07-10 | 1 | -0/+2 |
|
|
* | Marc-Andre Lemburg: | Guido van Rossum | 2000-04-11 | 1 | -1/+1 |
|
|
* | UserString class from Peter Funk <pf@artcom-gmbh.de>. | Fred Drake | 2000-04-03 | 1 | -0/+158 |
|
|