34 Commits (9b5952d7cd64712dd68aebd577ce9cb0a67ca76c)

Author SHA1 Message Date
Nick Coghlan 53663a695e Issue 2235: __hash__ is once again inherited by default, but inheritance can be blocked explicitly so that collections.Hashable remains meaningful 18 years ago
Brett Cannon abb34fe9f3 UserString.MutableString has been removed in Python 3.0. 18 years ago
Raymond Hettinger 36316e37d5 No need to register subclass of ABCs. 18 years ago
Raymond Hettinger 31f6bc018b No need to register classes that already inherit from ABCs. 18 years ago
Raymond Hettinger 882a416900 Merge r60628, r60631, and r60633. Register UserList and UserString will the appropriate ABCs. 18 years ago
Thomas Wouters 3ccec68a05 Improve extended slicing support in builtin types and classes. Specifically: 19 years ago
Neal Norwitz 418b97eac1 Cleanup: Remove import of types to get StringTypes, we can just use basestring. 20 years ago
Fredrik Lundh a26de2a80f added rpartition method to UserString class 20 years ago
Georg Brandl a172c32c05 Add "partition" to UserString. 20 years ago
Tim Peters eba28bea9b Whitespace normalization. 21 years ago
Walter Dörwald af3b39a182 Add support for negative indices in UserString.MutableString.__setitem__ 21 years ago
Hye-Shik Chang 4189c643f8 Remove .width() and .iswide() from UserString as well. 22 years ago
Hye-Shik Chang 6838c557fa Add comments for unicode-only methods to give hints on AttributeError 22 years ago
Hye-Shik Chang 5f5125997b Add iswide() and width() method for UserString according as the 22 years ago
Hye-Shik Chang eebb641f23 Add rsplit method for UserString, too. 23 years ago
Raymond Hettinger 4f8f976576 Add optional fillchar argument to ljust(), rjust(), and center() string methods. 23 years ago
Thomas Heller 611dbc338e Remove a typo. (Or is this some markup I don't understand? ;-) 23 years ago
Neal Norwitz ffe33b7f24 Attempt to make all the various string *strip methods the same. 23 years ago
Neil Schemenauer fe4f769fb8 Add __mod__ method to UserString. 24 years ago
Raymond Hettinger c35491ee3a Moved inplace add and multiply methods from UserString to MutableString. 24 years ago
Barry Warsaw 408b6d34de Complete the absolute import patch for the test suite. All relative 24 years ago
Michael W. Hudson f207277167 More --disable-unicode stuff. 24 years ago
Walter Dörwald 068325ef92 Apply the second version of SF patch http://www.python.org/sf/536241 24 years ago
Guido van Rossum 018b0eb0f5 Partially implement SF feature request 444708. 24 years ago
Marc-André Lemburg 2d9204199f This patch changes the way the string .encode() method works slightly 25 years ago
Skip Montanaro e99d5ea25b added __all__ lists to a number of Python modules 25 years ago
Tim Peters e119006e7d Whitespace normalization. Top level of Lib now fixed-point for reindent.py! 25 years ago
Guido van Rossum add8d86325 Fix two typos in __imul__. Closes Bug #117745. 26 years ago
Peter Schneider-Kamp fa12e13ae7 simple typo that makes regression test test_userstring fail 26 years ago
Thomas Wouters 104a7bcc28 Support for augmented assignment in the UserList, UserDict, UserString and 26 years ago
Fred Drake a893957c8e Denis S. Otkidach <den@analyt.chem.msu.ru>: 26 years ago
Jeremy Hylton fd54757336 add isalpha and isalnum methods 26 years ago
Guido van Rossum 86662914be Marc-Andre Lemburg: 26 years ago
Fred Drake a22b576d05 UserString class from Peter Funk <pf@artcom-gmbh.de>. 26 years ago