Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Restrict format presentation types to those specified in the 'Standard Format... | Eric Smith | 2008-01-27 | 1 | -77/+0 |
* | Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i... | Christian Heimes | 2007-12-02 | 1 | -1/+1 |
* | Changed to use 'U' argument to PyArg_ParseTuple, instead of manually checking... | Eric Smith | 2007-09-01 | 1 | -15/+3 |
* | Added format tests. | Eric Smith | 2007-08-30 | 1 | -14/+14 |
* | Patch # 1048 by Amaury Forgeot d'Arc. | Guido van Rossum | 2007-08-29 | 1 | -1/+1 |
* | Corrected missed #if in r57652. | Eric Smith | 2007-08-29 | 1 | -0/+2 |
* | Added conditional compilation for '()', which was an allowed sign code in a | Eric Smith | 2007-08-29 | 1 | -1/+8 |
* | Code layout changes for PEP 7 compliance. | Eric Smith | 2007-08-28 | 1 | -9/+18 |
* | Implementation of PEP 3101, Advanced String Formatting. | Eric Smith | 2007-08-25 | 1 | -0/+966 |