COMMITS
/ Objects/stringlib/string_format.h July 18, 2011
E
March 15, 2011
E
#11515: Merge with 3.1.
Ezio Melotti committed
E
#11515: fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti committed
January 29, 2011
November 5, 2010
A
Followup to r86170: fix reference leak in str.format
Antoine Pitrou committed
November 4, 2010
October 14, 2010
G
#9418: first step of moving private string methods to _string module.
Georg Brandl committed
June 8, 2010
B
Merged revisions 81823,81835 via svnmerge from
Benjamin Peterson committed
June 7, 2010
B
Merged revisions 81820 via svnmerge from
Benjamin Peterson committed
May 9, 2010
A
Recorded merge of revisions 81032 via svnmerge from
Antoine Pitrou committed
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
May 23, 2009
E
Merged revisions 72848 via svnmerge from
Eric Smith committed
May 1, 2009
G
Merged revisions 72159 via svnmerge from
Georg Brandl committed
March 14, 2009
E
Merged revisions 70364 via svnmerge from
Eric Smith committed
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