COMMITS
/ Objects/stringlib/string_format.h 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