Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
c4afe2950ab97fb529da99b511036b8a974b1694
/
Lib
/
UserString.py
53663a6
Issue 2235: __hash__ is once again inherited by default, but inheritance can be blocked explicitly so that collections.Hashable remains meaningful
by Nick Coghlan
· 17 years ago
abb34fe
UserString.MutableString has been removed in Python 3.0.
by Brett Cannon
· 17 years ago
36316e3
No need to register subclass of ABCs.
by Raymond Hettinger
· 17 years ago
31f6bc0
No need to register classes that already inherit from ABCs.
by Raymond Hettinger
· 17 years ago
882a416
Merge r60628, r60631, and r60633. Register UserList and UserString will the appropriate ABCs.
by Raymond Hettinger
· 17 years ago
3ccec68
Improve extended slicing support in builtin types and classes. Specifically:
by Thomas Wouters
· 18 years ago
418b97e
Cleanup: Remove import of types to get StringTypes, we can just use basestring.
by Neal Norwitz
· 19 years ago
a26de2a
added rpartition method to UserString class
by Fredrik Lundh
· 19 years ago
a172c32
Add "partition" to UserString.
by Georg Brandl
· 19 years ago
eba28be
Whitespace normalization.
by Tim Peters
· 20 years ago
af3b39a
Add support for negative indices in UserString.MutableString.__setitem__
by Walter Dörwald
· 20 years ago
4189c64
Remove .width() and .iswide() from UserString as well.
by Hye-Shik Chang
· 21 years ago
6838c55
Add comments for unicode-only methods to give hints on AttributeError
by Hye-Shik Chang
· 21 years ago
5f51259
Add iswide() and width() method for UserString according as the
by Hye-Shik Chang
· 21 years ago
eebb641
Add rsplit method for UserString, too. (Spotted by Raymond Hettinger)
by Hye-Shik Chang
· 21 years ago
4f8f976
Add optional fillchar argument to ljust(), rjust(), and center() string methods.
by Raymond Hettinger
· 21 years ago
611dbc3
Remove a typo. (Or is this some markup I don't understand? ;-)
by Thomas Heller
· 22 years ago
ffe33b7
Attempt to make all the various string *strip methods the same.
by Neal Norwitz
· 22 years ago
fe4f769
Add __mod__ method to UserString.
by Neil Schemenauer
· 22 years ago
c35491e
Moved inplace add and multiply methods from UserString to MutableString.
by Raymond Hettinger
· 23 years ago
408b6d3
Complete the absolute import patch for the test suite. All relative
by Barry Warsaw
· 23 years ago
f207277
More --disable-unicode stuff.
by Michael W. Hudson
· 23 years ago
068325e
Apply the second version of SF patch http://www.python.org/sf/536241
by Walter Dörwald
· 23 years ago
018b0eb
Partially implement SF feature request 444708.
by Guido van Rossum
· 23 years ago
2d92041
This patch changes the way the string .encode() method works slightly
by Marc-André Lemburg
· 24 years ago
e99d5ea
added __all__ lists to a number of Python modules
by Skip Montanaro
· 24 years ago
e119006
Whitespace normalization. Top level of Lib now fixed-point for reindent.py!
by Tim Peters
· 24 years ago
add8d86
Fix two typos in __imul__. Closes Bug #117745.
by Guido van Rossum
· 25 years ago
fa12e13
simple typo that makes regression test test_userstring fail
by Peter Schneider-Kamp
· 25 years ago
104a7bc
Support for augmented assignment in the UserList, UserDict, UserString and
by Thomas Wouters
· 25 years ago
a893957
Denis S. Otkidach <den@analyt.chem.msu.ru>:
by Fred Drake
· 25 years ago
fd54757
add isalpha and isalnum methods
by Jeremy Hylton
· 25 years ago
8666291
Marc-Andre Lemburg:
by Guido van Rossum
· 25 years ago
a22b576
UserString class from Peter Funk <pf@artcom-gmbh.de>.
by Fred Drake
· 25 years ago