COMMITS
/ Objects/stringlib/string_format.h February 2, 2009
M
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Mark Dickinson committed
June 11, 2008
G
#2630: Implement PEP 3138.
Georg Brandl committed
June 2, 2008
May 31, 2008
E
Optimization of str.format() for cases with unicode, long, and float
Eric Smith committed
May 26, 2008
C
Renamed PyString to PyBytes
Christian Heimes committed
April 7, 2008
M
Merged revisions 62199 via svnmerge from
Martin v. Löwis committed
February 24, 2008
E
Corrected assert to check for correct type in py3k.
Eric Smith committed
February 18, 2008
E
Port 60893 to py3k, without unicode test.
Eric Smith committed
February 17, 2008
E
Fixes for shared 2.6 code that implements PEP 3101, advanced string
Eric Smith committed
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 2, 2007
C
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
Christian Heimes committed
November 15, 2007
T
Replace PyObject_Unicode with PyObject_Str everywhere, and remove the
Thomas Heller committed
September 5, 2007
E
Simplified recursion logic. Modified variable name to match string.Formatter.
Eric Smith committed
September 4, 2007
E
Changed some ValueError's to KeyError and IndexError.
Eric Smith committed
September 3, 2007
August 29, 2007
E
Modified parsing of format strings, so that we always return
Eric Smith committed
August 28, 2007
E
Simplified tuple returned by string._formatter_parser to only have
Eric Smith committed
E
Code layout changes for PEP 7 compliance.
Eric Smith committed
August 27, 2007
E
E
N
Fix refleaks in test_unicode and test_string related to the new format code.
Neal Norwitz committed
N
This adds a leak, but fixes a crash. The leaking code is:
Neal Norwitz committed
August 26, 2007
August 25, 2007
N
Get rid of compiler warning on 64-bit
Neal Norwitz committed
E
Implementation of PEP 3101, Advanced String Formatting.
Eric Smith committed