Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added ',' thousands grouping to int.__format__. See PEP 378. | Eric Smith | 2009-04-03 | 1 | -0/+1 |
* | #2630: Implement PEP 3138. | Georg Brandl | 2008-06-11 | 1 | -0/+2 |
* | Merged revisions 63078 via svnmerge from | Eric Smith | 2008-05-11 | 1 | -0/+1 |
* | Fixes for shared 2.6 code that implements PEP 3101, advanced string | Eric Smith | 2008-02-17 | 1 | -0/+6 |
* | Replace PyObject_Unicode with PyObject_Str everywhere, and remove the | Thomas Heller | 2007-11-15 | 1 | -1/+1 |
* | For PEP3137: Adds missing methods to the mutable PyBytes object (soon | Gregory P. Smith | 2007-10-16 | 1 | -0/+2 |
* | Changed to use 'U' argument to PyArg_ParseTuple, instead of manually checking... | Eric Smith | 2007-09-01 | 1 | -0/+1 |
* | Changed STRINGLIB_CMP from an inline function to a macro in order to avoid a ... | Eric Smith | 2007-08-28 | 1 | -0/+11 |
* | Implementation of PEP 3101, Advanced String Formatting. | Eric Smith | 2007-08-25 | 1 | -0/+32 |