Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Modified parsing of format strings, so that we always return | Eric Smith | 2007-08-29 | 1 | -155/+157 |
* | Simplified tuple returned by string._formatter_parser to only have | Eric Smith | 2007-08-28 | 1 | -8/+1 |
* | Code layout changes for PEP 7 compliance. | Eric Smith | 2007-08-28 | 1 | -14/+21 |
* | Moved fieldnameiterator and formatteriterator to stringlib/string_format.h, s... | Eric Smith | 2007-08-27 | 1 | -0/+345 |
* | Cleanup in anticipation of moving formatteriterator and fieldnameiterator int... | Eric Smith | 2007-08-27 | 1 | -23/+7 |
* | Fix refleaks in test_unicode and test_string related to the new format code. | Neal Norwitz | 2007-08-27 | 1 | -0/+1 |
* | This adds a leak, but fixes a crash. The leaking code is: | Neal Norwitz | 2007-08-27 | 1 | -0/+1 |
* | PEP 3101: Completed string.Formatter class. Reimplemented field_name to obje... | Eric Smith | 2007-08-26 | 1 | -165/+260 |
* | Get rid of compiler warning on 64-bit | Neal Norwitz | 2007-08-25 | 1 | -4/+8 |
* | Implementation of PEP 3101, Advanced String Formatting. | Eric Smith | 2007-08-25 | 1 | -0/+831 |