COMMITS
/ Objects/stringobject.c December 19, 2007
C
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
Christian Heimes committed
December 10, 2007
C
Fixed issue #1564: The set implementation should special-case PyUnicode instead of PyString
Christian Heimes committed
December 8, 2007
C
Merged revisions 59407-59422 via svnmerge from
Christian Heimes committed
December 2, 2007
C
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
Christian Heimes committed
November 25, 2007
G
Remove unused variable.
Georg Brandl committed
November 24, 2007
G
Use proper API for iter.__next__().
Georg Brandl committed
November 22, 2007
A
Just inline a function, and discover that it can only raise an exception.
Amaury Forgeot d'Arc committed
C
A
Typo in bytes.replace(): the buffer interface was always used.
Amaury Forgeot d'Arc committed
A
PyString_AsString is permissive and accepts unicode strings.
Amaury Forgeot d'Arc committed
November 21, 2007
G
Rename buffer -> bytearray.
Guido van Rossum committed
November 18, 2007
C
Merged revisions 59005-59040 via svnmerge from
Christian Heimes committed
November 10, 2007
G
Merged revisions 58886-58929 via svnmerge from
Guido van Rossum committed
November 6, 2007
G
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum committed
November 1, 2007
G
Merged revisions 58221-58741 via svnmerge from
Guido van Rossum committed
October 26, 2007
G
Sort the method lists for str8 and bytes so differences are more apparent.
Guido van Rossum committed
October 24, 2007
G
Patch #1303: Adapt str8 constructor to bytes (now buffer) one.
Georg Brandl committed
October 19, 2007
G
Patch 1280, by Alexandre Vassalotti.
Guido van Rossum committed
October 16, 2007
G
Patch# 1258 by Christian Heimes: kill basestring.
Guido van Rossum committed
G
For PEP3137: Adds missing methods to the mutable PyBytes object (soon
Gregory P. Smith committed
October 9, 2007
G
Replace all (locale-dependent) uses of isupper(), tolower(), etc., by
Guido van Rossum committed
September 23, 2007
August 30, 2007
T
Remove the simple slicing API. All slicing is now done with slice objects.
Thomas Wouters committed
August 28, 2007
T
Merge the trunk changes in. Breaks socket.ssl for now.
Thomas Wouters committed
August 18, 2007
T
Merged in py3k-buffer branch to main line. All objects now use the buffer protocol in PEP 3118.
Travis E. Oliphant committed
August 14, 2007
M
Format bools properly in %d.
Martin v. Löwis committed
August 7, 2007
G
Kill all uses and definitions of tp_print under Objects/. (Others will follow.)
Guido van Rossum committed
August 6, 2007
G
Merged revisions 56753-56781 via svnmerge from
Guido van Rossum committed
July 21, 2007
M
Fix merge breakage.
Martin v. Löwis committed
M
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis committed
July 18, 2007
G
Merged revisions 56301-56442 via svnmerge from
Guido van Rossum committed
July 3, 2007
G
Fix a subtle bug in PyString_Repr().
Guido van Rossum committed
June 15, 2007
G
Patch by Ron Adam to make repr(str8(...)) return something looking like
Guido van Rossum committed
June 13, 2007
G
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum committed
June 10, 2007
M
Make identifiers str (not str8) objects throughout.
Martin v. Löwis committed
June 7, 2007
G
Don't lie in error messages from str8.
Guido van Rossum committed
May 18, 2007
W
Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror
Walter Dörwald committed
May 17, 2007
G
Merged revisions 55342-55406 via svnmerge from
Guido van Rossum committed
May 4, 2007
G
More coding by random modification.
Guido van Rossum committed
May 3, 2007
W
Fix type name (str has been renamed to str8).
Walter Dörwald committed
G
Get rid of all #ifdef Py_USING_UNICODE (it is always present now).
Guido van Rossum committed
G
Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'.
Guido van Rossum committed
April 27, 2007
G
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum committed
April 13, 2007
G
Rough and dirty job -- allow concatenation of bytes and arbitrary
Guido van Rossum committed
February 26, 2007
G
Fix a refleak in PyString_Format.
Georg Brandl committed
February 25, 2007
T
Merged revisions 53875-53911 via svnmerge from
Thomas Wouters committed
January 14, 2007
G
Merged the int/long unification branch, by very crude means (sorry Thomas!).
Guido van Rossum committed
December 13, 2006
T
Four months of trunk changes (including a few releases...)
Thomas Wouters committed
August 21, 2006
T
Merge current trunk into p3yk. This includes the PyNumber_Index API change,
Thomas Wouters committed
August 17, 2006
G
Make the it_index field in the str/unicode iterators Py_ssize_t's.
Guido van Rossum committed