Commits
User selector
Commit History
Commits on Dec 13, 2008
Backported r55839 and r61350
Show description for 9b8de84committed
Commits on Nov 12, 2008
- Issue #2587: In the C API, PyString_FromStringAndSize() takes a signed size
Show description for b7cfda1committed
Commits on Jul 31, 2008
Commits on Oct 6, 2006
[Backport r43695 | neal.norwitz]
Show description for 78754c1committed
Commits on Oct 5, 2006
[Backport r51248 | neal.norwitz]
Show description for 1af9f68committed
Commits on Oct 4, 2006
A review of overflow-detecting code in the 2.4 branch.
Show description for b2d0f34committed
Commits on Mar 7, 2006
Backport r42894: SF #1444030 Fix several potential defects found
Show description for 361cd4bcommitted
Commits on Oct 20, 2005
Commits on Oct 26, 2004
SF bug #1054139: serious string hashing error in 2.4b1
Show description for 561fbf1committed
Commits on Aug 23, 2004
SF Patch #1007087: Return new string for single subclass joins (Bug #1001011)
Show description for 674f241committed
Commits on Aug 7, 2004
This was quite a dark bug in my recent in-place string concatenation
Show description for 618fbf5committed- committed
Subclasses of string can no longer be interned. The semantics of
Show description for 4c989ddcommitted
Commits on Jul 8, 2004
- committed
Allow string and unicode return types from .encode()/.decode()
Show description for d2d4598committed
Commits on Jun 27, 2004
sizeof(char) is 1, by definition, so get rid of that expression in
Show description for e7c0532committed
Commits on Jun 8, 2004
Commits on Jan 5, 2004
[SF #866875] Add a specialized routine for one character
Show description for 75c00efcommitted
Commits on Dec 22, 2003
There are places in Python which assume bytes have 8-bits. Formalize that a
Show description for ac4ea13committed
Skip Montanaro
Commits on Dec 15, 2003
Add rsplit method for str and unicode builtin types.
Show description for 3ae811bcommitted
Commits on Nov 29, 2003
- Removed FutureWarnings related to hex/oct literals and conversions
Show description for 6c9e130committed
Commits on Nov 26, 2003
Commits on Oct 22, 2003
Avoid confusing name for the 3rd argument to str.replace().
Show description for d22bb65committed
Commits on Oct 18, 2003
Patch #825679: Clarify semantics of .isfoo on empty strings.
Show description for 6828e18committed
Commits on Aug 27, 2003
SF bug #795506: Wrong handling of string format code for float values.
Show description for 9bfe533committed
Commits on Jun 18, 2003
- committed
Commits on Apr 10, 2003
Attempt to make all the various string *strip methods the same.
Show description for ffe33b7committed
Commits on Apr 9, 2003
Commits on Mar 31, 2003
Fix PyString_Format() so that '%c' % u'a' returns u'a'
Show description for 43440a6committed
Commits on Jan 29, 2003
Implement appropriate __getnewargs__ for all immutable subclassable builtin
Show description for 5d9113dcommitted
Commits on Jan 15, 2003
SF patch #664192 bug #661913: inconsistent error messages between string
Show description for 5d5e7c0committed
Commits on Jan 6, 2003
GvR's idea to use memset() for the most common special case of repeating
Show description for 0a2f849committedOptimize string_repeat.
Show description for 698258acommitted
Commits on Dec 29, 2002
Patch for bug #659709: bogus computation of float length
Show description for 79f5783committedSF patch #659536: Use PyArg_UnpackTuple where possible.
Show description for ea3fdf4committed